diff --git a/src/azure-cli/azure/cli/command_modules/acr/tests/latest/recordings/test_acr_create_with_audits.yaml b/src/azure-cli/azure/cli/command_modules/acr/tests/latest/recordings/test_acr_create_with_audits.yaml index 6ee8a6b22f8..516dac4eeb6 100644 --- a/src/azure-cli/azure/cli/command_modules/acr/tests/latest/recordings/test_acr_create_with_audits.yaml +++ b/src/azure-cli/azure/cli/command_modules/acr/tests/latest/recordings/test_acr_create_with_audits.yaml @@ -68,7 +68,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/wprkspace000003?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/wprkspace000003?api-version=2020-03-01-preview response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": @@ -125,7 +125,7 @@ interactions: - python/3.6.6 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.2 azure-mgmt-loganalytics/0.2.0 Azure-SDK-For-Python AZURECLI/2.1.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/wprkspace000003?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/wprkspace000003?api-version=2020-03-01-preview response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": diff --git a/src/azure-cli/azure/cli/command_modules/container/_client_factory.py b/src/azure-cli/azure/cli/command_modules/container/_client_factory.py index 4d385326d67..698d007895f 100644 --- a/src/azure-cli/azure/cli/command_modules/container/_client_factory.py +++ b/src/azure-cli/azure/cli/command_modules/container/_client_factory.py @@ -24,10 +24,14 @@ def _log_analytics_client_factory(cli_ctx, *_): return get_mgmt_service_client(cli_ctx, LogAnalyticsManagementClient) -def cf_log_analytics(cli_ctx, *_): +def cf_log_analytics_workspace(cli_ctx, *_): return _log_analytics_client_factory(cli_ctx).workspaces +def cf_log_analytics_workspace_shared_keys(cli_ctx, *_): + return _log_analytics_client_factory(cli_ctx).shared_keys + + def cf_resource(cli_ctx): from azure.cli.core.commands.client_factory import get_mgmt_service_client from azure.cli.core.profiles import ResourceType diff --git a/src/azure-cli/azure/cli/command_modules/container/custom.py b/src/azure-cli/azure/cli/command_modules/container/custom.py index 35e0bded263..43a94335280 100644 --- a/src/azure-cli/azure/cli/command_modules/container/custom.py +++ b/src/azure-cli/azure/cli/command_modules/container/custom.py @@ -35,7 +35,8 @@ GitRepoVolume, LogAnalytics, ContainerGroupDiagnostics, ContainerGroupNetworkProfile, ContainerGroupIpAddressType, ResourceIdentityType, ContainerGroupIdentity) from azure.cli.core.util import sdk_no_wait -from ._client_factory import (cf_container_groups, cf_container, cf_log_analytics, cf_resource, cf_network) +from ._client_factory import (cf_container_groups, cf_container, cf_log_analytics_workspace, + cf_log_analytics_workspace_shared_keys, cf_resource, cf_network) logger = get_logger(__name__) WINDOWS_NAME = 'Windows' @@ -351,11 +352,12 @@ def _get_vnet_network_profile(cmd, location, resource_group_name, vnet, vnet_add def _get_diagnostics_from_workspace(cli_ctx, log_analytics_workspace): from msrestazure.tools import parse_resource_id - log_analytics_client = cf_log_analytics(cli_ctx) + log_analytics_workspace_client = cf_log_analytics_workspace(cli_ctx) + log_analytics_workspace_shared_keys_client = cf_log_analytics_workspace_shared_keys(cli_ctx) - for workspace in log_analytics_client.list(): + for workspace in log_analytics_workspace_client.list(): if log_analytics_workspace in (workspace.name, workspace.customer_id): - keys = log_analytics_client.get_shared_keys( + keys = log_analytics_workspace_shared_keys_client.get_shared_keys( parse_resource_id(workspace.id)['resource_group'], workspace.name) log_analytics = LogAnalytics( diff --git a/src/azure-cli/azure/cli/command_modules/hdinsight/custom.py b/src/azure-cli/azure/cli/command_modules/hdinsight/custom.py index 37a0230a70c..bd7a5dfcdb8 100644 --- a/src/azure-cli/azure/cli/command_modules/hdinsight/custom.py +++ b/src/azure-cli/azure/cli/command_modules/hdinsight/custom.py @@ -445,7 +445,8 @@ def enable_hdi_monitoring(cmd, client, resource_group_name, cluster_name, worksp # Only retrieve primary key when not provided if not primary_key: - shared_keys = log_analytics_client.workspaces.get_shared_keys(workspace_resource_group_name, workspace_name) + shared_keys = log_analytics_client.shared_keys.get_shared_keys(workspace_resource_group_name, + workspace_name) if not shared_keys: raise CLIError('Fails to retrieve shared key for workspace {}'.format(log_analytics_workspace)) diff --git a/src/azure-cli/azure/cli/command_modules/hdinsight/tests/latest/recordings/test_hdinsight_monitor.yaml b/src/azure-cli/azure/cli/command_modules/hdinsight/tests/latest/recordings/test_hdinsight_monitor.yaml index 1b9d5b8dad1..0489cb9add5 100644 --- a/src/azure-cli/azure/cli/command_modules/hdinsight/tests/latest/recordings/test_hdinsight_monitor.yaml +++ b/src/azure-cli/azure/cli/command_modules/hdinsight/tests/latest/recordings/test_hdinsight_monitor.yaml @@ -26,7 +26,7 @@ interactions: East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East US 2","South Central US","North Central US","West US","UK West","South Africa - North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2015-11-01-preview","2015-03-20"],"capabilities":"CrossResourceGroupResourceMove, + North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2020-03-01-preview","2015-03-20"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"workspaces/query","locations":["West Central US","Australia Southeast","West Europe","East US","Southeast Asia","Japan East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia @@ -37,13 +37,13 @@ interactions: East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East US 2","South Central US","North Central US","West US","UK West","South Africa - North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2015-11-01-preview"],"capabilities":"None"},{"resourceType":"storageInsightConfigs","locations":[],"apiVersions":["2014-10-10"],"capabilities":"SupportsExtension"},{"resourceType":"workspaces/linkedServices","locations":["East + North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview"],"capabilities":"None"},{"resourceType":"storageInsightConfigs","locations":[],"apiVersions":["2014-10-10"],"capabilities":"SupportsExtension"},{"resourceType":"workspaces/linkedServices","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East US 2","South Central US","North Central US","West US","UK West","South Africa - North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2015-11-01-preview"],"capabilities":"None"},{"resourceType":"linkTargets","locations":["East - US"],"apiVersions":["2015-03-20"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2014-11-10"],"capabilities":"None"},{"resourceType":"devices","locations":[],"apiVersions":["2015-11-01-preview"],"capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' + North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview"],"capabilities":"None"},{"resourceType":"linkTargets","locations":["East + US"],"apiVersions":["2015-03-20"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2014-11-10"],"capabilities":"None"},{"resourceType":"devices","locations":[],"apiVersions":["2020-03-01-preview"],"capabilities":"None"}],"registrationState":"Registered","registrationPolicy":"RegistrationRequired"}' headers: cache-control: - no-cache @@ -2158,7 +2158,7 @@ interactions: accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/hdicli-000001/providers/Microsoft.OperationalInsights/workspaces/testws000003?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/hdicli-000001/providers/Microsoft.OperationalInsights/workspaces/testws000003?api-version=2020-03-01-preview response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": @@ -2222,7 +2222,7 @@ interactions: accept-language: - en-US method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/hdicli-000001/providers/Microsoft.OperationalInsights/workspaces/testws000003/sharedKeys?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/hdicli-000001/providers/Microsoft.OperationalInsights/workspaces/testws000003/sharedKeys?api-version=2020-03-01-preview response: body: string: "{\r\n \"primarySharedKey\": \"ZpSONOTvl/2Adf/PLsZX8enzn5/6DGAnkN1rkHHx8+0cu/f5HpE8m6ZyqCCyB+Ud/jxtnY5BWr29wvXdQjQXTw==\",\r\n diff --git a/src/azure-cli/azure/cli/command_modules/monitor/_client_factory.py b/src/azure-cli/azure/cli/command_modules/monitor/_client_factory.py index cb9e5784856..d1cc6ecaa67 100644 --- a/src/azure-cli/azure/cli/command_modules/monitor/_client_factory.py +++ b/src/azure-cli/azure/cli/command_modules/monitor/_client_factory.py @@ -91,3 +91,31 @@ def cf_private_endpoint_connections(cli_ctx, _): def cf_log_analytics_workspace(cli_ctx, _): return _log_analytics_client_factory(cli_ctx).workspaces + + +def cf_log_analytics_workspace_management_groups(cli_ctx, _): + return _log_analytics_client_factory(cli_ctx).management_groups + + +def cf_log_analytics_workspace_usage(cli_ctx, _): + return _log_analytics_client_factory(cli_ctx).usages + + +def cf_log_analytics_workspace_schema(cli_ctx, _): + return _log_analytics_client_factory(cli_ctx).schema + + +def cf_log_analytics_workspace_shared_keys(cli_ctx, _): + return _log_analytics_client_factory(cli_ctx).shared_keys + + +def cf_log_analytics_workspace_intelligence_packs(cli_ctx, _): + return _log_analytics_client_factory(cli_ctx).intelligence_packs + + +def cf_log_analytics_workspace_linked_service(cli_ctx, _): + return _log_analytics_client_factory(cli_ctx).linked_services + + +def cf_log_analytics_cluster(cli_ctx, _): + return _log_analytics_client_factory(cli_ctx).clusters diff --git a/src/azure-cli/azure/cli/command_modules/monitor/_help.py b/src/azure-cli/azure/cli/command_modules/monitor/_help.py index 264a577d765..6ef1a7494a3 100644 --- a/src/azure-cli/azure/cli/command_modules/monitor/_help.py +++ b/src/azure-cli/azure/cli/command_modules/monitor/_help.py @@ -866,7 +866,65 @@ helps['monitor log-analytics'] = """ type: group -short-summary: Manage Azure log analytics +short-summary: Manage Azure log analytics. +""" + +helps['monitor log-analytics cluster'] = """ +type: group +short-summary: Manage Azure log analytics cluster. +""" + +helps['monitor log-analytics cluster create'] = """ +type: command +short-summary: Create a cluster instance. +examples: + - name: Create a cluster instance. + text: az monitor log-analytics cluster create -g MyResourceGroup -n MyCluster --sku-capacity 1000 +""" + +helps['monitor log-analytics cluster update'] = """ +type: command +short-summary: Update a cluster instance. +examples: + - name: Update a cluster instance. + text: | + az monitor log-analytics cluster update -g MyResourceGroup -n MyCluster \\ + --key-vault-uri https://myvault.vault.azure.net/ --key-name my-key \\ + --key-version fe0adcedd8014aed9c22e9aefb81a1ds --sku-capacity 1000 +""" + +helps['monitor log-analytics cluster delete'] = """ +type: command +short-summary: Delete a cluster instance. +examples: + - name: Delete a cluster instance. + text: az monitor log-analytics cluster delete -g MyResourceGroup -n MyCluster +""" + +helps['monitor log-analytics cluster show'] = """ +type: command +short-summary: Show the properties of a cluster instance. +examples: + - name: Show the properties of a cluster instance. + text: az monitor log-analytics cluster show -g MyResourceGroup -n MyCluster +""" + +helps['monitor log-analytics cluster list'] = """ +type: command +short-summary: Gets all cluster instances in a resource group or in current subscription. +examples: + - name: Gets all cluster instances in a resource group. + text: az monitor log-analytics cluster list -g MyResourceGroup + - name: Gets all cluster instances in current subscription. + text: az monitor log-analytics cluster list +""" + +helps['monitor log-analytics cluster wait'] = """ +type: command +short-summary: Place the CLI in a waiting state until a condition of the cluster is met. +examples: + - name: Pause executing next line of CLI script until the cluster is successfully provisioned. + text: az monitor log-analytics cluster wait -n MyCluster -g MyResourceGroup --created """ helps['monitor log-analytics workspace'] = """ @@ -985,6 +1043,66 @@ short-summary: Update a workspace instance """ +helps['monitor log-analytics workspace linked-service'] = """ +type: group +short-summary: Manage linked service for log analytics workspace. +""" + +helps['monitor log-analytics workspace linked-service create'] = """ +type: command +short-summary: Create a linked service. +examples: + - name: Create a linked service. + text: | + az monitor log-analytics workspace linked-service create -g MyResourceGroup -n cluster \\ + --workspace-name MyWorkspace --write-access-resource-id /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MyResourceGroup/providers/Microsoft.OperationalInsights/clusters/MyCluster +""" + +helps['monitor log-analytics workspace linked-service update'] = """ +type: command +short-summary: Update a linked service. +examples: + - name: Update a linked service. + text: | + az monitor log-analytics workspace linked-service update -g MyResourceGroup -n cluster \\ + --workspace-name MyWorkspace --write-access-resource-id /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MyResourceGroup/providers/Microsoft.OperationalInsights/clusters/MyCluster +""" + +helps['monitor log-analytics workspace linked-service show'] = """ +type: command +short-summary: Show the properties of a linked service. +examples: + - name: Show the properties of a linked service. + text: | + az monitor log-analytics workspace linked-service show -g MyResourceGroup -n cluster --workspace-name MyWorkspace +""" + +helps['monitor log-analytics workspace linked-service delete'] = """ +type: command +short-summary: Delete a linked service. +examples: + - name: Delete a linked service. + text: | + az monitor log-analytics workspace linked-service delete -g MyResourceGroup -n cluster --workspace-name MyWorkspace +""" + +helps['monitor log-analytics workspace linked-service list'] = """ +type: command +short-summary: Gets all the linked services in a workspace. +examples: + - name: Gets all the linked services in a workspace. + text: | + az monitor log-analytics workspace linked-service list -g MyResourceGroup --workspace-name MyWorkspace +""" + +helps['monitor log-analytics workspace linked-service wait'] = """ +type: command +short-summary: Place the CLI in a waiting state until a condition of the linked service is met. +examples: + - name: Pause executing next line of CLI script until the linked service is successfully provisioned. + text: az monitor log-analytics workspace linked-service wait -n cluster -g MyResourceGroup --workspace-name MyWorkspace --created +""" + helps['monitor log-profiles'] = """ type: group short-summary: Manage log profiles. diff --git a/src/azure-cli/azure/cli/command_modules/monitor/_params.py b/src/azure-cli/azure/cli/command_modules/monitor/_params.py index 43a93b4214e..19fe4c80037 100644 --- a/src/azure-cli/azure/cli/command_modules/monitor/_params.py +++ b/src/azure-cli/azure/cli/command_modules/monitor/_params.py @@ -345,6 +345,32 @@ def load_arguments(self, _): c.argument('workspace_name', options_list='--workspace-name') # endregion + # region Log Analytics Workspace Linked Service + with self.argument_context('monitor log-analytics workspace linked-service') as c: + c.argument('linked_service_name', name_arg_type, help='Name of the linkedServices resource. Supported values: cluster, automation.') + c.argument('workspace_name', options_list='--workspace-name') + c.argument('resource_id', help='The resource id of the resource that will be linked to the workspace. This ' + 'should be used for linking resources which require read access.') + c.argument('write_access_resource_id', help='The resource id of the resource that will be linked to the ' + 'workspace. This should be used for linking resources which ' + 'require write access.') + # endregion + + # region Log Analytics Cluster + with self.argument_context('monitor log-analytics cluster') as c: + c.argument('cluster_name', name_arg_type, help='The name of the Log Analytics cluster.') + c.argument('sku_name', help="The name of the SKU. Currently only support 'CapacityReservation'") + c.argument('sku_capacity', help='The capacity of the SKU. It must be in the range of 1000-2000 per day and must' + ' be in multiples of 100. If you want to increase the limit, please contact' + ' LAIngestionRate@microsoft.com. It can be decreased only after 31 days.') + c.argument('identity_type', help='The identity type. Supported values: SystemAssigned') + + with self.argument_context('monitor log-analytics cluster update') as c: + c.argument('key_vault_uri', help='The Key Vault uri which holds the key associated with the Log Analytics cluster.') + c.argument('key_name', help='The name of the key associated with the Log Analytics cluster.') + c.argument('key_version', help='The version of the key associated with the Log Analytics cluster.') + # endregion + # region monitor clone with self.argument_context('monitor clone') as c: c.argument('source_resource', help="Resource ID of the source resource.") diff --git a/src/azure-cli/azure/cli/command_modules/monitor/commands.py b/src/azure-cli/azure/cli/command_modules/monitor/commands.py index 8f22fb72053..461edc614d5 100644 --- a/src/azure-cli/azure/cli/command_modules/monitor/commands.py +++ b/src/azure-cli/azure/cli/command_modules/monitor/commands.py @@ -12,12 +12,16 @@ def load_command_table(self, _): from ._client_factory import ( cf_alert_rules, cf_metric_def, cf_alert_rule_incidents, cf_log_profiles, cf_autoscale, cf_diagnostics, cf_activity_log, cf_action_groups, cf_activity_log_alerts, cf_event_categories, - cf_metric_alerts, cf_log_analytics_workspace, cf_diagnostics_category, + cf_metric_alerts, cf_log_analytics_workspace, cf_log_analytics_workspace_management_groups, + cf_log_analytics_workspace_usage, cf_log_analytics_workspace_schema, cf_log_analytics_workspace_shared_keys, + cf_log_analytics_workspace_intelligence_packs, cf_log_analytics_cluster, + cf_log_analytics_workspace_linked_service, cf_diagnostics_category, cf_private_link_resources, cf_private_link_scoped_resources, cf_private_link_scopes, cf_private_endpoint_connections) from ._exception_handler import monitor_exception_handler, missing_resource_handler from .transformers import (action_group_list_table) - from .validators import process_autoscale_create_namespace, validate_private_endpoint_connection_id + from .validators import process_autoscale_create_namespace, validate_private_endpoint_connection_id,\ + make_cluster_creation_as_no_wait_by_default monitor_custom = CliCommandType( operations_tmpl='azure.cli.command_modules.monitor.custom#{}', @@ -171,6 +175,60 @@ def load_command_table(self, _): exception_handler=monitor_exception_handler ) + log_analytics_workspace_management_groups_sdk = CliCommandType( + operations_tmpl='azure.mgmt.loganalytics.operations#ManagementGroupsOperations.{}', + client_factory=cf_log_analytics_workspace_management_groups, + exception_handler=monitor_exception_handler + ) + + log_analytics_workspace_usage_sdk = CliCommandType( + operations_tmpl='azure.mgmt.loganalytics.operations#UsagesOperations.{}', + client_factory=cf_log_analytics_workspace_usage, + exception_handler=monitor_exception_handler + ) + + log_analytics_workspace_schema_sdk = CliCommandType( + operations_tmpl='azure.mgmt.loganalytics.operations#SchemaOperations.{}', + client_factory=cf_log_analytics_workspace_schema, + exception_handler=monitor_exception_handler + ) + + log_analytics_workspace_shared_keys_sdk = CliCommandType( + operations_tmpl='azure.mgmt.loganalytics.operations#SharedKeysOperations.{}', + client_factory=cf_log_analytics_workspace_shared_keys, + exception_handler=monitor_exception_handler + ) + + log_analytics_workspace_intelligence_packs_sdk = CliCommandType( + operations_tmpl='azure.mgmt.loganalytics.operations#IntelligencePacksOperations.{}', + client_factory=cf_log_analytics_workspace_intelligence_packs, + exception_handler=monitor_exception_handler + ) + + log_analytics_workspace_linked_service_sdk = CliCommandType( + operations_tmpl='azure.mgmt.loganalytics.operations#LinkedServicesOperations.{}', + client_factory=cf_log_analytics_workspace_linked_service, + exception_handler=monitor_exception_handler + ) + + log_analytics_workspace_linked_service_custom = CliCommandType( + operations_tmpl='azure.cli.command_modules.monitor.operations.log_analytics_workspace_linked_service#{}', + client_factory=cf_log_analytics_workspace_linked_service, + exception_handler=monitor_exception_handler + ) + + log_analytics_cluster_sdk = CliCommandType( + operations_tmpl='azure.mgmt.loganalytics.operations#ClustersOperations.{}', + client_factory=cf_log_analytics_cluster, + exception_handler=monitor_exception_handler + ) + + log_analytics_cluster_custom = CliCommandType( + operations_tmpl='azure.cli.command_modules.monitor.operations.log_analytics_cluster#{}', + client_factory=cf_log_analytics_cluster, + exception_handler=monitor_exception_handler + ) + monitor_general_custom = CliCommandType( operations_tmpl='azure.cli.command_modules.monitor.operations.general_operations#{}', client_factory=cf_metric_alerts, @@ -277,15 +335,31 @@ def load_command_table(self, _): g.show_command('show', 'get') g.command('delete', 'delete') g.custom_command('list', 'list_log_analytics_workspace') - g.command('get-schema', 'get_schema') - g.command('list-usages', 'list_usages') - g.command('list-management-groups', 'list_management_groups') - g.command('get-shared-keys', 'get_shared_keys') - - with self.command_group('monitor log-analytics workspace pack', log_analytics_workspace_sdk, custom_command_type=log_analytics_workspace_custom) as g: - g.command('list', 'list_intelligence_packs') - g.command('enable', 'enable_intelligence_pack') - g.command('disable', 'disable_intelligence_pack') + g.command('get-schema', 'get', command_type=log_analytics_workspace_schema_sdk) + g.command('list-usages', 'list', command_type=log_analytics_workspace_usage_sdk) + g.command('list-management-groups', 'list', command_type=log_analytics_workspace_management_groups_sdk) + g.command('get-shared-keys', 'get_shared_keys', command_type=log_analytics_workspace_shared_keys_sdk) + + with self.command_group('monitor log-analytics workspace pack', log_analytics_workspace_intelligence_packs_sdk) as g: + g.command('list', 'list') + g.command('enable', 'enable') + g.command('disable', 'disable') + + with self.command_group('monitor log-analytics workspace linked-service', log_analytics_workspace_linked_service_sdk, custom_command_type=log_analytics_workspace_linked_service_custom) as g: + g.custom_command('create', 'create_log_analytics_workspace_linked_service', supports_no_wait=True) + g.generic_update_command('update', custom_func_name='update_log_analytics_workspace_linked_service', supports_no_wait=True) + g.show_command('show', 'get') + g.command('list', 'list_by_workspace') + g.command('delete', 'delete', confirmation=True, supports_no_wait=True) + g.wait_command('wait') + + with self.command_group('monitor log-analytics cluster', log_analytics_cluster_sdk, custom_command_type=log_analytics_cluster_custom, is_preview=True) as g: + g.custom_command('create', 'create_log_analytics_cluster', validator=make_cluster_creation_as_no_wait_by_default) + g.custom_command('update', 'update_log_analytics_cluster') + g.show_command('show', 'get') + g.command('delete', 'delete', confirmation=True, supports_no_wait=True) + g.custom_command('list', 'list_log_analytics_clusters') + g.wait_command('wait') with self.command_group('monitor', metric_alert_sdk, custom_command_type=monitor_general_custom, is_preview=True) as g: g.custom_command('clone', 'clone_existed_settings') diff --git a/src/azure-cli/azure/cli/command_modules/monitor/operations/log_analytics_cluster.py b/src/azure-cli/azure/cli/command_modules/monitor/operations/log_analytics_cluster.py new file mode 100644 index 00000000000..b5d70525be5 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/monitor/operations/log_analytics_cluster.py @@ -0,0 +1,40 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- +from azure.cli.core.util import sdk_no_wait +from azure.mgmt.loganalytics.models import Cluster, ClusterSku, KeyVaultProperties, Identity, ClusterPatch + + +def create_log_analytics_cluster(client, resource_group_name, cluster_name, sku_capacity, + sku_name='CapacityReservation', identity_type='SystemAssigned', + location=None, tags=None, no_wait=False): + sku = ClusterSku(capacity=sku_capacity, name=sku_name) + identity = Identity(type=identity_type) + cluster_instance = Cluster(location=location, + tags=tags, + sku=sku, + identity=identity) + + return sdk_no_wait(no_wait, client.create_or_update, resource_group_name, cluster_name, cluster_instance) + + +def update_log_analytics_cluster(client, resource_group_name, cluster_name, + key_vault_uri=None, key_name=None, key_version=None, + sku_capacity=None, tags=None): + cluster_patch = ClusterPatch() + if key_vault_uri is not None and key_name is not None and key_version is not None: + cluster_patch.key_vault_properties = KeyVaultProperties(key_vault_uri=key_vault_uri, key_name=key_name, + key_version=key_version) + if sku_capacity is not None: + cluster_patch.sku = ClusterSku(capacity=sku_capacity, name='CapacityReservation') + if tags is not None: + cluster_patch.tags = tags + + return client.update(resource_group_name, cluster_name, cluster_patch) + + +def list_log_analytics_clusters(client, resource_group_name=None): + if resource_group_name: + return client.list_by_resource_group(resource_group_name) + return client.list() diff --git a/src/azure-cli/azure/cli/command_modules/monitor/operations/log_analytics_workspace.py b/src/azure-cli/azure/cli/command_modules/monitor/operations/log_analytics_workspace.py index 7d241818444..e5e475f6187 100644 --- a/src/azure-cli/azure/cli/command_modules/monitor/operations/log_analytics_workspace.py +++ b/src/azure-cli/azure/cli/command_modules/monitor/operations/log_analytics_workspace.py @@ -2,15 +2,15 @@ # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- -from azure.mgmt.loganalytics.models import SkuNameEnum +from azure.mgmt.loganalytics.models import WorkspaceSkuNameEnum def create_log_analytics_workspace(cmd, client, resource_group_name, workspace_name, location=None, tags=None, - sku=SkuNameEnum.per_gb2018.value, retention_time=None): - from azure.mgmt.loganalytics.models import Workspace, Sku + sku=WorkspaceSkuNameEnum.per_gb2018.value, retention_time=None): + from azure.mgmt.loganalytics.models import Workspace, WorkspaceSku from azure.cli.core.commands import LongRunningOperation workspace_client = client - sku = Sku(name=sku) + sku = WorkspaceSku(name=sku) workspace_instance = Workspace(location=location, tags=tags, sku=sku, diff --git a/src/azure-cli/azure/cli/command_modules/monitor/operations/log_analytics_workspace_linked_service.py b/src/azure-cli/azure/cli/command_modules/monitor/operations/log_analytics_workspace_linked_service.py new file mode 100644 index 00000000000..69a6ffa8ccc --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/monitor/operations/log_analytics_workspace_linked_service.py @@ -0,0 +1,25 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +from azure.cli.core.util import sdk_no_wait + + +def create_log_analytics_workspace_linked_service(client, resource_group_name, workspace_name, + linked_service_name, resource_id=None, write_access_resource_id=None, + no_wait=False): + from azure.mgmt.loganalytics.models import LinkedService + + linked_service = LinkedService(resource_id=resource_id, + write_access_resource_id=write_access_resource_id) + return sdk_no_wait(no_wait, client.create_or_update, resource_group_name, + workspace_name, linked_service_name, linked_service) + + +def update_log_analytics_workspace_linked_service(instance, resource_id=None, write_access_resource_id=None): + if resource_id is not None: + instance.resource_id = resource_id + if write_access_resource_id is not None: + instance.write_access_resource_id = write_access_resource_id + return instance diff --git a/src/azure-cli/azure/cli/command_modules/monitor/tests/latest/recordings/test_monitor_log_analytics_cluster_default.yaml b/src/azure-cli/azure/cli/command_modules/monitor/tests/latest/recordings/test_monitor_log_analytics_cluster_default.yaml new file mode 100644 index 00000000000..7f537fae8a4 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/monitor/tests/latest/recordings/test_monitor_log_analytics_cluster_default.yaml @@ -0,0 +1,501 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics cluster create + Connection: + - keep-alive + ParameterSetName: + - -g -n --sku-capacity + User-Agent: + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-resource/9.0.0 Azure-SDK-For-Python AZURECLI/2.4.0 + accept-language: + - en-US + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_cluster_rg_centralus?api-version=2019-07-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_monitor_cluster_rg_centralus","name":"cli_test_monitor_cluster_rg_centralus","type":"Microsoft.Resources/resourceGroups","location":"centralus","tags":{"StorageType":"Standard_LRS","type":"test"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '326' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 24 Apr 2020 06:08:07 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"location": "centralus", "identity": {"type": "SystemAssigned"}, "sku": + {"capacity": 1000, "name": "CapacityReservation"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics cluster create + Connection: + - keep-alive + Content-Length: + - '123' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --sku-capacity + User-Agent: + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-loganalytics/0.5.0 Azure-SDK-For-Python AZURECLI/2.4.0 + accept-language: + - en-US + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_cluster_rg_centralus/providers/Microsoft.OperationalInsights/clusters/clitest-cluster-000001?api-version=2020-03-01-preview + response: + body: + string: "{\r\n \"message\": \"The cluster upsert was successful\",\r\n \"status\": + 0,\r\n \"cluster\": {\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n + \ \"tenantId\": \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\",\r\n \"principalId\": + \"34ba861f-0143-4c2b-a9f4-762c175d4f24\"\r\n },\r\n \"sku\": {\r\n \"name\": + \"capacityreservation\",\r\n \"capacity\": 1000,\r\n \"lastSkuUpdate\": + \"Fri, 24 Apr 2020 06:08:18 GMT\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": + \"ProvisioningAccount\",\r\n \"clusterId\": \"0d1441ea-c71f-4195-a9a6-1e573b8e2417\",\r\n + \ \"clusterType\": \"LogAnalytics\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_monitor_cluster_rg_centralus/providers/Microsoft.OperationalInsights/clusters/clitest-cluster-000001\",\r\n + \ \"name\": \"clitest-cluster-000001\",\r\n \"type\": \"Microsoft.OperationalInsights/clusters\",\r\n + \ \"location\": \"Central US\",\r\n \"tags\": {}\r\n }\r\n}" + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.OperationalInsights/locations/Central + US/operationStatuses/8a584c13-7324-4f21-83ac-30beca9dce92?api-version=2015-11-01-preview + cache-control: + - no-cache + cachecontrol: + - no-cache + content-length: + - '918' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 24 Apr 2020 06:08:19 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ams-apiversion: + - WebAPI1.0 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics cluster show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-loganalytics/0.5.0 Azure-SDK-For-Python AZURECLI/2.4.0 + accept-language: + - en-US + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_cluster_rg_centralus/providers/Microsoft.OperationalInsights/clusters/clitest-cluster-000001?api-version=2020-03-01-preview + response: + body: + string: "{\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"tenantId\": + \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\",\r\n \"principalId\": \"34ba861f-0143-4c2b-a9f4-762c175d4f24\"\r\n + \ },\r\n \"sku\": {\r\n \"name\": \"capacityreservation\",\r\n \"capacity\": + 1000,\r\n \"lastSkuUpdate\": \"Fri, 24 Apr 2020 06:08:18 GMT\"\r\n },\r\n + \ \"properties\": {\r\n \"provisioningState\": \"ProvisioningAccount\",\r\n + \ \"clusterId\": \"0d1441ea-c71f-4195-a9a6-1e573b8e2417\",\r\n \"clusterType\": + \"LogAnalytics\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_monitor_cluster_rg_centralus/providers/Microsoft.OperationalInsights/clusters/clitest-cluster-000001\",\r\n + \ \"name\": \"clitest-cluster-000001\",\r\n \"type\": \"Microsoft.OperationalInsights/clusters\",\r\n + \ \"location\": \"Central US\",\r\n \"tags\": {}\r\n}" + headers: + cache-control: + - no-cache + cachecontrol: + - no-cache + content-length: + - '790' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 24 Apr 2020 06:10:31 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ams-apiversion: + - WebAPI1.0 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + - ASP.NET + status: + code: 200 + message: OK +- request: + body: '{"sku": {"capacity": 2000, "name": "CapacityReservation"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics cluster update + Connection: + - keep-alive + Content-Length: + - '58' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --sku-capacity + User-Agent: + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-loganalytics/0.5.0 Azure-SDK-For-Python AZURECLI/2.4.0 + accept-language: + - en-US + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/yu-test-eastus2-rg/providers/Microsoft.OperationalInsights/clusters/yutestcluster4?api-version=2020-03-01-preview + response: + body: + string: "{\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"tenantId\": + \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\",\r\n \"principalId\": \"fcb79b4d-08dd-40ec-8fe5-cf6598ad6bb0\"\r\n + \ },\r\n \"sku\": {\r\n \"name\": \"capacityreservation\",\r\n \"capacity\": + 2000,\r\n \"lastSkuUpdate\": \"Fri, 24 Apr 2020 06:10:40 GMT\"\r\n },\r\n + \ \"properties\": {\r\n \"keyVaultProperties\": {\r\n \"keyVaultUri\": + \"https://vaultforcluster.vault.azure.net:443\",\r\n \"keyName\": \"my-key1\",\r\n + \ \"keyVersion\": \"57aa948878544fcf95e7ad9cfc52fefd\"\r\n },\r\n \"provisioningState\": + \"Succeeded\",\r\n \"clusterId\": \"fc9122d6-1f66-4c1f-810f-e5fcd58f9c95\",\r\n + \ \"clusterType\": \"LogAnalytics\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yu-test-eastus2-rg/providers/Microsoft.OperationalInsights/clusters/yutestcluster4\",\r\n + \ \"name\": \"yutestcluster4\",\r\n \"type\": \"Microsoft.OperationalInsights/clusters\",\r\n + \ \"location\": \"East US 2\",\r\n \"tags\": {}\r\n}" + headers: + cache-control: + - no-cache + cachecontrol: + - no-cache + content-length: + - '939' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 24 Apr 2020 06:10:43 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ams-apiversion: + - WebAPI1.0 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics cluster show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-loganalytics/0.5.0 Azure-SDK-For-Python AZURECLI/2.4.0 + accept-language: + - en-US + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/yu-test-eastus2-rg/providers/Microsoft.OperationalInsights/clusters/yutestcluster4?api-version=2020-03-01-preview + response: + body: + string: "{\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"tenantId\": + \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\",\r\n \"principalId\": \"fcb79b4d-08dd-40ec-8fe5-cf6598ad6bb0\"\r\n + \ },\r\n \"sku\": {\r\n \"name\": \"capacityreservation\",\r\n \"capacity\": + 2000,\r\n \"lastSkuUpdate\": \"Fri, 24 Apr 2020 06:10:40 GMT\"\r\n },\r\n + \ \"properties\": {\r\n \"keyVaultProperties\": {\r\n \"keyVaultUri\": + \"https://vaultforcluster.vault.azure.net:443\",\r\n \"keyName\": \"my-key1\",\r\n + \ \"keyVersion\": \"57aa948878544fcf95e7ad9cfc52fefd\"\r\n },\r\n \"provisioningState\": + \"Succeeded\",\r\n \"clusterId\": \"fc9122d6-1f66-4c1f-810f-e5fcd58f9c95\",\r\n + \ \"clusterType\": \"LogAnalytics\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yu-test-eastus2-rg/providers/Microsoft.OperationalInsights/clusters/yutestcluster4\",\r\n + \ \"name\": \"yutestcluster4\",\r\n \"type\": \"Microsoft.OperationalInsights/clusters\",\r\n + \ \"location\": \"East US 2\",\r\n \"tags\": {}\r\n}" + headers: + cache-control: + - no-cache + cachecontrol: + - no-cache + content-length: + - '939' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 24 Apr 2020 06:10:51 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ams-apiversion: + - WebAPI1.0 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics cluster list + Connection: + - keep-alive + ParameterSetName: + - -g + User-Agent: + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-loganalytics/0.5.0 Azure-SDK-For-Python AZURECLI/2.4.0 + accept-language: + - en-US + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_cluster_rg_centralus/providers/Microsoft.OperationalInsights/clusters?api-version=2020-03-01-preview + response: + body: + string: "{\r\n \"value\": [\r\n {\r\n \"identity\": {\r\n \"type\": + \"SystemAssigned\",\r\n \"tenantId\": \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\",\r\n + \ \"principalId\": \"34ba861f-0143-4c2b-a9f4-762c175d4f24\"\r\n },\r\n + \ \"sku\": {\r\n \"name\": \"capacityreservation\",\r\n \"capacity\": + 1000,\r\n \"lastSkuUpdate\": \"Fri, 24 Apr 2020 06:08:18 GMT\"\r\n + \ },\r\n \"properties\": {\r\n \"provisioningState\": \"ProvisioningAccount\",\r\n + \ \"clusterId\": \"0d1441ea-c71f-4195-a9a6-1e573b8e2417\",\r\n \"clusterType\": + \"LogAnalytics\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_monitor_cluster_rg_centralus/providers/Microsoft.OperationalInsights/clusters/clitest-cluster-000001\",\r\n + \ \"name\": \"clitest-cluster-000001\",\r\n \"type\": \"Microsoft.OperationalInsights/clusters\",\r\n + \ \"location\": \"Central US\",\r\n \"tags\": {}\r\n }\r\n ]\r\n}" + headers: + cache-control: + - no-cache + cachecontrol: + - no-cache + content-length: + - '903' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 24 Apr 2020 06:10:57 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ams-apiversion: + - WebAPI1.0 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics cluster delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n -y + User-Agent: + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-loganalytics/0.5.0 Azure-SDK-For-Python AZURECLI/2.4.0 + accept-language: + - en-US + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/yu-test-eastus2-rg/providers/Microsoft.OperationalInsights/clusters/yutestcluster4?api-version=2020-03-01-preview + response: + body: + string: 'null' + headers: + cache-control: + - no-cache + cachecontrol: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 24 Apr 2020 06:11:39 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ams-apiversion: + - WebAPI1.0 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14998' + x-powered-by: + - ASP.NET + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics cluster show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-loganalytics/0.5.0 Azure-SDK-For-Python AZURECLI/2.4.0 + accept-language: + - en-US + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/yu-test-eastus2-rg/providers/Microsoft.OperationalInsights/clusters/yutestcluster4?api-version=2020-03-01-preview + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.OperationalInsights/clusters/yutestcluster4'' + under resource group ''yu-test-eastus2-rg'' was not found."}}' + headers: + cache-control: + - no-cache + content-length: + - '175' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 24 Apr 2020 06:12:35 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +version: 1 diff --git a/src/azure-cli/azure/cli/command_modules/monitor/tests/latest/recordings/test_monitor_log_analytics_cluster_update_key.yaml b/src/azure-cli/azure/cli/command_modules/monitor/tests/latest/recordings/test_monitor_log_analytics_cluster_update_key.yaml new file mode 100644 index 00000000000..e306a65d551 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/monitor/tests/latest/recordings/test_monitor_log_analytics_cluster_update_key.yaml @@ -0,0 +1,482 @@ +interactions: +- request: + body: '{"properties": {"keyVaultProperties": {"keyVaultUri": "https://yu-vault-1.vault.azure.net/", + "keyName": "key2", "keyVersion": "dc814576e6b34de69a10b186a4723035"}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics cluster update + Connection: + - keep-alive + Content-Length: + - '163' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g -n --key-name --key-vault-uri --key-version + User-Agent: + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-loganalytics/0.5.0 Azure-SDK-For-Python AZURECLI/2.4.0 + accept-language: + - en-US + method: PATCH + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/azure-cli-test-scus/providers/Microsoft.OperationalInsights/clusters/yu-test-cluster2?api-version=2020-03-01-preview + response: + body: + string: "{\r\n \"message\": \"The cluster upsert was successful\",\r\n \"status\": + 0,\r\n \"cluster\": {\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n + \ \"tenantId\": \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\",\r\n \"principalId\": + \"84264fae-795d-47b4-ba26-659606ff1b36\"\r\n },\r\n \"sku\": {\r\n \"name\": + \"capacityreservation\",\r\n \"capacity\": 1100,\r\n \"lastSkuUpdate\": + \"Fri, 24 Apr 2020 03:27:36 GMT\"\r\n },\r\n \"properties\": {\r\n \"keyVaultProperties\": + {\r\n \"keyVaultUri\": \"https://yu-vault-1.vault.azure.net:443\",\r\n + \ \"keyName\": \"key3\",\r\n \"keyVersion\": \"a47117ed5bc24fb1accdb6371b6ae4e7\"\r\n + \ },\r\n \"provisioningState\": \"Updating\",\r\n \"clusterId\": + \"fcbf2940-6c64-450e-8a8d-62f0a295b227\",\r\n \"clusterType\": \"LogAnalytics\"\r\n + \ },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-test-scus/providers/Microsoft.OperationalInsights/clusters/yu-test-cluster2\",\r\n + \ \"name\": \"yu-test-cluster2\",\r\n \"type\": \"Microsoft.OperationalInsights/clusters\",\r\n + \ \"location\": \"South Central US\",\r\n \"tags\": {}\r\n }\r\n}" + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.OperationalInsights/locations/southcentralus/operationStatuses/933ea368-2695-4a2f-99f0-e263271c1e4c?api-version=2015-11-01-preview + cache-control: + - no-cache + cachecontrol: + - no-cache + content-length: + - '1080' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 24 Apr 2020 06:42:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ams-apiversion: + - WebAPI1.0 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics cluster wait + Connection: + - keep-alive + ParameterSetName: + - -g -n --updated + User-Agent: + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-loganalytics/0.5.0 Azure-SDK-For-Python AZURECLI/2.4.0 + accept-language: + - en-US + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/azure-cli-test-scus/providers/Microsoft.OperationalInsights/clusters/yu-test-cluster2?api-version=2020-03-01-preview + response: + body: + string: "{\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"tenantId\": + \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\",\r\n \"principalId\": \"84264fae-795d-47b4-ba26-659606ff1b36\"\r\n + \ },\r\n \"sku\": {\r\n \"name\": \"capacityreservation\",\r\n \"capacity\": + 1100,\r\n \"lastSkuUpdate\": \"Fri, 24 Apr 2020 03:27:36 GMT\"\r\n },\r\n + \ \"properties\": {\r\n \"keyVaultProperties\": {\r\n \"keyVaultUri\": + \"https://yu-vault-1.vault.azure.net:443\",\r\n \"keyName\": \"key3\",\r\n + \ \"keyVersion\": \"a47117ed5bc24fb1accdb6371b6ae4e7\"\r\n },\r\n \"provisioningState\": + \"Updating\",\r\n \"clusterId\": \"fcbf2940-6c64-450e-8a8d-62f0a295b227\",\r\n + \ \"clusterType\": \"LogAnalytics\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-test-scus/providers/Microsoft.OperationalInsights/clusters/yu-test-cluster2\",\r\n + \ \"name\": \"yu-test-cluster2\",\r\n \"type\": \"Microsoft.OperationalInsights/clusters\",\r\n + \ \"location\": \"South Central US\",\r\n \"tags\": {}\r\n}" + headers: + cache-control: + - no-cache + cachecontrol: + - no-cache + content-length: + - '942' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 24 Apr 2020 06:42:39 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ams-apiversion: + - WebAPI1.0 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics cluster wait + Connection: + - keep-alive + ParameterSetName: + - -g -n --updated + User-Agent: + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-loganalytics/0.5.0 Azure-SDK-For-Python AZURECLI/2.4.0 + accept-language: + - en-US + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/azure-cli-test-scus/providers/Microsoft.OperationalInsights/clusters/yu-test-cluster2?api-version=2020-03-01-preview + response: + body: + string: "{\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"tenantId\": + \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\",\r\n \"principalId\": \"84264fae-795d-47b4-ba26-659606ff1b36\"\r\n + \ },\r\n \"sku\": {\r\n \"name\": \"capacityreservation\",\r\n \"capacity\": + 1100,\r\n \"lastSkuUpdate\": \"Fri, 24 Apr 2020 03:27:36 GMT\"\r\n },\r\n + \ \"properties\": {\r\n \"keyVaultProperties\": {\r\n \"keyVaultUri\": + \"https://yu-vault-1.vault.azure.net:443\",\r\n \"keyName\": \"key3\",\r\n + \ \"keyVersion\": \"a47117ed5bc24fb1accdb6371b6ae4e7\"\r\n },\r\n \"provisioningState\": + \"Updating\",\r\n \"clusterId\": \"fcbf2940-6c64-450e-8a8d-62f0a295b227\",\r\n + \ \"clusterType\": \"LogAnalytics\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-test-scus/providers/Microsoft.OperationalInsights/clusters/yu-test-cluster2\",\r\n + \ \"name\": \"yu-test-cluster2\",\r\n \"type\": \"Microsoft.OperationalInsights/clusters\",\r\n + \ \"location\": \"South Central US\",\r\n \"tags\": {}\r\n}" + headers: + cache-control: + - no-cache + cachecontrol: + - no-cache + content-length: + - '942' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 24 Apr 2020 06:43:10 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ams-apiversion: + - WebAPI1.0 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics cluster wait + Connection: + - keep-alive + ParameterSetName: + - -g -n --updated + User-Agent: + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-loganalytics/0.5.0 Azure-SDK-For-Python AZURECLI/2.4.0 + accept-language: + - en-US + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/azure-cli-test-scus/providers/Microsoft.OperationalInsights/clusters/yu-test-cluster2?api-version=2020-03-01-preview + response: + body: + string: "{\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"tenantId\": + \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\",\r\n \"principalId\": \"84264fae-795d-47b4-ba26-659606ff1b36\"\r\n + \ },\r\n \"sku\": {\r\n \"name\": \"capacityreservation\",\r\n \"capacity\": + 1100,\r\n \"lastSkuUpdate\": \"Fri, 24 Apr 2020 03:27:36 GMT\"\r\n },\r\n + \ \"properties\": {\r\n \"keyVaultProperties\": {\r\n \"keyVaultUri\": + \"https://yu-vault-1.vault.azure.net:443\",\r\n \"keyName\": \"key3\",\r\n + \ \"keyVersion\": \"a47117ed5bc24fb1accdb6371b6ae4e7\"\r\n },\r\n \"provisioningState\": + \"Updating\",\r\n \"clusterId\": \"fcbf2940-6c64-450e-8a8d-62f0a295b227\",\r\n + \ \"clusterType\": \"LogAnalytics\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-test-scus/providers/Microsoft.OperationalInsights/clusters/yu-test-cluster2\",\r\n + \ \"name\": \"yu-test-cluster2\",\r\n \"type\": \"Microsoft.OperationalInsights/clusters\",\r\n + \ \"location\": \"South Central US\",\r\n \"tags\": {}\r\n}" + headers: + cache-control: + - no-cache + cachecontrol: + - no-cache + content-length: + - '942' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 24 Apr 2020 06:43:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ams-apiversion: + - WebAPI1.0 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics cluster wait + Connection: + - keep-alive + ParameterSetName: + - -g -n --updated + User-Agent: + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-loganalytics/0.5.0 Azure-SDK-For-Python AZURECLI/2.4.0 + accept-language: + - en-US + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/azure-cli-test-scus/providers/Microsoft.OperationalInsights/clusters/yu-test-cluster2?api-version=2020-03-01-preview + response: + body: + string: "{\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"tenantId\": + \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\",\r\n \"principalId\": \"84264fae-795d-47b4-ba26-659606ff1b36\"\r\n + \ },\r\n \"sku\": {\r\n \"name\": \"capacityreservation\",\r\n \"capacity\": + 1100,\r\n \"lastSkuUpdate\": \"Fri, 24 Apr 2020 03:27:36 GMT\"\r\n },\r\n + \ \"properties\": {\r\n \"keyVaultProperties\": {\r\n \"keyVaultUri\": + \"https://yu-vault-1.vault.azure.net:443\",\r\n \"keyName\": \"key3\",\r\n + \ \"keyVersion\": \"a47117ed5bc24fb1accdb6371b6ae4e7\"\r\n },\r\n \"provisioningState\": + \"Updating\",\r\n \"clusterId\": \"fcbf2940-6c64-450e-8a8d-62f0a295b227\",\r\n + \ \"clusterType\": \"LogAnalytics\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-test-scus/providers/Microsoft.OperationalInsights/clusters/yu-test-cluster2\",\r\n + \ \"name\": \"yu-test-cluster2\",\r\n \"type\": \"Microsoft.OperationalInsights/clusters\",\r\n + \ \"location\": \"South Central US\",\r\n \"tags\": {}\r\n}" + headers: + cache-control: + - no-cache + cachecontrol: + - no-cache + content-length: + - '942' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 24 Apr 2020 06:44:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ams-apiversion: + - WebAPI1.0 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics cluster wait + Connection: + - keep-alive + ParameterSetName: + - -g -n --updated + User-Agent: + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-loganalytics/0.5.0 Azure-SDK-For-Python AZURECLI/2.4.0 + accept-language: + - en-US + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/azure-cli-test-scus/providers/Microsoft.OperationalInsights/clusters/yu-test-cluster2?api-version=2020-03-01-preview + response: + body: + string: "{\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"tenantId\": + \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\",\r\n \"principalId\": \"84264fae-795d-47b4-ba26-659606ff1b36\"\r\n + \ },\r\n \"sku\": {\r\n \"name\": \"capacityreservation\",\r\n \"capacity\": + 1100,\r\n \"lastSkuUpdate\": \"Fri, 24 Apr 2020 03:27:36 GMT\"\r\n },\r\n + \ \"properties\": {\r\n \"keyVaultProperties\": {\r\n \"keyVaultUri\": + \"https://yu-vault-1.vault.azure.net:443\",\r\n \"keyName\": \"key2\",\r\n + \ \"keyVersion\": \"dc814576e6b34de69a10b186a4723035\"\r\n },\r\n \"provisioningState\": + \"Succeeded\",\r\n \"clusterId\": \"fcbf2940-6c64-450e-8a8d-62f0a295b227\",\r\n + \ \"clusterType\": \"LogAnalytics\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-test-scus/providers/Microsoft.OperationalInsights/clusters/yu-test-cluster2\",\r\n + \ \"name\": \"yu-test-cluster2\",\r\n \"type\": \"Microsoft.OperationalInsights/clusters\",\r\n + \ \"location\": \"South Central US\",\r\n \"tags\": {}\r\n}" + headers: + cache-control: + - no-cache + cachecontrol: + - no-cache + content-length: + - '943' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 24 Apr 2020 06:44:42 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ams-apiversion: + - WebAPI1.0 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics cluster show + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-loganalytics/0.5.0 Azure-SDK-For-Python AZURECLI/2.4.0 + accept-language: + - en-US + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/azure-cli-test-scus/providers/Microsoft.OperationalInsights/clusters/yu-test-cluster2?api-version=2020-03-01-preview + response: + body: + string: "{\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"tenantId\": + \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\",\r\n \"principalId\": \"84264fae-795d-47b4-ba26-659606ff1b36\"\r\n + \ },\r\n \"sku\": {\r\n \"name\": \"capacityreservation\",\r\n \"capacity\": + 1100,\r\n \"lastSkuUpdate\": \"Fri, 24 Apr 2020 03:27:36 GMT\"\r\n },\r\n + \ \"properties\": {\r\n \"keyVaultProperties\": {\r\n \"keyVaultUri\": + \"https://yu-vault-1.vault.azure.net:443\",\r\n \"keyName\": \"key2\",\r\n + \ \"keyVersion\": \"dc814576e6b34de69a10b186a4723035\"\r\n },\r\n \"provisioningState\": + \"Succeeded\",\r\n \"clusterId\": \"fcbf2940-6c64-450e-8a8d-62f0a295b227\",\r\n + \ \"clusterType\": \"LogAnalytics\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-test-scus/providers/Microsoft.OperationalInsights/clusters/yu-test-cluster2\",\r\n + \ \"name\": \"yu-test-cluster2\",\r\n \"type\": \"Microsoft.OperationalInsights/clusters\",\r\n + \ \"location\": \"South Central US\",\r\n \"tags\": {}\r\n}" + headers: + cache-control: + - no-cache + cachecontrol: + - no-cache + content-length: + - '943' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 24 Apr 2020 06:44:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ams-apiversion: + - WebAPI1.0 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + - ASP.NET + status: + code: 200 + message: OK +version: 1 diff --git a/src/azure-cli/azure/cli/command_modules/monitor/tests/latest/recordings/test_monitor_log_analytics_workspace_default.yaml b/src/azure-cli/azure/cli/command_modules/monitor/tests/latest/recordings/test_monitor_log_analytics_workspace_default.yaml index a93e23d07ef..8f2765be397 100644 --- a/src/azure-cli/azure/cli/command_modules/monitor/tests/latest/recordings/test_monitor_log_analytics_workspace_default.yaml +++ b/src/azure-cli/azure/cli/command_modules/monitor/tests/latest/recordings/test_monitor_log_analytics_workspace_default.yaml @@ -13,24 +13,24 @@ interactions: ParameterSetName: - -g -n --tags User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 - azure-mgmt-resource/4.0.0 Azure-SDK-For-Python AZURECLI/2.0.75 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.2 + azure-mgmt-resource/8.0.1 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001?api-version=2019-07-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_monitor_workspace000001","name":"cli_test_monitor_workspace000001","type":"Microsoft.Resources/resourceGroups","location":"centralus","tags":{"product":"azurecli","cause":"automation","date":"2019-10-21T11:28:58Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_monitor_workspace000001","name":"cli_test_monitor_workspace000001","type":"Microsoft.Resources/resourceGroups","location":"centralus","tags":{"product":"azurecli","cause":"automation","date":"2020-04-21T08:18:42Z","StorageType":"Standard_LRS","type":"test"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '431' + - '474' content-type: - application/json; charset=utf-8 date: - - Mon, 21 Oct 2019 11:29:03 GMT + - Tue, 21 Apr 2020 08:18:48 GMT expires: - '-1' pragma: @@ -45,8 +45,9 @@ interactions: code: 200 message: OK - request: - body: '{"location": "centralus", "tags": {"clitest": "myron"}, "properties": {"sku": - {"name": "PerGB2018"}, "retentionInDays": 30}}' + body: '{"tags": {"clitest": "myron"}, "location": "centralus", "properties": {"sku": + {"name": "PerGB2018"}, "retentionInDays": 30, "publicNetworkAccessForIngestion": + "Enabled", "publicNetworkAccessForQuery": "Enabled"}}' headers: Accept: - application/json @@ -57,29 +58,30 @@ interactions: Connection: - keep-alive Content-Length: - - '124' + - '212' Content-Type: - application/json; charset=utf-8 ParameterSetName: - -g -n --tags User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 - azure-mgmt-loganalytics/0.2.0 Azure-SDK-For-Python AZURECLI/2.0.75 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.2 + azure-mgmt-loganalytics/0.4.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002?api-version=2020-03-01-preview response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": - \"cda8fbef-ea4e-4ccf-a038-46ec2e56e3b9\",\r\n \"provisioningState\": \"Creating\",\r\n + \"c77c07c6-dc3c-40b9-a28a-3c4b3262484f\",\r\n \"provisioningState\": \"Creating\",\r\n \ \"sku\": {\r\n \"name\": \"pergb2018\",\r\n \"lastSkuUpdate\": - \"Mon, 21 Oct 2019 11:29:12 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n + \"Tue, 21 Apr 2020 08:18:56 GMT\"\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, 21 Oct 2019 16:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n - \ }\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/microsoft.operationalinsights/workspaces/clitest000002\",\r\n + \"Tue, 21 Apr 2020 20:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n + \ },\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": + \"Enabled\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/microsoft.operationalinsights/workspaces/clitest000002\",\r\n \ \"name\": \"clitest000002\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces\",\r\n \ \"location\": \"centralus\",\r\n \"tags\": {\r\n \"clitest\": \"myron\"\r\n \ }\r\n}" @@ -87,15 +89,13 @@ interactions: cache-control: - no-cache content-length: - - '974' + - '1072' content-type: - application/json date: - - Mon, 21 Oct 2019 11:29:13 GMT + - Tue, 21 Apr 2020 08:18:57 GMT pragma: - no-cache - request-context: - - appId=cid-v1:3d24a429-e724-4d71-9886-21ad884cf893 server: - Microsoft-IIS/10.0 - Microsoft-IIS/10.0 @@ -104,7 +104,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1166' + - '1188' x-powered-by: - ASP.NET - ASP.NET @@ -125,21 +125,22 @@ interactions: ParameterSetName: - -g -n --tags User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 - azure-mgmt-loganalytics/0.2.0 Azure-SDK-For-Python AZURECLI/2.0.75 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.2 + azure-mgmt-loganalytics/0.4.0 Azure-SDK-For-Python AZURECLI/2.2.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002?api-version=2020-03-01-preview response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": - \"cda8fbef-ea4e-4ccf-a038-46ec2e56e3b9\",\r\n \"provisioningState\": \"Succeeded\",\r\n + \"c77c07c6-dc3c-40b9-a28a-3c4b3262484f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"sku\": {\r\n \"name\": \"pergb2018\",\r\n \"lastSkuUpdate\": - \"Mon, 21 Oct 2019 11:29:12 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n + \"Tue, 21 Apr 2020 08:18:56 GMT\"\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, 21 Oct 2019 16:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n - \ }\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/microsoft.operationalinsights/workspaces/clitest000002\",\r\n + \"Tue, 21 Apr 2020 20:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n + \ },\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": + \"Enabled\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/microsoft.operationalinsights/workspaces/clitest000002\",\r\n \ \"name\": \"clitest000002\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces\",\r\n \ \"location\": \"centralus\",\r\n \"tags\": {\r\n \"clitest\": \"myron\"\r\n \ }\r\n}" @@ -147,15 +148,13 @@ interactions: cache-control: - no-cache content-length: - - '975' + - '1073' content-type: - application/json date: - - Mon, 21 Oct 2019 11:29:45 GMT + - Tue, 21 Apr 2020 08:19:29 GMT pragma: - no-cache - request-context: - - appId=cid-v1:3d24a429-e724-4d71-9886-21ad884cf893 server: - Microsoft-IIS/10.0 - Microsoft-IIS/10.0 @@ -184,28 +183,27 @@ interactions: - monitor log-analytics workspace update Connection: - keep-alive - Content-Type: - - application/json; charset=utf-8 ParameterSetName: - -g -n --retention-time User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 - azure-mgmt-loganalytics/0.2.0 Azure-SDK-For-Python AZURECLI/2.0.75 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.2 + azure-mgmt-loganalytics/0.4.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002?api-version=2020-03-01-preview response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": - \"cda8fbef-ea4e-4ccf-a038-46ec2e56e3b9\",\r\n \"provisioningState\": \"Succeeded\",\r\n + \"c77c07c6-dc3c-40b9-a28a-3c4b3262484f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"sku\": {\r\n \"name\": \"pergb2018\",\r\n \"lastSkuUpdate\": - \"Mon, 21 Oct 2019 11:29:12 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n + \"Tue, 21 Apr 2020 08:18:56 GMT\"\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, 21 Oct 2019 16:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n - \ }\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/microsoft.operationalinsights/workspaces/clitest000002\",\r\n + \"Tue, 21 Apr 2020 20:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n + \ },\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": + \"Enabled\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/microsoft.operationalinsights/workspaces/clitest000002\",\r\n \ \"name\": \"clitest000002\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces\",\r\n \ \"location\": \"centralus\",\r\n \"tags\": {\r\n \"clitest\": \"myron\"\r\n \ }\r\n}" @@ -213,15 +211,13 @@ interactions: cache-control: - no-cache content-length: - - '975' + - '1073' content-type: - application/json date: - - Mon, 21 Oct 2019 11:29:48 GMT + - Tue, 21 Apr 2020 08:19:32 GMT pragma: - no-cache - request-context: - - appId=cid-v1:3d24a429-e724-4d71-9886-21ad884cf893 server: - Microsoft-IIS/10.0 - Microsoft-IIS/10.0 @@ -240,9 +236,9 @@ interactions: code: 200 message: OK - request: - body: '{"location": "centralus", "tags": {"clitest": "myron"}, "properties": {"provisioningState": - "Succeeded", "source": "Azure", "customerId": "cda8fbef-ea4e-4ccf-a038-46ec2e56e3b9", - "sku": {"name": "pergb2018"}, "retentionInDays": 100}}' + body: '{"tags": {"clitest": "myron"}, "location": "centralus", "properties": {"provisioningState": + "Succeeded", "sku": {"name": "pergb2018"}, "retentionInDays": 100, "publicNetworkAccessForIngestion": + "Enabled", "publicNetworkAccessForQuery": "Enabled"}}' headers: Accept: - application/json @@ -253,29 +249,30 @@ interactions: Connection: - keep-alive Content-Length: - - '232' + - '247' Content-Type: - application/json; charset=utf-8 ParameterSetName: - -g -n --retention-time User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 - azure-mgmt-loganalytics/0.2.0 Azure-SDK-For-Python AZURECLI/2.0.75 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.2 + azure-mgmt-loganalytics/0.4.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002?api-version=2020-03-01-preview response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": - \"cda8fbef-ea4e-4ccf-a038-46ec2e56e3b9\",\r\n \"provisioningState\": \"Succeeded\",\r\n + \"c77c07c6-dc3c-40b9-a28a-3c4b3262484f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"sku\": {\r\n \"name\": \"pergb2018\",\r\n \"lastSkuUpdate\": - \"Mon, 21 Oct 2019 11:29:12 GMT\"\r\n },\r\n \"retentionInDays\": 100,\r\n + \"Tue, 21 Apr 2020 08:18:56 GMT\"\r\n },\r\n \"retentionInDays\": 100,\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, 21 Oct 2019 16:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n - \ }\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/microsoft.operationalinsights/workspaces/clitest000002\",\r\n + \"Tue, 21 Apr 2020 20:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n + \ },\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": + \"Enabled\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/microsoft.operationalinsights/workspaces/clitest000002\",\r\n \ \"name\": \"clitest000002\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces\",\r\n \ \"location\": \"centralus\",\r\n \"tags\": {\r\n \"clitest\": \"myron\"\r\n \ }\r\n}" @@ -283,15 +280,13 @@ interactions: cache-control: - no-cache content-length: - - '976' + - '1074' content-type: - application/json date: - - Mon, 21 Oct 2019 11:29:51 GMT + - Tue, 21 Apr 2020 08:19:33 GMT pragma: - no-cache - request-context: - - appId=cid-v1:3d24a429-e724-4d71-9886-21ad884cf893 server: - Microsoft-IIS/10.0 - Microsoft-IIS/10.0 @@ -304,7 +299,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1133' + - '1182' x-powered-by: - ASP.NET - ASP.NET @@ -322,28 +317,27 @@ interactions: - monitor log-analytics workspace show Connection: - keep-alive - Content-Type: - - application/json; charset=utf-8 ParameterSetName: - -g -n User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 - azure-mgmt-loganalytics/0.2.0 Azure-SDK-For-Python AZURECLI/2.0.75 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.2 + azure-mgmt-loganalytics/0.4.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002?api-version=2020-03-01-preview response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": - \"cda8fbef-ea4e-4ccf-a038-46ec2e56e3b9\",\r\n \"provisioningState\": \"Succeeded\",\r\n + \"c77c07c6-dc3c-40b9-a28a-3c4b3262484f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"sku\": {\r\n \"name\": \"pergb2018\",\r\n \"lastSkuUpdate\": - \"Mon, 21 Oct 2019 11:29:12 GMT\"\r\n },\r\n \"retentionInDays\": 100,\r\n + \"Tue, 21 Apr 2020 08:18:56 GMT\"\r\n },\r\n \"retentionInDays\": 100,\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, 21 Oct 2019 16:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n - \ }\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/microsoft.operationalinsights/workspaces/clitest000002\",\r\n + \"Tue, 21 Apr 2020 20:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n + \ },\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": + \"Enabled\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/microsoft.operationalinsights/workspaces/clitest000002\",\r\n \ \"name\": \"clitest000002\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces\",\r\n \ \"location\": \"centralus\",\r\n \"tags\": {\r\n \"clitest\": \"myron\"\r\n \ }\r\n}" @@ -351,15 +345,13 @@ interactions: cache-control: - no-cache content-length: - - '976' + - '1074' content-type: - application/json date: - - Mon, 21 Oct 2019 11:29:54 GMT + - Tue, 21 Apr 2020 08:19:35 GMT pragma: - no-cache - request-context: - - appId=cid-v1:3d24a429-e724-4d71-9886-21ad884cf893 server: - Microsoft-IIS/10.0 - Microsoft-IIS/10.0 @@ -388,20 +380,18 @@ interactions: - monitor log-analytics workspace list-usages Connection: - keep-alive - Content-Type: - - application/json; charset=utf-8 ParameterSetName: - -g -n User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 - azure-mgmt-loganalytics/0.2.0 Azure-SDK-For-Python AZURECLI/2.0.75 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.2 + azure-mgmt-loganalytics/0.4.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002/usages?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002/usages?api-version=2020-03-01-preview response: body: - string: '{"value":[{"name":{"value":"DataAnalyzed","localizedValue":"Data Analyzed"},"unit":"Bytes","currentValue":0.0,"limit":-1.0,"nextResetTime":"2019-10-21T16:00:00Z","quotaPeriod":"P1D"}]}' + string: '{"value":[{"name":{"value":"DataAnalyzed","localizedValue":"Data Analyzed"},"unit":"Bytes","currentValue":0.0,"limit":-1.0,"nextResetTime":"2020-04-21T20:00:00Z","quotaPeriod":"P1D"}]}' headers: cache-control: - no-cache @@ -410,13 +400,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 21 Oct 2019 11:29:57 GMT + - Tue, 21 Apr 2020 08:19:37 GMT expires: - '-1' pragma: - no-cache - request-context: - - appId=cid-v1:3d24a429-e724-4d71-9886-21ad884cf893 server: - Microsoft-IIS/10.0 strict-transport-security: @@ -443,28 +431,27 @@ interactions: - monitor log-analytics workspace list Connection: - keep-alive - Content-Type: - - application/json; charset=utf-8 ParameterSetName: - -g User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 - azure-mgmt-loganalytics/0.2.0 Azure-SDK-For-Python AZURECLI/2.0.75 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.2 + azure-mgmt-loganalytics/0.4.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/Microsoft.OperationalInsights/workspaces?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/Microsoft.OperationalInsights/workspaces?api-version=2020-03-01-preview response: body: string: "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"source\": - \"Azure\",\r\n \"customerId\": \"cda8fbef-ea4e-4ccf-a038-46ec2e56e3b9\",\r\n + \"Azure\",\r\n \"customerId\": \"c77c07c6-dc3c-40b9-a28a-3c4b3262484f\",\r\n \ \"provisioningState\": \"Succeeded\",\r\n \"sku\": {\r\n \"name\": - \"pergb2018\",\r\n \"lastSkuUpdate\": \"Mon, 21 Oct 2019 11:29:12 + \"pergb2018\",\r\n \"lastSkuUpdate\": \"Tue, 21 Apr 2020 08:18:56 GMT\"\r\n },\r\n \"retentionInDays\": 100,\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, 21 Oct 2019 16:00:00 GMT\",\r\n - \ \"dataIngestionStatus\": \"RespectQuota\"\r\n }\r\n },\r\n + -1.0,\r\n \"quotaNextResetTime\": \"Tue, 21 Apr 2020 20:00:00 GMT\",\r\n + \ \"dataIngestionStatus\": \"RespectQuota\"\r\n },\r\n \"publicNetworkAccessForIngestion\": + \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\"\r\n },\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/microsoft.operationalinsights/workspaces/clitest000002\",\r\n \ \"name\": \"clitest000002\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces\",\r\n \ \"location\": \"centralus\",\r\n \"tags\": {\r\n \"clitest\": @@ -473,15 +460,13 @@ interactions: cache-control: - no-cache content-length: - - '1117' + - '1223' content-type: - application/json date: - - Mon, 21 Oct 2019 11:30:01 GMT + - Tue, 21 Apr 2020 08:19:38 GMT pragma: - no-cache - request-context: - - appId=cid-v1:3d24a429-e724-4d71-9886-21ad884cf893 server: - Microsoft-IIS/10.0 - Microsoft-IIS/10.0 @@ -512,21 +497,19 @@ interactions: - keep-alive Content-Length: - '0' - Content-Type: - - application/json; charset=utf-8 ParameterSetName: - -g -n User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 - azure-mgmt-loganalytics/0.2.0 Azure-SDK-For-Python AZURECLI/2.0.75 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.2 + azure-mgmt-loganalytics/0.4.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002/sharedKeys?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002/sharedKeys?api-version=2020-03-01-preview response: body: - string: "{\r\n \"primarySharedKey\": \"lI2lerLIQpe4PbqZY8FAUSEdXoj+VNOyfVyUKW2mVYpywg96hPBbq8mZ2gyjL/SpjB20eEw3bueQC0nxl01pzw==\",\r\n - \ \"secondarySharedKey\": \"XfUnNghNFi0NBaHJE2ZfbrfKsNR/uNVB+cvVJGx4RZSQudpvwPGAP6BVymqUcpH9LGhCi8nX9za7hyt1+zpeDg==\"\r\n}" + string: "{\r\n \"primarySharedKey\": \"ql6lcJMgYNzQSWGLsm0Ck4btGeUu/XtyIBl5Jj/QirvVumiWlGgqX0PCjHv+CAxSfr686teYy7dQCyZo85uFlw==\",\r\n + \ \"secondarySharedKey\": \"OXP3ZwI6SaES4nrmEQ+cqTe8gJ92uedfT1XdlW1R2dswpDYMF9/ofTqGnpHwVhxPqag1K45+m70LcM+O5ZTQlw==\"\r\n}" headers: cache-control: - no-cache @@ -537,13 +520,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 21 Oct 2019 11:30:03 GMT + - Tue, 21 Apr 2020 08:19:40 GMT expires: - '-1' pragma: - no-cache - request-context: - - appId=cid-v1:3d24a429-e724-4d71-9886-21ad884cf893 server: - Microsoft-IIS/10.0 - Microsoft-IIS/10.0 @@ -576,35 +557,31 @@ interactions: - keep-alive Content-Length: - '0' - Content-Type: - - application/json; charset=utf-8 ParameterSetName: - -g -n User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 - azure-mgmt-loganalytics/0.2.0 Azure-SDK-For-Python AZURECLI/2.0.75 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.2 + azure-mgmt-loganalytics/0.4.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002/schema?api-version=2015-03-20 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002/schema?api-version=2020-03-01-preview response: body: - string: '{"__metadata":{"schema":{"name":"CloudOps","version":2},"resultType":"schema","requestTime":137},"value":[{"name":"TenantId","displayName":"TenantId","type":"Guid","indexed":true,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AADDomainServicesAccountLogon","AADDomainServicesAccountManagement","AADDomainServicesDirectoryServiceAccess","AADDomainServicesLogonLogoff","AADDomainServicesPolicyChange","AADDomainServicesPrivilegeUse","AADDomainServicesSystemSecurity","AddonAzureBackupAlerts","AddonAzureBackupJobs","AddonAzureBackupPolicy","AddonAzureBackupProtectedInstance","AddonAzureBackupStorage","ADFActivityRun","ADFPipelineRun","ADFTriggerRun","Alert","AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","ApiManagementGatewayLogs","AppCenterError","AppPlatformLogsforSpring","AppServiceAppLogs","AppServiceAuditLogs","AppServiceConsoleLogs","AppServiceEnvironmentPlatformLogs","AppServiceHTTPLogs","AuditLogs","AutoscaleEvaluationsLog","AutoscaleScaleActionsLog","AzureActivity","AzureAudit","AzureMetrics","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent","ComputerGroup","ContainerRegistryLoginEvents","ContainerRegistryRepositoryEvents","CoreAzureBackup","DatabricksAccounts","DatabricksClusters","DatabricksDBFS","DatabricksInstancePools","DatabricksJobs","DatabricksNotebook","DatabricksSecrets","DatabricksSQLPermissions","DatabricksSSH","DatabricksTables","DatabricksWorkspace","ETWEvent","Event","ExtraHopDBLogin","ExtraHopDBTransaction","ExtraHopDNSResponse","ExtraHopFTPResponse","ExtraHopHTTPTransaction","ExtraHopSMTPMessage","ExtraHopSYNScanDetect","ExtraHopTCPOpen","FailedIngestion","Heartbeat","IntuneAuditLogs","IntuneDeviceComplianceOrg","IntuneOperationalLogs","MicrosoftDataShareReceinvedSnapshotLog","MicrosoftDataShareSentSnapshotLog","MicrosoftDataShareShareLog","MicrosoftDynamicsTelemetryPerformanceLogs","MicrosoftDynamicsTelemetrySystemMetricsLogs","MicrosoftHealthcareApisAuditLogs","MicrosoftInsightsAzureActivityLog","MicrosoftWebApplicationLog","MicrosoftWebFunctionExecutionLogs","MicrosoftWebStdOutStdErrLog","MicrosoftWebW3CLog","Operation","Perf","ReservedAzureCommonFields","ReservedCommonFields","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent","SigninLogs","SucceededIngestion","Syslog","Usage","W3CIISLog"],"extraction":null,"common":false},{"name":"SourceSystem","displayName":"SourceSystem","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AADDomainServicesAccountLogon","AADDomainServicesAccountManagement","AADDomainServicesDirectoryServiceAccess","AADDomainServicesLogonLogoff","AADDomainServicesPolicyChange","AADDomainServicesPrivilegeUse","AADDomainServicesSystemSecurity","AddonAzureBackupAlerts","AddonAzureBackupJobs","AddonAzureBackupPolicy","AddonAzureBackupProtectedInstance","AddonAzureBackupStorage","ADFActivityRun","ADFPipelineRun","ADFTriggerRun","Alert","AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","ApiManagementGatewayLogs","AppCenterError","AppPlatformLogsforSpring","AppServiceAppLogs","AppServiceAuditLogs","AppServiceConsoleLogs","AppServiceEnvironmentPlatformLogs","AppServiceHTTPLogs","AuditLogs","AutoscaleEvaluationsLog","AutoscaleScaleActionsLog","AzureActivity","AzureAudit","AzureMetrics","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent","ComputerGroup","ContainerRegistryLoginEvents","ContainerRegistryRepositoryEvents","CoreAzureBackup","DatabricksAccounts","DatabricksClusters","DatabricksDBFS","DatabricksInstancePools","DatabricksJobs","DatabricksNotebook","DatabricksSecrets","DatabricksSQLPermissions","DatabricksSSH","DatabricksTables","DatabricksWorkspace","ETWEvent","Event","ExtraHopDBLogin","ExtraHopDBTransaction","ExtraHopDNSResponse","ExtraHopFTPResponse","ExtraHopHTTPTransaction","ExtraHopSMTPMessage","ExtraHopSYNScanDetect","ExtraHopTCPOpen","FailedIngestion","Heartbeat","IntuneAuditLogs","IntuneDeviceComplianceOrg","IntuneOperationalLogs","MicrosoftDataShareReceinvedSnapshotLog","MicrosoftDataShareSentSnapshotLog","MicrosoftDataShareShareLog","MicrosoftDynamicsTelemetryPerformanceLogs","MicrosoftDynamicsTelemetrySystemMetricsLogs","MicrosoftHealthcareApisAuditLogs","MicrosoftInsightsAzureActivityLog","MicrosoftWebApplicationLog","MicrosoftWebFunctionExecutionLogs","MicrosoftWebStdOutStdErrLog","MicrosoftWebW3CLog","Operation","Perf","ReservedAzureCommonFields","ReservedCommonFields","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent","SigninLogs","SucceededIngestion","Syslog","Usage","W3CIISLog"],"extraction":null,"common":true},{"name":"TimeGenerated","displayName":"TimeGenerated","type":"DateTime","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountLogon","AADDomainServicesAccountManagement","AADDomainServicesDirectoryServiceAccess","AADDomainServicesLogonLogoff","AADDomainServicesPolicyChange","AADDomainServicesPrivilegeUse","AADDomainServicesSystemSecurity","AddonAzureBackupAlerts","AddonAzureBackupJobs","AddonAzureBackupPolicy","AddonAzureBackupProtectedInstance","AddonAzureBackupStorage","ADFActivityRun","ADFPipelineRun","ADFTriggerRun","Alert","AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","ApiManagementGatewayLogs","AppCenterError","AppPlatformLogsforSpring","AppServiceAppLogs","AppServiceAuditLogs","AppServiceConsoleLogs","AppServiceEnvironmentPlatformLogs","AppServiceHTTPLogs","AuditLogs","AutoscaleEvaluationsLog","AutoscaleScaleActionsLog","AzureActivity","AzureAudit","AzureMetrics","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent","ComputerGroup","ContainerRegistryLoginEvents","ContainerRegistryRepositoryEvents","CoreAzureBackup","DatabricksAccounts","DatabricksClusters","DatabricksDBFS","DatabricksInstancePools","DatabricksJobs","DatabricksNotebook","DatabricksSecrets","DatabricksSQLPermissions","DatabricksSSH","DatabricksTables","DatabricksWorkspace","ETWEvent","Event","ExtraHopDBLogin","ExtraHopDBTransaction","ExtraHopDNSResponse","ExtraHopFTPResponse","ExtraHopHTTPTransaction","ExtraHopSMTPMessage","ExtraHopSYNScanDetect","ExtraHopTCPOpen","FailedIngestion","Heartbeat","IntuneAuditLogs","IntuneDeviceComplianceOrg","IntuneOperationalLogs","MicrosoftDataShareReceinvedSnapshotLog","MicrosoftDataShareSentSnapshotLog","MicrosoftDataShareShareLog","MicrosoftDynamicsTelemetryPerformanceLogs","MicrosoftDynamicsTelemetrySystemMetricsLogs","MicrosoftHealthcareApisAuditLogs","MicrosoftInsightsAzureActivityLog","MicrosoftWebApplicationLog","MicrosoftWebFunctionExecutionLogs","MicrosoftWebStdOutStdErrLog","MicrosoftWebW3CLog","Operation","Perf","ReservedAzureCommonFields","ReservedCommonFields","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent","SigninLogs","SucceededIngestion","Syslog","Usage","W3CIISLog"],"extraction":null,"common":false},{"name":"ResourceId","displayName":"ResourceId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AADDomainServicesAccountLogon","AADDomainServicesAccountManagement","AADDomainServicesDirectoryServiceAccess","AADDomainServicesLogonLogoff","AADDomainServicesPolicyChange","AADDomainServicesPrivilegeUse","AADDomainServicesSystemSecurity","AddonAzureBackupAlerts","AddonAzureBackupJobs","AddonAzureBackupPolicy","AddonAzureBackupProtectedInstance","AddonAzureBackupStorage","ADFActivityRun","ADFPipelineRun","ADFTriggerRun","Alert","AppServiceEnvironmentPlatformLogs","AuditLogs","AutoscaleEvaluationsLog","AutoscaleScaleActionsLog","AzureActivity","AzureMetrics","CoreAzureBackup","DatabricksAccounts","DatabricksClusters","DatabricksDBFS","DatabricksInstancePools","DatabricksJobs","DatabricksNotebook","DatabricksSecrets","DatabricksSQLPermissions","DatabricksSSH","DatabricksTables","DatabricksWorkspace","Heartbeat","MicrosoftWebApplicationLog","MicrosoftWebStdOutStdErrLog","MicrosoftWebW3CLog","ReservedCommonFields","SigninLogs"],"extraction":null,"common":true},{"name":"OperationName","displayName":"OperationName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountLogon","AADDomainServicesAccountManagement","AADDomainServicesDirectoryServiceAccess","AADDomainServicesLogonLogoff","AADDomainServicesPolicyChange","AADDomainServicesPrivilegeUse","AADDomainServicesSystemSecurity","AddonAzureBackupAlerts","AddonAzureBackupJobs","AddonAzureBackupPolicy","AddonAzureBackupProtectedInstance","AddonAzureBackupStorage","ADFActivityRun","ADFPipelineRun","ADFTriggerRun","AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","ApiManagementGatewayLogs","AppPlatformLogsforSpring","AppServiceAuditLogs","AppServiceEnvironmentPlatformLogs","AuditLogs","AutoscaleEvaluationsLog","AutoscaleScaleActionsLog","AzureActivity","AzureMetrics","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent","ContainerRegistryLoginEvents","ContainerRegistryRepositoryEvents","CoreAzureBackup","DatabricksAccounts","DatabricksClusters","DatabricksDBFS","DatabricksInstancePools","DatabricksJobs","DatabricksNotebook","DatabricksSecrets","DatabricksSQLPermissions","DatabricksSSH","DatabricksTables","DatabricksWorkspace","IntuneAuditLogs","IntuneDeviceComplianceOrg","IntuneOperationalLogs","MicrosoftDataShareReceinvedSnapshotLog","MicrosoftDataShareSentSnapshotLog","MicrosoftDataShareShareLog","MicrosoftHealthcareApisAuditLogs","ReservedCommonFields","SigninLogs"],"extraction":null,"common":true},{"name":"Category","displayName":"Category","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountLogon","AADDomainServicesAccountManagement","AADDomainServicesDirectoryServiceAccess","AADDomainServicesLogonLogoff","AADDomainServicesPolicyChange","AADDomainServicesPrivilegeUse","AADDomainServicesSystemSecurity","AddonAzureBackupAlerts","AddonAzureBackupJobs","AddonAzureBackupPolicy","AddonAzureBackupProtectedInstance","AddonAzureBackupStorage","ADFActivityRun","ADFPipelineRun","ADFTriggerRun","AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","ApiManagementGatewayLogs","AppPlatformLogsforSpring","AppServiceAppLogs","AppServiceAuditLogs","AppServiceConsoleLogs","AppServiceEnvironmentPlatformLogs","AppServiceHTTPLogs","AuditLogs","AutoscaleEvaluationsLog","AutoscaleScaleActionsLog","AzureActivity","AzureMetrics","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent","ContainerRegistryLoginEvents","ContainerRegistryRepositoryEvents","CoreAzureBackup","DatabricksAccounts","DatabricksClusters","DatabricksDBFS","DatabricksInstancePools","DatabricksJobs","DatabricksNotebook","DatabricksSecrets","DatabricksSQLPermissions","DatabricksSSH","DatabricksTables","DatabricksWorkspace","Heartbeat","IntuneAuditLogs","IntuneOperationalLogs","MicrosoftDataShareReceinvedSnapshotLog","MicrosoftDataShareSentSnapshotLog","MicrosoftDataShareShareLog","MicrosoftDynamicsTelemetryPerformanceLogs","MicrosoftDynamicsTelemetrySystemMetricsLogs","MicrosoftWebApplicationLog","MicrosoftWebFunctionExecutionLogs","MicrosoftWebStdOutStdErrLog","MicrosoftWebW3CLog","ReservedCommonFields","SigninLogs"],"extraction":null,"common":true},{"name":"ResultType","displayName":"ResultType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountLogon","AADDomainServicesAccountManagement","AADDomainServicesDirectoryServiceAccess","AADDomainServicesLogonLogoff","AADDomainServicesPolicyChange","AADDomainServicesPrivilegeUse","AADDomainServicesSystemSecurity","AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","AppServiceEnvironmentPlatformLogs","AuditLogs","AutoscaleEvaluationsLog","AutoscaleScaleActionsLog","AzureMetrics","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent","ContainerRegistryLoginEvents","ContainerRegistryRepositoryEvents","IntuneAuditLogs","MicrosoftHealthcareApisAuditLogs","ReservedCommonFields","SigninLogs"],"extraction":null,"common":true},{"name":"ResultDescription","displayName":"ResultDescription","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AADDomainServicesAccountLogon","AADDomainServicesAccountManagement","AADDomainServicesDirectoryServiceAccess","AADDomainServicesLogonLogoff","AADDomainServicesPolicyChange","AADDomainServicesPrivilegeUse","AADDomainServicesSystemSecurity","AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","AppServiceAppLogs","AppServiceConsoleLogs","AppServiceEnvironmentPlatformLogs","AuditLogs","AutoscaleEvaluationsLog","AutoscaleScaleActionsLog","AzureMetrics","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent","ContainerRegistryLoginEvents","ContainerRegistryRepositoryEvents","IntuneAuditLogs","MicrosoftWebApplicationLog","MicrosoftWebStdOutStdErrLog","ReservedCommonFields","SigninLogs"],"extraction":null,"common":true},{"name":"CorrelationId","displayName":"CorrelationId","type":"String","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AADDomainServicesAccountLogon","AADDomainServicesAccountManagement","AADDomainServicesDirectoryServiceAccess","AADDomainServicesLogonLogoff","AADDomainServicesPolicyChange","AADDomainServicesPrivilegeUse","AADDomainServicesSystemSecurity","ADFActivityRun","ADFPipelineRun","ADFTriggerRun","AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","ApiManagementGatewayLogs","AuditLogs","AutoscaleEvaluationsLog","AutoscaleScaleActionsLog","AzureActivity","AzureMetrics","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent","ContainerRegistryLoginEvents","ContainerRegistryRepositoryEvents","IntuneAuditLogs","MicrosoftDataShareReceinvedSnapshotLog","MicrosoftDataShareSentSnapshotLog","MicrosoftHealthcareApisAuditLogs","MicrosoftInsightsAzureActivityLog","Operation","ReservedCommonFields","SigninLogs"],"extraction":null,"common":true},{"name":"aadds_IpAddress","displayName":"IpAddress","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountLogon"],"extraction":null,"common":false},{"name":"aadds_IpPort","displayName":"IpPort","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountLogon"],"extraction":null,"common":false},{"name":"aadds_ServiceName","displayName":"ServiceName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountLogon"],"extraction":null,"common":false},{"name":"aadds_TicketOptions","displayName":"TicketOptions","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountLogon"],"extraction":null,"common":false},{"name":"aadds_PreAuthType","displayName":"PreAuthType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountLogon"],"extraction":null,"common":false},{"name":"aadds_CertIssuerName","displayName":"CertIssuerName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountLogon"],"extraction":null,"common":false},{"name":"aadds_CertSerialNumber","displayName":"CertSerialNumber","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountLogon"],"extraction":null,"common":false},{"name":"aadds_CertThumbprint","displayName":"CertThumbprint","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountLogon"],"extraction":null,"common":false},{"name":"aadds_FailureCode","displayName":"FailureCode","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountLogon"],"extraction":null,"common":false},{"name":"aadds_MappingBy","displayName":"MappingBy","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountLogon"],"extraction":null,"common":false},{"name":"aadds_ClientUserName","displayName":"ClientUserName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountLogon"],"extraction":null,"common":false},{"name":"aadds_MappedName","displayName":"MappedName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountLogon"],"extraction":null,"common":false},{"name":"aadds_PackageName","displayName":"PackageName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountLogon"],"extraction":null,"common":false},{"name":"aadds_RecordId","displayName":"RecordId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountLogon","AADDomainServicesAccountManagement","AADDomainServicesDirectoryServiceAccess","AADDomainServicesLogonLogoff","AADDomainServicesPolicyChange","AADDomainServicesPrivilegeUse","AADDomainServicesSystemSecurity"],"extraction":null,"common":false},{"name":"aadds_SubjectUserSid","displayName":"SubjectUserSid","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_SubjectUserName","displayName":"SubjectUserName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_SubjectDomainName","displayName":"SubjectDomainName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_SubjectLogonId","displayName":"SubjectLogonId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_Status","displayName":"Status","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_PrivilegeList","displayName":"PrivilegeList","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_TargetSid","displayName":"TargetSid","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_SamAccountName","displayName":"SamAccountName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_DisplayName","displayName":"DisplayName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_UserPrincipalName","displayName":"UserPrincipalName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_HomeDirectory","displayName":"HomeDirectory","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_HomePath","displayName":"HomePath","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_ScriptPath","displayName":"ScriptPath","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_ProfilePath","displayName":"ProfilePath","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_UserWorkstations","displayName":"UserWorkstations","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_PasswordLastSet","displayName":"PasswordLastSet","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_AccountExpires","displayName":"AccountExpires","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_PrimaryGroupId","displayName":"PrimaryGroupId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_AllowedToDelegateTo","displayName":"AllowedToDelegateTo","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_OldUacValue","displayName":"OldUacValue","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_NewUacValue","displayName":"NewUacValue","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_UserAccountControl","displayName":"UserAccountControl","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_UserParameters","displayName":"UserParameters","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_SidHistory","displayName":"SidHistory","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_LogonHours","displayName":"LogonHours","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_MemberName","displayName":"MemberName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_MemberSid","displayName":"MemberSid","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_MembershipExpirationTime","displayName":"MembershipExpirationTime","type":"DateTime","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_DnsHostName","displayName":"DnsHostName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_ServicePrincipalNames","displayName":"ServicePrincipalNames","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_ComputerAccountChange","displayName":"ComputerAccountChange","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_GroupTypeChange","displayName":"GroupTypeChange","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_SourceUserName","displayName":"SourceUserName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_SourceSid","displayName":"SourceSid","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_Workstation","displayName":"Workstation","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_OldTargetUserName","displayName":"OldTargetUserName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_NewTargetUserName","displayName":"NewTargetUserName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_CallerProcessId","displayName":"CallerProcessId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_CallerProcessName","displayName":"CallerProcessName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_OpCorrelationID","displayName":"OpCorrelationID","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesDirectoryServiceAccess"],"extraction":null,"common":false},{"name":"aadds_AppCorrelationID","displayName":"AppCorrelationID","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesDirectoryServiceAccess"],"extraction":null,"common":false},{"name":"aadds_DSName","displayName":"DSName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesDirectoryServiceAccess"],"extraction":null,"common":false},{"name":"aadds_DSType","displayName":"DSType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesDirectoryServiceAccess"],"extraction":null,"common":false},{"name":"aadds_ObjectDN","displayName":"ObjectDN","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesDirectoryServiceAccess"],"extraction":null,"common":false},{"name":"aadds_ObjectGUID","displayName":"ObjectGUID","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesDirectoryServiceAccess"],"extraction":null,"common":false},{"name":"aadds_ObjectClass","displayName":"ObjectClass","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesDirectoryServiceAccess"],"extraction":null,"common":false},{"name":"aadds_AttributeLDAPDisplayName","displayName":"AttributeLDAPDisplayName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesDirectoryServiceAccess"],"extraction":null,"common":false},{"name":"aadds_AttributeSyntaxOID","displayName":"AttributeSyntaxOID","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesDirectoryServiceAccess"],"extraction":null,"common":false},{"name":"aadds_AttributeValue","displayName":"AttributeValue","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesDirectoryServiceAccess"],"extraction":null,"common":false},{"name":"aadds_OperationType","displayName":"OperationType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesDirectoryServiceAccess"],"extraction":null,"common":false},{"name":"aadds_OldObjectDN","displayName":"OldObjectDN","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesDirectoryServiceAccess"],"extraction":null,"common":false},{"name":"aadds_NewObjectDN","displayName":"NewObjectDN","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesDirectoryServiceAccess"],"extraction":null,"common":false},{"name":"aadds_TreeDelete","displayName":"TreeDelete","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesDirectoryServiceAccess"],"extraction":null,"common":false},{"name":"aadds_TargetUserSid","displayName":"TargetUserSid","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_TargetUserName","displayName":"TargetUserName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_TargetDomainName","displayName":"TargetDomainName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_TargetLogonId","displayName":"TargetLogonId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_LogonType","displayName":"LogonType","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_LogonProcessName","displayName":"LogonProcessName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_AuthenticationPackageName","displayName":"AuthenticationPackageName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_WorkstationName","displayName":"WorkstationName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_LogonGuid","displayName":"LogonGuid","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_TransmittedServices","displayName":"TransmittedServices","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_LmPackageName","displayName":"LmPackageName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_KeyLength","displayName":"KeyLength","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_ImpersonationLevel","displayName":"ImpersonationLevel","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_RestrictedAdminMode","displayName":"RestrictedAdminMode","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_TargetOutboundUserName","displayName":"TargetOutboundUserName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_TargetOutboundDomainName","displayName":"TargetOutboundDomainName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_VirtualAccount","displayName":"VirtualAccount","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_TargetLinkedLogonId","displayName":"TargetLinkedLogonId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_ElevatedToken","displayName":"ElevatedToken","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_FailureReason","displayName":"FailureReason","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_SubStatus","displayName":"SubStatus","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_TargetLogonGuid","displayName":"TargetLogonGuid","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_TargetServerName","displayName":"TargetServerName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_TargetInfo","displayName":"TargetInfo","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_TdoSid","displayName":"TdoSid","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_SidList","displayName":"SidList","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_CrashOnAuditFailValue","displayName":"CrashOnAuditFailValue","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_ObjectServer","displayName":"ObjectServer","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_ObjectType","displayName":"ObjectType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_ObjectName","displayName":"ObjectName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_HandleId","displayName":"HandleId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_OldSd","displayName":"OldSd","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_NewSd","displayName":"NewSd","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_TdoDirection","displayName":"TdoDirection","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_TdoAttributes","displayName":"TdoAttributes","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_TdoType","displayName":"TdoType","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_EnabledPrivilegeList","displayName":"EnabledPrivilegeList","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_DisabledPrivilegeList","displayName":"DisabledPrivilegeList","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_DomainName","displayName":"DomainName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_DomainSid","displayName":"DomainSid","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_SidFilteringEnabled","displayName":"SidFilteringEnabled","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_KerberosPolicyChange","displayName":"KerberosPolicyChange","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_AccessGranted","displayName":"AccessGranted","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_AccessRemoved","displayName":"AccessRemoved","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_CategoryId","displayName":"CategoryId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_SubcategoryId","displayName":"SubcategoryId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_SubcategoryGuid","displayName":"SubcategoryGuid","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_AuditPolicyChanges","displayName":"AuditPolicyChanges","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_DomainPolicyChanged","displayName":"DomainPolicyChanged","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_MinPasswordAge","displayName":"MinPasswordAge","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_MaxPasswordAge","displayName":"MaxPasswordAge","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_ForceLogoff","displayName":"ForceLogoff","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_LockoutThreshold","displayName":"LockoutThreshold","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_LockoutObservationWindow","displayName":"LockoutObservationWindow","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_LockoutDuration","displayName":"LockoutDuration","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_PasswordProperties","displayName":"PasswordProperties","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_MinPasswordLength","displayName":"MinPasswordLength","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_PasswordHistoryLength","displayName":"PasswordHistoryLength","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_MachineAccountQuota","displayName":"MachineAccountQuota","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_MixedDomainMode","displayName":"MixedDomainMode","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_DomainBehaviorVersion","displayName":"DomainBehaviorVersion","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_OemInformation","displayName":"OemInformation","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_CollisionTargetType","displayName":"CollisionTargetType","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_CollisionTargetName","displayName":"CollisionTargetName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_ForestRoot","displayName":"ForestRoot","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_TopLevelName","displayName":"TopLevelName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_DnsName","displayName":"DnsName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_NetbiosName","displayName":"NetbiosName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_Flags","displayName":"Flags","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_ForestRootSid","displayName":"ForestRootSid","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_OperationId","displayName":"OperationId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_EntryType","displayName":"EntryType","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_AuditSourceName","displayName":"AuditSourceName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_EventSourceId","displayName":"EventSourceId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_ProcessId","displayName":"ProcessId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPrivilegeUse"],"extraction":null,"common":false},{"name":"aadds_ProcessName","displayName":"ProcessName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPrivilegeUse"],"extraction":null,"common":false},{"name":"aadds_TransactionId","displayName":"TransactionId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPrivilegeUse"],"extraction":null,"common":false},{"name":"aadds_NewState","displayName":"NewState","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPrivilegeUse"],"extraction":null,"common":false},{"name":"aadds_ResourceManager","displayName":"ResourceManager","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPrivilegeUse"],"extraction":null,"common":false},{"name":"aadds_AuditsDiscarded","displayName":"AuditsDiscarded","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesSystemSecurity"],"extraction":null,"common":false},{"name":"MG","displayName":"MG","type":"Guid","indexed":true,"stored":true,"facet":false,"hidden":true,"display":false,"ownerType":["Alert","Event","Heartbeat","Operation","Perf","Syslog","W3CIISLog"],"extraction":null,"common":false},{"name":"Description","displayName":"Description","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AzureMetrics","W3CIISLog"],"extraction":null,"common":false},{"name":"Computer","displayName":"Computer","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Alert","ComputerGroup","ETWEvent","Event","Heartbeat","Operation","Perf","ReservedCommonFields","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent","Syslog","Usage","W3CIISLog"],"extraction":null,"common":true},{"name":"AlertCode","displayName":"AlertCode","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts"],"extraction":null,"common":false},{"name":"AlertConsolidationStatus","displayName":"AlertConsolidationStatus","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts"],"extraction":null,"common":false},{"name":"AlertOccurrenceDateTime","displayName":"AlertOccurrenceDateTime","type":"DateTime","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts"],"extraction":null,"common":false},{"name":"AlertRaisedOn","displayName":"AlertRaisedOn","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts"],"extraction":null,"common":false},{"name":"AlertSeverity","displayName":"AlertSeverity","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts","Alert"],"extraction":null,"common":false},{"name":"AlertStatus","displayName":"AlertStatus","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts","Alert"],"extraction":null,"common":false},{"name":"AlertTimeToResolveInMinutes","displayName":"AlertTimeToResolveInMinutes","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts"],"extraction":null,"common":false},{"name":"AlertType","displayName":"AlertType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts"],"extraction":null,"common":false},{"name":"AlertUniqueId","displayName":"AlertUniqueId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts","Alert"],"extraction":null,"common":false},{"name":"BackupItemUniqueId","displayName":"BackupItemUniqueId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts","AddonAzureBackupJobs","AddonAzureBackupProtectedInstance","AddonAzureBackupStorage","CoreAzureBackup"],"extraction":null,"common":false},{"name":"BackupManagementServerUniqueId","displayName":"BackupManagementServerUniqueId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts","AddonAzureBackupJobs","AddonAzureBackupPolicy","AddonAzureBackupProtectedInstance","AddonAzureBackupStorage","CoreAzureBackup"],"extraction":null,"common":false},{"name":"BackupManagementType","displayName":"BackupManagementType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts","AddonAzureBackupJobs","AddonAzureBackupPolicy","AddonAzureBackupProtectedInstance","AddonAzureBackupStorage","CoreAzureBackup"],"extraction":null,"common":false},{"name":"CountOfAlertsConsolidated","displayName":"CountOfAlertsConsolidated","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts"],"extraction":null,"common":false},{"name":"ProtectedContainerUniqueId","displayName":"ProtectedContainerUniqueId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts","AddonAzureBackupJobs","AddonAzureBackupProtectedInstance","AddonAzureBackupStorage","CoreAzureBackup"],"extraction":null,"common":false},{"name":"RecommendedAction","displayName":"RecommendedAction","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts"],"extraction":null,"common":false},{"name":"SchemaVersion","displayName":"SchemaVersion","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts","AddonAzureBackupJobs","AddonAzureBackupPolicy","AddonAzureBackupProtectedInstance","AddonAzureBackupStorage","CoreAzureBackup"],"extraction":null,"common":false},{"name":"State","displayName":"State","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts","AddonAzureBackupJobs","AddonAzureBackupPolicy","AddonAzureBackupProtectedInstance","AddonAzureBackupStorage","CoreAzureBackup"],"extraction":null,"common":false},{"name":"StorageUniqueId","displayName":"StorageUniqueId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts","AddonAzureBackupStorage"],"extraction":null,"common":false},{"name":"VaultUniqueId","displayName":"VaultUniqueId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts","AddonAzureBackupJobs","AddonAzureBackupPolicy","AddonAzureBackupProtectedInstance","AddonAzureBackupStorage","CoreAzureBackup"],"extraction":null,"common":false},{"name":"AdHocOrScheduledJob","displayName":"AdHocOrScheduledJob","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupJobs"],"extraction":null,"common":false},{"name":"DataTransferredInMB","displayName":"DataTransferredInMB","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupJobs"],"extraction":null,"common":false},{"name":"JobDurationInSecs","displayName":"JobDurationInSecs","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupJobs"],"extraction":null,"common":false},{"name":"JobFailureCode","displayName":"JobFailureCode","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupJobs"],"extraction":null,"common":false},{"name":"JobOperation","displayName":"JobOperation","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupJobs"],"extraction":null,"common":false},{"name":"JobOperationSubType","displayName":"JobOperationSubType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupJobs"],"extraction":null,"common":false},{"name":"JobStartDateTime","displayName":"JobStartDateTime","type":"DateTime","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupJobs"],"extraction":null,"common":false},{"name":"JobStatus","displayName":"JobStatus","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupJobs"],"extraction":null,"common":false},{"name":"JobUniqueId","displayName":"JobUniqueId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupJobs"],"extraction":null,"common":false},{"name":"RecoveryJobDestination","displayName":"RecoveryJobDestination","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupJobs"],"extraction":null,"common":false},{"name":"RecoveryJobRPDateTime","displayName":"RecoveryJobRPDateTime","type":"DateTime","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupJobs"],"extraction":null,"common":false},{"name":"RecoveryJobRPLocation","displayName":"RecoveryJobRPLocation","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupJobs"],"extraction":null,"common":false},{"name":"RecoveryLocationType","displayName":"RecoveryLocationType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupJobs"],"extraction":null,"common":false},{"name":"BackupDaysOfTheWeek","displayName":"BackupDaysOfTheWeek","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"BackupFrequency","displayName":"BackupFrequency","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"BackupTimes","displayName":"BackupTimes","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"DailyRetentionDuration","displayName":"DailyRetentionDuration","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"DailyRetentionTimes","displayName":"DailyRetentionTimes","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"DiffBackupDaysofTheWeek","displayName":"DiffBackupDaysofTheWeek","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"DiffBackupFormat","displayName":"DiffBackupFormat","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"DiffBackupRetentionDuration","displayName":"DiffBackupRetentionDuration","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"DiffBackupTime","displayName":"DiffBackupTime","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"LogBackupFrequency","displayName":"LogBackupFrequency","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"LogBackupRetentionDuration","displayName":"LogBackupRetentionDuration","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"MonthlyRetentionDaysOfTheMonth","displayName":"MonthlyRetentionDaysOfTheMonth","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"MonthlyRetentionDaysOfTheWeek","displayName":"MonthlyRetentionDaysOfTheWeek","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"MonthlyRetentionDuration","displayName":"MonthlyRetentionDuration","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"MonthlyRetentionFormat","displayName":"MonthlyRetentionFormat","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"MonthlyRetentionTimes","displayName":"MonthlyRetentionTimes","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"MonthlyRetentionWeeksOfTheMonth","displayName":"MonthlyRetentionWeeksOfTheMonth","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"PolicyName","displayName":"PolicyName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"PolicyUniqueId","displayName":"PolicyUniqueId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy","CoreAzureBackup"],"extraction":null,"common":false},{"name":"PolicyTimeZone","displayName":"PolicyTimeZone","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"RetentionDuration","displayName":"RetentionDuration","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"RetentionType","displayName":"RetentionType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"SynchronisationFrequencyPerDay","displayName":"SynchronisationFrequencyPerDay","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"WeeklyRetentionDaysOfTheWeek","displayName":"WeeklyRetentionDaysOfTheWeek","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"WeeklyRetentionDuration","displayName":"WeeklyRetentionDuration","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"WeeklyRetentionTimes","displayName":"WeeklyRetentionTimes","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"YearlyRetentionDaysOfTheMonth","displayName":"YearlyRetentionDaysOfTheMonth","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"YearlyRetentionDaysOfTheWeek","displayName":"YearlyRetentionDaysOfTheWeek","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"YearlyRetentionDuration","displayName":"YearlyRetentionDuration","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"YearlyRetentionFormat","displayName":"YearlyRetentionFormat","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"YearlyRetentionMonthsOfTheYear","displayName":"YearlyRetentionMonthsOfTheYear","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"YearlyRetentionTimes","displayName":"YearlyRetentionTimes","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"YearlyRetentionWeeksOfTheMonth","displayName":"YearlyRetentionWeeksOfTheMonth","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"ProtectedInstanceCount","displayName":"ProtectedInstanceCount","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupProtectedInstance"],"extraction":null,"common":false},{"name":"PreferredWorkloadOnVolume","displayName":"PreferredWorkloadOnVolume","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupStorage"],"extraction":null,"common":false},{"name":"StorageAllocatedInMBs","displayName":"StorageAllocatedInMBs","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupStorage"],"extraction":null,"common":false},{"name":"StorageConsumedInMBs","displayName":"StorageConsumedInMBs","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupStorage"],"extraction":null,"common":false},{"name":"StorageName","displayName":"StorageName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupStorage"],"extraction":null,"common":false},{"name":"StorageTotalSizeInGBs","displayName":"StorageTotalSizeInGBs","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupStorage"],"extraction":null,"common":false},{"name":"StorageType","displayName":"StorageType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupStorage"],"extraction":null,"common":false},{"name":"VolumeFriendlyName","displayName":"VolumeFriendlyName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupStorage"],"extraction":null,"common":false},{"name":"Level","displayName":"Level","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun","ADFPipelineRun","ADFTriggerRun","AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","AppServiceAppLogs","AppServiceConsoleLogs","AuditLogs","AzureActivity","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent","ETWEvent","MicrosoftInsightsAzureActivityLog","MicrosoftWebApplicationLog","MicrosoftWebFunctionExecutionLogs","MicrosoftWebStdOutStdErrLog","ReservedCommonFields","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent","SigninLogs"],"extraction":null,"common":true},{"name":"Location","displayName":"Location","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun","ADFPipelineRun","ADFTriggerRun","AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","AuditLogs","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent","MicrosoftHealthcareApisAuditLogs","MicrosoftWebFunctionExecutionLogs","SigninLogs"],"extraction":null,"common":false},{"name":"Tags","displayName":"Tags","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun","ADFPipelineRun","ADFTriggerRun"],"extraction":null,"common":false},{"name":"Status","displayName":"Status","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun","ADFPipelineRun","ADFTriggerRun","AppCenterError","MicrosoftDataShareReceinvedSnapshotLog","MicrosoftDataShareSentSnapshotLog","SigninLogs"],"extraction":null,"common":false},{"name":"UserProperties","displayName":"UserProperties","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun","ADFPipelineRun","ADFTriggerRun"],"extraction":null,"common":false},{"name":"Annotations","displayName":"Annotations","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun","ADFPipelineRun","ADFTriggerRun"],"extraction":null,"common":false},{"name":"EventMessage","displayName":"EventMessage","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun","ADFPipelineRun","ADFTriggerRun","ETWEvent","MicrosoftDynamicsTelemetryPerformanceLogs","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"Start","displayName":"Start","type":"DateTime","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun","ADFPipelineRun","ADFTriggerRun"],"extraction":null,"common":false},{"name":"ActivityName","displayName":"ActivityName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun"],"extraction":null,"common":false},{"name":"ActivityRunId","displayName":"ActivityRunId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun"],"extraction":null,"common":false},{"name":"PipelineRunId","displayName":"PipelineRunId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun"],"extraction":null,"common":false},{"name":"EffectiveIntegrationRuntime","displayName":"EffectiveIntegrationRuntime","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun"],"extraction":null,"common":false},{"name":"ActivityType","displayName":"ActivityType","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun"],"extraction":null,"common":false},{"name":"ActivityIterationCount","displayName":"ActivityIterationCount","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun"],"extraction":null,"common":false},{"name":"LinkedServiceName","displayName":"LinkedServiceName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun"],"extraction":null,"common":false},{"name":"End","displayName":"End","type":"DateTime","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun","ADFPipelineRun"],"extraction":null,"common":false},{"name":"FailureType","displayName":"FailureType","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun","ADFPipelineRun"],"extraction":null,"common":false},{"name":"PipelineName","displayName":"PipelineName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun","ADFPipelineRun"],"extraction":null,"common":false},{"name":"Input","displayName":"Input","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun"],"extraction":null,"common":false},{"name":"Output","displayName":"Output","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun"],"extraction":null,"common":false},{"name":"ErrorCode","displayName":"ErrorCode","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun","FailedIngestion"],"extraction":null,"common":false},{"name":"ErrorMessage","displayName":"ErrorMessage","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun","MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"Error","displayName":"Error","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun"],"extraction":null,"common":false},{"name":"RunId","displayName":"RunId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFPipelineRun"],"extraction":null,"common":false},{"name":"Predecessors","displayName":"Predecessors","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFPipelineRun"],"extraction":null,"common":false},{"name":"Parameters","displayName":"Parameters","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFPipelineRun","ADFTriggerRun","MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"SystemParameters","displayName":"SystemParameters","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFPipelineRun","ADFTriggerRun"],"extraction":null,"common":false},{"name":"TriggerId","displayName":"TriggerId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFTriggerRun","Alert"],"extraction":null,"common":false},{"name":"TriggerName","displayName":"TriggerName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFTriggerRun"],"extraction":null,"common":false},{"name":"TriggerType","displayName":"TriggerType","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFTriggerRun","MicrosoftDataShareReceinvedSnapshotLog","MicrosoftDataShareSentSnapshotLog"],"extraction":null,"common":false},{"name":"TriggerEvent","displayName":"TriggerEvent","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFTriggerRun"],"extraction":null,"common":false},{"name":"TriggerFailureType","displayName":"TriggerFailureType","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFTriggerRun"],"extraction":null,"common":false},{"name":"HelpLink","displayName":"HelpLink","type":"Uri","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["Operation"],"extraction":null,"common":false},{"name":"AlertName","displayName":"AlertName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"AlertDescription","displayName":"AlertDescription","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"AlertState","displayName":"AlertState","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"PriorityNumber","displayName":"PriorityNumber","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"HostName","displayName":"HostName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Alert","Syslog"],"extraction":null,"common":false},{"name":"StateType","displayName":"StateType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"SourceDisplayName","displayName":"SourceDisplayName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"QueryExecutionStartTime","displayName":"QueryExecutionStartTime","type":"DateTime","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"QueryExecutionEndTime","displayName":"QueryExecutionEndTime","type":"DateTime","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"Query","displayName":"Query","type":"String","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"RemediationJobId","displayName":"RemediationJobId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"RemediationRunbookName","displayName":"RemediationRunbookName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"AlertRuleId","displayName":"AlertRuleId","type":"String","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"AlertRuleInstanceId","displayName":"AlertRuleInstanceId","type":"Guid","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"ThresholdOperator","displayName":"ThresholdOperator","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"ThresholdValue","displayName":"ThresholdValue","type":"Int","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"LinkToSearchResults","displayName":"LinkToSearchResults","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"ServiceDeskConnectionName","displayName":"ServiceDeskConnectionName","type":"String","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"ServiceDeskId","displayName":"ServiceDeskId","type":"String","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"ServiceDeskWorkItemLink","displayName":"ServiceDeskWorkItemLink","type":"Uri","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"ServiceDeskWorkItemType","displayName":"ServiceDeskWorkItemType","type":"String","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"ResourceType","displayName":"ResourceType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Alert","Heartbeat","ReservedCommonFields"],"extraction":null,"common":true},{"name":"ResourceValue","displayName":"ResourceValue","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"RootObjectName","displayName":"RootObjectName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"ObjectDisplayName","displayName":"ObjectDisplayName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"AlertPriority","displayName":"AlertPriority","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"SourceFullName","displayName":"SourceFullName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"AlertId","displayName":"AlertId","type":"Guid","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"RepeatCount","displayName":"RepeatCount","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"ResolvedBy","displayName":"ResolvedBy","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"LastModifiedBy","displayName":"LastModifiedBy","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"TimeRaised","displayName":"TimeRaised","type":"DateTime","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"TimeResolved","displayName":"TimeResolved","type":"DateTime","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"TimeLastModified","displayName":"TimeLastModified","type":"DateTime","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"AlertContext","displayName":"AlertContext","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"TicketId","displayName":"TicketId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"Custom1","displayName":"Custom1","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"Custom2","displayName":"Custom2","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"Custom3","displayName":"Custom3","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"Custom4","displayName":"Custom4","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"Custom5","displayName":"Custom5","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"Custom6","displayName":"Custom6","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"Custom7","displayName":"Custom7","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"Custom8","displayName":"Custom8","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"Custom9","displayName":"Custom9","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"Custom10","displayName":"Custom10","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"ManagementGroupName","displayName":"ManagementGroupName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Alert","Event","Heartbeat","Operation","W3CIISLog"],"extraction":null,"common":false},{"name":"AlertTypeDescription","displayName":"AlertTypeDescription","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"AlertTypeNumber","displayName":"AlertTypeNumber","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"AlertError","displayName":"AlertError","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"StatusDescription","displayName":"StatusDescription","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"Url","displayName":"Url","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert","ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"ValueDescription","displayName":"ValueDescription","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"AlertValue","displayName":"AlertValue","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"Comments","displayName":"Comments","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"TemplateId","displayName":"TemplateId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"FlagsDescription","displayName":"FlagsDescription","type":"String","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"Flags","displayName":"Flags","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"ValueFlagsDescription","displayName":"ValueFlagsDescription","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"ValueFlags","displayName":"ValueFlags","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"Expression","displayName":"Expression","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"Stream","displayName":"Stream","type":"String","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeJobEvent","AppPlatformLogsforSpring","BaiClusterEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"Docker","displayName":"Docker","type":"String","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeJobEvent","BaiClusterEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"Kubernetes","displayName":"Kubernetes","type":"String","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeJobEvent","BaiClusterEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"Tag","displayName":"Tag","type":"String","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeJobEvent","BaiClusterEvent","BaiJobEvent","ContainerRegistryRepositoryEvents"],"extraction":null,"common":false},{"name":"LogEpochTimestamp","displayName":"LogEpochTimestamp","type":"Double","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"OperationVersion","displayName":"OperationVersion","type":"String","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","AuditLogs","AzureMetrics","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent","DatabricksAccounts","DatabricksClusters","DatabricksDBFS","DatabricksInstancePools","DatabricksJobs","DatabricksNotebook","DatabricksSecrets","DatabricksSQLPermissions","DatabricksSSH","DatabricksTables","DatabricksWorkspace","ReservedCommonFields","SigninLogs"],"extraction":null,"common":true},{"name":"ResultSignature","displayName":"ResultSignature","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","AuditLogs","AzureMetrics","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent","ReservedCommonFields","SigninLogs"],"extraction":null,"common":true},{"name":"DurationMs","displayName":"DurationMs","type":"Double","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","AuditLogs","AzureMetrics","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent","ContainerRegistryLoginEvents","ContainerRegistryRepositoryEvents","ReservedCommonFields","SigninLogs"],"extraction":null,"common":true},{"name":"CallerIpAddress","displayName":"CallerIpAddress","type":"String","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","ApiManagementGatewayLogs","AzureActivity","AzureMetrics","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent","ContainerRegistryLoginEvents","ContainerRegistryRepositoryEvents","MicrosoftInsightsAzureActivityLog"],"extraction":null,"common":false},{"name":"Identity","displayName":"Identity","type":"String","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","AuditLogs","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent","ContainerRegistryLoginEvents","ContainerRegistryRepositoryEvents","DatabricksAccounts","DatabricksClusters","DatabricksDBFS","DatabricksInstancePools","DatabricksJobs","DatabricksNotebook","DatabricksSecrets","DatabricksSQLPermissions","DatabricksSSH","DatabricksTables","DatabricksWorkspace","IntuneAuditLogs","SigninLogs"],"extraction":null,"common":false},{"name":"ProvisioningState","displayName":"ProvisioningState","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeJobEvent","BaiClusterEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"ClusterName","displayName":"ClusterName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"ClusterType","displayName":"ClusterType","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"CreatedBy","displayName":"CreatedBy","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"CoreCount","displayName":"CoreCount","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"VmSize","displayName":"VmSize","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","BaiClusterEvent","BaiClusterNodeEvent"],"extraction":null,"common":false},{"name":"VmPriority","displayName":"VmPriority","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","BaiClusterEvent","BaiClusterNodeEvent"],"extraction":null,"common":false},{"name":"ScalingType","displayName":"ScalingType","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"InitialNodeCount","displayName":"InitialNodeCount","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"MinimumNodeCount","displayName":"MinimumNodeCount","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"MaximumNodeCount","displayName":"MaximumNodeCount","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"NodeDeallocationOption","displayName":"NodeDeallocationOption","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"Publisher","displayName":"Publisher","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","BaiClusterEvent","BaiClusterNodeEvent"],"extraction":null,"common":false},{"name":"Offer","displayName":"Offer","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","BaiClusterEvent","BaiClusterNodeEvent"],"extraction":null,"common":false},{"name":"Sku","displayName":"Sku","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","BaiClusterEvent","BaiClusterNodeEvent"],"extraction":null,"common":false},{"name":"Version","displayName":"Version","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","BaiClusterEvent","BaiClusterNodeEvent","Heartbeat"],"extraction":null,"common":false},{"name":"SubnetId","displayName":"SubnetId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"AllocationState","displayName":"AllocationState","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"CurrentNodeCount","displayName":"CurrentNodeCount","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"TargetNodeCount","displayName":"TargetNodeCount","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"EventType","displayName":"EventType","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeJobEvent","BaiClusterEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"NodeIdleTimeSecondsBeforeScaleDown","displayName":"NodeIdleTimeSecondsBeforeScaleDown","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"PreemptedNodeCount","displayName":"PreemptedNodeCount","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"IsResizeGrow","displayName":"IsResizeGrow","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"VmFamilyName","displayName":"VmFamilyName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","BaiClusterEvent","BaiClusterNodeEvent"],"extraction":null,"common":false},{"name":"LeavingNodeCount","displayName":"LeavingNodeCount","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"UnusableNodeCount","displayName":"UnusableNodeCount","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"IdleNodeCount","displayName":"IdleNodeCount","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"RunningNodeCount","displayName":"RunningNodeCount","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"PreparingNodeCount","displayName":"PreparingNodeCount","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"QuotaAllocated","displayName":"QuotaAllocated","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"QuotaUtilized","displayName":"QuotaUtilized","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"AllocationStateTransitionTime","displayName":"AllocationStateTransitionTime","type":"DateTime","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"ClusterErrorCodes","displayName":"ClusterErrorCodes","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"CreationApiVersion","displayName":"CreationApiVersion","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeJobEvent","BaiClusterEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"InternalOperationName","displayName":"InternalOperationName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"Node","displayName":"Node","type":"String","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"EnvNamespace","displayName":"EnvNamespace","type":"String","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"Pod","displayName":"Pod","type":"String","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"Container","displayName":"Container","type":"String","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"Host","displayName":"Host","type":"String","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","AppServiceAppLogs","AppServiceConsoleLogs","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent","MicrosoftWebApplicationLog","MicrosoftWebStdOutStdErrLog"],"extraction":null,"common":false},{"name":"env_time","displayName":"env_time","type":"DateTime","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"FluentdIngestTimestamp","displayName":"FluentdIngestTimestamp","type":"Double","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"stream","displayName":"stream","type":"String","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterNodeEvent","BaiClusterNodeEvent"],"extraction":null,"common":false},{"name":"docker","displayName":"docker","type":"String","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterNodeEvent","BaiClusterNodeEvent"],"extraction":null,"common":false},{"name":"kubernetes","displayName":"kubernetes","type":"String","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterNodeEvent","BaiClusterNodeEvent"],"extraction":null,"common":false},{"name":"tag","displayName":"tag","type":"String","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterNodeEvent","BaiClusterNodeEvent"],"extraction":null,"common":false},{"name":"NodeId","displayName":"NodeId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterNodeEvent","AmlComputeJobEvent","BaiClusterNodeEvent","BaiJobEvent","ServiceFabricReliableActorEvent"],"extraction":null,"common":false},{"name":"ClusterCreationTime","displayName":"ClusterCreationTime","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterNodeEvent","BaiClusterNodeEvent"],"extraction":null,"common":false},{"name":"ResizeStartTime","displayName":"ResizeStartTime","type":"DateTime","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterNodeEvent","BaiClusterNodeEvent"],"extraction":null,"common":false},{"name":"ResizeEndTime","displayName":"ResizeEndTime","type":"DateTime","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterNodeEvent","BaiClusterNodeEvent"],"extraction":null,"common":false},{"name":"NodeAllocationTime","displayName":"NodeAllocationTime","type":"DateTime","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterNodeEvent","BaiClusterNodeEvent"],"extraction":null,"common":false},{"name":"NodeBootTime","displayName":"NodeBootTime","type":"DateTime","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterNodeEvent","BaiClusterNodeEvent"],"extraction":null,"common":false},{"name":"StartTaskStartTime","displayName":"StartTaskStartTime","type":"DateTime","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterNodeEvent","BaiClusterNodeEvent"],"extraction":null,"common":false},{"name":"StartTaskEndTime","displayName":"StartTaskEndTime","type":"DateTime","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterNodeEvent","BaiClusterNodeEvent"],"extraction":null,"common":false},{"name":"TotalE2ETimeInSeconds","displayName":"TotalE2ETimeInSeconds","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterNodeEvent","BaiClusterNodeEvent"],"extraction":null,"common":false},{"name":"JobId","displayName":"JobId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeJobEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"ExperimentId","displayName":"ExperimentId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeJobEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"ExperimentName","displayName":"ExperimentName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeJobEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"CustomerSubscriptionId","displayName":"CustomerSubscriptionId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeJobEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"WorkspaceName","displayName":"WorkspaceName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeJobEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"ResourceGroupName","displayName":"ResourceGroupName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeJobEvent","BaiJobEvent","CoreAzureBackup"],"extraction":null,"common":false},{"name":"JobName","displayName":"JobName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeJobEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"ClusterId","displayName":"ClusterId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeJobEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"ExecutionState","displayName":"ExecutionState","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeJobEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"ErrorDetails","displayName":"ErrorDetails","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeJobEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"ClusterResourceGroupName","displayName":"ClusterResourceGroupName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeJobEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"TFWorkerCount","displayName":"TFWorkerCount","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeJobEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"TFParameterServerCount","displayName":"TFParameterServerCount","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeJobEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"ToolType","displayName":"ToolType","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeJobEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"RunInContainer","displayName":"RunInContainer","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeJobEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"JobErrorMessage","displayName":"JobErrorMessage","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeJobEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"Timestamp","displayName":"Timestamp","type":"DateTime","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"Region","displayName":"Region","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs","ContainerRegistryLoginEvents","ContainerRegistryRepositoryEvents"],"extraction":null,"common":false},{"name":"IsRequestSuccess","displayName":"IsRequestSuccess","type":"Bool","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"TotalTime","displayName":"TotalTime","type":"BigInt","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"Method","displayName":"Method","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs","AppServiceAppLogs","ExtraHopDBTransaction","ExtraHopFTPResponse","ExtraHopHTTPTransaction","MicrosoftWebApplicationLog"],"extraction":null,"common":false},{"name":"ClientProtocol","displayName":"ClientProtocol","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"ResponseCode","displayName":"ResponseCode","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs","ExtraHopHTTPTransaction"],"extraction":null,"common":false},{"name":"BackendMethod","displayName":"BackendMethod","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"BackendUrl","displayName":"BackendUrl","type":"Uri","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"BackendResponseCode","displayName":"BackendResponseCode","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"BackendProtocol","displayName":"BackendProtocol","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"RequestSize","displayName":"RequestSize","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"ResponseSize","displayName":"ResponseSize","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"Cache","displayName":"Cache","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"CacheTime","displayName":"CacheTime","type":"BigInt","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"BackendTime","displayName":"BackendTime","type":"BigInt","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"ClientTime","displayName":"ClientTime","type":"BigInt","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"ApiId","displayName":"ApiId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"OperationId","displayName":"OperationId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs","AzureActivity","FailedIngestion","MicrosoftInsightsAzureActivityLog","SucceededIngestion"],"extraction":null,"common":false},{"name":"ProductId","displayName":"ProductId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"UserId","displayName":"UserId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs","IntuneDeviceComplianceOrg","SigninLogs"],"extraction":null,"common":false},{"name":"ApimSubscriptionId","displayName":"ApimSubscriptionId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"BackendId","displayName":"BackendId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"LastErrorElapsed","displayName":"LastErrorElapsed","type":"BigInt","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"LastErrorSource","displayName":"LastErrorSource","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"LastErrorScope","displayName":"LastErrorScope","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"LastErrorSection","displayName":"LastErrorSection","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"LastErrorReason","displayName":"LastErrorReason","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"LastErrorMessage","displayName":"LastErrorMessage","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"ApiRevision","displayName":"ApiRevision","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"ClientTlsVersion","displayName":"ClientTlsVersion","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"RequestHeaders","displayName":"RequestHeaders","type":"Dynamic","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"ResponseHeaders","displayName":"ResponseHeaders","type":"Dynamic","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"BackendRequestHeaders","displayName":"BackendRequestHeaders","type":"Dynamic","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"BackendResponseHeaders","displayName":"BackendResponseHeaders","type":"Dynamic","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"SchemaType","displayName":"SchemaType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError"],"extraction":null,"common":false},{"name":"ErrorId","displayName":"ErrorId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError","Operation"],"extraction":null,"common":false},{"name":"ErrorGroupId","displayName":"ErrorGroupId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError"],"extraction":null,"common":false},{"name":"UserString","displayName":"UserString","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError"],"extraction":null,"common":false},{"name":"Oem","displayName":"Oem","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError"],"extraction":null,"common":false},{"name":"Model","displayName":"Model","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError"],"extraction":null,"common":false},{"name":"OsVersion","displayName":"OsVersion","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError"],"extraction":null,"common":false},{"name":"JailBreak","displayName":"JailBreak","type":"Bool","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError"],"extraction":null,"common":false},{"name":"ErrorType","displayName":"ErrorType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError"],"extraction":null,"common":false},{"name":"ErrorClass","displayName":"ErrorClass","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError"],"extraction":null,"common":false},{"name":"ErrorMethod","displayName":"ErrorMethod","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError"],"extraction":null,"common":false},{"name":"ErrorFile","displayName":"ErrorFile","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError"],"extraction":null,"common":false},{"name":"ErrorLine","displayName":"ErrorLine","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError"],"extraction":null,"common":false},{"name":"ErrorReason","displayName":"ErrorReason","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError"],"extraction":null,"common":false},{"name":"ExceptionType","displayName":"ExceptionType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError","MicrosoftWebFunctionExecutionLogs"],"extraction":null,"common":false},{"name":"Annotation","displayName":"Annotation","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError"],"extraction":null,"common":false},{"name":"CreatedAt","displayName":"CreatedAt","type":"DateTime","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError"],"extraction":null,"common":false},{"name":"SymbolicatedAt","displayName":"SymbolicatedAt","type":"DateTime","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError"],"extraction":null,"common":false},{"name":"LastErrorAt","displayName":"LastErrorAt","type":"DateTime","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError"],"extraction":null,"common":false},{"name":"ApplicationName","displayName":"ApplicationName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"DeviceType","displayName":"DeviceType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"SessionId","displayName":"SessionId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["DatabricksAccounts","DatabricksClusters","DatabricksDBFS","DatabricksInstancePools","DatabricksJobs","DatabricksNotebook","DatabricksSecrets","DatabricksSQLPermissions","DatabricksSSH","DatabricksTables","DatabricksWorkspace"],"extraction":null,"common":false},{"name":"Role","displayName":"Role","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["ETWEvent","Event","MicrosoftDynamicsTelemetryPerformanceLogs","MicrosoftDynamicsTelemetrySystemMetricsLogs","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent","W3CIISLog"],"extraction":null,"common":false},{"name":"RoleInstance","displayName":"RoleInstance","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs","MicrosoftDynamicsTelemetrySystemMetricsLogs","W3CIISLog"],"extraction":null,"common":false},{"name":"DeviceName","displayName":"DeviceName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"csUserAgent","displayName":"csUserAgent","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"ApplicationTypeVersion","displayName":"ApplicationTypeVersion","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["ServiceFabricOperationalEvent"],"extraction":null,"common":false},{"name":"ExceptionMessage","displayName":"ExceptionMessage","type":"String","indexed":false,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["MicrosoftWebFunctionExecutionLogs"],"extraction":null,"common":false},{"name":"sPort","displayName":"sPort","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"ServiceName","displayName":"ServiceName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppPlatformLogsforSpring","DatabricksAccounts","DatabricksClusters","DatabricksDBFS","DatabricksInstancePools","DatabricksJobs","DatabricksNotebook","DatabricksSecrets","DatabricksSQLPermissions","DatabricksSSH","DatabricksTables","DatabricksWorkspace","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"AppName","displayName":"AppName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppPlatformLogsforSpring"],"extraction":null,"common":false},{"name":"InstanceName","displayName":"InstanceName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppPlatformLogsforSpring","Perf"],"extraction":null,"common":false},{"name":"Log","displayName":"Log","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppPlatformLogsforSpring"],"extraction":null,"common":false},{"name":"CustomLevel","displayName":"CustomLevel","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceAppLogs","MicrosoftWebApplicationLog"],"extraction":null,"common":false},{"name":"Source","displayName":"Source","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceAppLogs","Event","MicrosoftWebApplicationLog"],"extraction":null,"common":false},{"name":"Logger","displayName":"Logger","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceAppLogs","MicrosoftWebApplicationLog"],"extraction":null,"common":false},{"name":"WebSiteInstanceId","displayName":"WebSiteInstanceId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceAppLogs","MicrosoftWebApplicationLog"],"extraction":null,"common":false},{"name":"ExceptionClass","displayName":"ExceptionClass","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceAppLogs","MicrosoftWebApplicationLog"],"extraction":null,"common":false},{"name":"Message","displayName":"Message","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceAppLogs","ETWEvent","Event","MicrosoftWebApplicationLog","MicrosoftWebFunctionExecutionLogs","ReservedCommonFields"],"extraction":null,"common":true},{"name":"Stacktrace","displayName":"Stacktrace","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceAppLogs","MicrosoftWebApplicationLog"],"extraction":null,"common":false},{"name":"User","displayName":"User","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceAuditLogs","ExtraHopDBLogin","ExtraHopDBTransaction","ExtraHopFTPResponse"],"extraction":null,"common":false},{"name":"UserDisplayName","displayName":"UserDisplayName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceAuditLogs","SigninLogs"],"extraction":null,"common":false},{"name":"UserAddress","displayName":"UserAddress","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceAuditLogs"],"extraction":null,"common":false},{"name":"Protocol","displayName":"Protocol","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceAuditLogs"],"extraction":null,"common":false},{"name":"CsMethod","displayName":"CsMethod","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceHTTPLogs","MicrosoftWebW3CLog"],"extraction":null,"common":false},{"name":"CsUriStem","displayName":"CsUriStem","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceHTTPLogs","MicrosoftWebW3CLog"],"extraction":null,"common":false},{"name":"SPort","displayName":"SPort","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceHTTPLogs","MicrosoftWebW3CLog"],"extraction":null,"common":false},{"name":"CIp","displayName":"CIp","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceHTTPLogs","MicrosoftWebW3CLog"],"extraction":null,"common":false},{"name":"UserAgent","displayName":"UserAgent","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceHTTPLogs","ContainerRegistryLoginEvents","ContainerRegistryRepositoryEvents","DatabricksAccounts","DatabricksClusters","DatabricksDBFS","DatabricksInstancePools","DatabricksJobs","DatabricksNotebook","DatabricksSecrets","DatabricksSQLPermissions","DatabricksSSH","DatabricksTables","DatabricksWorkspace","MicrosoftWebW3CLog"],"extraction":null,"common":false},{"name":"CsHost","displayName":"CsHost","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceHTTPLogs","MicrosoftWebW3CLog"],"extraction":null,"common":false},{"name":"ScStatus","displayName":"ScStatus","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceHTTPLogs"],"extraction":null,"common":false},{"name":"ScSubStatus","displayName":"ScSubStatus","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceHTTPLogs"],"extraction":null,"common":false},{"name":"ScWin32Status","displayName":"ScWin32Status","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceHTTPLogs"],"extraction":null,"common":false},{"name":"ScBytes","displayName":"ScBytes","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceHTTPLogs"],"extraction":null,"common":false},{"name":"CsBytes","displayName":"CsBytes","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceHTTPLogs"],"extraction":null,"common":false},{"name":"TimeTaken","displayName":"TimeTaken","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceHTTPLogs","W3CIISLog"],"extraction":null,"common":false},{"name":"Result","displayName":"Result","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceHTTPLogs","AuditLogs","IntuneDeviceComplianceOrg","IntuneOperationalLogs","MicrosoftWebW3CLog"],"extraction":null,"common":false},{"name":"Resource","displayName":"Resource","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AuditLogs","AzureActivity","AzureMetrics","Heartbeat","ReservedCommonFields","SigninLogs"],"extraction":null,"common":true},{"name":"ResourceGroup","displayName":"ResourceGroup","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AuditLogs","AzureActivity","AzureMetrics","Heartbeat","MicrosoftInsightsAzureActivityLog","ReservedCommonFields","SigninLogs"],"extraction":null,"common":true},{"name":"ResourceProvider","displayName":"ResourceProvider","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AuditLogs","AzureActivity","AzureMetrics","Heartbeat","ReservedCommonFields","SigninLogs"],"extraction":null,"common":true},{"name":"AdditionalDetails","displayName":"AdditionalDetails","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AuditLogs"],"extraction":null,"common":false},{"name":"Id","displayName":"Id","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AuditLogs","SigninLogs"],"extraction":null,"common":false},{"name":"InitiatedBy","displayName":"InitiatedBy","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AuditLogs"],"extraction":null,"common":false},{"name":"LoggedByService","displayName":"LoggedByService","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AuditLogs"],"extraction":null,"common":false},{"name":"ResultReason","displayName":"ResultReason","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AuditLogs"],"extraction":null,"common":false},{"name":"TargetResources","displayName":"TargetResources","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AuditLogs"],"extraction":null,"common":false},{"name":"AADTenantId","displayName":"AADTenantId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AuditLogs","IntuneDeviceComplianceOrg","SigninLogs"],"extraction":null,"common":false},{"name":"ActivityDisplayName","displayName":"ActivityDisplayName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AuditLogs"],"extraction":null,"common":false},{"name":"ActivityDateTime","displayName":"ActivityDateTime","type":"DateTime","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AuditLogs"],"extraction":null,"common":false},{"name":"AADOperationType","displayName":"AADOperationType","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AuditLogs"],"extraction":null,"common":false},{"name":"SubscriptionId","displayName":"SubscriptionId","type":"Guid","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AzureActivity","AzureMetrics","CoreAzureBackup","Heartbeat","ReservedCommonFields"],"extraction":null,"common":true},{"name":"RunbookName_s","displayName":"RunbookName_s","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ReservedAzureCommonFields"],"extraction":null,"common":false},{"name":"JobId_g","displayName":"JobId_g","type":"Guid","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["ReservedAzureCommonFields"],"extraction":null,"common":false},{"name":"Caller_s","displayName":"Caller_s","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ReservedAzureCommonFields"],"extraction":null,"common":false},{"name":"StreamType_s","displayName":"StreamType_s","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ReservedAzureCommonFields"],"extraction":null,"common":false},{"name":"RemoteIPCountry","displayName":"RemoteIPCountry","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AzureMetrics","Heartbeat","W3CIISLog"],"extraction":null,"common":false},{"name":"RemoteIPLatitude","displayName":"RemoteIPLatitude","type":"Float","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AzureMetrics","Heartbeat","W3CIISLog"],"extraction":null,"common":false},{"name":"RemoteIPLongitude","displayName":"RemoteIPLongitude","type":"Float","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AzureMetrics","Heartbeat","W3CIISLog"],"extraction":null,"common":false},{"name":"MaliciousIP","displayName":"MaliciousIP","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AzureMetrics","W3CIISLog"],"extraction":null,"common":false},{"name":"IndicatorThreatType","displayName":"IndicatorThreatType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AzureMetrics","W3CIISLog"],"extraction":null,"common":false},{"name":"TLPLevel","displayName":"TLPLevel","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AzureMetrics","W3CIISLog"],"extraction":null,"common":false},{"name":"Confidence","displayName":"Confidence","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AzureMetrics","W3CIISLog"],"extraction":null,"common":false},{"name":"Severity","displayName":"Severity","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AzureMetrics","ReservedCommonFields","W3CIISLog"],"extraction":null,"common":true},{"name":"FirstReportedDateTime","displayName":"FirstReportedDateTime","type":"String","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AzureMetrics","W3CIISLog"],"extraction":null,"common":false},{"name":"LastReportedDateTime","displayName":"LastReportedDateTime","type":"String","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AzureMetrics","W3CIISLog"],"extraction":null,"common":false},{"name":"IsActive","displayName":"IsActive","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AzureMetrics","W3CIISLog"],"extraction":null,"common":false},{"name":"ReportReferenceLink","displayName":"ReportReferenceLink","type":"String","indexed":true,"stored":true,"facet":false,"hidden":true,"display":false,"ownerType":["AzureMetrics","W3CIISLog"],"extraction":null,"common":false},{"name":"AdditionalInformation","displayName":"AdditionalInformation","type":"String","indexed":true,"stored":true,"facet":false,"hidden":true,"display":false,"ownerType":["AzureMetrics","W3CIISLog"],"extraction":null,"common":false},{"name":"TargetResourceId","displayName":"TargetResourceId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AutoscaleEvaluationsLog","AutoscaleScaleActionsLog"],"extraction":null,"common":false},{"name":"AvailabilitySet","displayName":"AvailabilitySet","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"CloudServiceName","displayName":"CloudServiceName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"CoolDown","displayName":"CoolDown","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"CurrentInstanceCount","displayName":"CurrentInstanceCount","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog","AutoscaleScaleActionsLog"],"extraction":null,"common":false},{"name":"MetricData","displayName":"MetricData","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"DefaultInstanceCount","displayName":"DefaultInstanceCount","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"DeploymentSlot","displayName":"DeploymentSlot","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"MetricEndTime","displayName":"MetricEndTime","type":"DateTime","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"EstimateScaleResult","displayName":"EstimateScaleResult","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"EvaluationResult","displayName":"EvaluationResult","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"EvaluationTime","displayName":"EvaluationTime","type":"DateTime","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"LastScaleActionOperationId","displayName":"LastScaleActionOperationId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"LastScaleActionOperationStatus","displayName":"LastScaleActionOperationStatus","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"LastScaleActionTime","displayName":"LastScaleActionTime","type":"DateTime","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"MaximumInstanceCount","displayName":"MaximumInstanceCount","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"AutoscaleMetricName","displayName":"AutoscaleMetricName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"MetricNamespace","displayName":"MetricNamespace","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"MinimumInstanceCount","displayName":"MinimumInstanceCount","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"NewInstanceCount","displayName":"NewInstanceCount","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog","AutoscaleScaleActionsLog"],"extraction":null,"common":false},{"name":"ObservedValue","displayName":"ObservedValue","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"Operator","displayName":"Operator","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"Profile","displayName":"Profile","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"ProfileEvaluationTime","displayName":"ProfileEvaluationTime","type":"DateTime","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"ProfileSelected","displayName":"ProfileSelected","type":"Bool","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"Projection","displayName":"Projection","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"InstanceUpdateReason","displayName":"InstanceUpdateReason","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"CloudServiceRole","displayName":"CloudServiceRole","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"SelectedAutoscaleProfile","displayName":"SelectedAutoscaleProfile","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"ServerFarm","displayName":"ServerFarm","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"ShouldUpdateInstance","displayName":"ShouldUpdateInstance","type":"Bool","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"SkipCurrentAutoscaleEvaluation","displayName":"SkipCurrentAutoscaleEvaluation","type":"Bool","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"SkipRuleEvaluationForCooldown","displayName":"SkipRuleEvaluationForCooldown","type":"Bool","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"MetricStartTime","displayName":"MetricStartTime","type":"DateTime","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"Threshold","displayName":"Threshold","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"TimeAggregationType","displayName":"TimeAggregationType","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"MetricTimeGrain","displayName":"MetricTimeGrain","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"TimeGrainStatistic","displayName":"TimeGrainStatistic","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"TimeWindow","displayName":"TimeWindow","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"Webspace","displayName":"Webspace","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"CreatedAsyncScaleActionJob","displayName":"CreatedAsyncScaleActionJob","type":"Bool","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleScaleActionsLog"],"extraction":null,"common":false},{"name":"CreatedAsyncScaleActionJobId","displayName":"CreatedAsyncScaleActionJobId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleScaleActionsLog"],"extraction":null,"common":false},{"name":"ScaleActionMessage","displayName":"ScaleActionMessage","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleScaleActionsLog"],"extraction":null,"common":false},{"name":"ScaleActionOperationId","displayName":"ScaleActionOperationId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleScaleActionsLog"],"extraction":null,"common":false},{"name":"ScaleActionOperationStatus","displayName":"ScaleActionOperationStatus","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AutoscaleScaleActionsLog"],"extraction":null,"common":false},{"name":"ScaleDirection","displayName":"ScaleDirection","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AutoscaleScaleActionsLog"],"extraction":null,"common":false},{"name":"EventName","displayName":"EventName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs","MicrosoftDynamicsTelemetrySystemMetricsLogs"],"extraction":null,"common":false},{"name":"CategoryValue","displayName":"CategoryValue","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AzureActivity","MicrosoftInsightsAzureActivityLog"],"extraction":null,"common":false},{"name":"Authorization","displayName":"Authorization","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AzureActivity","MicrosoftInsightsAzureActivityLog"],"extraction":null,"common":false},{"name":"Authorization_d","displayName":"Authorization_d","type":"Dynamic","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AzureActivity"],"extraction":null,"common":false},{"name":"Claims","displayName":"Claims","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AzureActivity","MicrosoftInsightsAzureActivityLog"],"extraction":null,"common":false},{"name":"Claims_d","displayName":"Claims_d","type":"Dynamic","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AzureActivity"],"extraction":null,"common":false},{"name":"OperationNameValue","displayName":"OperationNameValue","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AzureActivity","MicrosoftInsightsAzureActivityLog"],"extraction":null,"common":false},{"name":"Properties","displayName":"Properties","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AzureActivity","IntuneAuditLogs","IntuneOperationalLogs","MicrosoftInsightsAzureActivityLog"],"extraction":null,"common":false},{"name":"Properties_d","displayName":"Properties_d","type":"Dynamic","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AzureActivity"],"extraction":null,"common":false},{"name":"Caller","displayName":"Caller","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AzureActivity","MicrosoftInsightsAzureActivityLog"],"extraction":null,"common":false},{"name":"EventDataId","displayName":"EventDataId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AzureActivity","AzureAudit","MicrosoftInsightsAzureActivityLog"],"extraction":null,"common":false},{"name":"EventSubmissionTimestamp","displayName":"EventSubmissionTimestamp","type":"DateTime","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AzureActivity","MicrosoftInsightsAzureActivityLog"],"extraction":null,"common":false},{"name":"HTTPRequest","displayName":"HTTPRequest","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AzureActivity","MicrosoftInsightsAzureActivityLog"],"extraction":null,"common":false},{"name":"ResourceProviderValue","displayName":"ResourceProviderValue","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AzureActivity","MicrosoftInsightsAzureActivityLog"],"extraction":null,"common":false},{"name":"ActivityStatusValue","displayName":"ActivityStatusValue","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AzureActivity","MicrosoftInsightsAzureActivityLog"],"extraction":null,"common":false},{"name":"ActivitySubstatusValue","displayName":"ActivitySubstatusValue","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AzureActivity","MicrosoftInsightsAzureActivityLog"],"extraction":null,"common":false},{"name":"ActivityStatus","displayName":"ActivityStatus","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AzureActivity"],"extraction":null,"common":false},{"name":"ActivitySubstatus","displayName":"ActivitySubstatus","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AzureActivity"],"extraction":null,"common":false},{"name":"MetricName","displayName":"MetricName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AzureMetrics"],"extraction":null,"common":false},{"name":"Total","displayName":"Total","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AzureMetrics"],"extraction":null,"common":false},{"name":"Count","displayName":"Count","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AzureMetrics"],"extraction":null,"common":false},{"name":"Maximum","displayName":"Maximum","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AzureMetrics"],"extraction":null,"common":false},{"name":"Minimum","displayName":"Minimum","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AzureMetrics"],"extraction":null,"common":false},{"name":"AverageValue","displayName":"Average","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AzureMetrics"],"extraction":null,"common":false},{"name":"TimeGrain","displayName":"TimeGrain","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AzureMetrics"],"extraction":null,"common":false},{"name":"UnitName","displayName":"UnitName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AzureMetrics"],"extraction":null,"common":false},{"name":"SourceIP","displayName":"SourceIP","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ReservedCommonFields"],"extraction":null,"common":true},{"name":"ProcessName","displayName":"ProcessName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Syslog"],"extraction":null,"common":false},{"name":"ProcessID","displayName":"ProcessID","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Syslog"],"extraction":null,"common":false},{"name":"FilePath","displayName":"FilePath","type":"String","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ExtraHopFTPResponse"],"extraction":null,"common":false},{"name":"StartTime","displayName":"StartTime","type":"DateTime","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDataShareReceinvedSnapshotLog","MicrosoftDataShareSentSnapshotLog","Usage"],"extraction":null,"common":false},{"name":"EndTime","displayName":"EndTime","type":"DateTime","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDataShareReceinvedSnapshotLog","MicrosoftDataShareSentSnapshotLog","Usage"],"extraction":null,"common":false},{"name":"Group","displayName":"Group","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ComputerGroup"],"extraction":null,"common":false},{"name":"GroupId","displayName":"GroupId","type":"String","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ComputerGroup"],"extraction":null,"common":false},{"name":"GroupSourceName","displayName":"GroupSourceName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ComputerGroup"],"extraction":null,"common":false},{"name":"GroupSource","displayName":"GroupSource","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ComputerGroup"],"extraction":null,"common":false},{"name":"GroupFullName","displayName":"GroupFullName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ComputerGroup"],"extraction":null,"common":false},{"name":"SourceComputerId","displayName":"SourceComputerId","type":"Guid","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Heartbeat","Operation"],"extraction":null,"common":false},{"name":"Size","displayName":"Size","type":"BigInt","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["ContainerRegistryRepositoryEvents"],"extraction":null,"common":false},{"name":"VMUUID","displayName":"VMUUID","type":"Guid","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Heartbeat"],"extraction":null,"common":false},{"name":"Repository","displayName":"Repository","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ContainerRegistryRepositoryEvents"],"extraction":null,"common":false},{"name":"LoginServer","displayName":"LoginServer","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ContainerRegistryLoginEvents","ContainerRegistryRepositoryEvents"],"extraction":null,"common":false},{"name":"JwtId","displayName":"JwtId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ContainerRegistryLoginEvents"],"extraction":null,"common":false},{"name":"Digest","displayName":"Digest","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ContainerRegistryRepositoryEvents"],"extraction":null,"common":false},{"name":"MediaType","displayName":"MediaType","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ContainerRegistryRepositoryEvents"],"extraction":null,"common":false},{"name":"ArtifactType","displayName":"ArtifactType","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ContainerRegistryRepositoryEvents"],"extraction":null,"common":false},{"name":"UserTenantId","displayName":"UserTenantId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ContainerRegistryRepositoryEvents"],"extraction":null,"common":false},{"name":"AgentVersion","displayName":"AgentVersion","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"AzureBackupAgentVersion","displayName":"AzureBackupAgentVersion","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"AzureDataCenter","displayName":"AzureDataCenter","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"BackupItemAppVersion","displayName":"BackupItemAppVersion","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"BackupItemFriendlyName","displayName":"BackupItemFriendlyName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"BackupItemName","displayName":"BackupItemName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"BackupItemProtectionState","displayName":"BackupItemProtectionState","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"BackupItemFrontEndSize","displayName":"BackupItemFrontEndSize","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"BackupItemType","displayName":"BackupItemType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"BackupManagementServerType","displayName":"BackupManagementServerType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"BackupManagementServerName","displayName":"BackupManagementServerName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"BackupManagementServerOSVersion","displayName":"BackupManagementServerOSVersion","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"BackupManagementServerVersion","displayName":"BackupManagementServerVersion","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"LatestRecoveryPointLocation","displayName":"LatestRecoveryPointLocation","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"LatestRecoveryPointTime","displayName":"LatestRecoveryPointTime","type":"DateTime","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"OldestRecoveryPointLocation","displayName":"OldestRecoveryPointLocation","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"OldestRecoveryPointTime","displayName":"OldestRecoveryPointTime","type":"DateTime","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"ProtectedContainerFriendlyName","displayName":"ProtectedContainerFriendlyName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"ProtectedContainerLocation","displayName":"ProtectedContainerLocation","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"ProtectedContainerName","displayName":"ProtectedContainerName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"ProtectedContainerOSType","displayName":"ProtectedContainerOSType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"ProtectedContainerOSVersion","displayName":"ProtectedContainerOSVersion","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"ProtectedContainerProtectionState","displayName":"ProtectedContainerProtectionState","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"ProtectedContainerType","displayName":"ProtectedContainerType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"ProtectedContainerWorkloadType","displayName":"ProtectedContainerWorkloadType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"ProtectionGroupName","displayName":"ProtectionGroupName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"SecondaryBackupProtectionState","displayName":"SecondaryBackupProtectionState","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"StorageReplicationType","displayName":"StorageReplicationType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"VaultName","displayName":"VaultName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"VaultTags","displayName":"VaultTags","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"SourceIPAddress","displayName":"SourceIPAddress","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["DatabricksAccounts","DatabricksClusters","DatabricksDBFS","DatabricksInstancePools","DatabricksJobs","DatabricksNotebook","DatabricksSecrets","DatabricksSQLPermissions","DatabricksSSH","DatabricksTables","DatabricksWorkspace"],"extraction":null,"common":false},{"name":"LogId","displayName":"LogId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["DatabricksAccounts","DatabricksClusters","DatabricksDBFS","DatabricksInstancePools","DatabricksJobs","DatabricksNotebook","DatabricksSecrets","DatabricksSQLPermissions","DatabricksSSH","DatabricksTables","DatabricksWorkspace"],"extraction":null,"common":false},{"name":"ActionName","displayName":"ActionName","type":"String","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["DatabricksAccounts","DatabricksClusters","DatabricksDBFS","DatabricksInstancePools","DatabricksJobs","DatabricksNotebook","DatabricksSecrets","DatabricksSQLPermissions","DatabricksSSH","DatabricksTables","DatabricksWorkspace"],"extraction":null,"common":false},{"name":"RequestId","displayName":"RequestId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["DatabricksAccounts","DatabricksClusters","DatabricksDBFS","DatabricksInstancePools","DatabricksJobs","DatabricksNotebook","DatabricksSecrets","DatabricksSQLPermissions","DatabricksSSH","DatabricksTables","DatabricksWorkspace"],"extraction":null,"common":false},{"name":"Response","displayName":"Response","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["DatabricksAccounts","DatabricksClusters","DatabricksDBFS","DatabricksInstancePools","DatabricksJobs","DatabricksNotebook","DatabricksSecrets","DatabricksSQLPermissions","DatabricksSSH","DatabricksTables","DatabricksWorkspace"],"extraction":null,"common":false},{"name":"RequestParams","displayName":"RequestParams","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["DatabricksAccounts","DatabricksClusters","DatabricksDBFS","DatabricksInstancePools","DatabricksJobs","DatabricksNotebook","DatabricksSecrets","DatabricksSQLPermissions","DatabricksSSH","DatabricksTables","DatabricksWorkspace"],"extraction":null,"common":false},{"name":"EventId","displayName":"EventId","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ETWEvent","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"SerialNumber","displayName":"SerialNumber","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"ActivityId","displayName":"ActivityId","type":"Guid","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs","MicrosoftWebFunctionExecutionLogs"],"extraction":null,"common":false},{"name":"OSVersion","displayName":"OSVersion","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"QueryType","displayName":"QueryType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ExtraHopDNSResponse","MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"PartitionKey","displayName":"PartitionKey","type":"String","indexed":false,"stored":true,"facet":false,"hidden":true,"display":false,"ownerType":["ETWEvent","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"ProviderGuid","displayName":"ProviderGuid","type":"Guid","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ETWEvent","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"EventSourceName","displayName":"EventSourceName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["ETWEvent","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"Pid","displayName":"Pid","type":"Int","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ETWEvent","MicrosoftDynamicsTelemetryPerformanceLogs","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"Tid","displayName":"Tid","type":"Int","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ETWEvent","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"OpcodeName","displayName":"OpcodeName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ETWEvent","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"KeywordName","displayName":"KeywordName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ETWEvent","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"TaskName","displayName":"TaskName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ETWEvent","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"ChannelName","displayName":"ChannelName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ETWEvent","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"RowKey","displayName":"RowKey","type":"String","indexed":false,"stored":true,"facet":false,"hidden":true,"display":false,"ownerType":["ETWEvent","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"AzureDeploymentID","displayName":"AzureDeploymentID","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["ETWEvent","Event","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent","W3CIISLog"],"extraction":null,"common":false},{"name":"EventLog","displayName":"EventLog","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Event"],"extraction":null,"common":false},{"name":"EventCategory","displayName":"EventCategory","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Event"],"extraction":null,"common":false},{"name":"EventLevel","displayName":"EventLevel","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Event"],"extraction":null,"common":false},{"name":"EventLevelName","displayName":"EventLevelName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Event"],"extraction":null,"common":false},{"name":"UserName","displayName":"UserName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Event","IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"ParameterXml","displayName":"ParameterXml","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Event"],"extraction":null,"common":false},{"name":"EventData","displayName":"EventData","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Event"],"extraction":null,"common":false},{"name":"EventID","displayName":"EventID","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Event"],"extraction":null,"common":false},{"name":"RenderedDescription","displayName":"RenderedDescription","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Event"],"extraction":null,"common":false},{"name":"SourceLocation","displayName":"SourceLocation","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ExtraHopDBLogin","ExtraHopDBTransaction","ExtraHopDNSResponse","ExtraHopFTPResponse","ExtraHopHTTPTransaction","ExtraHopSMTPMessage","ExtraHopSYNScanDetect","ExtraHopTCPOpen"],"extraction":null,"common":false},{"name":"DestinationAddress","displayName":"DestinationAddress","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ExtraHopDBLogin","ExtraHopDBTransaction","ExtraHopDNSResponse","ExtraHopFTPResponse","ExtraHopHTTPTransaction","ExtraHopSMTPMessage","ExtraHopTCPOpen"],"extraction":null,"common":false},{"name":"DestinationPortNumber","displayName":"DestinationPortNumber","type":"Int","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["ExtraHopDBTransaction","ExtraHopHTTPTransaction","ExtraHopTCPOpen"],"extraction":null,"common":false},{"name":"SourcePortNumber","displayName":"SourcePortNumber","type":"Int","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["ExtraHopDBTransaction","ExtraHopHTTPTransaction","ExtraHopTCPOpen"],"extraction":null,"common":false},{"name":"Duration_ms","displayName":"Duration_ms","type":"Double","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ExtraHopDBTransaction","ExtraHopHTTPTransaction"],"extraction":null,"common":false},{"name":"ResponseTTLB_ms","displayName":"ResponseTTLB_ms","type":"Double","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ExtraHopDBTransaction","ExtraHopHTTPTransaction"],"extraction":null,"common":false},{"name":"HOPName","displayName":"HOPName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ExtraHopDBTransaction","ExtraHopHTTPTransaction"],"extraction":null,"common":false},{"name":"QueryString","displayName":"QueryString","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ExtraHopDBTransaction","ExtraHopDNSResponse"],"extraction":null,"common":false},{"name":"DBErrorCode","displayName":"DBErrorCode","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ExtraHopDBTransaction"],"extraction":null,"common":false},{"name":"DataCenter","displayName":"DataCenter","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ExtraHopDBTransaction","ExtraHopHTTPTransaction"],"extraction":null,"common":false},{"name":"QueryResult","displayName":"QueryResult","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ExtraHopDNSResponse"],"extraction":null,"common":false},{"name":"StatusCode","displayName":"StatusCode","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ExtraHopFTPResponse","MicrosoftHealthcareApisAuditLogs"],"extraction":null,"common":false},{"name":"URIString","displayName":"URIString","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ExtraHopHTTPTransaction"],"extraction":null,"common":false},{"name":"Recipient","displayName":"Recipient","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ExtraHopSMTPMessage"],"extraction":null,"common":false},{"name":"SenderName","displayName":"SenderName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ExtraHopSMTPMessage"],"extraction":null,"common":false},{"name":"AttachmentFileSize","displayName":"AttachmentFileSize","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ExtraHopSMTPMessage"],"extraction":null,"common":false},{"name":"SYNSENT_NEWCONNESTAB","displayName":"SYNSENT_NEWCONNESTAB","type":"Float","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ExtraHopSYNScanDetect"],"extraction":null,"common":false},{"name":"PeerListSize","displayName":"PeerListSize","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ExtraHopSYNScanDetect"],"extraction":null,"common":false},{"name":"FailedOn","displayName":"FailedOn","type":"DateTime","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["FailedIngestion"],"extraction":null,"common":false},{"name":"Database","displayName":"Database","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["FailedIngestion","SucceededIngestion"],"extraction":null,"common":false},{"name":"Table","displayName":"Table","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["FailedIngestion","SucceededIngestion"],"extraction":null,"common":false},{"name":"IngestionSourceId","displayName":"IngestionSourceId","type":"Guid","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["FailedIngestion","SucceededIngestion"],"extraction":null,"common":false},{"name":"IngestionSourcePath","displayName":"IngestionSourcePath","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["FailedIngestion","SucceededIngestion"],"extraction":null,"common":false},{"name":"RootActivityId","displayName":"RootActivityId","type":"Guid","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["FailedIngestion","SucceededIngestion"],"extraction":null,"common":false},{"name":"Details","displayName":"Details","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["FailedIngestion"],"extraction":null,"common":false},{"name":"FailureStatus","displayName":"FailureStatus","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["FailedIngestion"],"extraction":null,"common":false},{"name":"OriginatesFromUpdatePolicy","displayName":"OriginatesFromUpdatePolicy","type":"Bool","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["FailedIngestion"],"extraction":null,"common":false},{"name":"ShouldRetry","displayName":"ShouldRetry","type":"Bool","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["FailedIngestion"],"extraction":null,"common":false},{"name":"ComputerIP","displayName":"ComputerIP","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Heartbeat"],"extraction":null,"common":false},{"name":"OSType","displayName":"OSType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Heartbeat"],"extraction":null,"common":false},{"name":"OSName","displayName":"OSName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Heartbeat"],"extraction":null,"common":false},{"name":"OSMajorVersion","displayName":"OSMajorVersion","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Heartbeat"],"extraction":null,"common":false},{"name":"OSMinorVersion","displayName":"OSMinorVersion","type":"String","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["Heartbeat"],"extraction":null,"common":false},{"name":"SCAgentChannel","displayName":"SCAgentChannel","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Heartbeat"],"extraction":null,"common":false},{"name":"IsGatewayInstalled","displayName":"IsGatewayInstalled","type":"Bool","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Heartbeat"],"extraction":null,"common":false},{"name":"ComputerEnvironment","displayName":"ComputerEnvironment","type":"String","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Heartbeat"],"extraction":null,"common":false},{"name":"Solutions","displayName":"Solutions","type":"String","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Heartbeat"],"extraction":null,"common":false},{"name":"EventTime","displayName":"EventTime","type":"DateTime","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["Syslog"],"extraction":null,"common":false},{"name":"UPN","displayName":"UPN","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"ComplianceState","displayName":"ComplianceState","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"OSDescription","displayName":"OSDescription","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"OwnerType","displayName":"OwnerType","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"DeviceId","displayName":"DeviceId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"LastContact","displayName":"LastContact","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"IMEI","displayName":"IMEI","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"RetireAfterDatetime","displayName":"RetireAfterDatetime","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"ManagementAgents","displayName":"ManagementAgents","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"BatchId","displayName":"BatchId","type":"Guid","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"InGracePeriodUntil","displayName":"InGracePeriodUntil","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"DeviceHealthThreatLevel","displayName":"DeviceHealthThreatLevel","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"UserEmail","displayName":"UserEmail","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"IntuneAccountId","displayName":"IntuneAccountId","type":"Guid","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"Stats","displayName":"Stats","type":"Dynamic","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"ClientInfo_s","displayName":"ClientInfo_s","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ReservedAzureCommonFields"],"extraction":null,"common":false},{"name":"RequestUri_s","displayName":"RequestUri_s","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ReservedAzureCommonFields"],"extraction":null,"common":false},{"name":"Id_s","displayName":"Id_s","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ReservedAzureCommonFields"],"extraction":null,"common":false},{"name":"HttpStatusCode_d","displayName":"HttpStatusCode_d","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["ReservedAzureCommonFields"],"extraction":null,"common":false},{"name":"AppId","displayName":"AppId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["SigninLogs"],"extraction":null,"common":false},{"name":"DetailMessage","displayName":"DetailMessage","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDataShareReceinvedSnapshotLog","MicrosoftDataShareSentSnapshotLog"],"extraction":null,"common":false},{"name":"DataSetMappingType","displayName":"DataSetMappingType","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDataShareReceinvedSnapshotLog","MicrosoftDataShareSentSnapshotLog"],"extraction":null,"common":false},{"name":"DataSetType","displayName":"DataSetType","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDataShareReceinvedSnapshotLog","MicrosoftDataShareSentSnapshotLog"],"extraction":null,"common":false},{"name":"DataSetName","displayName":"DataSetName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDataShareReceinvedSnapshotLog","MicrosoftDataShareSentSnapshotLog"],"extraction":null,"common":false},{"name":"FilesWritten","displayName":"FilesWritten","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDataShareReceinvedSnapshotLog","MicrosoftDataShareSentSnapshotLog"],"extraction":null,"common":false},{"name":"FilesRead","displayName":"FilesRead","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDataShareReceinvedSnapshotLog","MicrosoftDataShareSentSnapshotLog"],"extraction":null,"common":false},{"name":"SizeWritten","displayName":"SizeWritten","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDataShareReceinvedSnapshotLog","MicrosoftDataShareSentSnapshotLog"],"extraction":null,"common":false},{"name":"SizeRead","displayName":"SizeRead","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDataShareReceinvedSnapshotLog","MicrosoftDataShareSentSnapshotLog"],"extraction":null,"common":false},{"name":"EnvironmentId","displayName":"EnvironmentId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs","MicrosoftDynamicsTelemetrySystemMetricsLogs"],"extraction":null,"common":false},{"name":"SqlCpu","displayName":"SqlCpu","type":"Double","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"ExecutionStatus","displayName":"ExecutionStatus","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"ExecutionResultRowCount","displayName":"ExecutionResultRowCount","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"ExecutionTimeSeconds","displayName":"ExecutionTimeSeconds","type":"Double","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"SqlStatement","displayName":"SqlStatement","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"CallStack","displayName":"CallStack","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"ConnectionType","displayName":"ConnectionType","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"SqlSpid","displayName":"SqlSpid","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"ClassName","displayName":"ClassName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"LegalEntity","displayName":"LegalEntity","type":"BigInt","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"BatchJobId","displayName":"BatchJobId","type":"BigInt","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"BatchJobTaskId","displayName":"BatchJobTaskId","type":"BigInt","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"Duration","displayName":"Duration","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"DurationInMilliSeconds","displayName":"DurationInMilliSeconds","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"Environment","displayName":"Environment","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"FormName","displayName":"formName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"IsValid","displayName":"IsValid","type":"Bool","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"IsWarmEvent","displayName":"IsWarmEvent","type":"Bool","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"CountOfUpdate","displayName":"CountOfUpdate","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"CountOfDelete","displayName":"CountOfDelete","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"CountOfInsert","displayName":"CountOfInsert","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"CountOfSelect","displayName":"CountOfSelect","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"CountOfDdl","displayName":"CountOfDdl","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"CountOfProc","displayName":"CountOfProc","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"CountOfOther","displayName":"CountOfOther","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"TransactionDurationSeconds","displayName":"TransactionDurationSeconds","type":"Double","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"RequestUri","displayName":"RequestUri","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftHealthcareApisAuditLogs"],"extraction":null,"common":false},{"name":"FhirResourceType","displayName":"FhirResourceType","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftHealthcareApisAuditLogs"],"extraction":null,"common":false},{"name":"OperationDurationMs","displayName":"OperationDuration","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftHealthcareApisAuditLogs"],"extraction":null,"common":false},{"name":"LogCategory","displayName":"LogCategory","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftHealthcareApisAuditLogs"],"extraction":null,"common":false},{"name":"CallerIPAddress","displayName":"CallerIPAddress","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftHealthcareApisAuditLogs","ReservedCommonFields"],"extraction":null,"common":true},{"name":"CallerIdentityIssuer","displayName":"CallerIdentityIssuer","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftHealthcareApisAuditLogs"],"extraction":null,"common":false},{"name":"CallerIdentityObjectId","displayName":"CallerIdentityObjectId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftHealthcareApisAuditLogs"],"extraction":null,"common":false},{"name":"CallerIdentity","displayName":"CallerIdentity","type":"Dynamic","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftHealthcareApisAuditLogs"],"extraction":null,"common":false},{"name":"ExceptionDetails","displayName":"ExceptionDetails","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["MicrosoftWebFunctionExecutionLogs"],"extraction":null,"common":false},{"name":"FunctionInvocationId","displayName":"FunctionInvocationId","type":"Guid","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftWebFunctionExecutionLogs"],"extraction":null,"common":false},{"name":"FunctionName","displayName":"FunctionName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["MicrosoftWebFunctionExecutionLogs"],"extraction":null,"common":false},{"name":"HostInstanceId","displayName":"HostInstanceId","type":"Guid","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["MicrosoftWebFunctionExecutionLogs"],"extraction":null,"common":false},{"name":"HostVersion","displayName":"HostVersion","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["MicrosoftWebFunctionExecutionLogs"],"extraction":null,"common":false},{"name":"InstanceId_s","displayName":"InstanceId_s","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ReservedAzureCommonFields"],"extraction":null,"common":false},{"name":"ClientIP_s","displayName":"ClientIP_s","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ReservedAzureCommonFields"],"extraction":null,"common":false},{"name":"ClientPort_d","displayName":"ClientPort_d","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["ReservedAzureCommonFields"],"extraction":null,"common":false},{"name":"HttpMethod_s","displayName":"HttpMethod_s","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ReservedAzureCommonFields"],"extraction":null,"common":false},{"name":"RequestQuery_s","displayName":"RequestQuery_s","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ReservedAzureCommonFields"],"extraction":null,"common":false},{"name":"UserAgent_s","displayName":"UserAgent_s","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ReservedAzureCommonFields"],"extraction":null,"common":false},{"name":"HttpStatus_d","displayName":"HttpStatus_d","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["ReservedAzureCommonFields"],"extraction":null,"common":false},{"name":"HttpVersion_s","displayName":"HttpVersion_s","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ReservedAzureCommonFields"],"extraction":null,"common":false},{"name":"ReceivedBytes_d","displayName":"ReceivedBytes_d","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["ReservedAzureCommonFields"],"extraction":null,"common":false},{"name":"SentBytes_d","displayName":"SentBytes_d","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["ReservedAzureCommonFields"],"extraction":null,"common":false},{"name":"TimeTaken_d","displayName":"TimeTaken_d","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["ReservedAzureCommonFields"],"extraction":null,"common":false},{"name":"SslEnabled_s","displayName":"SslEnabled_s","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ReservedAzureCommonFields"],"extraction":null,"common":false},{"name":"HealthyHostCount_d","displayName":"HealthyHostCount_d","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["ReservedAzureCommonFields"],"extraction":null,"common":false},{"name":"UnHealthyHostCount_d","displayName":"UnHealthyHostCount_d","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["ReservedAzureCommonFields"],"extraction":null,"common":false},{"name":"RequestCount_d","displayName":"RequestCount_d","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["ReservedAzureCommonFields"],"extraction":null,"common":false},{"name":"Latency_d","displayName":"Latency_d","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["ReservedAzureCommonFields"],"extraction":null,"common":false},{"name":"FailedRequestCount_d","displayName":"FailedRequestCount_d","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["ReservedAzureCommonFields"],"extraction":null,"common":false},{"name":"Throughput_d","displayName":"Throughput_d","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["ReservedAzureCommonFields"],"extraction":null,"common":false},{"name":"VnetResourceGuid_s","displayName":"VnetResourceGuid_s","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ReservedAzureCommonFields"],"extraction":null,"common":false},{"name":"SubnetPrefix_s","displayName":"SubnetPrefix_s","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ReservedAzureCommonFields"],"extraction":null,"common":false},{"name":"MacAddress_s","displayName":"MacAddress_s","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ReservedAzureCommonFields"],"extraction":null,"common":false},{"name":"RuleName_s","displayName":"RuleName_s","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ReservedAzureCommonFields"],"extraction":null,"common":false},{"name":"Direction_s","displayName":"Direction_s","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ReservedAzureCommonFields"],"extraction":null,"common":false},{"name":"Priority_d","displayName":"Priority_d","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["ReservedAzureCommonFields"],"extraction":null,"common":false},{"name":"Type_s","displayName":"Type_s","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ReservedAzureCommonFields"],"extraction":null,"common":false},{"name":"MatchedConnections_d","displayName":"MatchedConnections_d","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["ReservedAzureCommonFields"],"extraction":null,"common":false},{"name":"OperationStatus","displayName":"OperationStatus","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Operation"],"extraction":null,"common":false},{"name":"Detail","displayName":"Detail","type":"String","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["Operation"],"extraction":null,"common":false},{"name":"OperationCategory","displayName":"OperationCategory","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Operation"],"extraction":null,"common":false},{"name":"Solution","displayName":"Solution","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Operation","Usage"],"extraction":null,"common":false},{"name":"OperationKey","displayName":"OperationKey","type":"String","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["Operation"],"extraction":null,"common":false},{"name":"ObjectName","displayName":"ObjectName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Perf"],"extraction":null,"common":false},{"name":"CounterName","displayName":"CounterName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Perf"],"extraction":null,"common":false},{"name":"Average","displayName":"CounterValue","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["Perf"],"extraction":null,"common":false},{"name":"CounterPath","displayName":"CounterPath","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Perf"],"extraction":null,"common":false},{"name":"Min","displayName":"Min","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Perf"],"extraction":null,"common":false},{"name":"Max","displayName":"Max","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Perf"],"extraction":null,"common":false},{"name":"SampleCount","displayName":"SampleCount","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Perf"],"extraction":null,"common":false},{"name":"BucketStartTime","displayName":"BucketStartTime","type":"DateTime","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Perf"],"extraction":null,"common":false},{"name":"BucketEndTime","displayName":"BucketEndTime","type":"DateTime","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Perf"],"extraction":null,"common":false},{"name":"StandardDeviation","displayName":"StandardDeviation","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["Perf"],"extraction":null,"common":false},{"name":"IPAddress","displayName":"IPAddress","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ReservedCommonFields","SigninLogs"],"extraction":null,"common":true},{"name":"UserPrincipalName","displayName":"UserPrincipalName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["SigninLogs"],"extraction":null,"common":false},{"name":"StorageAccount","displayName":"StorageAccount","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"ApplicationTypeName","displayName":"ApplicationTypeName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"UpgradeDomains","displayName":"UpgradeDomains","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricOperationalEvent"],"extraction":null,"common":false},{"name":"ServiceTypeName","displayName":"ServiceTypeName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"PartitionId","displayName":"PartitionId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"ActorType","displayName":"ActorType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricReliableActorEvent"],"extraction":null,"common":false},{"name":"ActorId","displayName":"ActorId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricReliableActorEvent"],"extraction":null,"common":false},{"name":"ActorIdKind","displayName":"ActorIdKind","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricReliableActorEvent"],"extraction":null,"common":false},{"name":"IsStateful","displayName":"IsStateful","type":"Bool","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricReliableActorEvent"],"extraction":null,"common":false},{"name":"ReplicaOrInstanceId","displayName":"ReplicaOrInstanceId","type":"BigInt","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricReliableActorEvent"],"extraction":null,"common":false},{"name":"NodeName","displayName":"NodeName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricReliableActorEvent"],"extraction":null,"common":false},{"name":"CountOfWaitingMethodCalls","displayName":"CountOfWaitingMethodCalls","type":"BigInt","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricReliableActorEvent"],"extraction":null,"common":false},{"name":"MethodName","displayName":"MethodName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricReliableActorEvent"],"extraction":null,"common":false},{"name":"MethodSignature","displayName":"MethodSignature","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricReliableActorEvent"],"extraction":null,"common":false},{"name":"MethodExecutionTimeTicks","displayName":"MethodExecutionTimeTicks","type":"BigInt","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricReliableActorEvent"],"extraction":null,"common":false},{"name":"Exception","displayName":"Exception","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"SaveStateExecutionTimeTicks","displayName":"SaveStateExecutionTimeTicks","type":"BigInt","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricReliableActorEvent"],"extraction":null,"common":false},{"name":"ReplicaId","displayName":"ReplicaId","type":"BigInt","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"SlowCancellationTimeMillis","displayName":"SlowCancellationTimeMillis","type":"Double","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"WasCanceled","displayName":"WasCanceled","type":"Bool","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"ActualCancellationTimeMillis","displayName":"ActualCancellationTimeMillis","type":"Double","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"InstanceId","displayName":"InstanceId","type":"BigInt","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"AppDisplayName","displayName":"AppDisplayName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["SigninLogs"],"extraction":null,"common":false},{"name":"ClientAppUsed","displayName":"ClientAppUsed","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["SigninLogs"],"extraction":null,"common":false},{"name":"ConditionalAccessPolicies","displayName":"ConditionalAccessPolicies","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["SigninLogs"],"extraction":null,"common":false},{"name":"ConditionalAccessStatus","displayName":"ConditionalAccessStatus","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["SigninLogs"],"extraction":null,"common":false},{"name":"CreatedDateTime","displayName":"CreatedDateTime","type":"DateTime","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["SigninLogs"],"extraction":null,"common":false},{"name":"DeviceDetail","displayName":"DeviceDetail","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["SigninLogs"],"extraction":null,"common":false},{"name":"IsRisky","displayName":"IsRisky","type":"Bool","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["SigninLogs"],"extraction":null,"common":false},{"name":"LocationDetails","displayName":"LocationDetails","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["SigninLogs"],"extraction":null,"common":false},{"name":"RiskDetail","displayName":"RiskDetail","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["SigninLogs"],"extraction":null,"common":false},{"name":"RiskLevelAggregated","displayName":"RiskLevelAggregated","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["SigninLogs"],"extraction":null,"common":false},{"name":"RiskState","displayName":"RiskState","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["SigninLogs"],"extraction":null,"common":false},{"name":"RiskLevelDuringSignIn","displayName":"RiskLevelDuringSignIn","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["SigninLogs"],"extraction":null,"common":false},{"name":"RiskEventTypes","displayName":"RiskEventTypes","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["SigninLogs"],"extraction":null,"common":false},{"name":"ResourceDisplayName","displayName":"ResourceDisplayName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["SigninLogs"],"extraction":null,"common":false},{"name":"OriginalRequestId","displayName":"OriginalRequestId","type":"Guid","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["SigninLogs"],"extraction":null,"common":false},{"name":"SucceededOn","displayName":"SucceededOn","type":"DateTime","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["SucceededIngestion"],"extraction":null,"common":false},{"name":"Facility","displayName":"Facility","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Syslog"],"extraction":null,"common":false},{"name":"SeverityLevel","displayName":"SeverityLevel","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Syslog"],"extraction":null,"common":false},{"name":"SyslogMessage","displayName":"SyslogMessage","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["Syslog"],"extraction":null,"common":false},{"name":"HostIP","displayName":"HostIP","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Syslog"],"extraction":null,"common":false},{"name":"ResourceUri","displayName":"ResourceUri","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Usage"],"extraction":null,"common":false},{"name":"LinkedResourceUri","displayName":"LinkedResourceUri","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Usage"],"extraction":null,"common":false},{"name":"DataType","displayName":"DataType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Usage"],"extraction":null,"common":false},{"name":"BatchesWithinSla","displayName":"BatchesWithinSla","type":"BigInt","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["Usage"],"extraction":null,"common":false},{"name":"BatchesOutsideSla","displayName":"BatchesOutsideSla","type":"BigInt","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["Usage"],"extraction":null,"common":false},{"name":"BatchesCapped","displayName":"BatchesCapped","type":"BigInt","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["Usage"],"extraction":null,"common":false},{"name":"TotalBatches","displayName":"TotalBatches","type":"BigInt","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["Usage"],"extraction":null,"common":false},{"name":"AvgLatencyInSeconds","displayName":"AvgLatencyInSeconds","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["Usage"],"extraction":null,"common":false},{"name":"Quantity","displayName":"Quantity","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["Usage"],"extraction":null,"common":false},{"name":"QuantityUnit","displayName":"QuantityUnit","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Usage"],"extraction":null,"common":false},{"name":"IsBillable","displayName":"IsBillable","type":"Bool","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Usage"],"extraction":null,"common":false},{"name":"MeterId","displayName":"MeterId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Usage"],"extraction":null,"common":false},{"name":"LinkedMeterId","displayName":"LinkedMeterId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Usage"],"extraction":null,"common":false},{"name":"FileUri","displayName":"FileUri","type":"String","indexed":false,"stored":true,"facet":false,"hidden":true,"display":false,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"FileOffset","displayName":"FileOffset","type":"Int","indexed":false,"stored":true,"facet":false,"hidden":true,"display":false,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"Date","displayName":"Date","type":"String","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"Time","displayName":"Time","type":"String","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"sSiteName","displayName":"sSiteName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"sComputerName","displayName":"sComputerName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":true,"display":false,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"sIP","displayName":"sIP","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"csMethod","displayName":"csMethod","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"csUriStem","displayName":"csUriStem","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"csUriQuery","displayName":"csUriQuery","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"csUserName","displayName":"csUserName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"cIP","displayName":"cIP","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"csVersion","displayName":"csVersion","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"csCookie","displayName":"csCookie","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"csReferer","displayName":"csReferer","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"csHost","displayName":"csHost","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"scStatus","displayName":"scStatus","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"scSubStatus","displayName":"scSubStatus","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"scWin32Status","displayName":"scWin32Status","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"scBytes","displayName":"scBytes","type":"BigInt","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"csBytes","displayName":"csBytes","type":"BigInt","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"Type","displayName":"Type","type":"string","indexed":true,"stored":true,"facet":true,"hidden":true,"display":true,"ownerType":null,"extraction":null,"common":false},{"name":"id","displayName":null,"type":"uuid","indexed":true,"stored":true,"facet":false,"hidden":true,"display":false,"ownerType":null,"extraction":null,"common":false}]}' + string: '{"__metadata":{"schema":{"name":"CloudOps","version":2},"resultType":"schema","requestTime":78},"value":[{"name":"TenantId","displayName":"TenantId","type":"Guid","indexed":true,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AADDomainServicesAccountLogon","AADDomainServicesAccountManagement","AADDomainServicesDirectoryServiceAccess","AADDomainServicesLogonLogoff","AADDomainServicesPolicyChange","AADDomainServicesPrivilegeUse","AADDomainServicesSystemSecurity","AddonAzureBackupAlerts","AddonAzureBackupJobs","AddonAzureBackupPolicy","AddonAzureBackupProtectedInstance","AddonAzureBackupStorage","ADFActivityRun","ADFPipelineRun","ADFSSISIntegrationRuntimeLogs","ADFSSISPackageEventMessageContext","ADFSSISPackageEventMessages","ADFSSISPackageExecutableStatistics","ADFSSISPackageExecutionComponentPhases","ADFSSISPackageExecutionDataStatistics","ADFTriggerRun","AegDeliveryFailureLogs","AegPublishFailureLogs","Alert","AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","ApiManagementGatewayLogs","AppCenterError","AppPlatformLogsforSpring","AppPlatformSystemLogs","AppServiceAppLogs","AppServiceAuditLogs","AppServiceConsoleLogs","AppServiceEnvironmentPlatformLogs","AppServiceFileAuditLogs","AppServiceHTTPLogs","AuditLogs","AutoscaleEvaluationsLog","AutoscaleScaleActionsLog","AzureActivity","AzureDevOpsAuditing","AzureMetrics","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent","ComputerGroup","ContainerRegistryLoginEvents","ContainerRegistryRepositoryEvents","CoreAzureBackup","DatabricksAccounts","DatabricksClusters","DatabricksDBFS","DatabricksInstancePools","DatabricksJobs","DatabricksNotebook","DatabricksSecrets","DatabricksSQLPermissions","DatabricksSSH","DatabricksTables","DatabricksWorkspace","ETWEvent","Event","FailedIngestion","FunctionAppLogs","Heartbeat","IntuneAuditLogs","IntuneDeviceComplianceOrg","IntuneOperationalLogs","MicrosoftAzureBastionAuditLogs","MicrosoftDataShareSentSnapshotLog","MicrosoftDataShareShareLog","MicrosoftDynamicsTelemetryPerformanceLogs","MicrosoftDynamicsTelemetrySystemMetricsLogs","MicrosoftHealthcareApisAuditLogs","Operation","Perf","ReservedCommonFields","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent","SignalRServiceDiagnosticLogs","SigninLogs","StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs","SucceededIngestion","Syslog","Usage","W3CIISLog","WVDCheckpoints","WVDConnections","WVDErrors","WVDFeeds","WVDHostRegistrations","WVDManagement"],"extraction":null,"common":false},{"name":"SourceSystem","displayName":"SourceSystem","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AADDomainServicesAccountLogon","AADDomainServicesAccountManagement","AADDomainServicesDirectoryServiceAccess","AADDomainServicesLogonLogoff","AADDomainServicesPolicyChange","AADDomainServicesPrivilegeUse","AADDomainServicesSystemSecurity","AddonAzureBackupAlerts","AddonAzureBackupJobs","AddonAzureBackupPolicy","AddonAzureBackupProtectedInstance","AddonAzureBackupStorage","ADFActivityRun","ADFPipelineRun","ADFSSISIntegrationRuntimeLogs","ADFSSISPackageEventMessageContext","ADFSSISPackageEventMessages","ADFSSISPackageExecutableStatistics","ADFSSISPackageExecutionComponentPhases","ADFSSISPackageExecutionDataStatistics","ADFTriggerRun","AegDeliveryFailureLogs","AegPublishFailureLogs","Alert","AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","ApiManagementGatewayLogs","AppCenterError","AppPlatformLogsforSpring","AppPlatformSystemLogs","AppServiceAppLogs","AppServiceAuditLogs","AppServiceConsoleLogs","AppServiceEnvironmentPlatformLogs","AppServiceFileAuditLogs","AppServiceHTTPLogs","AuditLogs","AutoscaleEvaluationsLog","AutoscaleScaleActionsLog","AzureActivity","AzureDevOpsAuditing","AzureMetrics","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent","ComputerGroup","ContainerRegistryLoginEvents","ContainerRegistryRepositoryEvents","CoreAzureBackup","DatabricksAccounts","DatabricksClusters","DatabricksDBFS","DatabricksInstancePools","DatabricksJobs","DatabricksNotebook","DatabricksSecrets","DatabricksSQLPermissions","DatabricksSSH","DatabricksTables","DatabricksWorkspace","ETWEvent","Event","FailedIngestion","FunctionAppLogs","Heartbeat","IntuneAuditLogs","IntuneDeviceComplianceOrg","IntuneOperationalLogs","MicrosoftAzureBastionAuditLogs","MicrosoftDataShareSentSnapshotLog","MicrosoftDataShareShareLog","MicrosoftDynamicsTelemetryPerformanceLogs","MicrosoftDynamicsTelemetrySystemMetricsLogs","MicrosoftHealthcareApisAuditLogs","Operation","Perf","ReservedCommonFields","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent","SignalRServiceDiagnosticLogs","SigninLogs","StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs","SucceededIngestion","Syslog","Usage","W3CIISLog","WVDCheckpoints","WVDConnections","WVDErrors","WVDFeeds","WVDHostRegistrations","WVDManagement"],"extraction":null,"common":true},{"name":"TimeGenerated","displayName":"TimeGenerated","type":"DateTime","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountLogon","AADDomainServicesAccountManagement","AADDomainServicesDirectoryServiceAccess","AADDomainServicesLogonLogoff","AADDomainServicesPolicyChange","AADDomainServicesPrivilegeUse","AADDomainServicesSystemSecurity","AddonAzureBackupAlerts","AddonAzureBackupJobs","AddonAzureBackupPolicy","AddonAzureBackupProtectedInstance","AddonAzureBackupStorage","ADFActivityRun","ADFPipelineRun","ADFSSISIntegrationRuntimeLogs","ADFSSISPackageEventMessageContext","ADFSSISPackageEventMessages","ADFSSISPackageExecutableStatistics","ADFSSISPackageExecutionComponentPhases","ADFSSISPackageExecutionDataStatistics","ADFTriggerRun","AegDeliveryFailureLogs","AegPublishFailureLogs","Alert","AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","ApiManagementGatewayLogs","AppCenterError","AppPlatformLogsforSpring","AppPlatformSystemLogs","AppServiceAppLogs","AppServiceAuditLogs","AppServiceConsoleLogs","AppServiceEnvironmentPlatformLogs","AppServiceFileAuditLogs","AppServiceHTTPLogs","AuditLogs","AutoscaleEvaluationsLog","AutoscaleScaleActionsLog","AzureActivity","AzureDevOpsAuditing","AzureMetrics","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent","ComputerGroup","ContainerRegistryLoginEvents","ContainerRegistryRepositoryEvents","CoreAzureBackup","DatabricksAccounts","DatabricksClusters","DatabricksDBFS","DatabricksInstancePools","DatabricksJobs","DatabricksNotebook","DatabricksSecrets","DatabricksSQLPermissions","DatabricksSSH","DatabricksTables","DatabricksWorkspace","ETWEvent","Event","FailedIngestion","FunctionAppLogs","Heartbeat","IntuneAuditLogs","IntuneDeviceComplianceOrg","IntuneOperationalLogs","MicrosoftAzureBastionAuditLogs","MicrosoftDataShareSentSnapshotLog","MicrosoftDataShareShareLog","MicrosoftDynamicsTelemetryPerformanceLogs","MicrosoftDynamicsTelemetrySystemMetricsLogs","MicrosoftHealthcareApisAuditLogs","Operation","Perf","ReservedCommonFields","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent","SignalRServiceDiagnosticLogs","SigninLogs","StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs","SucceededIngestion","Syslog","Usage","W3CIISLog","WVDCheckpoints","WVDConnections","WVDErrors","WVDFeeds","WVDHostRegistrations","WVDManagement"],"extraction":null,"common":false},{"name":"ResourceId","displayName":"ResourceId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AADDomainServicesAccountLogon","AADDomainServicesAccountManagement","AADDomainServicesDirectoryServiceAccess","AADDomainServicesLogonLogoff","AADDomainServicesPolicyChange","AADDomainServicesPrivilegeUse","AADDomainServicesSystemSecurity","AddonAzureBackupAlerts","AddonAzureBackupJobs","AddonAzureBackupPolicy","AddonAzureBackupProtectedInstance","AddonAzureBackupStorage","ADFActivityRun","ADFPipelineRun","ADFTriggerRun","Alert","AppServiceEnvironmentPlatformLogs","AuditLogs","AutoscaleEvaluationsLog","AutoscaleScaleActionsLog","AzureActivity","AzureMetrics","CoreAzureBackup","DatabricksAccounts","DatabricksClusters","DatabricksDBFS","DatabricksInstancePools","DatabricksJobs","DatabricksNotebook","DatabricksSecrets","DatabricksSQLPermissions","DatabricksSSH","DatabricksTables","DatabricksWorkspace","Heartbeat","ReservedCommonFields","SigninLogs"],"extraction":null,"common":true},{"name":"OperationName","displayName":"OperationName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountLogon","AADDomainServicesAccountManagement","AADDomainServicesDirectoryServiceAccess","AADDomainServicesLogonLogoff","AADDomainServicesPolicyChange","AADDomainServicesPrivilegeUse","AADDomainServicesSystemSecurity","AddonAzureBackupAlerts","AddonAzureBackupJobs","AddonAzureBackupPolicy","AddonAzureBackupProtectedInstance","AddonAzureBackupStorage","ADFActivityRun","ADFPipelineRun","ADFSSISIntegrationRuntimeLogs","ADFSSISPackageEventMessageContext","ADFSSISPackageEventMessages","ADFSSISPackageExecutableStatistics","ADFSSISPackageExecutionComponentPhases","ADFSSISPackageExecutionDataStatistics","ADFTriggerRun","AegDeliveryFailureLogs","AegPublishFailureLogs","AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","ApiManagementGatewayLogs","AppPlatformLogsforSpring","AppPlatformSystemLogs","AppServiceAuditLogs","AppServiceEnvironmentPlatformLogs","AppServiceFileAuditLogs","AuditLogs","AutoscaleEvaluationsLog","AutoscaleScaleActionsLog","AzureActivity","AzureDevOpsAuditing","AzureMetrics","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent","ContainerRegistryLoginEvents","ContainerRegistryRepositoryEvents","CoreAzureBackup","DatabricksAccounts","DatabricksClusters","DatabricksDBFS","DatabricksInstancePools","DatabricksJobs","DatabricksNotebook","DatabricksSecrets","DatabricksSQLPermissions","DatabricksSSH","DatabricksTables","DatabricksWorkspace","FailedIngestion","IntuneAuditLogs","IntuneDeviceComplianceOrg","IntuneOperationalLogs","MicrosoftAzureBastionAuditLogs","MicrosoftDataShareSentSnapshotLog","MicrosoftDataShareShareLog","MicrosoftHealthcareApisAuditLogs","ReservedCommonFields","SignalRServiceDiagnosticLogs","SigninLogs","StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs","SucceededIngestion"],"extraction":null,"common":true},{"name":"Category","displayName":"Category","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountLogon","AADDomainServicesAccountManagement","AADDomainServicesDirectoryServiceAccess","AADDomainServicesLogonLogoff","AADDomainServicesPolicyChange","AADDomainServicesPrivilegeUse","AADDomainServicesSystemSecurity","AddonAzureBackupAlerts","AddonAzureBackupJobs","AddonAzureBackupPolicy","AddonAzureBackupProtectedInstance","AddonAzureBackupStorage","ADFActivityRun","ADFPipelineRun","ADFSSISIntegrationRuntimeLogs","ADFSSISPackageEventMessageContext","ADFSSISPackageEventMessages","ADFSSISPackageExecutableStatistics","ADFSSISPackageExecutionComponentPhases","ADFSSISPackageExecutionDataStatistics","ADFTriggerRun","AegDeliveryFailureLogs","AegPublishFailureLogs","AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","ApiManagementGatewayLogs","AppPlatformLogsforSpring","AppPlatformSystemLogs","AppServiceAppLogs","AppServiceAuditLogs","AppServiceConsoleLogs","AppServiceEnvironmentPlatformLogs","AppServiceFileAuditLogs","AppServiceHTTPLogs","AuditLogs","AutoscaleEvaluationsLog","AutoscaleScaleActionsLog","AzureActivity","AzureDevOpsAuditing","AzureMetrics","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent","ContainerRegistryLoginEvents","ContainerRegistryRepositoryEvents","CoreAzureBackup","DatabricksAccounts","DatabricksClusters","DatabricksDBFS","DatabricksInstancePools","DatabricksJobs","DatabricksNotebook","DatabricksSecrets","DatabricksSQLPermissions","DatabricksSSH","DatabricksTables","DatabricksWorkspace","FailedIngestion","FunctionAppLogs","Heartbeat","IntuneAuditLogs","IntuneOperationalLogs","MicrosoftDataShareSentSnapshotLog","MicrosoftDataShareShareLog","MicrosoftDynamicsTelemetryPerformanceLogs","MicrosoftDynamicsTelemetrySystemMetricsLogs","ReservedCommonFields","SigninLogs","StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs","SucceededIngestion"],"extraction":null,"common":true},{"name":"ResultType","displayName":"ResultType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountLogon","AADDomainServicesAccountManagement","AADDomainServicesDirectoryServiceAccess","AADDomainServicesLogonLogoff","AADDomainServicesPolicyChange","AADDomainServicesPrivilegeUse","AADDomainServicesSystemSecurity","ADFSSISIntegrationRuntimeLogs","AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","AppServiceEnvironmentPlatformLogs","AuditLogs","AutoscaleEvaluationsLog","AutoscaleScaleActionsLog","AzureMetrics","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent","ContainerRegistryLoginEvents","ContainerRegistryRepositoryEvents","FailedIngestion","IntuneAuditLogs","MicrosoftHealthcareApisAuditLogs","ReservedCommonFields","SigninLogs","SucceededIngestion"],"extraction":null,"common":true},{"name":"ResultDescription","displayName":"ResultDescription","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AADDomainServicesAccountLogon","AADDomainServicesAccountManagement","AADDomainServicesDirectoryServiceAccess","AADDomainServicesLogonLogoff","AADDomainServicesPolicyChange","AADDomainServicesPrivilegeUse","AADDomainServicesSystemSecurity","AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","AppServiceAppLogs","AppServiceConsoleLogs","AppServiceEnvironmentPlatformLogs","AuditLogs","AutoscaleEvaluationsLog","AutoscaleScaleActionsLog","AzureMetrics","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent","ContainerRegistryLoginEvents","ContainerRegistryRepositoryEvents","IntuneAuditLogs","ReservedCommonFields","SigninLogs"],"extraction":null,"common":true},{"name":"CorrelationId","displayName":"CorrelationId","type":"String","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AADDomainServicesAccountLogon","AADDomainServicesAccountManagement","AADDomainServicesDirectoryServiceAccess","AADDomainServicesLogonLogoff","AADDomainServicesPolicyChange","AADDomainServicesPrivilegeUse","AADDomainServicesSystemSecurity","ADFActivityRun","ADFPipelineRun","ADFSSISIntegrationRuntimeLogs","ADFSSISPackageEventMessageContext","ADFSSISPackageEventMessages","ADFSSISPackageExecutableStatistics","ADFSSISPackageExecutionComponentPhases","ADFSSISPackageExecutionDataStatistics","ADFTriggerRun","AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","ApiManagementGatewayLogs","AuditLogs","AutoscaleEvaluationsLog","AutoscaleScaleActionsLog","AzureActivity","AzureDevOpsAuditing","AzureMetrics","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent","ContainerRegistryLoginEvents","ContainerRegistryRepositoryEvents","FailedIngestion","IntuneAuditLogs","MicrosoftDataShareSentSnapshotLog","MicrosoftHealthcareApisAuditLogs","Operation","ReservedCommonFields","SigninLogs","StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs","SucceededIngestion","WVDCheckpoints","WVDConnections","WVDErrors","WVDFeeds","WVDHostRegistrations","WVDManagement"],"extraction":null,"common":true},{"name":"aadds_IpAddress","displayName":"IpAddress","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountLogon"],"extraction":null,"common":false},{"name":"aadds_IpPort","displayName":"IpPort","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountLogon"],"extraction":null,"common":false},{"name":"aadds_ServiceName","displayName":"ServiceName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountLogon"],"extraction":null,"common":false},{"name":"aadds_TicketOptions","displayName":"TicketOptions","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountLogon"],"extraction":null,"common":false},{"name":"aadds_PreAuthType","displayName":"PreAuthType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountLogon"],"extraction":null,"common":false},{"name":"aadds_CertIssuerName","displayName":"CertIssuerName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountLogon"],"extraction":null,"common":false},{"name":"aadds_CertSerialNumber","displayName":"CertSerialNumber","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountLogon"],"extraction":null,"common":false},{"name":"aadds_CertThumbprint","displayName":"CertThumbprint","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountLogon"],"extraction":null,"common":false},{"name":"aadds_FailureCode","displayName":"FailureCode","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountLogon"],"extraction":null,"common":false},{"name":"aadds_MappingBy","displayName":"MappingBy","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountLogon"],"extraction":null,"common":false},{"name":"aadds_ClientUserName","displayName":"ClientUserName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountLogon"],"extraction":null,"common":false},{"name":"aadds_MappedName","displayName":"MappedName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountLogon"],"extraction":null,"common":false},{"name":"aadds_PackageName","displayName":"PackageName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountLogon"],"extraction":null,"common":false},{"name":"aadds_RecordId","displayName":"RecordId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountLogon","AADDomainServicesAccountManagement","AADDomainServicesDirectoryServiceAccess","AADDomainServicesLogonLogoff","AADDomainServicesPolicyChange","AADDomainServicesPrivilegeUse","AADDomainServicesSystemSecurity"],"extraction":null,"common":false},{"name":"aadds_SubjectUserSid","displayName":"SubjectUserSid","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_SubjectUserName","displayName":"SubjectUserName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_SubjectDomainName","displayName":"SubjectDomainName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_SubjectLogonId","displayName":"SubjectLogonId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_Status","displayName":"Status","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_PrivilegeList","displayName":"PrivilegeList","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_TargetSid","displayName":"TargetSid","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_SamAccountName","displayName":"SamAccountName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_DisplayName","displayName":"DisplayName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_UserPrincipalName","displayName":"UserPrincipalName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_HomeDirectory","displayName":"HomeDirectory","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_HomePath","displayName":"HomePath","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_ScriptPath","displayName":"ScriptPath","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_ProfilePath","displayName":"ProfilePath","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_UserWorkstations","displayName":"UserWorkstations","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_PasswordLastSet","displayName":"PasswordLastSet","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_AccountExpires","displayName":"AccountExpires","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_PrimaryGroupId","displayName":"PrimaryGroupId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_AllowedToDelegateTo","displayName":"AllowedToDelegateTo","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_OldUacValue","displayName":"OldUacValue","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_NewUacValue","displayName":"NewUacValue","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_UserAccountControl","displayName":"UserAccountControl","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_UserParameters","displayName":"UserParameters","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_SidHistory","displayName":"SidHistory","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_LogonHours","displayName":"LogonHours","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_MemberName","displayName":"MemberName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_MemberSid","displayName":"MemberSid","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_MembershipExpirationTime","displayName":"MembershipExpirationTime","type":"DateTime","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_DnsHostName","displayName":"DnsHostName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_ServicePrincipalNames","displayName":"ServicePrincipalNames","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_ComputerAccountChange","displayName":"ComputerAccountChange","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_GroupTypeChange","displayName":"GroupTypeChange","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_SourceUserName","displayName":"SourceUserName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_SourceSid","displayName":"SourceSid","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_Workstation","displayName":"Workstation","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_OldTargetUserName","displayName":"OldTargetUserName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_NewTargetUserName","displayName":"NewTargetUserName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_CallerProcessId","displayName":"CallerProcessId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_CallerProcessName","displayName":"CallerProcessName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesAccountManagement"],"extraction":null,"common":false},{"name":"aadds_OpCorrelationID","displayName":"OpCorrelationID","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesDirectoryServiceAccess"],"extraction":null,"common":false},{"name":"aadds_AppCorrelationID","displayName":"AppCorrelationID","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesDirectoryServiceAccess"],"extraction":null,"common":false},{"name":"aadds_DSName","displayName":"DSName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesDirectoryServiceAccess"],"extraction":null,"common":false},{"name":"aadds_DSType","displayName":"DSType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesDirectoryServiceAccess"],"extraction":null,"common":false},{"name":"aadds_ObjectDN","displayName":"ObjectDN","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesDirectoryServiceAccess"],"extraction":null,"common":false},{"name":"aadds_ObjectGUID","displayName":"ObjectGUID","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesDirectoryServiceAccess"],"extraction":null,"common":false},{"name":"aadds_ObjectClass","displayName":"ObjectClass","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesDirectoryServiceAccess"],"extraction":null,"common":false},{"name":"aadds_AttributeLDAPDisplayName","displayName":"AttributeLDAPDisplayName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesDirectoryServiceAccess"],"extraction":null,"common":false},{"name":"aadds_AttributeSyntaxOID","displayName":"AttributeSyntaxOID","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesDirectoryServiceAccess"],"extraction":null,"common":false},{"name":"aadds_AttributeValue","displayName":"AttributeValue","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesDirectoryServiceAccess"],"extraction":null,"common":false},{"name":"aadds_OperationType","displayName":"OperationType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesDirectoryServiceAccess"],"extraction":null,"common":false},{"name":"aadds_OldObjectDN","displayName":"OldObjectDN","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesDirectoryServiceAccess"],"extraction":null,"common":false},{"name":"aadds_NewObjectDN","displayName":"NewObjectDN","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesDirectoryServiceAccess"],"extraction":null,"common":false},{"name":"aadds_TreeDelete","displayName":"TreeDelete","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesDirectoryServiceAccess"],"extraction":null,"common":false},{"name":"aadds_TargetUserSid","displayName":"TargetUserSid","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_TargetUserName","displayName":"TargetUserName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_TargetDomainName","displayName":"TargetDomainName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_TargetLogonId","displayName":"TargetLogonId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_LogonType","displayName":"LogonType","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_LogonProcessName","displayName":"LogonProcessName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_AuthenticationPackageName","displayName":"AuthenticationPackageName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_WorkstationName","displayName":"WorkstationName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_LogonGuid","displayName":"LogonGuid","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_TransmittedServices","displayName":"TransmittedServices","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_LmPackageName","displayName":"LmPackageName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_KeyLength","displayName":"KeyLength","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_ImpersonationLevel","displayName":"ImpersonationLevel","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_RestrictedAdminMode","displayName":"RestrictedAdminMode","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_TargetOutboundUserName","displayName":"TargetOutboundUserName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_TargetOutboundDomainName","displayName":"TargetOutboundDomainName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_VirtualAccount","displayName":"VirtualAccount","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_TargetLinkedLogonId","displayName":"TargetLinkedLogonId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_ElevatedToken","displayName":"ElevatedToken","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_FailureReason","displayName":"FailureReason","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_SubStatus","displayName":"SubStatus","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_TargetLogonGuid","displayName":"TargetLogonGuid","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_TargetServerName","displayName":"TargetServerName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_TargetInfo","displayName":"TargetInfo","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_TdoSid","displayName":"TdoSid","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_SidList","displayName":"SidList","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesLogonLogoff"],"extraction":null,"common":false},{"name":"aadds_CrashOnAuditFailValue","displayName":"CrashOnAuditFailValue","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_ObjectServer","displayName":"ObjectServer","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_ObjectType","displayName":"ObjectType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_ObjectName","displayName":"ObjectName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_HandleId","displayName":"HandleId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_OldSd","displayName":"OldSd","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_NewSd","displayName":"NewSd","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_TdoDirection","displayName":"TdoDirection","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_TdoAttributes","displayName":"TdoAttributes","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_TdoType","displayName":"TdoType","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_EnabledPrivilegeList","displayName":"EnabledPrivilegeList","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_DisabledPrivilegeList","displayName":"DisabledPrivilegeList","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_DomainName","displayName":"DomainName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_DomainSid","displayName":"DomainSid","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_SidFilteringEnabled","displayName":"SidFilteringEnabled","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_KerberosPolicyChange","displayName":"KerberosPolicyChange","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_AccessGranted","displayName":"AccessGranted","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_AccessRemoved","displayName":"AccessRemoved","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_CategoryId","displayName":"CategoryId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_SubcategoryId","displayName":"SubcategoryId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_SubcategoryGuid","displayName":"SubcategoryGuid","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_AuditPolicyChanges","displayName":"AuditPolicyChanges","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_DomainPolicyChanged","displayName":"DomainPolicyChanged","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_MinPasswordAge","displayName":"MinPasswordAge","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_MaxPasswordAge","displayName":"MaxPasswordAge","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_ForceLogoff","displayName":"ForceLogoff","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_LockoutThreshold","displayName":"LockoutThreshold","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_LockoutObservationWindow","displayName":"LockoutObservationWindow","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_LockoutDuration","displayName":"LockoutDuration","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_PasswordProperties","displayName":"PasswordProperties","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_MinPasswordLength","displayName":"MinPasswordLength","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_PasswordHistoryLength","displayName":"PasswordHistoryLength","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_MachineAccountQuota","displayName":"MachineAccountQuota","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_MixedDomainMode","displayName":"MixedDomainMode","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_DomainBehaviorVersion","displayName":"DomainBehaviorVersion","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_OemInformation","displayName":"OemInformation","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_CollisionTargetType","displayName":"CollisionTargetType","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_CollisionTargetName","displayName":"CollisionTargetName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_ForestRoot","displayName":"ForestRoot","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_TopLevelName","displayName":"TopLevelName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_DnsName","displayName":"DnsName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_NetbiosName","displayName":"NetbiosName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_Flags","displayName":"Flags","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_ForestRootSid","displayName":"ForestRootSid","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_OperationId","displayName":"OperationId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_EntryType","displayName":"EntryType","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_AuditSourceName","displayName":"AuditSourceName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_EventSourceId","displayName":"EventSourceId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPolicyChange"],"extraction":null,"common":false},{"name":"aadds_ProcessId","displayName":"ProcessId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPrivilegeUse"],"extraction":null,"common":false},{"name":"aadds_ProcessName","displayName":"ProcessName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPrivilegeUse"],"extraction":null,"common":false},{"name":"aadds_TransactionId","displayName":"TransactionId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPrivilegeUse"],"extraction":null,"common":false},{"name":"aadds_NewState","displayName":"NewState","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPrivilegeUse"],"extraction":null,"common":false},{"name":"aadds_ResourceManager","displayName":"ResourceManager","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesPrivilegeUse"],"extraction":null,"common":false},{"name":"aadds_AuditsDiscarded","displayName":"AuditsDiscarded","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AADDomainServicesSystemSecurity"],"extraction":null,"common":false},{"name":"MG","displayName":"MG","type":"Guid","indexed":true,"stored":true,"facet":false,"hidden":true,"display":false,"ownerType":["Alert","Event","Heartbeat","Operation","Perf","Syslog","W3CIISLog"],"extraction":null,"common":false},{"name":"Description","displayName":"Description","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AzureMetrics","W3CIISLog"],"extraction":null,"common":false},{"name":"Computer","displayName":"Computer","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Alert","ComputerGroup","ETWEvent","Event","Heartbeat","Operation","Perf","ReservedCommonFields","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent","Syslog","Usage","W3CIISLog"],"extraction":null,"common":true},{"name":"AlertCode","displayName":"AlertCode","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts"],"extraction":null,"common":false},{"name":"AlertConsolidationStatus","displayName":"AlertConsolidationStatus","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts"],"extraction":null,"common":false},{"name":"AlertOccurrenceDateTime","displayName":"AlertOccurrenceDateTime","type":"DateTime","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts"],"extraction":null,"common":false},{"name":"AlertRaisedOn","displayName":"AlertRaisedOn","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts"],"extraction":null,"common":false},{"name":"AlertSeverity","displayName":"AlertSeverity","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts","Alert"],"extraction":null,"common":false},{"name":"AlertStatus","displayName":"AlertStatus","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts","Alert"],"extraction":null,"common":false},{"name":"AlertTimeToResolveInMinutes","displayName":"AlertTimeToResolveInMinutes","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts"],"extraction":null,"common":false},{"name":"AlertType","displayName":"AlertType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts"],"extraction":null,"common":false},{"name":"AlertUniqueId","displayName":"AlertUniqueId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts","Alert"],"extraction":null,"common":false},{"name":"BackupItemUniqueId","displayName":"BackupItemUniqueId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts","AddonAzureBackupJobs","AddonAzureBackupProtectedInstance","AddonAzureBackupStorage","CoreAzureBackup"],"extraction":null,"common":false},{"name":"BackupManagementServerUniqueId","displayName":"BackupManagementServerUniqueId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts","AddonAzureBackupJobs","AddonAzureBackupPolicy","AddonAzureBackupProtectedInstance","AddonAzureBackupStorage","CoreAzureBackup"],"extraction":null,"common":false},{"name":"BackupManagementType","displayName":"BackupManagementType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts","AddonAzureBackupJobs","AddonAzureBackupPolicy","AddonAzureBackupProtectedInstance","AddonAzureBackupStorage","CoreAzureBackup"],"extraction":null,"common":false},{"name":"CountOfAlertsConsolidated","displayName":"CountOfAlertsConsolidated","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts"],"extraction":null,"common":false},{"name":"ProtectedContainerUniqueId","displayName":"ProtectedContainerUniqueId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts","AddonAzureBackupJobs","AddonAzureBackupProtectedInstance","AddonAzureBackupStorage","CoreAzureBackup"],"extraction":null,"common":false},{"name":"RecommendedAction","displayName":"RecommendedAction","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts"],"extraction":null,"common":false},{"name":"SchemaVersion","displayName":"SchemaVersion","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts","AddonAzureBackupJobs","AddonAzureBackupPolicy","AddonAzureBackupProtectedInstance","AddonAzureBackupStorage","CoreAzureBackup","StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs"],"extraction":null,"common":false},{"name":"State","displayName":"State","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts","AddonAzureBackupJobs","AddonAzureBackupPolicy","AddonAzureBackupProtectedInstance","AddonAzureBackupStorage","CoreAzureBackup","WVDConnections"],"extraction":null,"common":false},{"name":"StorageUniqueId","displayName":"StorageUniqueId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts","AddonAzureBackupStorage"],"extraction":null,"common":false},{"name":"VaultUniqueId","displayName":"VaultUniqueId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupAlerts","AddonAzureBackupJobs","AddonAzureBackupPolicy","AddonAzureBackupProtectedInstance","AddonAzureBackupStorage","CoreAzureBackup"],"extraction":null,"common":false},{"name":"AdHocOrScheduledJob","displayName":"AdHocOrScheduledJob","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupJobs"],"extraction":null,"common":false},{"name":"DataTransferredInMB","displayName":"DataTransferredInMB","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupJobs"],"extraction":null,"common":false},{"name":"JobDurationInSecs","displayName":"JobDurationInSecs","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupJobs"],"extraction":null,"common":false},{"name":"JobFailureCode","displayName":"JobFailureCode","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupJobs"],"extraction":null,"common":false},{"name":"JobOperation","displayName":"JobOperation","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupJobs"],"extraction":null,"common":false},{"name":"JobOperationSubType","displayName":"JobOperationSubType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupJobs"],"extraction":null,"common":false},{"name":"JobStartDateTime","displayName":"JobStartDateTime","type":"DateTime","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupJobs"],"extraction":null,"common":false},{"name":"JobStatus","displayName":"JobStatus","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupJobs"],"extraction":null,"common":false},{"name":"JobUniqueId","displayName":"JobUniqueId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupJobs"],"extraction":null,"common":false},{"name":"RecoveryJobDestination","displayName":"RecoveryJobDestination","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupJobs"],"extraction":null,"common":false},{"name":"RecoveryJobRPDateTime","displayName":"RecoveryJobRPDateTime","type":"DateTime","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupJobs"],"extraction":null,"common":false},{"name":"RecoveryJobRPLocation","displayName":"RecoveryJobRPLocation","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupJobs"],"extraction":null,"common":false},{"name":"RecoveryLocationType","displayName":"RecoveryLocationType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupJobs"],"extraction":null,"common":false},{"name":"BackupDaysOfTheWeek","displayName":"BackupDaysOfTheWeek","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"BackupFrequency","displayName":"BackupFrequency","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"BackupTimes","displayName":"BackupTimes","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"DailyRetentionDuration","displayName":"DailyRetentionDuration","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"DailyRetentionTimes","displayName":"DailyRetentionTimes","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"DiffBackupDaysofTheWeek","displayName":"DiffBackupDaysofTheWeek","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"DiffBackupFormat","displayName":"DiffBackupFormat","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"DiffBackupRetentionDuration","displayName":"DiffBackupRetentionDuration","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"DiffBackupTime","displayName":"DiffBackupTime","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"LogBackupFrequency","displayName":"LogBackupFrequency","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"LogBackupRetentionDuration","displayName":"LogBackupRetentionDuration","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"MonthlyRetentionDaysOfTheMonth","displayName":"MonthlyRetentionDaysOfTheMonth","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"MonthlyRetentionDaysOfTheWeek","displayName":"MonthlyRetentionDaysOfTheWeek","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"MonthlyRetentionDuration","displayName":"MonthlyRetentionDuration","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"MonthlyRetentionFormat","displayName":"MonthlyRetentionFormat","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"MonthlyRetentionTimes","displayName":"MonthlyRetentionTimes","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"MonthlyRetentionWeeksOfTheMonth","displayName":"MonthlyRetentionWeeksOfTheMonth","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"PolicyName","displayName":"PolicyName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"PolicyUniqueId","displayName":"PolicyUniqueId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy","CoreAzureBackup"],"extraction":null,"common":false},{"name":"PolicyTimeZone","displayName":"PolicyTimeZone","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"RetentionDuration","displayName":"RetentionDuration","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"RetentionType","displayName":"RetentionType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"SynchronisationFrequencyPerDay","displayName":"SynchronisationFrequencyPerDay","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"WeeklyRetentionDaysOfTheWeek","displayName":"WeeklyRetentionDaysOfTheWeek","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"WeeklyRetentionDuration","displayName":"WeeklyRetentionDuration","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"WeeklyRetentionTimes","displayName":"WeeklyRetentionTimes","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"YearlyRetentionDaysOfTheMonth","displayName":"YearlyRetentionDaysOfTheMonth","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"YearlyRetentionDaysOfTheWeek","displayName":"YearlyRetentionDaysOfTheWeek","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"YearlyRetentionDuration","displayName":"YearlyRetentionDuration","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"YearlyRetentionFormat","displayName":"YearlyRetentionFormat","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"YearlyRetentionMonthsOfTheYear","displayName":"YearlyRetentionMonthsOfTheYear","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"YearlyRetentionTimes","displayName":"YearlyRetentionTimes","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"YearlyRetentionWeeksOfTheMonth","displayName":"YearlyRetentionWeeksOfTheMonth","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupPolicy"],"extraction":null,"common":false},{"name":"ProtectedInstanceCount","displayName":"ProtectedInstanceCount","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupProtectedInstance"],"extraction":null,"common":false},{"name":"PreferredWorkloadOnVolume","displayName":"PreferredWorkloadOnVolume","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupStorage"],"extraction":null,"common":false},{"name":"StorageAllocatedInMBs","displayName":"StorageAllocatedInMBs","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupStorage"],"extraction":null,"common":false},{"name":"StorageConsumedInMBs","displayName":"StorageConsumedInMBs","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupStorage"],"extraction":null,"common":false},{"name":"StorageName","displayName":"StorageName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupStorage"],"extraction":null,"common":false},{"name":"StorageTotalSizeInGBs","displayName":"StorageTotalSizeInGBs","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupStorage"],"extraction":null,"common":false},{"name":"StorageType","displayName":"StorageType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AddonAzureBackupStorage"],"extraction":null,"common":false},{"name":"VolumeFriendlyName","displayName":"VolumeFriendlyName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AddonAzureBackupStorage"],"extraction":null,"common":false},{"name":"Level","displayName":"Level","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun","ADFPipelineRun","ADFSSISIntegrationRuntimeLogs","ADFSSISPackageEventMessageContext","ADFSSISPackageEventMessages","ADFSSISPackageExecutableStatistics","ADFSSISPackageExecutionComponentPhases","ADFSSISPackageExecutionDataStatistics","ADFTriggerRun","AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","AppPlatformSystemLogs","AppServiceAppLogs","AppServiceConsoleLogs","AuditLogs","AzureActivity","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent","ETWEvent","FunctionAppLogs","ReservedCommonFields","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent","SignalRServiceDiagnosticLogs","SigninLogs"],"extraction":null,"common":true},{"name":"Location","displayName":"Location","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun","ADFPipelineRun","ADFTriggerRun","AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","AuditLogs","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent","FunctionAppLogs","MicrosoftAzureBastionAuditLogs","MicrosoftHealthcareApisAuditLogs","SignalRServiceDiagnosticLogs","SigninLogs","StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs"],"extraction":null,"common":false},{"name":"Tags","displayName":"Tags","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun","ADFPipelineRun","ADFTriggerRun"],"extraction":null,"common":false},{"name":"Status","displayName":"Status","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun","ADFPipelineRun","ADFTriggerRun","AppCenterError","MicrosoftDataShareSentSnapshotLog","SigninLogs"],"extraction":null,"common":false},{"name":"UserProperties","displayName":"UserProperties","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun","ADFPipelineRun","ADFTriggerRun"],"extraction":null,"common":false},{"name":"Annotations","displayName":"Annotations","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun","ADFPipelineRun","ADFTriggerRun"],"extraction":null,"common":false},{"name":"EventMessage","displayName":"EventMessage","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun","ADFPipelineRun","ADFTriggerRun","ETWEvent","MicrosoftDynamicsTelemetryPerformanceLogs","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"Start","displayName":"Start","type":"DateTime","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun","ADFPipelineRun","ADFTriggerRun"],"extraction":null,"common":false},{"name":"ActivityName","displayName":"ActivityName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun"],"extraction":null,"common":false},{"name":"ActivityRunId","displayName":"ActivityRunId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun"],"extraction":null,"common":false},{"name":"PipelineRunId","displayName":"PipelineRunId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun"],"extraction":null,"common":false},{"name":"EffectiveIntegrationRuntime","displayName":"EffectiveIntegrationRuntime","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun"],"extraction":null,"common":false},{"name":"ActivityType","displayName":"ActivityType","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun","WVDCheckpoints","WVDErrors"],"extraction":null,"common":false},{"name":"ActivityIterationCount","displayName":"ActivityIterationCount","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun"],"extraction":null,"common":false},{"name":"LinkedServiceName","displayName":"LinkedServiceName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun"],"extraction":null,"common":false},{"name":"End","displayName":"End","type":"DateTime","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun","ADFPipelineRun"],"extraction":null,"common":false},{"name":"FailureType","displayName":"FailureType","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun","ADFPipelineRun"],"extraction":null,"common":false},{"name":"PipelineName","displayName":"PipelineName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun","ADFPipelineRun"],"extraction":null,"common":false},{"name":"Input","displayName":"Input","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun"],"extraction":null,"common":false},{"name":"Output","displayName":"Output","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun"],"extraction":null,"common":false},{"name":"ErrorCode","displayName":"ErrorCode","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun","FailedIngestion"],"extraction":null,"common":false},{"name":"ErrorMessage","displayName":"ErrorMessage","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun","MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"Error","displayName":"Error","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFActivityRun"],"extraction":null,"common":false},{"name":"RunId","displayName":"RunId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFPipelineRun"],"extraction":null,"common":false},{"name":"Predecessors","displayName":"Predecessors","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFPipelineRun"],"extraction":null,"common":false},{"name":"Parameters","displayName":"Parameters","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFPipelineRun","ADFTriggerRun","MicrosoftDynamicsTelemetryPerformanceLogs","WVDCheckpoints"],"extraction":null,"common":false},{"name":"SystemParameters","displayName":"SystemParameters","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFPipelineRun","ADFTriggerRun"],"extraction":null,"common":false},{"name":"DataFactoryName","displayName":"DataFactoryName","type":"String","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["ADFSSISIntegrationRuntimeLogs","ADFSSISPackageEventMessageContext","ADFSSISPackageEventMessages","ADFSSISPackageExecutableStatistics","ADFSSISPackageExecutionComponentPhases","ADFSSISPackageExecutionDataStatistics"],"extraction":null,"common":false},{"name":"IntegrationRuntimeName","displayName":"IntegrationRuntimeName","type":"String","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["ADFSSISIntegrationRuntimeLogs","ADFSSISPackageEventMessageContext","ADFSSISPackageEventMessages","ADFSSISPackageExecutableStatistics","ADFSSISPackageExecutionComponentPhases","ADFSSISPackageExecutionDataStatistics"],"extraction":null,"common":false},{"name":"Message","displayName":"Message","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":true,"ownerType":["ADFSSISIntegrationRuntimeLogs","ADFSSISPackageEventMessages","AegDeliveryFailureLogs","AegPublishFailureLogs","AppServiceAppLogs","ETWEvent","Event","FunctionAppLogs","MicrosoftAzureBastionAuditLogs","ReservedCommonFields","SignalRServiceDiagnosticLogs","WVDErrors"],"extraction":null,"common":true},{"name":"OperationId","displayName":"OperationId","type":"BigInt","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["ADFSSISPackageEventMessageContext","ADFSSISPackageEventMessages","ApiManagementGatewayLogs","AzureActivity","FailedIngestion","SucceededIngestion"],"extraction":null,"common":false},{"name":"ContextDepth","displayName":"ContextDepth","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":true,"ownerType":["ADFSSISPackageEventMessageContext"],"extraction":null,"common":false},{"name":"PackagePath","displayName":"PackagePath","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":true,"ownerType":["ADFSSISPackageEventMessageContext","ADFSSISPackageEventMessages"],"extraction":null,"common":false},{"name":"ContextType","displayName":"ContextType","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":true,"ownerType":["ADFSSISPackageEventMessageContext"],"extraction":null,"common":false},{"name":"ContextSourceName","displayName":"ContextSourceName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":true,"ownerType":["ADFSSISPackageEventMessageContext"],"extraction":null,"common":false},{"name":"ContextSourceId","displayName":"ContextSourceId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":true,"ownerType":["ADFSSISPackageEventMessageContext"],"extraction":null,"common":false},{"name":"PropertyName","displayName":"PropertyName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":true,"ownerType":["ADFSSISPackageEventMessageContext"],"extraction":null,"common":false},{"name":"PropertyValue","displayName":"PropertyValue","type":"Dynamic","indexed":false,"stored":false,"facet":false,"hidden":false,"display":true,"ownerType":["ADFSSISPackageEventMessageContext"],"extraction":null,"common":false},{"name":"MessageTime","displayName":"MessageTime","type":"DateTime","indexed":false,"stored":false,"facet":false,"hidden":false,"display":true,"ownerType":["ADFSSISPackageEventMessages"],"extraction":null,"common":false},{"name":"MessageType","displayName":"MessageType","type":"Int","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["ADFSSISPackageEventMessages"],"extraction":null,"common":false},{"name":"MessageSourceType","displayName":"MessageSourceType","type":"Int","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["ADFSSISPackageEventMessages"],"extraction":null,"common":false},{"name":"ExtendedInfoId","displayName":"ExtendedInfoId","type":"BigInt","indexed":false,"stored":false,"facet":false,"hidden":false,"display":true,"ownerType":["ADFSSISPackageEventMessages"],"extraction":null,"common":false},{"name":"PackageName","displayName":"PackageName","type":"String","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["ADFSSISPackageEventMessages","ADFSSISPackageExecutionComponentPhases","ADFSSISPackageExecutionDataStatistics"],"extraction":null,"common":false},{"name":"EventName","displayName":"EventName","type":"String","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["ADFSSISPackageEventMessages","MicrosoftDynamicsTelemetryPerformanceLogs","MicrosoftDynamicsTelemetrySystemMetricsLogs"],"extraction":null,"common":false},{"name":"MessageSourceName","displayName":"MessageSourceName","type":"String","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["ADFSSISPackageEventMessages"],"extraction":null,"common":false},{"name":"MessageSourceId","displayName":"MessageSourceId","type":"String","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["ADFSSISPackageEventMessages"],"extraction":null,"common":false},{"name":"SubcomponentName","displayName":"SubcomponentName","type":"String","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["ADFSSISPackageEventMessages","ADFSSISPackageExecutionComponentPhases"],"extraction":null,"common":false},{"name":"ExecutionPath","displayName":"ExecutionPath","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":true,"ownerType":["ADFSSISPackageEventMessages","ADFSSISPackageExecutableStatistics","ADFSSISPackageExecutionComponentPhases","ADFSSISPackageExecutionDataStatistics"],"extraction":null,"common":false},{"name":"ThreadId","displayName":"ThreadId","type":"Int","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["ADFSSISPackageEventMessages"],"extraction":null,"common":false},{"name":"MessageCode","displayName":"MessageCode","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ADFSSISPackageEventMessages"],"extraction":null,"common":false},{"name":"EventMessageGuid","displayName":"EventMessageGuid","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ADFSSISPackageEventMessages"],"extraction":null,"common":false},{"name":"ExecutionId","displayName":"ExecutionId","type":"BigInt","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["ADFSSISPackageExecutableStatistics","ADFSSISPackageExecutionComponentPhases","ADFSSISPackageExecutionDataStatistics"],"extraction":null,"common":false},{"name":"StartTime","displayName":"StartTime","type":"DateTime","indexed":false,"stored":false,"facet":false,"hidden":false,"display":true,"ownerType":["ADFSSISPackageExecutableStatistics","ADFSSISPackageExecutionComponentPhases","MicrosoftDataShareSentSnapshotLog","Usage"],"extraction":null,"common":false},{"name":"EndTime","displayName":"EndTime","type":"DateTime","indexed":false,"stored":false,"facet":false,"hidden":false,"display":true,"ownerType":["ADFSSISPackageExecutableStatistics","ADFSSISPackageExecutionComponentPhases","MicrosoftDataShareSentSnapshotLog","Usage"],"extraction":null,"common":false},{"name":"ExecutionDuration","displayName":"ExecutionDuration","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":true,"ownerType":["ADFSSISPackageExecutableStatistics"],"extraction":null,"common":false},{"name":"ExecutionResult","displayName":"ExecutionResult","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":true,"ownerType":["ADFSSISPackageExecutableStatistics"],"extraction":null,"common":false},{"name":"ExecutionValue","displayName":"ExecutionValue","type":"Dynamic","indexed":false,"stored":false,"facet":false,"hidden":false,"display":true,"ownerType":["ADFSSISPackageExecutableStatistics"],"extraction":null,"common":false},{"name":"TaskName","displayName":"TaskName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":true,"ownerType":["ADFSSISPackageExecutionComponentPhases","ADFSSISPackageExecutionDataStatistics","ETWEvent","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"Phase","displayName":"Phase","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":true,"ownerType":["ADFSSISPackageExecutionComponentPhases"],"extraction":null,"common":false},{"name":"DataflowPathIdString","displayName":"DataflowPathIdString","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":true,"ownerType":["ADFSSISPackageExecutionDataStatistics"],"extraction":null,"common":false},{"name":"DataflowPathName","displayName":"DataflowPathName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":true,"ownerType":["ADFSSISPackageExecutionDataStatistics"],"extraction":null,"common":false},{"name":"SourceComponentName","displayName":"SourceComponentName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":true,"ownerType":["ADFSSISPackageExecutionDataStatistics"],"extraction":null,"common":false},{"name":"DestinationComponentName","displayName":"DestinationComponentName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":true,"ownerType":["ADFSSISPackageExecutionDataStatistics"],"extraction":null,"common":false},{"name":"RowsSet","displayName":"RowsSet","type":"BigInt","indexed":false,"stored":false,"facet":false,"hidden":false,"display":true,"ownerType":["ADFSSISPackageExecutionDataStatistics"],"extraction":null,"common":false},{"name":"CreatedTime","displayName":"CreatedTime","type":"DateTime","indexed":false,"stored":false,"facet":false,"hidden":false,"display":true,"ownerType":["ADFSSISPackageExecutionDataStatistics"],"extraction":null,"common":false},{"name":"TriggerId","displayName":"TriggerId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFTriggerRun","Alert"],"extraction":null,"common":false},{"name":"TriggerName","displayName":"TriggerName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFTriggerRun"],"extraction":null,"common":false},{"name":"TriggerType","displayName":"TriggerType","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFTriggerRun","MicrosoftDataShareSentSnapshotLog"],"extraction":null,"common":false},{"name":"TriggerEvent","displayName":"TriggerEvent","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFTriggerRun"],"extraction":null,"common":false},{"name":"TriggerFailureType","displayName":"TriggerFailureType","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ADFTriggerRun"],"extraction":null,"common":false},{"name":"HelpLink","displayName":"HelpLink","type":"Uri","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["Operation"],"extraction":null,"common":false},{"name":"Time","displayName":"Time","type":"DateTime","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AegDeliveryFailureLogs","AegPublishFailureLogs","MicrosoftAzureBastionAuditLogs","W3CIISLog"],"extraction":null,"common":false},{"name":"SubResourceName","displayName":"SubResourceName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AegDeliveryFailureLogs","AegPublishFailureLogs"],"extraction":null,"common":false},{"name":"EventSubscriptionName","displayName":"EventSubscriptionName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AegDeliveryFailureLogs"],"extraction":null,"common":false},{"name":"AlertName","displayName":"AlertName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"AlertDescription","displayName":"AlertDescription","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"AlertState","displayName":"AlertState","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"PriorityNumber","displayName":"PriorityNumber","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"HostName","displayName":"HostName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Alert","Syslog"],"extraction":null,"common":false},{"name":"StateType","displayName":"StateType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"SourceDisplayName","displayName":"SourceDisplayName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"QueryExecutionStartTime","displayName":"QueryExecutionStartTime","type":"DateTime","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"QueryExecutionEndTime","displayName":"QueryExecutionEndTime","type":"DateTime","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"Query","displayName":"Query","type":"String","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"RemediationJobId","displayName":"RemediationJobId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"RemediationRunbookName","displayName":"RemediationRunbookName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"AlertRuleId","displayName":"AlertRuleId","type":"String","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"AlertRuleInstanceId","displayName":"AlertRuleInstanceId","type":"Guid","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"ThresholdOperator","displayName":"ThresholdOperator","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"ThresholdValue","displayName":"ThresholdValue","type":"Int","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"LinkToSearchResults","displayName":"LinkToSearchResults","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"ServiceDeskConnectionName","displayName":"ServiceDeskConnectionName","type":"String","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"ServiceDeskId","displayName":"ServiceDeskId","type":"String","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"ServiceDeskWorkItemLink","displayName":"ServiceDeskWorkItemLink","type":"Uri","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"ServiceDeskWorkItemType","displayName":"ServiceDeskWorkItemType","type":"String","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"ResourceType","displayName":"ResourceType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Alert","Heartbeat","ReservedCommonFields"],"extraction":null,"common":true},{"name":"ResourceValue","displayName":"ResourceValue","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"RootObjectName","displayName":"RootObjectName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"ObjectDisplayName","displayName":"ObjectDisplayName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"AlertPriority","displayName":"AlertPriority","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"SourceFullName","displayName":"SourceFullName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"AlertId","displayName":"AlertId","type":"Guid","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"RepeatCount","displayName":"RepeatCount","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"ResolvedBy","displayName":"ResolvedBy","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"LastModifiedBy","displayName":"LastModifiedBy","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"TimeRaised","displayName":"TimeRaised","type":"DateTime","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"TimeResolved","displayName":"TimeResolved","type":"DateTime","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"TimeLastModified","displayName":"TimeLastModified","type":"DateTime","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"AlertContext","displayName":"AlertContext","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"TicketId","displayName":"TicketId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"Custom1","displayName":"Custom1","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"Custom2","displayName":"Custom2","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"Custom3","displayName":"Custom3","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"Custom4","displayName":"Custom4","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"Custom5","displayName":"Custom5","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"Custom6","displayName":"Custom6","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"Custom7","displayName":"Custom7","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"Custom8","displayName":"Custom8","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"Custom9","displayName":"Custom9","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"Custom10","displayName":"Custom10","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"ManagementGroupName","displayName":"ManagementGroupName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Alert","Event","Heartbeat","Operation","W3CIISLog"],"extraction":null,"common":false},{"name":"AlertTypeDescription","displayName":"AlertTypeDescription","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"AlertTypeNumber","displayName":"AlertTypeNumber","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"AlertError","displayName":"AlertError","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"StatusDescription","displayName":"StatusDescription","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"Url","displayName":"Url","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert","ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"ValueDescription","displayName":"ValueDescription","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"AlertValue","displayName":"AlertValue","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"Comments","displayName":"Comments","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"TemplateId","displayName":"TemplateId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"FlagsDescription","displayName":"FlagsDescription","type":"String","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"Flags","displayName":"Flags","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"ValueFlagsDescription","displayName":"ValueFlagsDescription","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"ValueFlags","displayName":"ValueFlags","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"Expression","displayName":"Expression","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Alert"],"extraction":null,"common":false},{"name":"Stream","displayName":"Stream","type":"String","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeJobEvent","AppPlatformLogsforSpring","BaiClusterEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"Docker","displayName":"Docker","type":"String","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeJobEvent","BaiClusterEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"Kubernetes","displayName":"Kubernetes","type":"String","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeJobEvent","BaiClusterEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"Tag","displayName":"Tag","type":"String","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeJobEvent","BaiClusterEvent","BaiJobEvent","ContainerRegistryRepositoryEvents"],"extraction":null,"common":false},{"name":"LogEpochTimestamp","displayName":"LogEpochTimestamp","type":"Double","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"OperationVersion","displayName":"OperationVersion","type":"String","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","AuditLogs","AzureMetrics","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent","DatabricksAccounts","DatabricksClusters","DatabricksDBFS","DatabricksInstancePools","DatabricksJobs","DatabricksNotebook","DatabricksSecrets","DatabricksSQLPermissions","DatabricksSSH","DatabricksTables","DatabricksWorkspace","FailedIngestion","ReservedCommonFields","SigninLogs","StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs","SucceededIngestion"],"extraction":null,"common":true},{"name":"ResultSignature","displayName":"ResultSignature","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","AuditLogs","AzureMetrics","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent","ReservedCommonFields","SigninLogs"],"extraction":null,"common":true},{"name":"DurationMs","displayName":"DurationMs","type":"Double","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","AuditLogs","AzureMetrics","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent","ContainerRegistryLoginEvents","ContainerRegistryRepositoryEvents","ReservedCommonFields","SigninLogs","StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs"],"extraction":null,"common":true},{"name":"CallerIpAddress","displayName":"CallerIpAddress","type":"String","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","ApiManagementGatewayLogs","AzureActivity","AzureMetrics","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent","ContainerRegistryLoginEvents","ContainerRegistryRepositoryEvents","SignalRServiceDiagnosticLogs","StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs"],"extraction":null,"common":false},{"name":"Identity","displayName":"Identity","type":"String","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","AuditLogs","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent","ContainerRegistryLoginEvents","ContainerRegistryRepositoryEvents","DatabricksAccounts","DatabricksClusters","DatabricksDBFS","DatabricksInstancePools","DatabricksJobs","DatabricksNotebook","DatabricksSecrets","DatabricksSQLPermissions","DatabricksSSH","DatabricksTables","DatabricksWorkspace","IntuneAuditLogs","SigninLogs"],"extraction":null,"common":false},{"name":"ProvisioningState","displayName":"ProvisioningState","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeJobEvent","BaiClusterEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"ClusterName","displayName":"ClusterName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"ClusterType","displayName":"ClusterType","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"CreatedBy","displayName":"CreatedBy","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"CoreCount","displayName":"CoreCount","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"VmSize","displayName":"VmSize","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","BaiClusterEvent","BaiClusterNodeEvent"],"extraction":null,"common":false},{"name":"VmPriority","displayName":"VmPriority","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","BaiClusterEvent","BaiClusterNodeEvent"],"extraction":null,"common":false},{"name":"ScalingType","displayName":"ScalingType","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"InitialNodeCount","displayName":"InitialNodeCount","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"MinimumNodeCount","displayName":"MinimumNodeCount","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"MaximumNodeCount","displayName":"MaximumNodeCount","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"NodeDeallocationOption","displayName":"NodeDeallocationOption","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"Publisher","displayName":"Publisher","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","BaiClusterEvent","BaiClusterNodeEvent"],"extraction":null,"common":false},{"name":"Offer","displayName":"Offer","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","BaiClusterEvent","BaiClusterNodeEvent"],"extraction":null,"common":false},{"name":"Sku","displayName":"Sku","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","BaiClusterEvent","BaiClusterNodeEvent"],"extraction":null,"common":false},{"name":"Version","displayName":"Version","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","BaiClusterEvent","BaiClusterNodeEvent","Heartbeat"],"extraction":null,"common":false},{"name":"SubnetId","displayName":"SubnetId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"AllocationState","displayName":"AllocationState","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"CurrentNodeCount","displayName":"CurrentNodeCount","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"TargetNodeCount","displayName":"TargetNodeCount","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"EventType","displayName":"EventType","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeJobEvent","BaiClusterEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"NodeIdleTimeSecondsBeforeScaleDown","displayName":"NodeIdleTimeSecondsBeforeScaleDown","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"PreemptedNodeCount","displayName":"PreemptedNodeCount","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"IsResizeGrow","displayName":"IsResizeGrow","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"VmFamilyName","displayName":"VmFamilyName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","BaiClusterEvent","BaiClusterNodeEvent"],"extraction":null,"common":false},{"name":"LeavingNodeCount","displayName":"LeavingNodeCount","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"UnusableNodeCount","displayName":"UnusableNodeCount","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"IdleNodeCount","displayName":"IdleNodeCount","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"RunningNodeCount","displayName":"RunningNodeCount","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"PreparingNodeCount","displayName":"PreparingNodeCount","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"QuotaAllocated","displayName":"QuotaAllocated","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"QuotaUtilized","displayName":"QuotaUtilized","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"AllocationStateTransitionTime","displayName":"AllocationStateTransitionTime","type":"DateTime","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"ClusterErrorCodes","displayName":"ClusterErrorCodes","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","BaiClusterEvent"],"extraction":null,"common":false},{"name":"CreationApiVersion","displayName":"CreationApiVersion","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeJobEvent","BaiClusterEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"InternalOperationName","displayName":"InternalOperationName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"Node","displayName":"Node","type":"String","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"EnvNamespace","displayName":"EnvNamespace","type":"String","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"Pod","displayName":"Pod","type":"String","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"Container","displayName":"Container","type":"String","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"Host","displayName":"Host","type":"String","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","AppServiceAppLogs","AppServiceConsoleLogs","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"env_time","displayName":"env_time","type":"DateTime","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"FluentdIngestTimestamp","displayName":"FluentdIngestTimestamp","type":"Double","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterEvent","AmlComputeClusterNodeEvent","AmlComputeJobEvent","BaiClusterEvent","BaiClusterNodeEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"stream","displayName":"stream","type":"String","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterNodeEvent","BaiClusterNodeEvent"],"extraction":null,"common":false},{"name":"docker","displayName":"docker","type":"String","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterNodeEvent","BaiClusterNodeEvent"],"extraction":null,"common":false},{"name":"kubernetes","displayName":"kubernetes","type":"String","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterNodeEvent","BaiClusterNodeEvent"],"extraction":null,"common":false},{"name":"tag","displayName":"tag","type":"String","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["AmlComputeClusterNodeEvent","BaiClusterNodeEvent"],"extraction":null,"common":false},{"name":"NodeId","displayName":"NodeId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterNodeEvent","AmlComputeJobEvent","BaiClusterNodeEvent","BaiJobEvent","ServiceFabricReliableActorEvent"],"extraction":null,"common":false},{"name":"ClusterCreationTime","displayName":"ClusterCreationTime","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterNodeEvent","BaiClusterNodeEvent"],"extraction":null,"common":false},{"name":"ResizeStartTime","displayName":"ResizeStartTime","type":"DateTime","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterNodeEvent","BaiClusterNodeEvent"],"extraction":null,"common":false},{"name":"ResizeEndTime","displayName":"ResizeEndTime","type":"DateTime","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterNodeEvent","BaiClusterNodeEvent"],"extraction":null,"common":false},{"name":"NodeAllocationTime","displayName":"NodeAllocationTime","type":"DateTime","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterNodeEvent","BaiClusterNodeEvent"],"extraction":null,"common":false},{"name":"NodeBootTime","displayName":"NodeBootTime","type":"DateTime","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterNodeEvent","BaiClusterNodeEvent"],"extraction":null,"common":false},{"name":"StartTaskStartTime","displayName":"StartTaskStartTime","type":"DateTime","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterNodeEvent","BaiClusterNodeEvent"],"extraction":null,"common":false},{"name":"StartTaskEndTime","displayName":"StartTaskEndTime","type":"DateTime","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterNodeEvent","BaiClusterNodeEvent"],"extraction":null,"common":false},{"name":"TotalE2ETimeInSeconds","displayName":"TotalE2ETimeInSeconds","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeClusterNodeEvent","BaiClusterNodeEvent"],"extraction":null,"common":false},{"name":"JobId","displayName":"JobId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeJobEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"ExperimentId","displayName":"ExperimentId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeJobEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"ExperimentName","displayName":"ExperimentName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeJobEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"CustomerSubscriptionId","displayName":"CustomerSubscriptionId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeJobEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"WorkspaceName","displayName":"WorkspaceName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeJobEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"ResourceGroupName","displayName":"ResourceGroupName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeJobEvent","BaiJobEvent","CoreAzureBackup"],"extraction":null,"common":false},{"name":"JobName","displayName":"JobName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeJobEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"ClusterId","displayName":"ClusterId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeJobEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"ExecutionState","displayName":"ExecutionState","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeJobEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"ErrorDetails","displayName":"ErrorDetails","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeJobEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"ClusterResourceGroupName","displayName":"ClusterResourceGroupName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeJobEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"TFWorkerCount","displayName":"TFWorkerCount","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeJobEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"TFParameterServerCount","displayName":"TFParameterServerCount","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeJobEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"ToolType","displayName":"ToolType","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeJobEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"RunInContainer","displayName":"RunInContainer","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeJobEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"JobErrorMessage","displayName":"JobErrorMessage","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AmlComputeJobEvent","BaiJobEvent"],"extraction":null,"common":false},{"name":"Region","displayName":"Region","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs","ContainerRegistryLoginEvents","ContainerRegistryRepositoryEvents"],"extraction":null,"common":false},{"name":"IsRequestSuccess","displayName":"IsRequestSuccess","type":"Bool","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"TotalTime","displayName":"TotalTime","type":"BigInt","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"Method","displayName":"Method","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs","AppServiceAppLogs"],"extraction":null,"common":false},{"name":"ClientProtocol","displayName":"ClientProtocol","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"ResponseCode","displayName":"ResponseCode","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"BackendMethod","displayName":"BackendMethod","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"BackendUrl","displayName":"BackendUrl","type":"Uri","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"BackendResponseCode","displayName":"BackendResponseCode","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"BackendProtocol","displayName":"BackendProtocol","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"RequestSize","displayName":"RequestSize","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"ResponseSize","displayName":"ResponseSize","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"Cache","displayName":"Cache","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"CacheTime","displayName":"CacheTime","type":"BigInt","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"BackendTime","displayName":"BackendTime","type":"BigInt","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"ClientTime","displayName":"ClientTime","type":"BigInt","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"ApiId","displayName":"ApiId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"ProductId","displayName":"ProductId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"UserId","displayName":"UserId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs","IntuneDeviceComplianceOrg","SignalRServiceDiagnosticLogs","SigninLogs"],"extraction":null,"common":false},{"name":"ApimSubscriptionId","displayName":"ApimSubscriptionId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"BackendId","displayName":"BackendId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"LastErrorElapsed","displayName":"LastErrorElapsed","type":"BigInt","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"LastErrorSource","displayName":"LastErrorSource","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"LastErrorScope","displayName":"LastErrorScope","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"LastErrorSection","displayName":"LastErrorSection","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"LastErrorReason","displayName":"LastErrorReason","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"LastErrorMessage","displayName":"LastErrorMessage","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"ApiRevision","displayName":"ApiRevision","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"ClientTlsVersion","displayName":"ClientTlsVersion","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"RequestHeaders","displayName":"RequestHeaders","type":"Dynamic","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"ResponseHeaders","displayName":"ResponseHeaders","type":"Dynamic","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"BackendRequestHeaders","displayName":"BackendRequestHeaders","type":"Dynamic","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"BackendResponseHeaders","displayName":"BackendResponseHeaders","type":"Dynamic","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"Errors","displayName":"Errors","type":"Dynamic","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ApiManagementGatewayLogs"],"extraction":null,"common":false},{"name":"SchemaType","displayName":"SchemaType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError"],"extraction":null,"common":false},{"name":"ErrorId","displayName":"ErrorId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError","Operation"],"extraction":null,"common":false},{"name":"ErrorGroupId","displayName":"ErrorGroupId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError"],"extraction":null,"common":false},{"name":"UserString","displayName":"UserString","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError"],"extraction":null,"common":false},{"name":"Oem","displayName":"Oem","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError"],"extraction":null,"common":false},{"name":"Model","displayName":"Model","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError"],"extraction":null,"common":false},{"name":"OsVersion","displayName":"OsVersion","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError"],"extraction":null,"common":false},{"name":"JailBreak","displayName":"JailBreak","type":"Bool","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError"],"extraction":null,"common":false},{"name":"ErrorType","displayName":"ErrorType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError"],"extraction":null,"common":false},{"name":"ErrorClass","displayName":"ErrorClass","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError"],"extraction":null,"common":false},{"name":"ErrorMethod","displayName":"ErrorMethod","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError"],"extraction":null,"common":false},{"name":"ErrorFile","displayName":"ErrorFile","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError"],"extraction":null,"common":false},{"name":"ErrorLine","displayName":"ErrorLine","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError"],"extraction":null,"common":false},{"name":"ErrorReason","displayName":"ErrorReason","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError"],"extraction":null,"common":false},{"name":"ExceptionType","displayName":"ExceptionType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError","FunctionAppLogs"],"extraction":null,"common":false},{"name":"Annotation","displayName":"Annotation","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError"],"extraction":null,"common":false},{"name":"CreatedAt","displayName":"CreatedAt","type":"DateTime","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError"],"extraction":null,"common":false},{"name":"SymbolicatedAt","displayName":"SymbolicatedAt","type":"DateTime","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError"],"extraction":null,"common":false},{"name":"LastErrorAt","displayName":"LastErrorAt","type":"DateTime","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AppCenterError"],"extraction":null,"common":false},{"name":"ApplicationName","displayName":"ApplicationName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"DeviceType","displayName":"DeviceType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"SessionId","displayName":"SessionId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["DatabricksAccounts","DatabricksClusters","DatabricksDBFS","DatabricksInstancePools","DatabricksJobs","DatabricksNotebook","DatabricksSecrets","DatabricksSQLPermissions","DatabricksSSH","DatabricksTables","DatabricksWorkspace"],"extraction":null,"common":false},{"name":"Role","displayName":"Role","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["ETWEvent","Event","MicrosoftDynamicsTelemetryPerformanceLogs","MicrosoftDynamicsTelemetrySystemMetricsLogs","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent","W3CIISLog"],"extraction":null,"common":false},{"name":"RoleInstance","displayName":"RoleInstance","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs","MicrosoftDynamicsTelemetrySystemMetricsLogs","W3CIISLog"],"extraction":null,"common":false},{"name":"DeviceName","displayName":"DeviceName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"csUserAgent","displayName":"csUserAgent","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"ApplicationTypeVersion","displayName":"ApplicationTypeVersion","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["ServiceFabricOperationalEvent"],"extraction":null,"common":false},{"name":"ExceptionMessage","displayName":"ExceptionMessage","type":"String","indexed":false,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["FunctionAppLogs"],"extraction":null,"common":false},{"name":"sPort","displayName":"sPort","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"ServiceName","displayName":"ServiceName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppPlatformLogsforSpring","AppPlatformSystemLogs","DatabricksAccounts","DatabricksClusters","DatabricksDBFS","DatabricksInstancePools","DatabricksJobs","DatabricksNotebook","DatabricksSecrets","DatabricksSQLPermissions","DatabricksSSH","DatabricksTables","DatabricksWorkspace","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"AppName","displayName":"AppName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppPlatformLogsforSpring"],"extraction":null,"common":false},{"name":"InstanceName","displayName":"InstanceName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppPlatformLogsforSpring","Perf"],"extraction":null,"common":false},{"name":"Log","displayName":"Log","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppPlatformLogsforSpring","AppPlatformSystemLogs"],"extraction":null,"common":false},{"name":"Thread","displayName":"Thread","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppPlatformSystemLogs"],"extraction":null,"common":false},{"name":"Logger","displayName":"Logger","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppPlatformSystemLogs","AppServiceAppLogs"],"extraction":null,"common":false},{"name":"Stack","displayName":"Stack","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppPlatformSystemLogs"],"extraction":null,"common":false},{"name":"LogType","displayName":"LogType","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppPlatformSystemLogs"],"extraction":null,"common":false},{"name":"CustomLevel","displayName":"CustomLevel","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceAppLogs"],"extraction":null,"common":false},{"name":"Source","displayName":"Source","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceAppLogs","Event","WVDCheckpoints","WVDErrors"],"extraction":null,"common":false},{"name":"WebSiteInstanceId","displayName":"WebSiteInstanceId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceAppLogs"],"extraction":null,"common":false},{"name":"ExceptionClass","displayName":"ExceptionClass","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceAppLogs"],"extraction":null,"common":false},{"name":"Stacktrace","displayName":"Stacktrace","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceAppLogs"],"extraction":null,"common":false},{"name":"User","displayName":"User","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceAuditLogs"],"extraction":null,"common":false},{"name":"UserDisplayName","displayName":"UserDisplayName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceAuditLogs","SigninLogs"],"extraction":null,"common":false},{"name":"UserAddress","displayName":"UserAddress","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceAuditLogs"],"extraction":null,"common":false},{"name":"Protocol","displayName":"Protocol","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceAuditLogs","MicrosoftAzureBastionAuditLogs","StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs"],"extraction":null,"common":false},{"name":"Path","displayName":"Path","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceFileAuditLogs"],"extraction":null,"common":false},{"name":"Process","displayName":"Process","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceFileAuditLogs"],"extraction":null,"common":false},{"name":"CsMethod","displayName":"CsMethod","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceHTTPLogs"],"extraction":null,"common":false},{"name":"CsUriStem","displayName":"CsUriStem","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceHTTPLogs"],"extraction":null,"common":false},{"name":"SPort","displayName":"SPort","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceHTTPLogs"],"extraction":null,"common":false},{"name":"CIp","displayName":"CIp","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceHTTPLogs"],"extraction":null,"common":false},{"name":"UserAgent","displayName":"UserAgent","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceHTTPLogs","AzureDevOpsAuditing","ContainerRegistryLoginEvents","ContainerRegistryRepositoryEvents","DatabricksAccounts","DatabricksClusters","DatabricksDBFS","DatabricksInstancePools","DatabricksJobs","DatabricksNotebook","DatabricksSecrets","DatabricksSQLPermissions","DatabricksSSH","DatabricksTables","DatabricksWorkspace","MicrosoftAzureBastionAuditLogs"],"extraction":null,"common":false},{"name":"CsHost","displayName":"CsHost","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceHTTPLogs"],"extraction":null,"common":false},{"name":"ScStatus","displayName":"ScStatus","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceHTTPLogs"],"extraction":null,"common":false},{"name":"ScSubStatus","displayName":"ScSubStatus","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceHTTPLogs"],"extraction":null,"common":false},{"name":"ScWin32Status","displayName":"ScWin32Status","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceHTTPLogs"],"extraction":null,"common":false},{"name":"ScBytes","displayName":"ScBytes","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceHTTPLogs"],"extraction":null,"common":false},{"name":"CsBytes","displayName":"CsBytes","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceHTTPLogs"],"extraction":null,"common":false},{"name":"TimeTaken","displayName":"TimeTaken","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceHTTPLogs","W3CIISLog"],"extraction":null,"common":false},{"name":"Result","displayName":"Result","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AppServiceHTTPLogs","AuditLogs","IntuneDeviceComplianceOrg","IntuneOperationalLogs"],"extraction":null,"common":false},{"name":"Resource","displayName":"Resource","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AuditLogs","AzureActivity","AzureMetrics","Heartbeat","ReservedCommonFields","SigninLogs"],"extraction":null,"common":true},{"name":"ResourceGroup","displayName":"ResourceGroup","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AuditLogs","AzureActivity","AzureMetrics","Heartbeat","ReservedCommonFields","SigninLogs"],"extraction":null,"common":true},{"name":"ResourceProvider","displayName":"ResourceProvider","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AuditLogs","AzureActivity","AzureMetrics","Heartbeat","ReservedCommonFields","SigninLogs"],"extraction":null,"common":true},{"name":"AdditionalDetails","displayName":"AdditionalDetails","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AuditLogs"],"extraction":null,"common":false},{"name":"Id","displayName":"Id","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AuditLogs","AzureDevOpsAuditing","SigninLogs"],"extraction":null,"common":false},{"name":"InitiatedBy","displayName":"InitiatedBy","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AuditLogs"],"extraction":null,"common":false},{"name":"LoggedByService","displayName":"LoggedByService","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AuditLogs"],"extraction":null,"common":false},{"name":"ResultReason","displayName":"ResultReason","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AuditLogs"],"extraction":null,"common":false},{"name":"TargetResources","displayName":"TargetResources","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AuditLogs"],"extraction":null,"common":false},{"name":"AADTenantId","displayName":"AADTenantId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AuditLogs","IntuneDeviceComplianceOrg","SigninLogs"],"extraction":null,"common":false},{"name":"ActivityDisplayName","displayName":"ActivityDisplayName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AuditLogs"],"extraction":null,"common":false},{"name":"ActivityDateTime","displayName":"ActivityDateTime","type":"DateTime","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AuditLogs"],"extraction":null,"common":false},{"name":"AADOperationType","displayName":"AADOperationType","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AuditLogs"],"extraction":null,"common":false},{"name":"SubscriptionId","displayName":"SubscriptionId","type":"Guid","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AzureActivity","AzureMetrics","CoreAzureBackup","Heartbeat","ReservedCommonFields"],"extraction":null,"common":true},{"name":"RemoteIPCountry","displayName":"RemoteIPCountry","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AzureMetrics","Heartbeat","W3CIISLog"],"extraction":null,"common":false},{"name":"RemoteIPLatitude","displayName":"RemoteIPLatitude","type":"Float","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AzureMetrics","Heartbeat","W3CIISLog"],"extraction":null,"common":false},{"name":"RemoteIPLongitude","displayName":"RemoteIPLongitude","type":"Float","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AzureMetrics","Heartbeat","W3CIISLog"],"extraction":null,"common":false},{"name":"MaliciousIP","displayName":"MaliciousIP","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AzureMetrics","W3CIISLog"],"extraction":null,"common":false},{"name":"IndicatorThreatType","displayName":"IndicatorThreatType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AzureMetrics","W3CIISLog"],"extraction":null,"common":false},{"name":"TLPLevel","displayName":"TLPLevel","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AzureMetrics","W3CIISLog"],"extraction":null,"common":false},{"name":"Confidence","displayName":"Confidence","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AzureMetrics","W3CIISLog"],"extraction":null,"common":false},{"name":"Severity","displayName":"Severity","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AzureMetrics","ReservedCommonFields","W3CIISLog"],"extraction":null,"common":true},{"name":"FirstReportedDateTime","displayName":"FirstReportedDateTime","type":"String","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AzureMetrics","W3CIISLog"],"extraction":null,"common":false},{"name":"LastReportedDateTime","displayName":"LastReportedDateTime","type":"String","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AzureMetrics","W3CIISLog"],"extraction":null,"common":false},{"name":"IsActive","displayName":"IsActive","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AzureMetrics","W3CIISLog"],"extraction":null,"common":false},{"name":"ReportReferenceLink","displayName":"ReportReferenceLink","type":"String","indexed":true,"stored":true,"facet":false,"hidden":true,"display":false,"ownerType":["AzureMetrics","W3CIISLog"],"extraction":null,"common":false},{"name":"AdditionalInformation","displayName":"AdditionalInformation","type":"String","indexed":true,"stored":true,"facet":false,"hidden":true,"display":false,"ownerType":["AzureMetrics","W3CIISLog"],"extraction":null,"common":false},{"name":"TargetResourceId","displayName":"TargetResourceId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AutoscaleEvaluationsLog","AutoscaleScaleActionsLog","MicrosoftAzureBastionAuditLogs"],"extraction":null,"common":false},{"name":"AvailabilitySet","displayName":"AvailabilitySet","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"CloudServiceName","displayName":"CloudServiceName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"CoolDown","displayName":"CoolDown","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"CurrentInstanceCount","displayName":"CurrentInstanceCount","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog","AutoscaleScaleActionsLog"],"extraction":null,"common":false},{"name":"MetricData","displayName":"MetricData","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"DefaultInstanceCount","displayName":"DefaultInstanceCount","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"DeploymentSlot","displayName":"DeploymentSlot","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"MetricEndTime","displayName":"MetricEndTime","type":"DateTime","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"EstimateScaleResult","displayName":"EstimateScaleResult","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"EvaluationResult","displayName":"EvaluationResult","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"EvaluationTime","displayName":"EvaluationTime","type":"DateTime","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"LastScaleActionOperationId","displayName":"LastScaleActionOperationId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"LastScaleActionOperationStatus","displayName":"LastScaleActionOperationStatus","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"LastScaleActionTime","displayName":"LastScaleActionTime","type":"DateTime","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"MaximumInstanceCount","displayName":"MaximumInstanceCount","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"AutoscaleMetricName","displayName":"AutoscaleMetricName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"MetricNamespace","displayName":"MetricNamespace","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"MinimumInstanceCount","displayName":"MinimumInstanceCount","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"NewInstanceCount","displayName":"NewInstanceCount","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog","AutoscaleScaleActionsLog"],"extraction":null,"common":false},{"name":"ObservedValue","displayName":"ObservedValue","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"Operator","displayName":"Operator","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"Profile","displayName":"Profile","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"ProfileEvaluationTime","displayName":"ProfileEvaluationTime","type":"DateTime","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"ProfileSelected","displayName":"ProfileSelected","type":"Bool","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"Projection","displayName":"Projection","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"InstanceUpdateReason","displayName":"InstanceUpdateReason","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"CloudServiceRole","displayName":"CloudServiceRole","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"SelectedAutoscaleProfile","displayName":"SelectedAutoscaleProfile","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"ServerFarm","displayName":"ServerFarm","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"ShouldUpdateInstance","displayName":"ShouldUpdateInstance","type":"Bool","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"SkipCurrentAutoscaleEvaluation","displayName":"SkipCurrentAutoscaleEvaluation","type":"Bool","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"SkipRuleEvaluationForCooldown","displayName":"SkipRuleEvaluationForCooldown","type":"Bool","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"MetricStartTime","displayName":"MetricStartTime","type":"DateTime","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"Threshold","displayName":"Threshold","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"TimeAggregationType","displayName":"TimeAggregationType","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"MetricTimeGrain","displayName":"MetricTimeGrain","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"TimeGrainStatistic","displayName":"TimeGrainStatistic","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"TimeWindow","displayName":"TimeWindow","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"Webspace","displayName":"Webspace","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AutoscaleEvaluationsLog"],"extraction":null,"common":false},{"name":"CreatedAsyncScaleActionJob","displayName":"CreatedAsyncScaleActionJob","type":"Bool","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleScaleActionsLog"],"extraction":null,"common":false},{"name":"CreatedAsyncScaleActionJobId","displayName":"CreatedAsyncScaleActionJobId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleScaleActionsLog"],"extraction":null,"common":false},{"name":"ScaleActionMessage","displayName":"ScaleActionMessage","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleScaleActionsLog"],"extraction":null,"common":false},{"name":"ScaleActionOperationId","displayName":"ScaleActionOperationId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["AutoscaleScaleActionsLog"],"extraction":null,"common":false},{"name":"ScaleActionOperationStatus","displayName":"ScaleActionOperationStatus","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AutoscaleScaleActionsLog"],"extraction":null,"common":false},{"name":"ScaleDirection","displayName":"ScaleDirection","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AutoscaleScaleActionsLog"],"extraction":null,"common":false},{"name":"CategoryValue","displayName":"CategoryValue","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AzureActivity"],"extraction":null,"common":false},{"name":"Authorization","displayName":"Authorization","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AzureActivity"],"extraction":null,"common":false},{"name":"Authorization_d","displayName":"Authorization_d","type":"Dynamic","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AzureActivity"],"extraction":null,"common":false},{"name":"Claims","displayName":"Claims","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AzureActivity"],"extraction":null,"common":false},{"name":"Claims_d","displayName":"Claims_d","type":"Dynamic","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AzureActivity"],"extraction":null,"common":false},{"name":"OperationNameValue","displayName":"OperationNameValue","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AzureActivity"],"extraction":null,"common":false},{"name":"Properties","displayName":"Properties","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AzureActivity","IntuneAuditLogs","IntuneOperationalLogs","MicrosoftHealthcareApisAuditLogs"],"extraction":null,"common":false},{"name":"Properties_d","displayName":"Properties_d","type":"Dynamic","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AzureActivity"],"extraction":null,"common":false},{"name":"Caller","displayName":"Caller","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AzureActivity"],"extraction":null,"common":false},{"name":"EventDataId","displayName":"EventDataId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AzureActivity"],"extraction":null,"common":false},{"name":"EventSubmissionTimestamp","displayName":"EventSubmissionTimestamp","type":"DateTime","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AzureActivity"],"extraction":null,"common":false},{"name":"HTTPRequest","displayName":"HTTPRequest","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AzureActivity"],"extraction":null,"common":false},{"name":"ResourceProviderValue","displayName":"ResourceProviderValue","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AzureActivity"],"extraction":null,"common":false},{"name":"ActivityStatusValue","displayName":"ActivityStatusValue","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AzureActivity"],"extraction":null,"common":false},{"name":"ActivitySubstatusValue","displayName":"ActivitySubstatusValue","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["AzureActivity"],"extraction":null,"common":false},{"name":"ActivityStatus","displayName":"ActivityStatus","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AzureActivity"],"extraction":null,"common":false},{"name":"ActivitySubstatus","displayName":"ActivitySubstatus","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["AzureActivity"],"extraction":null,"common":false},{"name":"ActivityId","displayName":"ActivityId","type":"Guid","indexed":false,"stored":false,"facet":false,"hidden":false,"display":true,"ownerType":["AzureDevOpsAuditing","FunctionAppLogs","MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"ActorCUID","displayName":"ActorCUID","type":"Guid","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["AzureDevOpsAuditing"],"extraction":null,"common":false},{"name":"ActorUserId","displayName":"ActorUserId","type":"Guid","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["AzureDevOpsAuditing"],"extraction":null,"common":false},{"name":"ActorUPN","displayName":"ActorUPN","type":"String","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["AzureDevOpsAuditing"],"extraction":null,"common":false},{"name":"AuthenticationMechanism","displayName":"AuthenticationMechanism","type":"String","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["AzureDevOpsAuditing"],"extraction":null,"common":false},{"name":"ScopeType","displayName":"ScopeType","type":"String","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["AzureDevOpsAuditing"],"extraction":null,"common":false},{"name":"ScopeDisplayName","displayName":"ScopeDisplayName","type":"String","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["AzureDevOpsAuditing"],"extraction":null,"common":false},{"name":"ScopeId","displayName":"ScopeId","type":"Guid","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["AzureDevOpsAuditing"],"extraction":null,"common":false},{"name":"ProjectId","displayName":"ProjectId","type":"Guid","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["AzureDevOpsAuditing"],"extraction":null,"common":false},{"name":"ProjectName","displayName":"ProjectName","type":"String","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["AzureDevOpsAuditing"],"extraction":null,"common":false},{"name":"IpAddress","displayName":"IpAddress","type":"String","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["AzureDevOpsAuditing"],"extraction":null,"common":false},{"name":"Data","displayName":"Data","type":"Dynamic","indexed":false,"stored":false,"facet":false,"hidden":false,"display":true,"ownerType":["AzureDevOpsAuditing"],"extraction":null,"common":false},{"name":"Details","displayName":"Details","type":"String","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["AzureDevOpsAuditing","FailedIngestion"],"extraction":null,"common":false},{"name":"Area","displayName":"Area","type":"String","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["AzureDevOpsAuditing"],"extraction":null,"common":false},{"name":"CategoryDisplayName","displayName":"CategoryDisplayName","type":"String","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["AzureDevOpsAuditing"],"extraction":null,"common":false},{"name":"ActorDisplayName","displayName":"ActorDisplayName","type":"String","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["AzureDevOpsAuditing"],"extraction":null,"common":false},{"name":"MetricName","displayName":"MetricName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AzureMetrics"],"extraction":null,"common":false},{"name":"Total","displayName":"Total","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AzureMetrics"],"extraction":null,"common":false},{"name":"Count","displayName":"Count","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AzureMetrics"],"extraction":null,"common":false},{"name":"Maximum","displayName":"Maximum","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AzureMetrics"],"extraction":null,"common":false},{"name":"Minimum","displayName":"Minimum","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AzureMetrics"],"extraction":null,"common":false},{"name":"AverageValue","displayName":"Average","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["AzureMetrics"],"extraction":null,"common":false},{"name":"TimeGrain","displayName":"TimeGrain","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AzureMetrics"],"extraction":null,"common":false},{"name":"UnitName","displayName":"UnitName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["AzureMetrics"],"extraction":null,"common":false},{"name":"SourceIP","displayName":"SourceIP","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ReservedCommonFields"],"extraction":null,"common":true},{"name":"ProcessName","displayName":"ProcessName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Syslog"],"extraction":null,"common":false},{"name":"ProcessID","displayName":"ProcessID","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Syslog"],"extraction":null,"common":false},{"name":"Group","displayName":"Group","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ComputerGroup"],"extraction":null,"common":false},{"name":"GroupId","displayName":"GroupId","type":"String","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ComputerGroup"],"extraction":null,"common":false},{"name":"GroupSourceName","displayName":"GroupSourceName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ComputerGroup"],"extraction":null,"common":false},{"name":"GroupSource","displayName":"GroupSource","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ComputerGroup"],"extraction":null,"common":false},{"name":"GroupFullName","displayName":"GroupFullName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ComputerGroup"],"extraction":null,"common":false},{"name":"SourceComputerId","displayName":"SourceComputerId","type":"Guid","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Heartbeat","Operation"],"extraction":null,"common":false},{"name":"Name","displayName":"Name","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["WVDCheckpoints"],"extraction":null,"common":false},{"name":"Size","displayName":"Size","type":"BigInt","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["ContainerRegistryRepositoryEvents"],"extraction":null,"common":false},{"name":"VMUUID","displayName":"VMUUID","type":"Guid","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Heartbeat"],"extraction":null,"common":false},{"name":"Repository","displayName":"Repository","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ContainerRegistryRepositoryEvents"],"extraction":null,"common":false},{"name":"LoginServer","displayName":"LoginServer","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ContainerRegistryLoginEvents","ContainerRegistryRepositoryEvents"],"extraction":null,"common":false},{"name":"JwtId","displayName":"JwtId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ContainerRegistryLoginEvents"],"extraction":null,"common":false},{"name":"Digest","displayName":"Digest","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ContainerRegistryRepositoryEvents"],"extraction":null,"common":false},{"name":"MediaType","displayName":"MediaType","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ContainerRegistryRepositoryEvents"],"extraction":null,"common":false},{"name":"ArtifactType","displayName":"ArtifactType","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ContainerRegistryRepositoryEvents"],"extraction":null,"common":false},{"name":"UserTenantId","displayName":"UserTenantId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["ContainerRegistryRepositoryEvents"],"extraction":null,"common":false},{"name":"AgentVersion","displayName":"AgentVersion","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"AzureBackupAgentVersion","displayName":"AzureBackupAgentVersion","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"AzureDataCenter","displayName":"AzureDataCenter","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"BackupItemAppVersion","displayName":"BackupItemAppVersion","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"BackupItemFriendlyName","displayName":"BackupItemFriendlyName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"BackupItemName","displayName":"BackupItemName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"BackupItemProtectionState","displayName":"BackupItemProtectionState","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"BackupItemFrontEndSize","displayName":"BackupItemFrontEndSize","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"BackupItemType","displayName":"BackupItemType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"BackupManagementServerType","displayName":"BackupManagementServerType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"BackupManagementServerName","displayName":"BackupManagementServerName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"BackupManagementServerOSVersion","displayName":"BackupManagementServerOSVersion","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"BackupManagementServerVersion","displayName":"BackupManagementServerVersion","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"LatestRecoveryPointLocation","displayName":"LatestRecoveryPointLocation","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"LatestRecoveryPointTime","displayName":"LatestRecoveryPointTime","type":"DateTime","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"OldestRecoveryPointLocation","displayName":"OldestRecoveryPointLocation","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"OldestRecoveryPointTime","displayName":"OldestRecoveryPointTime","type":"DateTime","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"ProtectedContainerFriendlyName","displayName":"ProtectedContainerFriendlyName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"ProtectedContainerLocation","displayName":"ProtectedContainerLocation","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"ProtectedContainerName","displayName":"ProtectedContainerName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"ProtectedContainerOSType","displayName":"ProtectedContainerOSType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"ProtectedContainerOSVersion","displayName":"ProtectedContainerOSVersion","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"ProtectedContainerProtectionState","displayName":"ProtectedContainerProtectionState","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"ProtectedContainerType","displayName":"ProtectedContainerType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"ProtectedContainerWorkloadType","displayName":"ProtectedContainerWorkloadType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"ProtectionGroupName","displayName":"ProtectionGroupName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"SecondaryBackupProtectionState","displayName":"SecondaryBackupProtectionState","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"StorageReplicationType","displayName":"StorageReplicationType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"VaultName","displayName":"VaultName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"VaultTags","displayName":"VaultTags","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["CoreAzureBackup"],"extraction":null,"common":false},{"name":"SourceIPAddress","displayName":"SourceIPAddress","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["DatabricksAccounts","DatabricksClusters","DatabricksDBFS","DatabricksInstancePools","DatabricksJobs","DatabricksNotebook","DatabricksSecrets","DatabricksSQLPermissions","DatabricksSSH","DatabricksTables","DatabricksWorkspace"],"extraction":null,"common":false},{"name":"LogId","displayName":"LogId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["DatabricksAccounts","DatabricksClusters","DatabricksDBFS","DatabricksInstancePools","DatabricksJobs","DatabricksNotebook","DatabricksSecrets","DatabricksSQLPermissions","DatabricksSSH","DatabricksTables","DatabricksWorkspace"],"extraction":null,"common":false},{"name":"ActionName","displayName":"ActionName","type":"String","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["DatabricksAccounts","DatabricksClusters","DatabricksDBFS","DatabricksInstancePools","DatabricksJobs","DatabricksNotebook","DatabricksSecrets","DatabricksSQLPermissions","DatabricksSSH","DatabricksTables","DatabricksWorkspace"],"extraction":null,"common":false},{"name":"RequestId","displayName":"RequestId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["DatabricksAccounts","DatabricksClusters","DatabricksDBFS","DatabricksInstancePools","DatabricksJobs","DatabricksNotebook","DatabricksSecrets","DatabricksSQLPermissions","DatabricksSSH","DatabricksTables","DatabricksWorkspace"],"extraction":null,"common":false},{"name":"Response","displayName":"Response","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["DatabricksAccounts","DatabricksClusters","DatabricksDBFS","DatabricksInstancePools","DatabricksJobs","DatabricksNotebook","DatabricksSecrets","DatabricksSQLPermissions","DatabricksSSH","DatabricksTables","DatabricksWorkspace"],"extraction":null,"common":false},{"name":"RequestParams","displayName":"RequestParams","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["DatabricksAccounts","DatabricksClusters","DatabricksDBFS","DatabricksInstancePools","DatabricksJobs","DatabricksNotebook","DatabricksSecrets","DatabricksSQLPermissions","DatabricksSSH","DatabricksTables","DatabricksWorkspace"],"extraction":null,"common":false},{"name":"EventId","displayName":"EventId","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ETWEvent","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"SerialNumber","displayName":"SerialNumber","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"OSVersion","displayName":"OSVersion","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"QueryType","displayName":"QueryType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"PartitionKey","displayName":"PartitionKey","type":"String","indexed":false,"stored":true,"facet":false,"hidden":true,"display":false,"ownerType":["ETWEvent","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"ProviderGuid","displayName":"ProviderGuid","type":"Guid","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ETWEvent","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"EventSourceName","displayName":"EventSourceName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["ETWEvent","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"Pid","displayName":"Pid","type":"Int","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ETWEvent","MicrosoftDynamicsTelemetryPerformanceLogs","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"Tid","displayName":"Tid","type":"Int","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ETWEvent","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"OpcodeName","displayName":"OpcodeName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ETWEvent","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"KeywordName","displayName":"KeywordName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ETWEvent","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"ChannelName","displayName":"ChannelName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["ETWEvent","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"RowKey","displayName":"RowKey","type":"String","indexed":false,"stored":true,"facet":false,"hidden":true,"display":false,"ownerType":["ETWEvent","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"AzureDeploymentID","displayName":"AzureDeploymentID","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["ETWEvent","Event","ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent","W3CIISLog"],"extraction":null,"common":false},{"name":"EventLog","displayName":"EventLog","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Event"],"extraction":null,"common":false},{"name":"EventCategory","displayName":"EventCategory","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Event"],"extraction":null,"common":false},{"name":"EventLevel","displayName":"EventLevel","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Event"],"extraction":null,"common":false},{"name":"EventLevelName","displayName":"EventLevelName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Event"],"extraction":null,"common":false},{"name":"UserName","displayName":"UserName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Event","IntuneDeviceComplianceOrg","MicrosoftAzureBastionAuditLogs","WVDCheckpoints","WVDConnections","WVDErrors","WVDFeeds","WVDManagement"],"extraction":null,"common":false},{"name":"ParameterXml","displayName":"ParameterXml","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Event"],"extraction":null,"common":false},{"name":"EventData","displayName":"EventData","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Event"],"extraction":null,"common":false},{"name":"EventID","displayName":"EventID","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Event"],"extraction":null,"common":false},{"name":"RenderedDescription","displayName":"RenderedDescription","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Event"],"extraction":null,"common":false},{"name":"Database","displayName":"Database","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["FailedIngestion","SucceededIngestion"],"extraction":null,"common":false},{"name":"Table","displayName":"Table","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["FailedIngestion","SucceededIngestion"],"extraction":null,"common":false},{"name":"IngestionSourcePath","displayName":"IngestionSourcePath","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["FailedIngestion","SucceededIngestion"],"extraction":null,"common":false},{"name":"FailureStatus","displayName":"FailureStatus","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["FailedIngestion"],"extraction":null,"common":false},{"name":"OriginatesFromUpdatePolicy","displayName":"OriginatesFromUpdatePolicy","type":"Bool","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["FailedIngestion"],"extraction":null,"common":false},{"name":"ShouldRetry","displayName":"ShouldRetry","type":"Bool","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["FailedIngestion"],"extraction":null,"common":false},{"name":"FailedOn","displayName":"FailedOn","type":"DateTime","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["FailedIngestion"],"extraction":null,"common":false},{"name":"IngestionSourceId","displayName":"IngestionSourceId","type":"Guid","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["FailedIngestion","SucceededIngestion"],"extraction":null,"common":false},{"name":"RootActivityId","displayName":"RootActivityId","type":"Guid","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["FailedIngestion","SucceededIngestion"],"extraction":null,"common":false},{"name":"HostVersion","displayName":"HostVersion","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["FunctionAppLogs"],"extraction":null,"common":false},{"name":"FunctionInvocationId","displayName":"FunctionInvocationId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["FunctionAppLogs"],"extraction":null,"common":false},{"name":"FunctionName","displayName":"FunctionName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["FunctionAppLogs"],"extraction":null,"common":false},{"name":"HostInstanceId","displayName":"HostInstanceId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["FunctionAppLogs"],"extraction":null,"common":false},{"name":"ExceptionDetails","displayName":"ExceptionDetails","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["FunctionAppLogs"],"extraction":null,"common":false},{"name":"ComputerIP","displayName":"ComputerIP","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Heartbeat"],"extraction":null,"common":false},{"name":"OSType","displayName":"OSType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Heartbeat"],"extraction":null,"common":false},{"name":"OSName","displayName":"OSName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Heartbeat"],"extraction":null,"common":false},{"name":"OSMajorVersion","displayName":"OSMajorVersion","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Heartbeat"],"extraction":null,"common":false},{"name":"OSMinorVersion","displayName":"OSMinorVersion","type":"String","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["Heartbeat"],"extraction":null,"common":false},{"name":"SCAgentChannel","displayName":"SCAgentChannel","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Heartbeat"],"extraction":null,"common":false},{"name":"IsGatewayInstalled","displayName":"IsGatewayInstalled","type":"Bool","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Heartbeat"],"extraction":null,"common":false},{"name":"ComputerEnvironment","displayName":"ComputerEnvironment","type":"String","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Heartbeat"],"extraction":null,"common":false},{"name":"Solutions","displayName":"Solutions","type":"String","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Heartbeat"],"extraction":null,"common":false},{"name":"EventTime","displayName":"EventTime","type":"DateTime","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["Syslog"],"extraction":null,"common":false},{"name":"UPN","displayName":"UPN","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"ComplianceState","displayName":"ComplianceState","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"OSDescription","displayName":"OSDescription","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"OwnerType","displayName":"OwnerType","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"DeviceId","displayName":"DeviceId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"LastContact","displayName":"LastContact","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"IMEI","displayName":"IMEI","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"RetireAfterDatetime","displayName":"RetireAfterDatetime","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"ManagementAgents","displayName":"ManagementAgents","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"BatchId","displayName":"BatchId","type":"Guid","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"InGracePeriodUntil","displayName":"InGracePeriodUntil","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"DeviceHealthThreatLevel","displayName":"DeviceHealthThreatLevel","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"UserEmail","displayName":"UserEmail","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"IntuneAccountId","displayName":"IntuneAccountId","type":"Guid","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"Stats","displayName":"Stats","type":"Dynamic","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["IntuneDeviceComplianceOrg"],"extraction":null,"common":false},{"name":"ServiceType","displayName":"ServiceType","type":"String","indexed":false,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs"],"extraction":null,"common":false},{"name":"AppId","displayName":"AppId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["SigninLogs"],"extraction":null,"common":false},{"name":"ClientIpAddress","displayName":"ClientIpAddress","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftAzureBastionAuditLogs"],"extraction":null,"common":false},{"name":"ClientPort","displayName":"ClientPort","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftAzureBastionAuditLogs"],"extraction":null,"common":false},{"name":"TargetVMIPAddress","displayName":"TargetVMIPAddress","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftAzureBastionAuditLogs"],"extraction":null,"common":false},{"name":"TunnelId","displayName":"TunnelId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftAzureBastionAuditLogs"],"extraction":null,"common":false},{"name":"SessionStartTime","displayName":"SessionStartTime","type":"DateTime","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftAzureBastionAuditLogs"],"extraction":null,"common":false},{"name":"SessionEndTime","displayName":"SessionEndTime","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftAzureBastionAuditLogs"],"extraction":null,"common":false},{"name":"Duration","displayName":"Duration","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftAzureBastionAuditLogs","MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"DetailMessage","displayName":"DetailMessage","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDataShareSentSnapshotLog"],"extraction":null,"common":false},{"name":"DataSetMappingType","displayName":"DataSetMappingType","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDataShareSentSnapshotLog"],"extraction":null,"common":false},{"name":"DataSetType","displayName":"DataSetType","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDataShareSentSnapshotLog"],"extraction":null,"common":false},{"name":"DataSetName","displayName":"DataSetName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDataShareSentSnapshotLog"],"extraction":null,"common":false},{"name":"FilesWritten","displayName":"FilesWritten","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDataShareSentSnapshotLog"],"extraction":null,"common":false},{"name":"FilesRead","displayName":"FilesRead","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDataShareSentSnapshotLog"],"extraction":null,"common":false},{"name":"SizeWritten","displayName":"SizeWritten","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDataShareSentSnapshotLog"],"extraction":null,"common":false},{"name":"SizeRead","displayName":"SizeRead","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDataShareSentSnapshotLog"],"extraction":null,"common":false},{"name":"EnvironmentId","displayName":"EnvironmentId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs","MicrosoftDynamicsTelemetrySystemMetricsLogs"],"extraction":null,"common":false},{"name":"SqlCpu","displayName":"SqlCpu","type":"Double","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"ExecutionStatus","displayName":"ExecutionStatus","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"ExecutionResultRowCount","displayName":"ExecutionResultRowCount","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"ExecutionTimeSeconds","displayName":"ExecutionTimeSeconds","type":"Double","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"SqlStatement","displayName":"SqlStatement","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"CallStack","displayName":"CallStack","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"ConnectionType","displayName":"ConnectionType","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs","SignalRServiceDiagnosticLogs","WVDConnections"],"extraction":null,"common":false},{"name":"SqlSpid","displayName":"SqlSpid","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"ClassName","displayName":"ClassName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"LegalEntity","displayName":"LegalEntity","type":"BigInt","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"BatchJobId","displayName":"BatchJobId","type":"BigInt","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"BatchJobTaskId","displayName":"BatchJobTaskId","type":"BigInt","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"DurationInMilliSeconds","displayName":"DurationInMilliSeconds","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"Environment","displayName":"Environment","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"FormName","displayName":"formName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"IsValid","displayName":"IsValid","type":"Bool","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"IsWarmEvent","displayName":"IsWarmEvent","type":"Bool","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"CountOfUpdate","displayName":"CountOfUpdate","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"CountOfDelete","displayName":"CountOfDelete","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"CountOfInsert","displayName":"CountOfInsert","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"CountOfSelect","displayName":"CountOfSelect","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"CountOfDdl","displayName":"CountOfDdl","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"CountOfProc","displayName":"CountOfProc","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"CountOfOther","displayName":"CountOfOther","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"TransactionDurationSeconds","displayName":"TransactionDurationSeconds","type":"Double","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftDynamicsTelemetryPerformanceLogs"],"extraction":null,"common":false},{"name":"RequestUri","displayName":"RequestUri","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftHealthcareApisAuditLogs"],"extraction":null,"common":false},{"name":"FhirResourceType","displayName":"FhirResourceType","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftHealthcareApisAuditLogs"],"extraction":null,"common":false},{"name":"StatusCode","displayName":"StatusCode","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftHealthcareApisAuditLogs","StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs"],"extraction":null,"common":false},{"name":"OperationDurationMs","displayName":"OperationDuration","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftHealthcareApisAuditLogs"],"extraction":null,"common":false},{"name":"LogCategory","displayName":"LogCategory","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftHealthcareApisAuditLogs"],"extraction":null,"common":false},{"name":"CallerIPAddress","displayName":"CallerIPAddress","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftHealthcareApisAuditLogs","ReservedCommonFields"],"extraction":null,"common":true},{"name":"CallerIdentityIssuer","displayName":"CallerIdentityIssuer","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftHealthcareApisAuditLogs"],"extraction":null,"common":false},{"name":"CallerIdentityObjectId","displayName":"CallerIdentityObjectId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftHealthcareApisAuditLogs"],"extraction":null,"common":false},{"name":"CallerIdentity","displayName":"CallerIdentity","type":"Dynamic","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["MicrosoftHealthcareApisAuditLogs"],"extraction":null,"common":false},{"name":"ClientVersion","displayName":"ClientVersion","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["WVDConnections","WVDFeeds"],"extraction":null,"common":false},{"name":"OperationStatus","displayName":"OperationStatus","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Operation"],"extraction":null,"common":false},{"name":"Detail","displayName":"Detail","type":"String","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["Operation"],"extraction":null,"common":false},{"name":"OperationCategory","displayName":"OperationCategory","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Operation"],"extraction":null,"common":false},{"name":"Solution","displayName":"Solution","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Operation","Usage"],"extraction":null,"common":false},{"name":"OperationKey","displayName":"OperationKey","type":"String","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["Operation"],"extraction":null,"common":false},{"name":"ObjectName","displayName":"ObjectName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Perf"],"extraction":null,"common":false},{"name":"CounterName","displayName":"CounterName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Perf"],"extraction":null,"common":false},{"name":"Average","displayName":"CounterValue","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["Perf"],"extraction":null,"common":false},{"name":"CounterPath","displayName":"CounterPath","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Perf"],"extraction":null,"common":false},{"name":"Min","displayName":"Min","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Perf"],"extraction":null,"common":false},{"name":"Max","displayName":"Max","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Perf"],"extraction":null,"common":false},{"name":"SampleCount","displayName":"SampleCount","type":"Int","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Perf"],"extraction":null,"common":false},{"name":"BucketStartTime","displayName":"BucketStartTime","type":"DateTime","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Perf"],"extraction":null,"common":false},{"name":"BucketEndTime","displayName":"BucketEndTime","type":"DateTime","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["Perf"],"extraction":null,"common":false},{"name":"StandardDeviation","displayName":"StandardDeviation","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["Perf"],"extraction":null,"common":false},{"name":"IPAddress","displayName":"IPAddress","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ReservedCommonFields","SigninLogs"],"extraction":null,"common":true},{"name":"AccountName","displayName":"AccountName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs"],"extraction":null,"common":false},{"name":"AuthenticationType","displayName":"AuthenticationType","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs"],"extraction":null,"common":false},{"name":"ClientIPAddress","displayName":"ClientIPAddress","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["WVDConnections"],"extraction":null,"common":false},{"name":"UserPrincipalName","displayName":"UserPrincipalName","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["SigninLogs"],"extraction":null,"common":false},{"name":"StorageAccount","displayName":"StorageAccount","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"ApplicationTypeName","displayName":"ApplicationTypeName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"UpgradeDomains","displayName":"UpgradeDomains","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricOperationalEvent"],"extraction":null,"common":false},{"name":"ServiceTypeName","displayName":"ServiceTypeName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"PartitionId","displayName":"PartitionId","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["ServiceFabricOperationalEvent","ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"ActorType","displayName":"ActorType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricReliableActorEvent"],"extraction":null,"common":false},{"name":"ActorId","displayName":"ActorId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricReliableActorEvent"],"extraction":null,"common":false},{"name":"ActorIdKind","displayName":"ActorIdKind","type":"Int","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricReliableActorEvent"],"extraction":null,"common":false},{"name":"IsStateful","displayName":"IsStateful","type":"Bool","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricReliableActorEvent"],"extraction":null,"common":false},{"name":"ReplicaOrInstanceId","displayName":"ReplicaOrInstanceId","type":"BigInt","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricReliableActorEvent"],"extraction":null,"common":false},{"name":"NodeName","displayName":"NodeName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricReliableActorEvent"],"extraction":null,"common":false},{"name":"CountOfWaitingMethodCalls","displayName":"CountOfWaitingMethodCalls","type":"BigInt","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricReliableActorEvent"],"extraction":null,"common":false},{"name":"MethodName","displayName":"MethodName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricReliableActorEvent"],"extraction":null,"common":false},{"name":"MethodSignature","displayName":"MethodSignature","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricReliableActorEvent"],"extraction":null,"common":false},{"name":"MethodExecutionTimeTicks","displayName":"MethodExecutionTimeTicks","type":"BigInt","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricReliableActorEvent"],"extraction":null,"common":false},{"name":"Exception","displayName":"Exception","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"SaveStateExecutionTimeTicks","displayName":"SaveStateExecutionTimeTicks","type":"BigInt","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricReliableActorEvent"],"extraction":null,"common":false},{"name":"ReplicaId","displayName":"ReplicaId","type":"BigInt","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricReliableActorEvent","ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"SlowCancellationTimeMillis","displayName":"SlowCancellationTimeMillis","type":"Double","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"WasCanceled","displayName":"WasCanceled","type":"Bool","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"ActualCancellationTimeMillis","displayName":"ActualCancellationTimeMillis","type":"Double","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"InstanceId","displayName":"InstanceId","type":"BigInt","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["ServiceFabricReliableServiceEvent"],"extraction":null,"common":false},{"name":"Collection","displayName":"Collection","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["SignalRServiceDiagnosticLogs"],"extraction":null,"common":false},{"name":"ConnectionId","displayName":"ConnectionId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["SignalRServiceDiagnosticLogs"],"extraction":null,"common":false},{"name":"TransportType","displayName":"TransportType","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["SignalRServiceDiagnosticLogs"],"extraction":null,"common":false},{"name":"AppDisplayName","displayName":"AppDisplayName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["SigninLogs"],"extraction":null,"common":false},{"name":"ClientAppUsed","displayName":"ClientAppUsed","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["SigninLogs"],"extraction":null,"common":false},{"name":"ConditionalAccessPolicies","displayName":"ConditionalAccessPolicies","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["SigninLogs"],"extraction":null,"common":false},{"name":"ConditionalAccessStatus","displayName":"ConditionalAccessStatus","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["SigninLogs"],"extraction":null,"common":false},{"name":"CreatedDateTime","displayName":"CreatedDateTime","type":"DateTime","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["SigninLogs"],"extraction":null,"common":false},{"name":"DeviceDetail","displayName":"DeviceDetail","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["SigninLogs"],"extraction":null,"common":false},{"name":"IsRisky","displayName":"IsRisky","type":"Bool","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["SigninLogs"],"extraction":null,"common":false},{"name":"LocationDetails","displayName":"LocationDetails","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["SigninLogs"],"extraction":null,"common":false},{"name":"RiskDetail","displayName":"RiskDetail","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["SigninLogs"],"extraction":null,"common":false},{"name":"RiskLevelAggregated","displayName":"RiskLevelAggregated","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["SigninLogs"],"extraction":null,"common":false},{"name":"RiskState","displayName":"RiskState","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["SigninLogs"],"extraction":null,"common":false},{"name":"RiskLevelDuringSignIn","displayName":"RiskLevelDuringSignIn","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["SigninLogs"],"extraction":null,"common":false},{"name":"RiskEventTypes","displayName":"RiskEventTypes","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["SigninLogs"],"extraction":null,"common":false},{"name":"ResourceDisplayName","displayName":"ResourceDisplayName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["SigninLogs"],"extraction":null,"common":false},{"name":"OriginalRequestId","displayName":"OriginalRequestId","type":"Guid","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["SigninLogs"],"extraction":null,"common":false},{"name":"StatusText","displayName":"StatusText","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs"],"extraction":null,"common":false},{"name":"ServerLatencyMs","displayName":"ServerLatencyMs","type":"Double","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs"],"extraction":null,"common":false},{"name":"Uri","displayName":"Uri","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs"],"extraction":null,"common":false},{"name":"AuthenticationHash","displayName":"AuthenticationHash","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs"],"extraction":null,"common":false},{"name":"RequesterObjectId","displayName":"RequesterObjectId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs"],"extraction":null,"common":false},{"name":"RequesterTenantId","displayName":"RequesterTenantId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs"],"extraction":null,"common":false},{"name":"RequesterAppId","displayName":"RequesterAppId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs"],"extraction":null,"common":false},{"name":"RequesterAudience","displayName":"RequesterAudience","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs"],"extraction":null,"common":false},{"name":"RequesterTokenIssuer","displayName":"RequesterTokenIssuer","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs"],"extraction":null,"common":false},{"name":"RequesterUpn","displayName":"RequesterUpn","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs"],"extraction":null,"common":false},{"name":"AuthorizationDetails","displayName":"AuthorizationDetails","type":"Dynamic","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs"],"extraction":null,"common":false},{"name":"UserAgentHeader","displayName":"UserAgentHeader","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs"],"extraction":null,"common":false},{"name":"ReferrerHeader","displayName":"ReferrerHeader","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs"],"extraction":null,"common":false},{"name":"ClientRequestId","displayName":"ClientRequestId","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs"],"extraction":null,"common":false},{"name":"Etag","displayName":"Etag","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs"],"extraction":null,"common":false},{"name":"OperationCount","displayName":"OperationCount","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs"],"extraction":null,"common":false},{"name":"RequestHeaderSize","displayName":"RequestHeaderSize","type":"BigInt","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs"],"extraction":null,"common":false},{"name":"RequestBodySize","displayName":"RequestBodySize","type":"BigInt","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs"],"extraction":null,"common":false},{"name":"ResponseHeaderSize","displayName":"ResponseHeaderSize","type":"BigInt","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs"],"extraction":null,"common":false},{"name":"ResponseBodySize","displayName":"ResponseBodySize","type":"BigInt","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs"],"extraction":null,"common":false},{"name":"RequestMd5","displayName":"RequestMd5","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs"],"extraction":null,"common":false},{"name":"ResponseMd5","displayName":"ResponseMd5","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs"],"extraction":null,"common":false},{"name":"LastModifiedTime","displayName":"LastModifiedTime","type":"DateTime","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs"],"extraction":null,"common":false},{"name":"ConditionsUsed","displayName":"ConditionsUsed","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs"],"extraction":null,"common":false},{"name":"ContentLengthHeader","displayName":"ContentLengthHeader","type":"BigInt","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs"],"extraction":null,"common":false},{"name":"TlsVersion","displayName":"TlsVersion","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageBlobLogs","StorageFileLogs","StorageQueueLogs","StorageTableLogs"],"extraction":null,"common":false},{"name":"RequesterUserName","displayName":"RequesterUserName","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageFileLogs"],"extraction":null,"common":false},{"name":"SmbPrimarySID","displayName":"SmbPrimarySID","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageFileLogs"],"extraction":null,"common":false},{"name":"SmbTreeConnectID","displayName":"SmbTreeConnectID","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageFileLogs"],"extraction":null,"common":false},{"name":"SmbPersistentHandleID","displayName":"SmbPersistentHandleID","type":"BigInt","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageFileLogs"],"extraction":null,"common":false},{"name":"SmbVolatileHandleID","displayName":"SmbVolatileHandleID","type":"BigInt","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageFileLogs"],"extraction":null,"common":false},{"name":"SmbMessageID","displayName":"SmbMessageID","type":"BigInt","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageFileLogs"],"extraction":null,"common":false},{"name":"SmbCreditsConsumed","displayName":"SmbCreditsConsumed","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageFileLogs"],"extraction":null,"common":false},{"name":"SmbCommandDetail","displayName":"SmbCommandDetail","type":"String","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageFileLogs"],"extraction":null,"common":false},{"name":"SmbFileId","displayName":"SmbFileId","type":"BigInt","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageFileLogs"],"extraction":null,"common":false},{"name":"SmbSessionID","displayName":"SmbSessionID","type":"BigInt","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageFileLogs"],"extraction":null,"common":false},{"name":"SmbCommandMajor","displayName":"SmbCommandMajor","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageFileLogs"],"extraction":null,"common":false},{"name":"SmbCommandMinor","displayName":"SmbCommandMinor","type":"Int","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["StorageFileLogs"],"extraction":null,"common":false},{"name":"SucceededOn","displayName":"SucceededOn","type":"DateTime","indexed":false,"stored":false,"facet":false,"hidden":false,"display":false,"ownerType":["SucceededIngestion"],"extraction":null,"common":false},{"name":"Facility","displayName":"Facility","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Syslog"],"extraction":null,"common":false},{"name":"SeverityLevel","displayName":"SeverityLevel","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Syslog"],"extraction":null,"common":false},{"name":"SyslogMessage","displayName":"SyslogMessage","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["Syslog"],"extraction":null,"common":false},{"name":"HostIP","displayName":"HostIP","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["Syslog"],"extraction":null,"common":false},{"name":"ResourceUri","displayName":"ResourceUri","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Usage"],"extraction":null,"common":false},{"name":"LinkedResourceUri","displayName":"LinkedResourceUri","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Usage"],"extraction":null,"common":false},{"name":"DataType","displayName":"DataType","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Usage"],"extraction":null,"common":false},{"name":"BatchesWithinSla","displayName":"BatchesWithinSla","type":"BigInt","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["Usage"],"extraction":null,"common":false},{"name":"BatchesOutsideSla","displayName":"BatchesOutsideSla","type":"BigInt","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["Usage"],"extraction":null,"common":false},{"name":"BatchesCapped","displayName":"BatchesCapped","type":"BigInt","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["Usage"],"extraction":null,"common":false},{"name":"TotalBatches","displayName":"TotalBatches","type":"BigInt","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["Usage"],"extraction":null,"common":false},{"name":"AvgLatencyInSeconds","displayName":"AvgLatencyInSeconds","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["Usage"],"extraction":null,"common":false},{"name":"Quantity","displayName":"Quantity","type":"Double","indexed":true,"stored":true,"facet":false,"hidden":false,"display":true,"ownerType":["Usage"],"extraction":null,"common":false},{"name":"QuantityUnit","displayName":"QuantityUnit","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Usage"],"extraction":null,"common":false},{"name":"IsBillable","displayName":"IsBillable","type":"Bool","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Usage"],"extraction":null,"common":false},{"name":"MeterId","displayName":"MeterId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Usage"],"extraction":null,"common":false},{"name":"LinkedMeterId","displayName":"LinkedMeterId","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["Usage"],"extraction":null,"common":false},{"name":"FileUri","displayName":"FileUri","type":"String","indexed":false,"stored":true,"facet":false,"hidden":true,"display":false,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"FileOffset","displayName":"FileOffset","type":"Int","indexed":false,"stored":true,"facet":false,"hidden":true,"display":false,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"Date","displayName":"Date","type":"String","indexed":false,"stored":false,"facet":false,"hidden":true,"display":false,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"sSiteName","displayName":"sSiteName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"sComputerName","displayName":"sComputerName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":true,"display":false,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"sIP","displayName":"sIP","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"csMethod","displayName":"csMethod","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"csUriStem","displayName":"csUriStem","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"csUriQuery","displayName":"csUriQuery","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"csUserName","displayName":"csUserName","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"cIP","displayName":"cIP","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"csVersion","displayName":"csVersion","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"csCookie","displayName":"csCookie","type":"String","indexed":false,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"csReferer","displayName":"csReferer","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"csHost","displayName":"csHost","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"scStatus","displayName":"scStatus","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":true,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"scSubStatus","displayName":"scSubStatus","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"scWin32Status","displayName":"scWin32Status","type":"String","indexed":true,"stored":true,"facet":true,"hidden":false,"display":false,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"scBytes","displayName":"scBytes","type":"BigInt","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"csBytes","displayName":"csBytes","type":"BigInt","indexed":true,"stored":true,"facet":false,"hidden":false,"display":false,"ownerType":["W3CIISLog"],"extraction":null,"common":false},{"name":"ClientOS","displayName":"ClientOS","type":"String","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["WVDConnections","WVDFeeds"],"extraction":null,"common":false},{"name":"ClientType","displayName":"ClientType","type":"String","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["WVDConnections","WVDFeeds"],"extraction":null,"common":false},{"name":"PredecessorConnectionId","displayName":"PredecessorConnectionId","type":"String","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["WVDConnections"],"extraction":null,"common":false},{"name":"ResourceAlias","displayName":"ResourceAlias","type":"String","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["WVDConnections"],"extraction":null,"common":false},{"name":"SessionHostName","displayName":"SessionHostName","type":"String","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["WVDConnections","WVDHostRegistrations"],"extraction":null,"common":false},{"name":"SessionHostIPAddress","displayName":"SessionHostIPAddress","type":"String","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["WVDConnections","WVDHostRegistrations"],"extraction":null,"common":false},{"name":"SessionHostOSVersion","displayName":"SessionHostOSVersion","type":"String","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["WVDConnections"],"extraction":null,"common":false},{"name":"SessionHostOSDescription","displayName":"SessionHostOSDescription","type":"String","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["WVDConnections"],"extraction":null,"common":false},{"name":"SessionHostAgentVersion","displayName":"SessionHostAgentVersion","type":"String","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["WVDConnections"],"extraction":null,"common":false},{"name":"SessionHostSxSStackVersion","displayName":"SessionHostSxSStackVersion","type":"String","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["WVDConnections"],"extraction":null,"common":false},{"name":"Code","displayName":"Code","type":"BigInt","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["WVDErrors"],"extraction":null,"common":false},{"name":"CodeSymbolic","displayName":"CodeSymbolic","type":"String","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["WVDErrors"],"extraction":null,"common":false},{"name":"ServiceError","displayName":"ServiceError","type":"Bool","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["WVDErrors"],"extraction":null,"common":false},{"name":"RDPTotal","displayName":"RDPTotal","type":"Int","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["WVDFeeds"],"extraction":null,"common":false},{"name":"RDPFail","displayName":"RDPFail","type":"Int","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["WVDFeeds"],"extraction":null,"common":false},{"name":"IconTotal","displayName":"IconTotal","type":"Int","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["WVDFeeds"],"extraction":null,"common":false},{"name":"IconFail","displayName":"IconFail","type":"Int","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["WVDFeeds"],"extraction":null,"common":false},{"name":"Route","displayName":"Route","type":"String","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["WVDManagement"],"extraction":null,"common":false},{"name":"ObjectsFetched","displayName":"ObjectsFetched","type":"Int","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["WVDManagement"],"extraction":null,"common":false},{"name":"ObjectsCreated","displayName":"ObjectsCreated","type":"Int","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["WVDManagement"],"extraction":null,"common":false},{"name":"ObjectsUpdated","displayName":"ObjectsUpdated","type":"Int","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["WVDManagement"],"extraction":null,"common":false},{"name":"ObjectsDeleted","displayName":"ObjectsDeleted","type":"Int","indexed":false,"stored":false,"facet":true,"hidden":false,"display":true,"ownerType":["WVDManagement"],"extraction":null,"common":false},{"name":"Type","displayName":"Type","type":"string","indexed":true,"stored":true,"facet":true,"hidden":true,"display":true,"ownerType":null,"extraction":null,"common":false},{"name":"id","displayName":null,"type":"uuid","indexed":true,"stored":true,"facet":false,"hidden":true,"display":false,"ownerType":null,"extraction":null,"common":false}]}' headers: cache-control: - no-cache content-length: - - '224809' + - '245065' content-type: - application/json; charset=utf-8 date: - - Mon, 21 Oct 2019 11:30:06 GMT + - Tue, 21 Apr 2020 08:19:44 GMT expires: - '-1' pragma: - no-cache - request-context: - - appId=cid-v1:3d24a429-e724-4d71-9886-21ad884cf893 server: - Microsoft-IIS/10.0 strict-transport-security: @@ -633,17 +610,15 @@ interactions: - keep-alive Content-Length: - '0' - Content-Type: - - application/json; charset=utf-8 ParameterSetName: - -g --workspace-name -n User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 - azure-mgmt-loganalytics/0.2.0 Azure-SDK-For-Python AZURECLI/2.0.75 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.2 + azure-mgmt-loganalytics/0.4.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002/intelligencePacks/AzureSecurityOfThings/Enable?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002/intelligencePacks/AzureSecurityOfThings/Enable?api-version=2020-03-01-preview response: body: string: '' @@ -655,13 +630,11 @@ interactions: content-length: - '0' date: - - Mon, 21 Oct 2019 11:30:10 GMT + - Tue, 21 Apr 2020 08:19:46 GMT expires: - '-1' pragma: - no-cache - request-context: - - appId=cid-v1:3d24a429-e724-4d71-9886-21ad884cf893 server: - Microsoft-IIS/10.0 - Microsoft-IIS/10.0 @@ -672,7 +645,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1182' + - '1199' x-powered-by: - ASP.NET - ASP.NET @@ -690,17 +663,15 @@ interactions: - monitor log-analytics workspace pack list Connection: - keep-alive - Content-Type: - - application/json; charset=utf-8 ParameterSetName: - -g --workspace-name User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 - azure-mgmt-loganalytics/0.2.0 Azure-SDK-For-Python AZURECLI/2.0.75 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.2 + azure-mgmt-loganalytics/0.4.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002/intelligencePacks?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002/intelligencePacks?api-version=2020-03-01-preview response: body: string: "[\r\n {\r\n \"name\": \"CapacityPerformance\",\r\n \"enabled\": @@ -714,18 +685,20 @@ interactions: \ },\r\n {\r\n \"name\": \"AntiMalware\",\r\n \"enabled\": false,\r\n \ \"displayname\": \"Antimalware Assessment\"\r\n },\r\n {\r\n \"name\": \"LogManagement\",\r\n \"enabled\": true,\r\n \"displayname\": \"Log - Management\"\r\n },\r\n {\r\n \"name\": \"ChangeTracking\",\r\n \"enabled\": - false,\r\n \"displayname\": \"Change Tracking\"\r\n },\r\n {\r\n \"name\": - \"SQLAssessment\",\r\n \"enabled\": false,\r\n \"displayname\": \"SQL - Health Check\"\r\n },\r\n {\r\n \"name\": \"SCOMAssessment\",\r\n \"enabled\": - false,\r\n \"displayname\": \"System Center Operations Manager Health Check\"\r\n - \ },\r\n {\r\n \"name\": \"ServiceDesk\",\r\n \"enabled\": false,\r\n - \ \"displayname\": \"IT Service Management Connector(Preview)\"\r\n },\r\n - \ {\r\n \"name\": \"ADAssessment\",\r\n \"enabled\": false,\r\n \"displayname\": - \"Active Directory Health Check\"\r\n },\r\n {\r\n \"name\": \"AlertManagement\",\r\n - \ \"enabled\": false,\r\n \"displayname\": \"Alert Management\"\r\n },\r\n - \ {\r\n \"name\": \"AzureAutomation\",\r\n \"enabled\": false,\r\n \"displayname\": - \"Azure Automation\"\r\n },\r\n {\r\n \"name\": \"WireData\",\r\n \"enabled\": + Management\",\r\n \"modifiedDate\": \"Tue, 21 Apr 2020 08:18:57 GMT\",\r\n + \ \"createdDate\": \"Tue, 21 Apr 2020 08:18:57 GMT\"\r\n },\r\n {\r\n + \ \"name\": \"ChangeTracking\",\r\n \"enabled\": false,\r\n \"displayname\": + \"Change Tracking\"\r\n },\r\n {\r\n \"name\": \"SQLAssessment\",\r\n + \ \"enabled\": false,\r\n \"displayname\": \"SQL Health Check\"\r\n },\r\n + \ {\r\n \"name\": \"SCOMAssessment\",\r\n \"enabled\": false,\r\n \"displayname\": + \"System Center Operations Manager Health Check\"\r\n },\r\n {\r\n \"name\": + \"ServiceDesk\",\r\n \"enabled\": false,\r\n \"displayname\": \"IT Service + Management Connector(Preview)\"\r\n },\r\n {\r\n \"name\": \"ADAssessment\",\r\n + \ \"enabled\": false,\r\n \"displayname\": \"Active Directory Health + Check\"\r\n },\r\n {\r\n \"name\": \"AlertManagement\",\r\n \"enabled\": + false,\r\n \"displayname\": \"Alert Management\"\r\n },\r\n {\r\n \"name\": + \"AzureAutomation\",\r\n \"enabled\": false,\r\n \"displayname\": \"Azure + Automation\"\r\n },\r\n {\r\n \"name\": \"WireData\",\r\n \"enabled\": false,\r\n \"displayname\": \"Wire Data\"\r\n },\r\n {\r\n \"name\": \"SiteRecovery\",\r\n \"enabled\": false,\r\n \"displayname\": \"Azure Site Recovery\"\r\n },\r\n {\r\n \"name\": \"Backup\",\r\n \"enabled\": @@ -815,30 +788,33 @@ interactions: \ \"enabled\": false,\r\n \"displayname\": \"Azure Data Factory Analytics (Preview)\"\r\n },\r\n {\r\n \"name\": \"AzureSecurityOfThings\",\r\n \ \"enabled\": true,\r\n \"displayname\": \"Azure Security of Things - solution\"\r\n },\r\n {\r\n \"name\": \"SQLVulnerabilityAssessment\",\r\n - \ \"enabled\": false,\r\n \"displayname\": \"SQL Vulnerability Assessment\"\r\n - \ },\r\n {\r\n \"name\": \"SQLAdvancedThreatProtection\",\r\n \"enabled\": - false,\r\n \"displayname\": \"SQL Advanced Threat Protection\"\r\n },\r\n - \ {\r\n \"name\": \"VMInsights\",\r\n \"enabled\": false,\r\n \"displayname\": - \"Azure Monitor - VM Insights\"\r\n },\r\n {\r\n \"name\": \"WinLog\",\r\n - \ \"enabled\": false,\r\n \"displayname\": \"WinLog\"\r\n }\r\n]" + solution\",\r\n \"modifiedDate\": \"Tue, 21 Apr 2020 08:19:46 GMT\",\r\n + \ \"createdDate\": \"Tue, 21 Apr 2020 08:19:46 GMT\"\r\n },\r\n {\r\n + \ \"name\": \"SQLVulnerabilityAssessment\",\r\n \"enabled\": false,\r\n + \ \"displayname\": \"SQL Vulnerability Assessment\"\r\n },\r\n {\r\n \"name\": + \"SQLAdvancedThreatProtection\",\r\n \"enabled\": false,\r\n \"displayname\": + \"SQL Advanced Threat Protection\"\r\n },\r\n {\r\n \"name\": \"SQLDataClassification\",\r\n + \ \"enabled\": false,\r\n \"displayname\": \"SQL Data Classification\"\r\n + \ },\r\n {\r\n \"name\": \"VMInsights\",\r\n \"enabled\": false,\r\n + \ \"displayname\": \"Azure Monitor - VM Insights\"\r\n },\r\n {\r\n \"name\": + \"WinLog\",\r\n \"enabled\": false,\r\n \"displayname\": \"WinLog\"\r\n + \ },\r\n {\r\n \"name\": \"NetFlow\",\r\n \"enabled\": false,\r\n \"displayname\": + \"NetFlow\"\r\n }\r\n]" headers: cache-control: - no-cache cachecontrol: - no-cache content-length: - - '8220' + - '8640' content-type: - application/json; charset=utf-8 date: - - Mon, 21 Oct 2019 11:30:11 GMT + - Tue, 21 Apr 2020 08:19:46 GMT expires: - '-1' pragma: - no-cache - request-context: - - appId=cid-v1:3d24a429-e724-4d71-9886-21ad884cf893 server: - Microsoft-IIS/10.0 - Microsoft-IIS/10.0 @@ -871,17 +847,15 @@ interactions: - keep-alive Content-Length: - '0' - Content-Type: - - application/json; charset=utf-8 ParameterSetName: - -g --workspace-name -n User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 - azure-mgmt-loganalytics/0.2.0 Azure-SDK-For-Python AZURECLI/2.0.75 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.2 + azure-mgmt-loganalytics/0.4.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002/intelligencePacks/AzureSecurityOfThings/Disable?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002/intelligencePacks/AzureSecurityOfThings/Disable?api-version=2020-03-01-preview response: body: string: '' @@ -893,13 +867,11 @@ interactions: content-length: - '0' date: - - Mon, 21 Oct 2019 11:30:12 GMT + - Tue, 21 Apr 2020 08:19:47 GMT expires: - '-1' pragma: - no-cache - request-context: - - appId=cid-v1:3d24a429-e724-4d71-9886-21ad884cf893 server: - Microsoft-IIS/10.0 - Microsoft-IIS/10.0 @@ -910,7 +882,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1186' + - '1199' x-powered-by: - ASP.NET - ASP.NET @@ -928,17 +900,15 @@ interactions: - monitor log-analytics workspace pack list Connection: - keep-alive - Content-Type: - - application/json; charset=utf-8 ParameterSetName: - -g --workspace-name User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 - azure-mgmt-loganalytics/0.2.0 Azure-SDK-For-Python AZURECLI/2.0.75 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.2 + azure-mgmt-loganalytics/0.4.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002/intelligencePacks?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002/intelligencePacks?api-version=2020-03-01-preview response: body: string: "[\r\n {\r\n \"name\": \"CapacityPerformance\",\r\n \"enabled\": @@ -952,18 +922,20 @@ interactions: \ },\r\n {\r\n \"name\": \"AntiMalware\",\r\n \"enabled\": false,\r\n \ \"displayname\": \"Antimalware Assessment\"\r\n },\r\n {\r\n \"name\": \"LogManagement\",\r\n \"enabled\": true,\r\n \"displayname\": \"Log - Management\"\r\n },\r\n {\r\n \"name\": \"ChangeTracking\",\r\n \"enabled\": - false,\r\n \"displayname\": \"Change Tracking\"\r\n },\r\n {\r\n \"name\": - \"SQLAssessment\",\r\n \"enabled\": false,\r\n \"displayname\": \"SQL - Health Check\"\r\n },\r\n {\r\n \"name\": \"SCOMAssessment\",\r\n \"enabled\": - false,\r\n \"displayname\": \"System Center Operations Manager Health Check\"\r\n - \ },\r\n {\r\n \"name\": \"ServiceDesk\",\r\n \"enabled\": false,\r\n - \ \"displayname\": \"IT Service Management Connector(Preview)\"\r\n },\r\n - \ {\r\n \"name\": \"ADAssessment\",\r\n \"enabled\": false,\r\n \"displayname\": - \"Active Directory Health Check\"\r\n },\r\n {\r\n \"name\": \"AlertManagement\",\r\n - \ \"enabled\": false,\r\n \"displayname\": \"Alert Management\"\r\n },\r\n - \ {\r\n \"name\": \"AzureAutomation\",\r\n \"enabled\": false,\r\n \"displayname\": - \"Azure Automation\"\r\n },\r\n {\r\n \"name\": \"WireData\",\r\n \"enabled\": + Management\",\r\n \"modifiedDate\": \"Tue, 21 Apr 2020 08:18:57 GMT\",\r\n + \ \"createdDate\": \"Tue, 21 Apr 2020 08:18:57 GMT\"\r\n },\r\n {\r\n + \ \"name\": \"ChangeTracking\",\r\n \"enabled\": false,\r\n \"displayname\": + \"Change Tracking\"\r\n },\r\n {\r\n \"name\": \"SQLAssessment\",\r\n + \ \"enabled\": false,\r\n \"displayname\": \"SQL Health Check\"\r\n },\r\n + \ {\r\n \"name\": \"SCOMAssessment\",\r\n \"enabled\": false,\r\n \"displayname\": + \"System Center Operations Manager Health Check\"\r\n },\r\n {\r\n \"name\": + \"ServiceDesk\",\r\n \"enabled\": false,\r\n \"displayname\": \"IT Service + Management Connector(Preview)\"\r\n },\r\n {\r\n \"name\": \"ADAssessment\",\r\n + \ \"enabled\": false,\r\n \"displayname\": \"Active Directory Health + Check\"\r\n },\r\n {\r\n \"name\": \"AlertManagement\",\r\n \"enabled\": + false,\r\n \"displayname\": \"Alert Management\"\r\n },\r\n {\r\n \"name\": + \"AzureAutomation\",\r\n \"enabled\": false,\r\n \"displayname\": \"Azure + Automation\"\r\n },\r\n {\r\n \"name\": \"WireData\",\r\n \"enabled\": false,\r\n \"displayname\": \"Wire Data\"\r\n },\r\n {\r\n \"name\": \"SiteRecovery\",\r\n \"enabled\": false,\r\n \"displayname\": \"Azure Site Recovery\"\r\n },\r\n {\r\n \"name\": \"Backup\",\r\n \"enabled\": @@ -1053,30 +1025,33 @@ interactions: \ \"enabled\": false,\r\n \"displayname\": \"Azure Data Factory Analytics (Preview)\"\r\n },\r\n {\r\n \"name\": \"AzureSecurityOfThings\",\r\n \ \"enabled\": false,\r\n \"displayname\": \"Azure Security of Things - solution\"\r\n },\r\n {\r\n \"name\": \"SQLVulnerabilityAssessment\",\r\n - \ \"enabled\": false,\r\n \"displayname\": \"SQL Vulnerability Assessment\"\r\n - \ },\r\n {\r\n \"name\": \"SQLAdvancedThreatProtection\",\r\n \"enabled\": - false,\r\n \"displayname\": \"SQL Advanced Threat Protection\"\r\n },\r\n - \ {\r\n \"name\": \"VMInsights\",\r\n \"enabled\": false,\r\n \"displayname\": - \"Azure Monitor - VM Insights\"\r\n },\r\n {\r\n \"name\": \"WinLog\",\r\n - \ \"enabled\": false,\r\n \"displayname\": \"WinLog\"\r\n }\r\n]" + solution\",\r\n \"modifiedDate\": \"Tue, 21 Apr 2020 08:19:48 GMT\",\r\n + \ \"createdDate\": \"Tue, 21 Apr 2020 08:19:46 GMT\"\r\n },\r\n {\r\n + \ \"name\": \"SQLVulnerabilityAssessment\",\r\n \"enabled\": false,\r\n + \ \"displayname\": \"SQL Vulnerability Assessment\"\r\n },\r\n {\r\n \"name\": + \"SQLAdvancedThreatProtection\",\r\n \"enabled\": false,\r\n \"displayname\": + \"SQL Advanced Threat Protection\"\r\n },\r\n {\r\n \"name\": \"SQLDataClassification\",\r\n + \ \"enabled\": false,\r\n \"displayname\": \"SQL Data Classification\"\r\n + \ },\r\n {\r\n \"name\": \"VMInsights\",\r\n \"enabled\": false,\r\n + \ \"displayname\": \"Azure Monitor - VM Insights\"\r\n },\r\n {\r\n \"name\": + \"WinLog\",\r\n \"enabled\": false,\r\n \"displayname\": \"WinLog\"\r\n + \ },\r\n {\r\n \"name\": \"NetFlow\",\r\n \"enabled\": false,\r\n \"displayname\": + \"NetFlow\"\r\n }\r\n]" headers: cache-control: - no-cache cachecontrol: - no-cache content-length: - - '8221' + - '8641' content-type: - application/json; charset=utf-8 date: - - Mon, 21 Oct 2019 11:30:15 GMT + - Tue, 21 Apr 2020 08:19:49 GMT expires: - '-1' pragma: - no-cache - request-context: - - appId=cid-v1:3d24a429-e724-4d71-9886-21ad884cf893 server: - Microsoft-IIS/10.0 - Microsoft-IIS/10.0 @@ -1109,17 +1084,15 @@ interactions: - keep-alive Content-Length: - '0' - Content-Type: - - application/json; charset=utf-8 ParameterSetName: - -g -n User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.2 - azure-mgmt-loganalytics/0.2.0 Azure-SDK-For-Python AZURECLI/2.0.75 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.2 + azure-mgmt-loganalytics/0.4.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_monitor_workspace000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002?api-version=2020-03-01-preview response: body: string: '' @@ -1129,11 +1102,9 @@ interactions: content-length: - '0' date: - - Mon, 21 Oct 2019 11:30:23 GMT + - Tue, 21 Apr 2020 08:19:56 GMT pragma: - no-cache - request-context: - - appId=cid-v1:3d24a429-e724-4d71-9886-21ad884cf893 server: - Microsoft-IIS/10.0 - Microsoft-IIS/10.0 @@ -1142,7 +1113,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14990' + - '14995' x-powered-by: - ASP.NET - ASP.NET diff --git a/src/azure-cli/azure/cli/command_modules/monitor/tests/latest/recordings/test_monitor_log_analytics_workspace_linked_service_common_scenario.yaml b/src/azure-cli/azure/cli/command_modules/monitor/tests/latest/recordings/test_monitor_log_analytics_workspace_linked_service_common_scenario.yaml new file mode 100644 index 00000000000..4f59a5b3205 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/monitor/tests/latest/recordings/test_monitor_log_analytics_workspace_linked_service_common_scenario.yaml @@ -0,0 +1,784 @@ +interactions: +- request: + body: '{"properties": {"writeAccessResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-test-scus/providers/Microsoft.OperationalInsights/clusters/yu-test-cluster1"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics workspace linked-service create + Connection: + - keep-alive + Content-Length: + - '197' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g --workspace-name -n --write-access-resource-id + User-Agent: + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.2 + azure-mgmt-loganalytics/0.5.0 Azure-SDK-For-Python AZURECLI/2.2.0 + accept-language: + - en-US + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/azure-cli-test-scus/providers/Microsoft.OperationalInsights/workspaces/yu-test-ws1/linkedServices/cluster?api-version=2020-03-01-preview + response: + body: + string: "{\r\n \"properties\": {\r\n \"writeAccessResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-test-scus/providers/Microsoft.OperationalInsights/clusters/yu-test-cluster1\",\r\n + \ \"provisioningState\": \"ProvisioningAccount\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/azure-cli-test-scus/providers/microsoft.operationalinsights/workspaces/yu-test-ws1/linkedservices/cluster\",\r\n + \ \"name\": \"yu-test-ws1/Cluster\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces/linkedServices\"\r\n}" + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.OperationalInsights/locations/southcentralus/operationStatuses/40ec600a-851b-4000-9128-7abc7c38f144?api-version=2015-11-01-preview + cache-control: + - no-cache + cachecontrol: + - no-cache + content-length: + - '551' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 23 Apr 2020 05:50:28 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ams-apiversion: + - WebAPI1.0 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-powered-by: + - ASP.NET + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics workspace linked-service create + Connection: + - keep-alive + ParameterSetName: + - -g --workspace-name -n --write-access-resource-id + User-Agent: + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.2 + azure-mgmt-loganalytics/0.5.0 Azure-SDK-For-Python AZURECLI/2.2.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.OperationalInsights/locations/southcentralus/operationStatuses/40ec600a-851b-4000-9128-7abc7c38f144?api-version=2015-11-01-preview + response: + body: + string: "{\r\n \"status\": \"Succeeded\",\r\n \"name\": \"40ec600a-851b-4000-9128-7abc7c38f144\",\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.OperationalInsights/locations/southcentralus/operationStatuses/40ec600a-851b-4000-9128-7abc7c38f144\",\r\n + \ \"startTime\": \"Thu, 23 Apr 2020 05:50:29 GMT\",\r\n \"endTime\": \"Thu, + 23 Apr 2020 05:50:41 GMT\"\r\n}" + headers: + cache-control: + - no-cache + cachecontrol: + - no-cache + content-length: + - '360' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 23 Apr 2020 05:51:00 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ams-apiversion: + - WebAPI1.0 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics workspace linked-service create + Connection: + - keep-alive + ParameterSetName: + - -g --workspace-name -n --write-access-resource-id + User-Agent: + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.2 + azure-mgmt-loganalytics/0.5.0 Azure-SDK-For-Python AZURECLI/2.2.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/azure-cli-test-scus/providers/Microsoft.OperationalInsights/workspaces/yu-test-ws1/linkedServices/cluster?api-version=2020-03-01-preview + response: + body: + string: "{\r\n \"properties\": {\r\n \"writeAccessResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-test-scus/providers/Microsoft.OperationalInsights/clusters/yu-test-cluster1\",\r\n + \ \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/azure-cli-test-scus/providers/microsoft.operationalinsights/workspaces/yu-test-ws1/linkedservices/cluster\",\r\n + \ \"name\": \"yu-test-ws1/Cluster\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces/linkedServices\"\r\n}" + headers: + cache-control: + - no-cache + cachecontrol: + - no-cache + content-length: + - '541' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 23 Apr 2020 05:51:00 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ams-apiversion: + - WebAPI1.0 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics workspace linked-service update + Connection: + - keep-alive + ParameterSetName: + - -g --workspace-name -n --write-access-resource-id + User-Agent: + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.2 + azure-mgmt-loganalytics/0.5.0 Azure-SDK-For-Python AZURECLI/2.2.0 + accept-language: + - en-US + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/azure-cli-test-scus/providers/Microsoft.OperationalInsights/workspaces/yu-test-ws1/linkedServices/cluster?api-version=2020-03-01-preview + response: + body: + string: "{\r\n \"properties\": {\r\n \"writeAccessResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-test-scus/providers/Microsoft.OperationalInsights/clusters/yu-test-cluster1\",\r\n + \ \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/azure-cli-test-scus/providers/microsoft.operationalinsights/workspaces/yu-test-ws1/linkedservices/cluster\",\r\n + \ \"name\": \"yu-test-ws1/Cluster\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces/linkedServices\"\r\n}" + headers: + cache-control: + - no-cache + cachecontrol: + - no-cache + content-length: + - '541' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 23 Apr 2020 05:51:03 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ams-apiversion: + - WebAPI1.0 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + - ASP.NET + status: + code: 200 + message: OK +- request: + body: '{"properties": {"writeAccessResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-test-scus/providers/Microsoft.OperationalInsights/clusters/yu-test-cluster2", + "provisioningState": "Succeeded"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics workspace linked-service update + Connection: + - keep-alive + Content-Length: + - '231' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -g --workspace-name -n --write-access-resource-id + User-Agent: + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.2 + azure-mgmt-loganalytics/0.5.0 Azure-SDK-For-Python AZURECLI/2.2.0 + accept-language: + - en-US + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/azure-cli-test-scus/providers/Microsoft.OperationalInsights/workspaces/yu-test-ws1/linkedServices/cluster?api-version=2020-03-01-preview + response: + body: + string: "{\r\n \"properties\": {\r\n \"writeAccessResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-test-scus/providers/Microsoft.OperationalInsights/clusters/yu-test-cluster2\",\r\n + \ \"provisioningState\": \"ProvisioningAccount\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/azure-cli-test-scus/providers/microsoft.operationalinsights/workspaces/yu-test-ws1/linkedservices/cluster\",\r\n + \ \"name\": \"yu-test-ws1/Cluster\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces/linkedServices\"\r\n}" + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.OperationalInsights/locations/southcentralus/operationStatuses/fd555bd4-0515-4434-b79d-1b3db52ec1aa?api-version=2015-11-01-preview + cache-control: + - no-cache + cachecontrol: + - no-cache + content-length: + - '551' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 23 Apr 2020 05:51:05 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ams-apiversion: + - WebAPI1.0 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-powered-by: + - ASP.NET + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics workspace linked-service update + Connection: + - keep-alive + ParameterSetName: + - -g --workspace-name -n --write-access-resource-id + User-Agent: + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.2 + azure-mgmt-loganalytics/0.5.0 Azure-SDK-For-Python AZURECLI/2.2.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.OperationalInsights/locations/southcentralus/operationStatuses/fd555bd4-0515-4434-b79d-1b3db52ec1aa?api-version=2015-11-01-preview + response: + body: + string: "{\r\n \"status\": \"InProgress\",\r\n \"name\": \"fd555bd4-0515-4434-b79d-1b3db52ec1aa\",\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.OperationalInsights/locations/southcentralus/operationStatuses/fd555bd4-0515-4434-b79d-1b3db52ec1aa\",\r\n + \ \"startTime\": \"Thu, 23 Apr 2020 05:51:05 GMT\"\r\n}" + headers: + cache-control: + - no-cache + cachecontrol: + - no-cache + content-length: + - '314' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 23 Apr 2020 05:51:36 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ams-apiversion: + - WebAPI1.0 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics workspace linked-service update + Connection: + - keep-alive + ParameterSetName: + - -g --workspace-name -n --write-access-resource-id + User-Agent: + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.2 + azure-mgmt-loganalytics/0.5.0 Azure-SDK-For-Python AZURECLI/2.2.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.OperationalInsights/locations/southcentralus/operationStatuses/fd555bd4-0515-4434-b79d-1b3db52ec1aa?api-version=2015-11-01-preview + response: + body: + string: "{\r\n \"status\": \"Succeeded\",\r\n \"name\": \"fd555bd4-0515-4434-b79d-1b3db52ec1aa\",\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.OperationalInsights/locations/southcentralus/operationStatuses/fd555bd4-0515-4434-b79d-1b3db52ec1aa\",\r\n + \ \"startTime\": \"Thu, 23 Apr 2020 05:51:05 GMT\",\r\n \"endTime\": \"Thu, + 23 Apr 2020 05:51:41 GMT\"\r\n}" + headers: + cache-control: + - no-cache + cachecontrol: + - no-cache + content-length: + - '360' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 23 Apr 2020 05:52:06 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ams-apiversion: + - WebAPI1.0 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics workspace linked-service update + Connection: + - keep-alive + ParameterSetName: + - -g --workspace-name -n --write-access-resource-id + User-Agent: + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.2 + azure-mgmt-loganalytics/0.5.0 Azure-SDK-For-Python AZURECLI/2.2.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/azure-cli-test-scus/providers/Microsoft.OperationalInsights/workspaces/yu-test-ws1/linkedServices/cluster?api-version=2020-03-01-preview + response: + body: + string: "{\r\n \"properties\": {\r\n \"writeAccessResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-test-scus/providers/Microsoft.OperationalInsights/clusters/yu-test-cluster2\",\r\n + \ \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/azure-cli-test-scus/providers/microsoft.operationalinsights/workspaces/yu-test-ws1/linkedservices/cluster\",\r\n + \ \"name\": \"yu-test-ws1/Cluster\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces/linkedServices\"\r\n}" + headers: + cache-control: + - no-cache + cachecontrol: + - no-cache + content-length: + - '541' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 23 Apr 2020 05:52:07 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ams-apiversion: + - WebAPI1.0 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics workspace linked-service show + Connection: + - keep-alive + ParameterSetName: + - -g --workspace-name -n + User-Agent: + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.2 + azure-mgmt-loganalytics/0.5.0 Azure-SDK-For-Python AZURECLI/2.2.0 + accept-language: + - en-US + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/azure-cli-test-scus/providers/Microsoft.OperationalInsights/workspaces/yu-test-ws1/linkedServices/cluster?api-version=2020-03-01-preview + response: + body: + string: "{\r\n \"properties\": {\r\n \"writeAccessResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-test-scus/providers/Microsoft.OperationalInsights/clusters/yu-test-cluster2\",\r\n + \ \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/azure-cli-test-scus/providers/microsoft.operationalinsights/workspaces/yu-test-ws1/linkedservices/cluster\",\r\n + \ \"name\": \"yu-test-ws1/Cluster\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces/linkedServices\"\r\n}" + headers: + cache-control: + - no-cache + cachecontrol: + - no-cache + content-length: + - '541' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 23 Apr 2020 05:52:09 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ams-apiversion: + - WebAPI1.0 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics workspace linked-service list + Connection: + - keep-alive + ParameterSetName: + - -g --workspace-name + User-Agent: + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.2 + azure-mgmt-loganalytics/0.5.0 Azure-SDK-For-Python AZURECLI/2.2.0 + accept-language: + - en-US + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/azure-cli-test-scus/providers/Microsoft.OperationalInsights/workspaces/yu-test-ws1/linkedServices?api-version=2020-03-01-preview + response: + body: + string: "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"writeAccessResourceId\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-test-scus/providers/Microsoft.OperationalInsights/clusters/yu-test-cluster2\",\r\n + \ \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/azure-cli-test-scus/providers/microsoft.operationalinsights/workspaces/yu-test-ws1/linkedservices/cluster\",\r\n + \ \"name\": \"yu-test-ws1/Cluster\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces/linkedServices\"\r\n + \ }\r\n ]\r\n}" + headers: + cache-control: + - no-cache + cachecontrol: + - no-cache + content-length: + - '602' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 23 Apr 2020 05:52:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ams-apiversion: + - WebAPI1.0 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics workspace linked-service delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g --workspace-name -n -y + User-Agent: + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.2 + azure-mgmt-loganalytics/0.5.0 Azure-SDK-For-Python AZURECLI/2.2.0 + accept-language: + - en-US + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/azure-cli-test-scus/providers/Microsoft.OperationalInsights/workspaces/yu-test-ws1/linkedServices/cluster?api-version=2020-03-01-preview + response: + body: + string: "{\r\n \"properties\": {\r\n \"writeAccessResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-test-scus/providers/Microsoft.OperationalInsights/clusters/yu-test-cluster2\",\r\n + \ \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/azure-cli-test-scus/providers/microsoft.operationalinsights/workspaces/yu-test-ws1/linkedservices/cluster\",\r\n + \ \"name\": \"yu-test-ws1/Cluster\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces/linkedServices\"\r\n}" + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.OperationalInsights/locations/southcentralus/operationStatuses/a6a7a440-4b8e-42b0-acb8-350224b25cf1?api-version=2015-11-01-preview + cache-control: + - no-cache + cachecontrol: + - no-cache + content-length: + - '541' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 23 Apr 2020 05:52:13 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ams-apiversion: + - WebAPI1.0 + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + x-powered-by: + - ASP.NET + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics workspace linked-service delete + Connection: + - keep-alive + ParameterSetName: + - -g --workspace-name -n -y + User-Agent: + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.2 + azure-mgmt-loganalytics/0.5.0 Azure-SDK-For-Python AZURECLI/2.2.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.OperationalInsights/locations/southcentralus/operationStatuses/a6a7a440-4b8e-42b0-acb8-350224b25cf1?api-version=2015-11-01-preview + response: + body: + string: "{\r\n \"status\": \"Succeeded\",\r\n \"name\": \"a6a7a440-4b8e-42b0-acb8-350224b25cf1\",\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.OperationalInsights/locations/southcentralus/operationStatuses/a6a7a440-4b8e-42b0-acb8-350224b25cf1\",\r\n + \ \"startTime\": \"Thu, 23 Apr 2020 05:52:14 GMT\",\r\n \"endTime\": \"Thu, + 23 Apr 2020 05:52:41 GMT\"\r\n}" + headers: + cache-control: + - no-cache + cachecontrol: + - no-cache + content-length: + - '360' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 23 Apr 2020 05:52:48 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ams-apiversion: + - WebAPI1.0 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + - ASP.NET + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - monitor log-analytics workspace linked-service list + Connection: + - keep-alive + ParameterSetName: + - -g --workspace-name + User-Agent: + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.2 + azure-mgmt-loganalytics/0.5.0 Azure-SDK-For-Python AZURECLI/2.2.0 + accept-language: + - en-US + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/azure-cli-test-scus/providers/Microsoft.OperationalInsights/workspaces/yu-test-ws1/linkedServices?api-version=2020-03-01-preview + response: + body: + string: "{\r\n \"value\": []\r\n}" + headers: + cache-control: + - no-cache + cachecontrol: + - no-cache + content-length: + - '19' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 23 Apr 2020 05:52:51 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-ams-apiversion: + - WebAPI1.0 + x-content-type-options: + - nosniff + x-powered-by: + - ASP.NET + - ASP.NET + status: + code: 200 + message: OK +version: 1 diff --git a/src/azure-cli/azure/cli/command_modules/monitor/tests/latest/recordings/test_monitor_private_link_scope_scenario.yaml b/src/azure-cli/azure/cli/command_modules/monitor/tests/latest/recordings/test_monitor_private_link_scope_scenario.yaml index 0bc4c4a2b5a..ede3bf2b404 100644 --- a/src/azure-cli/azure/cli/command_modules/monitor/tests/latest/recordings/test_monitor_private_link_scope_scenario.yaml +++ b/src/azure-cli/azure/cli/command_modules/monitor/tests/latest/recordings/test_monitor_private_link_scope_scenario.yaml @@ -17,8 +17,8 @@ interactions: ParameterSetName: - -n -g User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-monitor/0.9.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-monitor/0.9.0 Azure-SDK-For-Python AZURECLI/2.4.0 accept-language: - en-US method: PUT @@ -28,12 +28,12 @@ interactions: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/privatelinkscopes/clitestscopename\",\r\n \ \"name\": \"clitestscopename\",\r\n \"type\": \"microsoft.insights/privatelinkscopes\",\r\n \ \"location\": \"global\",\r\n \"tags\": {},\r\n \"kind\": null,\r\n \"etag\": - \"\\\"0300104c-0000-0100-0000-5ea1420a0000\\\"\",\r\n \"systemData\": {\r\n - \ \"createdBy\": \"fanqiu@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n - \ \"createdAt\": \"2020-04-23T07:21:45.5314933Z\",\r\n \"lastModifiedBy\": - \"fanqiu@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": - \"2020-04-23T07:21:45.5314933Z\"\r\n },\r\n \"properties\": {\r\n \"scopeId\": - \"f05694be-95ce-44bf-a656-5d84e428ed3e\",\r\n \"provisioningState\": \"Succeeded\",\r\n + \"\\\"0300284c-0000-0100-0000-5ea152380000\\\"\",\r\n \"systemData\": {\r\n + \ \"createdBy\": \"ychenu@microsoft.com\",\r\n \"createdByType\": \"User\",\r\n + \ \"createdAt\": \"2020-04-23T08:30:47.4021656Z\",\r\n \"lastModifiedBy\": + \"ychenu@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": + \"2020-04-23T08:30:47.4021656Z\"\r\n },\r\n \"properties\": {\r\n \"scopeId\": + \"aa4f6308-b844-4bf9-881e-aadc923694e9\",\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"privateEndpointConnections\": []\r\n }\r\n}" headers: access-control-expose-headers: @@ -45,7 +45,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 23 Apr 2020 07:21:48 GMT + - Thu, 23 Apr 2020 08:30:49 GMT expires: - '-1' pragma: @@ -83,8 +83,8 @@ interactions: ParameterSetName: - -n -g --tags User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-monitor/0.9.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-monitor/0.9.0 Azure-SDK-For-Python AZURECLI/2.4.0 accept-language: - en-US method: PATCH @@ -94,12 +94,12 @@ interactions: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/privatelinkscopes/clitestscopename\",\r\n \ \"name\": \"clitestscopename\",\r\n \"type\": \"microsoft.insights/privatelinkscopes\",\r\n \ \"location\": \"global\",\r\n \"tags\": {\r\n \"tag1\": \"d1\"\r\n },\r\n - \ \"kind\": null,\r\n \"etag\": \"\\\"0300114c-0000-0100-0000-5ea142110000\\\"\",\r\n - \ \"systemData\": {\r\n \"createdBy\": \"fanqiu@microsoft.com\",\r\n \"createdByType\": - \"User\",\r\n \"createdAt\": \"2020-04-23T07:21:45.5314933Z\",\r\n \"lastModifiedBy\": - \"fanqiu@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": - \"2020-04-23T07:21:52.3174049Z\"\r\n },\r\n \"properties\": {\r\n \"scopeId\": - \"f05694be-95ce-44bf-a656-5d84e428ed3e\",\r\n \"provisioningState\": \"Succeeded\"\r\n + \ \"kind\": null,\r\n \"etag\": \"\\\"0300294c-0000-0100-0000-5ea1523e0000\\\"\",\r\n + \ \"systemData\": {\r\n \"createdBy\": \"ychenu@microsoft.com\",\r\n \"createdByType\": + \"User\",\r\n \"createdAt\": \"2020-04-23T08:30:47.4021656Z\",\r\n \"lastModifiedBy\": + \"ychenu@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": + \"2020-04-23T08:30:53.0301984Z\"\r\n },\r\n \"properties\": {\r\n \"scopeId\": + \"aa4f6308-b844-4bf9-881e-aadc923694e9\",\r\n \"provisioningState\": \"Succeeded\"\r\n \ }\r\n}" headers: access-control-expose-headers: @@ -111,7 +111,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 23 Apr 2020 07:21:56 GMT + - Thu, 23 Apr 2020 08:30:58 GMT expires: - '-1' pragma: @@ -129,7 +129,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' x-powered-by: - ASP.NET status: @@ -149,8 +149,8 @@ interactions: ParameterSetName: - -n -g User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-monitor/0.9.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-monitor/0.9.0 Azure-SDK-For-Python AZURECLI/2.4.0 accept-language: - en-US method: GET @@ -160,12 +160,12 @@ interactions: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/privatelinkscopes/clitestscopename\",\r\n \ \"name\": \"clitestscopename\",\r\n \"type\": \"microsoft.insights/privatelinkscopes\",\r\n \ \"location\": \"global\",\r\n \"tags\": {\r\n \"tag1\": \"d1\"\r\n },\r\n - \ \"kind\": null,\r\n \"etag\": \"\\\"0300114c-0000-0100-0000-5ea142110000\\\"\",\r\n - \ \"systemData\": {\r\n \"createdBy\": \"fanqiu@microsoft.com\",\r\n \"createdByType\": - \"User\",\r\n \"createdAt\": \"2020-04-23T07:21:45.5314933Z\",\r\n \"lastModifiedBy\": - \"fanqiu@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": - \"2020-04-23T07:21:52.3174049Z\"\r\n },\r\n \"properties\": {\r\n \"scopeId\": - \"f05694be-95ce-44bf-a656-5d84e428ed3e\",\r\n \"provisioningState\": \"Succeeded\"\r\n + \ \"kind\": null,\r\n \"etag\": \"\\\"0300294c-0000-0100-0000-5ea1523e0000\\\"\",\r\n + \ \"systemData\": {\r\n \"createdBy\": \"ychenu@microsoft.com\",\r\n \"createdByType\": + \"User\",\r\n \"createdAt\": \"2020-04-23T08:30:47.4021656Z\",\r\n \"lastModifiedBy\": + \"ychenu@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": + \"2020-04-23T08:30:53.0301984Z\"\r\n },\r\n \"properties\": {\r\n \"scopeId\": + \"aa4f6308-b844-4bf9-881e-aadc923694e9\",\r\n \"provisioningState\": \"Succeeded\"\r\n \ }\r\n}" headers: access-control-expose-headers: @@ -177,7 +177,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 23 Apr 2020 07:21:59 GMT + - Thu, 23 Apr 2020 08:31:18 GMT expires: - '-1' pragma: @@ -213,8 +213,8 @@ interactions: ParameterSetName: - -g User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-monitor/0.9.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-monitor/0.9.0 Azure-SDK-For-Python AZURECLI/2.4.0 accept-language: - en-US method: GET @@ -224,12 +224,12 @@ interactions: string: "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/privatelinkscopes/clitestscopename\",\r\n \ \"name\": \"clitestscopename\",\r\n \"type\": \"microsoft.insights/privatelinkscopes\",\r\n \ \"location\": \"global\",\r\n \"tags\": {\r\n \"tag1\": - \"d1\"\r\n },\r\n \"kind\": null,\r\n \"etag\": \"\\\"0300114c-0000-0100-0000-5ea142110000\\\"\",\r\n - \ \"systemData\": {\r\n \"createdBy\": \"fanqiu@microsoft.com\",\r\n - \ \"createdByType\": \"User\",\r\n \"createdAt\": \"2020-04-23T07:21:45.5314933Z\",\r\n - \ \"lastModifiedBy\": \"fanqiu@microsoft.com\",\r\n \"lastModifiedByType\": - \"User\",\r\n \"lastModifiedAt\": \"2020-04-23T07:21:52.3174049Z\"\r\n - \ },\r\n \"properties\": {\r\n \"scopeId\": \"f05694be-95ce-44bf-a656-5d84e428ed3e\",\r\n + \"d1\"\r\n },\r\n \"kind\": null,\r\n \"etag\": \"\\\"0300294c-0000-0100-0000-5ea1523e0000\\\"\",\r\n + \ \"systemData\": {\r\n \"createdBy\": \"ychenu@microsoft.com\",\r\n + \ \"createdByType\": \"User\",\r\n \"createdAt\": \"2020-04-23T08:30:47.4021656Z\",\r\n + \ \"lastModifiedBy\": \"ychenu@microsoft.com\",\r\n \"lastModifiedByType\": + \"User\",\r\n \"lastModifiedAt\": \"2020-04-23T08:30:53.0301984Z\"\r\n + \ },\r\n \"properties\": {\r\n \"scopeId\": \"aa4f6308-b844-4bf9-881e-aadc923694e9\",\r\n \ \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ],\r\n \ \"nextLink\": null\r\n}" headers: @@ -242,7 +242,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 23 Apr 2020 07:22:01 GMT + - Thu, 23 Apr 2020 08:31:19 GMT expires: - '-1' pragma: @@ -276,8 +276,8 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-monitor/0.9.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-monitor/0.9.0 Azure-SDK-For-Python AZURECLI/2.4.0 accept-language: - en-US method: GET @@ -577,12 +577,12 @@ interactions: \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/privatelinkscopes/clitestscopename\",\r\n \ \"name\": \"clitestscopename\",\r\n \"type\": \"microsoft.insights/privatelinkscopes\",\r\n \ \"location\": \"global\",\r\n \"tags\": {\r\n \"tag1\": - \"d1\"\r\n },\r\n \"kind\": null,\r\n \"etag\": \"\\\"0300114c-0000-0100-0000-5ea142110000\\\"\",\r\n - \ \"systemData\": {\r\n \"createdBy\": \"fanqiu@microsoft.com\",\r\n - \ \"createdByType\": \"User\",\r\n \"createdAt\": \"2020-04-23T07:21:45.5314933Z\",\r\n - \ \"lastModifiedBy\": \"fanqiu@microsoft.com\",\r\n \"lastModifiedByType\": - \"User\",\r\n \"lastModifiedAt\": \"2020-04-23T07:21:52.3174049Z\"\r\n - \ },\r\n \"properties\": {\r\n \"scopeId\": \"f05694be-95ce-44bf-a656-5d84e428ed3e\",\r\n + \"d1\"\r\n },\r\n \"kind\": null,\r\n \"etag\": \"\\\"0300294c-0000-0100-0000-5ea1523e0000\\\"\",\r\n + \ \"systemData\": {\r\n \"createdBy\": \"ychenu@microsoft.com\",\r\n + \ \"createdByType\": \"User\",\r\n \"createdAt\": \"2020-04-23T08:30:47.4021656Z\",\r\n + \ \"lastModifiedBy\": \"ychenu@microsoft.com\",\r\n \"lastModifiedByType\": + \"User\",\r\n \"lastModifiedAt\": \"2020-04-23T08:30:53.0301984Z\"\r\n + \ },\r\n \"properties\": {\r\n \"scopeId\": \"aa4f6308-b844-4bf9-881e-aadc923694e9\",\r\n \ \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ],\r\n \ \"nextLink\": null\r\n}" headers: @@ -595,7 +595,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 23 Apr 2020 07:22:02 GMT + - Thu, 23 Apr 2020 08:31:21 GMT expires: - '-1' pragma: @@ -636,26 +636,26 @@ interactions: ParameterSetName: - -a -g -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-applicationinsights/0.1.1 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-applicationinsights/0.1.1 Azure-SDK-For-Python AZURECLI/2.4.0 accept-language: - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/clitest000003?api-version=2015-05-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/clitest000003","name":"clitest000003","type":"microsoft.insights/components","location":"eastus","tags":{},"kind":"web","etag":"\"01001c92-0000-0100-0000-5ea142250000\"","properties":{"Ver":"v2","ApplicationId":"clitest000003","AppId":"b03916a0-cead-45bc-9150-b587755db243","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"aaae1fbd-83ab-4eac-bcba-fb9d274d98eb","ConnectionString":"InstrumentationKey=aaae1fbd-83ab-4eac-bcba-fb9d274d98eb","Name":"clitest000003","CreationDate":"2020-04-23T07:22:13.5474514+00:00","TenantId":"57947cb5-aadd-4b6c-9e8e-27f545bb7bf5","provisioningState":"Succeeded","SamplingPercentage":null,"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/clitest000003","name":"clitest000003","type":"microsoft.insights/components","location":"eastus","tags":{},"kind":"web","etag":"\"510091b3-0000-0100-0000-5ea152620000\"","properties":{"Ver":"v2","ApplicationId":"clitest000003","AppId":"32ae71ee-ad33-4a35-8641-8e34380d6f67","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"224b86c1-4d14-4641-9fc6-3ee00b3993b0","ConnectionString":"InstrumentationKey=224b86c1-4d14-4641-9fc6-3ee00b3993b0","Name":"clitest000003","CreationDate":"2020-04-23T08:31:29.994005+00:00","TenantId":"57947cb5-aadd-4b6c-9e8e-27f545bb7bf5","provisioningState":"Succeeded","SamplingPercentage":null,"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' headers: access-control-expose-headers: - Request-Context cache-control: - no-cache content-length: - - '969' + - '968' content-type: - application/json; charset=utf-8 date: - - Thu, 23 Apr 2020 07:22:17 GMT + - Thu, 23 Apr 2020 08:31:32 GMT expires: - '-1' pragma: @@ -681,7 +681,8 @@ interactions: message: OK - request: body: '{"location": "eastus2euap", "properties": {"sku": {"name": "PerGB2018"}, - "retentionInDays": 30}}' + "retentionInDays": 30, "publicNetworkAccessForIngestion": "Enabled", "publicNetworkAccessForQuery": + "Enabled"}}' headers: Accept: - application/json @@ -692,28 +693,28 @@ interactions: Connection: - keep-alive Content-Length: - - '96' + - '184' Content-Type: - application/json; charset=utf-8 ParameterSetName: - -n -g -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-loganalytics/0.2.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-loganalytics/0.5.0 Azure-SDK-For-Python AZURECLI/2.4.0 accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002?api-version=2020-03-01-preview response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": - \"f052cbbe-90c2-4564-89b7-0494c167e34f\",\r\n \"provisioningState\": \"Creating\",\r\n + \"63eb7772-b15c-4255-914d-efb78fcaf146\",\r\n \"provisioningState\": \"Creating\",\r\n \ \"sku\": {\r\n \"name\": \"pergb2018\",\r\n \"lastSkuUpdate\": - \"Thu, 23 Apr 2020 07:22:22 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n + \"Thu, 23 Apr 2020 08:31:39 GMT\"\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\": - \"Thu, 23 Apr 2020 10:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n + \"Thu, 23 Apr 2020 19:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n \ },\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/clitest000002\",\r\n \ \"name\": \"clitest000002\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces\",\r\n @@ -726,7 +727,7 @@ interactions: content-type: - application/json date: - - Thu, 23 Apr 2020 07:22:24 GMT + - Thu, 23 Apr 2020 08:31:39 GMT pragma: - no-cache server: @@ -758,20 +759,20 @@ interactions: ParameterSetName: - -n -g -l User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-loganalytics/0.2.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-loganalytics/0.5.0 Azure-SDK-For-Python AZURECLI/2.4.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002?api-version=2020-03-01-preview response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": - \"f052cbbe-90c2-4564-89b7-0494c167e34f\",\r\n \"provisioningState\": \"Succeeded\",\r\n + \"63eb7772-b15c-4255-914d-efb78fcaf146\",\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"sku\": {\r\n \"name\": \"pergb2018\",\r\n \"lastSkuUpdate\": - \"Thu, 23 Apr 2020 07:22:22 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n + \"Thu, 23 Apr 2020 08:31:39 GMT\"\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\": - \"Thu, 23 Apr 2020 10:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n + \"Thu, 23 Apr 2020 19:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n \ },\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/clitest000002\",\r\n \ \"name\": \"clitest000002\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces\",\r\n @@ -784,7 +785,7 @@ interactions: content-type: - application/json date: - - Thu, 23 Apr 2020 07:22:56 GMT + - Thu, 23 Apr 2020 08:32:12 GMT pragma: - no-cache server: @@ -822,8 +823,8 @@ interactions: ParameterSetName: - -g -n --linked-resource --scope-name User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-monitor/0.9.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-monitor/0.9.0 Azure-SDK-For-Python AZURECLI/2.4.0 accept-language: - en-US method: PUT @@ -832,11 +833,11 @@ interactions: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/privatelinkscopes/clitestscopename/scopedresources/assigned_app\",\r\n \ \"name\": \"assigned_app\",\r\n \"type\": \"microsoft.insights/privatelinkscopes/scopedresources\",\r\n - \ \"etag\": \"\\\"00000618-0000-0100-0000-5ea1425a0000\\\"\",\r\n \"systemData\": - {\r\n \"createdBy\": \"fanqiu@microsoft.com\",\r\n \"createdByType\": - \"User\",\r\n \"createdAt\": \"2020-04-23T07:22:58.6595522Z\",\r\n \"lastModifiedBy\": - \"fanqiu@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": - \"2020-04-23T07:22:58.6595522Z\"\r\n },\r\n \"properties\": {\r\n \"linkedResourceId\": + \ \"etag\": \"\\\"00006c18-0000-0100-0000-5ea152900000\\\"\",\r\n \"systemData\": + {\r\n \"createdBy\": \"ychenu@microsoft.com\",\r\n \"createdByType\": + \"User\",\r\n \"createdAt\": \"2020-04-23T08:32:14.8156055Z\",\r\n \"lastModifiedBy\": + \"ychenu@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": + \"2020-04-23T08:32:14.8156055Z\"\r\n },\r\n \"properties\": {\r\n \"linkedResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.insights/components/clitest000003\",\r\n \ \"provisioningState\": \"Succeeded\"\r\n }\r\n}" headers: @@ -849,7 +850,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 23 Apr 2020 07:23:07 GMT + - Thu, 23 Apr 2020 08:32:16 GMT expires: - '-1' pragma: @@ -887,8 +888,8 @@ interactions: ParameterSetName: - -g -n --scope-name User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-monitor/0.9.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-monitor/0.9.0 Azure-SDK-For-Python AZURECLI/2.4.0 accept-language: - en-US method: GET @@ -897,11 +898,11 @@ interactions: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/privatelinkscopes/clitestscopename/scopedresources/assigned_app\",\r\n \ \"name\": \"assigned_app\",\r\n \"type\": \"microsoft.insights/privatelinkscopes/scopedresources\",\r\n - \ \"etag\": \"\\\"00000618-0000-0100-0000-5ea1425a0000\\\"\",\r\n \"systemData\": - {\r\n \"createdBy\": \"fanqiu@microsoft.com\",\r\n \"createdByType\": - \"User\",\r\n \"createdAt\": \"2020-04-23T07:22:58.6595522Z\",\r\n \"lastModifiedBy\": - \"fanqiu@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": - \"2020-04-23T07:22:58.6595522Z\"\r\n },\r\n \"properties\": {\r\n \"linkedResourceId\": + \ \"etag\": \"\\\"00006c18-0000-0100-0000-5ea152900000\\\"\",\r\n \"systemData\": + {\r\n \"createdBy\": \"ychenu@microsoft.com\",\r\n \"createdByType\": + \"User\",\r\n \"createdAt\": \"2020-04-23T08:32:14.8156055Z\",\r\n \"lastModifiedBy\": + \"ychenu@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": + \"2020-04-23T08:32:14.8156055Z\"\r\n },\r\n \"properties\": {\r\n \"linkedResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.insights/components/clitest000003\",\r\n \ \"provisioningState\": \"Succeeded\"\r\n }\r\n}" headers: @@ -914,7 +915,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 23 Apr 2020 07:23:09 GMT + - Thu, 23 Apr 2020 08:32:17 GMT expires: - '-1' pragma: @@ -950,8 +951,8 @@ interactions: ParameterSetName: - -g --scope-name User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-monitor/0.9.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-monitor/0.9.0 Azure-SDK-For-Python AZURECLI/2.4.0 accept-language: - en-US method: GET @@ -960,11 +961,11 @@ interactions: body: string: "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/privatelinkscopes/clitestscopename/scopedresources/assigned_app\",\r\n \ \"name\": \"assigned_app\",\r\n \"type\": \"microsoft.insights/privatelinkscopes/scopedresources\",\r\n - \ \"etag\": \"\\\"00000618-0000-0100-0000-5ea1425a0000\\\"\",\r\n \"systemData\": - {\r\n \"createdBy\": \"fanqiu@microsoft.com\",\r\n \"createdByType\": - \"User\",\r\n \"createdAt\": \"2020-04-23T07:22:58.6595522Z\",\r\n - \ \"lastModifiedBy\": \"fanqiu@microsoft.com\",\r\n \"lastModifiedByType\": - \"User\",\r\n \"lastModifiedAt\": \"2020-04-23T07:22:58.6595522Z\"\r\n + \ \"etag\": \"\\\"00006c18-0000-0100-0000-5ea152900000\\\"\",\r\n \"systemData\": + {\r\n \"createdBy\": \"ychenu@microsoft.com\",\r\n \"createdByType\": + \"User\",\r\n \"createdAt\": \"2020-04-23T08:32:14.8156055Z\",\r\n + \ \"lastModifiedBy\": \"ychenu@microsoft.com\",\r\n \"lastModifiedByType\": + \"User\",\r\n \"lastModifiedAt\": \"2020-04-23T08:32:14.8156055Z\"\r\n \ },\r\n \"properties\": {\r\n \"linkedResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.insights/components/clitest000003\",\r\n \ \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ],\r\n \ \"nextLink\": null\r\n}" @@ -978,7 +979,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 23 Apr 2020 07:23:12 GMT + - Thu, 23 Apr 2020 08:32:20 GMT expires: - '-1' pragma: @@ -1018,8 +1019,8 @@ interactions: ParameterSetName: - -g -n --linked-resource --scope-name User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-monitor/0.9.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-monitor/0.9.0 Azure-SDK-For-Python AZURECLI/2.4.0 accept-language: - en-US method: PUT @@ -1028,11 +1029,11 @@ interactions: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/privatelinkscopes/clitestscopename/scopedresources/assigned_ws\",\r\n \ \"name\": \"assigned_ws\",\r\n \"type\": \"microsoft.insights/privatelinkscopes/scopedresources\",\r\n - \ \"etag\": \"\\\"00000c18-0000-0100-0000-5ea142660000\\\"\",\r\n \"systemData\": - {\r\n \"createdBy\": \"fanqiu@microsoft.com\",\r\n \"createdByType\": - \"User\",\r\n \"createdAt\": \"2020-04-23T07:23:13.9768782Z\",\r\n \"lastModifiedBy\": - \"fanqiu@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": - \"2020-04-23T07:23:13.9768782Z\"\r\n },\r\n \"properties\": {\r\n \"linkedResourceId\": + \ \"etag\": \"\\\"00006d18-0000-0100-0000-5ea1529b0000\\\"\",\r\n \"systemData\": + {\r\n \"createdBy\": \"ychenu@microsoft.com\",\r\n \"createdByType\": + \"User\",\r\n \"createdAt\": \"2020-04-23T08:32:23.7073306Z\",\r\n \"lastModifiedBy\": + \"ychenu@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": + \"2020-04-23T08:32:23.7073306Z\"\r\n },\r\n \"properties\": {\r\n \"linkedResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/clitest000002\",\r\n \ \"provisioningState\": \"Provisioning\"\r\n }\r\n}" headers: @@ -1045,7 +1046,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 23 Apr 2020 07:23:18 GMT + - Thu, 23 Apr 2020 08:32:28 GMT expires: - '-1' pragma: @@ -1083,19 +1084,19 @@ interactions: ParameterSetName: - -g -n --linked-resource --scope-name User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-monitor/0.9.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-monitor/0.9.0 Azure-SDK-For-Python AZURECLI/2.4.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/privateLinkScopes/clitestscopename/scopedResources/assigned_ws?api-version=2019-10-17-preview response: body: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/privatelinkscopes/clitestscopename/scopedresources/assigned_ws\",\r\n \ \"name\": \"assigned_ws\",\r\n \"type\": \"microsoft.insights/privatelinkscopes/scopedresources\",\r\n - \ \"etag\": \"\\\"00000d18-0000-0100-0000-5ea142680000\\\"\",\r\n \"systemData\": - {\r\n \"createdBy\": \"fanqiu@microsoft.com\",\r\n \"createdByType\": - \"User\",\r\n \"createdAt\": \"2020-04-23T07:23:13.9768782Z\",\r\n \"lastModifiedBy\": - \"fanqiu@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": - \"2020-04-23T07:23:13.9768782Z\"\r\n },\r\n \"properties\": {\r\n \"linkedResourceId\": + \ \"etag\": \"\\\"00006e18-0000-0100-0000-5ea1529d0000\\\"\",\r\n \"systemData\": + {\r\n \"createdBy\": \"ychenu@microsoft.com\",\r\n \"createdByType\": + \"User\",\r\n \"createdAt\": \"2020-04-23T08:32:23.7073306Z\",\r\n \"lastModifiedBy\": + \"ychenu@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": + \"2020-04-23T08:32:23.7073306Z\"\r\n },\r\n \"properties\": {\r\n \"linkedResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/clitest000002\",\r\n \ \"provisioningState\": \"Succeeded\"\r\n }\r\n}" headers: @@ -1108,7 +1109,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 23 Apr 2020 07:23:49 GMT + - Thu, 23 Apr 2020 08:32:59 GMT expires: - '-1' pragma: @@ -1144,8 +1145,8 @@ interactions: ParameterSetName: - -g --scope-name User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-monitor/0.9.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-monitor/0.9.0 Azure-SDK-For-Python AZURECLI/2.4.0 accept-language: - en-US method: GET @@ -1154,20 +1155,20 @@ interactions: body: string: "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/privatelinkscopes/clitestscopename/scopedresources/assigned_app\",\r\n \ \"name\": \"assigned_app\",\r\n \"type\": \"microsoft.insights/privatelinkscopes/scopedresources\",\r\n - \ \"etag\": \"\\\"00000618-0000-0100-0000-5ea1425a0000\\\"\",\r\n \"systemData\": - {\r\n \"createdBy\": \"fanqiu@microsoft.com\",\r\n \"createdByType\": - \"User\",\r\n \"createdAt\": \"2020-04-23T07:22:58.6595522Z\",\r\n - \ \"lastModifiedBy\": \"fanqiu@microsoft.com\",\r\n \"lastModifiedByType\": - \"User\",\r\n \"lastModifiedAt\": \"2020-04-23T07:22:58.6595522Z\"\r\n + \ \"etag\": \"\\\"00006c18-0000-0100-0000-5ea152900000\\\"\",\r\n \"systemData\": + {\r\n \"createdBy\": \"ychenu@microsoft.com\",\r\n \"createdByType\": + \"User\",\r\n \"createdAt\": \"2020-04-23T08:32:14.8156055Z\",\r\n + \ \"lastModifiedBy\": \"ychenu@microsoft.com\",\r\n \"lastModifiedByType\": + \"User\",\r\n \"lastModifiedAt\": \"2020-04-23T08:32:14.8156055Z\"\r\n \ },\r\n \"properties\": {\r\n \"linkedResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.insights/components/clitest000003\",\r\n \ \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/privatelinkscopes/clitestscopename/scopedresources/assigned_ws\",\r\n \ \"name\": \"assigned_ws\",\r\n \"type\": \"microsoft.insights/privatelinkscopes/scopedresources\",\r\n - \ \"etag\": \"\\\"00000d18-0000-0100-0000-5ea142680000\\\"\",\r\n \"systemData\": - {\r\n \"createdBy\": \"fanqiu@microsoft.com\",\r\n \"createdByType\": - \"User\",\r\n \"createdAt\": \"2020-04-23T07:23:13.9768782Z\",\r\n - \ \"lastModifiedBy\": \"fanqiu@microsoft.com\",\r\n \"lastModifiedByType\": - \"User\",\r\n \"lastModifiedAt\": \"2020-04-23T07:23:13.9768782Z\"\r\n + \ \"etag\": \"\\\"00006e18-0000-0100-0000-5ea1529d0000\\\"\",\r\n \"systemData\": + {\r\n \"createdBy\": \"ychenu@microsoft.com\",\r\n \"createdByType\": + \"User\",\r\n \"createdAt\": \"2020-04-23T08:32:23.7073306Z\",\r\n + \ \"lastModifiedBy\": \"ychenu@microsoft.com\",\r\n \"lastModifiedByType\": + \"User\",\r\n \"lastModifiedAt\": \"2020-04-23T08:32:23.7073306Z\"\r\n \ },\r\n \"properties\": {\r\n \"linkedResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/clitest000002\",\r\n \ \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ],\r\n \ \"nextLink\": null\r\n}" @@ -1181,7 +1182,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 23 Apr 2020 07:23:51 GMT + - Thu, 23 Apr 2020 08:33:00 GMT expires: - '-1' pragma: @@ -1217,8 +1218,8 @@ interactions: ParameterSetName: - --scope-name -g User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-monitor/0.9.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-monitor/0.9.0 Azure-SDK-For-Python AZURECLI/2.4.0 accept-language: - en-US method: GET @@ -1228,8 +1229,8 @@ interactions: string: "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/privatelinkscopes/clitestscopename/privatelinkresources/azuremonitor\",\r\n \ \"name\": \"azuremonitor\",\r\n \"type\": \"microsoft.insights/privatelinkscopes/privatelinkresources\",\r\n \ \"properties\": {\r\n \"groupId\": \"azuremonitor\",\r\n \"requiredMembers\": - [\r\n \"oms-f052cbbe-90c2-4564-89b7-0494c167e34f\",\r\n \"ods-f052cbbe-90c2-4564-89b7-0494c167e34f\",\r\n - \ \"agent-f052cbbe-90c2-4564-89b7-0494c167e34f\",\r\n \"applicationinsights_ingestion\",\r\n + [\r\n \"oms-63eb7772-b15c-4255-914d-efb78fcaf146\",\r\n \"ods-63eb7772-b15c-4255-914d-efb78fcaf146\",\r\n + \ \"agent-63eb7772-b15c-4255-914d-efb78fcaf146\",\r\n \"applicationinsights_ingestion\",\r\n \ \"api\",\r\n \"live\",\r\n \"profiler\",\r\n \"snapshot\"\r\n \ ],\r\n \"requiredZoneNames\": [\r\n \"monitor.azure.com\",\r\n \ \"oms.opinsights.azure.com\",\r\n \"ods.opinsights.azure.com\",\r\n @@ -1245,7 +1246,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 23 Apr 2020 07:23:53 GMT + - Thu, 23 Apr 2020 08:33:01 GMT expires: - '-1' pragma: @@ -1287,8 +1288,8 @@ interactions: ParameterSetName: - -n -g -l --subnet-name User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-network/10.1.0 Azure-SDK-For-Python AZURECLI/2.4.0 accept-language: - en-US method: PUT @@ -1296,15 +1297,15 @@ interactions: response: body: string: "{\r\n \"name\": \"cli-vnet-000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000004\",\r\n - \ \"etag\": \"W/\\\"afeadce8-415d-4a06-99f8-52f51b3df1d0\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"00a09932-ccb7-41e8-818d-1dead5ee6726\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"resourceGuid\": \"3c55a78b-d88d-4397-9334-c372965dd3c0\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"4aa66aa3-892b-47df-9d85-abe5cc693f95\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [\r\n {\r\n \"name\": \"cli-subnet-000005\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000004/subnets/cli-subnet-000005\",\r\n - \ \"etag\": \"W/\\\"afeadce8-415d-4a06-99f8-52f51b3df1d0\\\"\",\r\n + \ \"etag\": \"W/\\\"00a09932-ccb7-41e8-818d-1dead5ee6726\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": @@ -1315,7 +1316,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2euap/operations/43267f81-ed47-4e7c-8c76-46c51894caeb?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2euap/operations/c1626ea0-e8fb-4ad4-a9aa-ac64a83d5d86?api-version=2020-03-01 cache-control: - no-cache content-length: @@ -1323,7 +1324,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 23 Apr 2020 07:24:05 GMT + - Thu, 23 Apr 2020 08:33:11 GMT expires: - '-1' pragma: @@ -1336,7 +1337,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 52074814-5359-401f-90f3-a9c300c3250e + - 59514238-ac02-41b1-8ee0-280c5ddb52dd x-ms-ratelimit-remaining-subscription-writes: - '1199' status: @@ -1356,10 +1357,10 @@ interactions: ParameterSetName: - -n -g -l --subnet-name User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-network/10.1.0 Azure-SDK-For-Python AZURECLI/2.4.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2euap/operations/43267f81-ed47-4e7c-8c76-46c51894caeb?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2euap/operations/c1626ea0-e8fb-4ad4-a9aa-ac64a83d5d86?api-version=2020-03-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -1371,7 +1372,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 23 Apr 2020 07:24:10 GMT + - Thu, 23 Apr 2020 08:33:16 GMT expires: - '-1' pragma: @@ -1388,7 +1389,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c8178d0b-d51a-4bba-bbde-2772eccbe103 + - 2fa62fb0-8787-4323-ba66-bd8213dafa94 status: code: 200 message: OK @@ -1406,22 +1407,22 @@ interactions: ParameterSetName: - -n -g -l --subnet-name User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-network/10.1.0 Azure-SDK-For-Python AZURECLI/2.4.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000004?api-version=2020-03-01 response: body: string: "{\r\n \"name\": \"cli-vnet-000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000004\",\r\n - \ \"etag\": \"W/\\\"f6ebf52f-71d0-4943-a81d-69e6f7c2330d\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"f1c19dd0-846c-4d77-93f4-c511a7de18fc\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2euap\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"3c55a78b-d88d-4397-9334-c372965dd3c0\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"4aa66aa3-892b-47df-9d85-abe5cc693f95\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [\r\n {\r\n \"name\": \"cli-subnet-000005\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000004/subnets/cli-subnet-000005\",\r\n - \ \"etag\": \"W/\\\"f6ebf52f-71d0-4943-a81d-69e6f7c2330d\\\"\",\r\n + \ \"etag\": \"W/\\\"f1c19dd0-846c-4d77-93f4-c511a7de18fc\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": @@ -1436,9 +1437,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 23 Apr 2020 07:24:10 GMT + - Thu, 23 Apr 2020 08:33:16 GMT etag: - - W/"f6ebf52f-71d0-4943-a81d-69e6f7c2330d" + - W/"f1c19dd0-846c-4d77-93f4-c511a7de18fc" expires: - '-1' pragma: @@ -1455,7 +1456,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6456c035-fb48-4b96-9d2f-d8e10bcee9c4 + - 7f84e843-4146-442d-b9c3-fdb407b06db4 status: code: 200 message: OK @@ -1473,8 +1474,8 @@ interactions: ParameterSetName: - -n --vnet-name -g --disable-private-endpoint-network-policies User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-network/10.1.0 Azure-SDK-For-Python AZURECLI/2.4.0 accept-language: - en-US method: GET @@ -1482,7 +1483,7 @@ interactions: response: body: string: "{\r\n \"name\": \"cli-subnet-000005\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000004/subnets/cli-subnet-000005\",\r\n - \ \"etag\": \"W/\\\"f6ebf52f-71d0-4943-a81d-69e6f7c2330d\\\"\",\r\n \"properties\": + \ \"etag\": \"W/\\\"f1c19dd0-846c-4d77-93f4-c511a7de18fc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \ \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \ \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": @@ -1495,9 +1496,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 23 Apr 2020 07:24:11 GMT + - Thu, 23 Apr 2020 08:33:17 GMT etag: - - W/"f6ebf52f-71d0-4943-a81d-69e6f7c2330d" + - W/"f1c19dd0-846c-4d77-93f4-c511a7de18fc" expires: - '-1' pragma: @@ -1514,7 +1515,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f740c65b-d3b0-43a7-9458-4de6e7572730 + - ee0cd80a-5e41-42df-ad0e-6ebdd890e73b status: code: 200 message: OK @@ -1538,8 +1539,8 @@ interactions: ParameterSetName: - -n --vnet-name -g --disable-private-endpoint-network-policies User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-network/10.1.0 Azure-SDK-For-Python AZURECLI/2.4.0 accept-language: - en-US method: PUT @@ -1547,14 +1548,14 @@ interactions: response: body: string: "{\r\n \"name\": \"cli-subnet-000005\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000004/subnets/cli-subnet-000005\",\r\n - \ \"etag\": \"W/\\\"5516e1bd-4610-4aaf-b928-41102ed7c2a8\\\"\",\r\n \"properties\": + \ \"etag\": \"W/\\\"94f36489-df61-4422-9d4e-f329358a670b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \ \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n \ \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2euap/operations/c6a87830-c18d-4ba6-8e2d-bfd2ac10c154?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2euap/operations/23875a70-9c0b-4a06-88b5-fac4c383ed41?api-version=2020-03-01 cache-control: - no-cache content-length: @@ -1562,7 +1563,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 23 Apr 2020 07:24:13 GMT + - Thu, 23 Apr 2020 08:33:18 GMT expires: - '-1' pragma: @@ -1579,7 +1580,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3374c61e-a1d9-4761-9ec5-ea4f178f4f98 + - f17dac05-45de-4572-93bb-aa945d3d205d x-ms-ratelimit-remaining-subscription-writes: - '1199' status: @@ -1599,10 +1600,10 @@ interactions: ParameterSetName: - -n --vnet-name -g --disable-private-endpoint-network-policies User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-network/10.1.0 Azure-SDK-For-Python AZURECLI/2.4.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2euap/operations/c6a87830-c18d-4ba6-8e2d-bfd2ac10c154?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2euap/operations/23875a70-9c0b-4a06-88b5-fac4c383ed41?api-version=2020-03-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -1614,7 +1615,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 23 Apr 2020 07:24:17 GMT + - Thu, 23 Apr 2020 08:33:23 GMT expires: - '-1' pragma: @@ -1631,7 +1632,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a4d07881-45f4-48bf-9441-812ea196a3f3 + - 0a9222ef-b90a-46a5-b39b-2f2fc0ec25b5 status: code: 200 message: OK @@ -1649,30 +1650,29 @@ interactions: ParameterSetName: - -n --vnet-name -g --disable-private-endpoint-network-policies User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-network/10.1.0 Azure-SDK-For-Python AZURECLI/2.4.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000004/subnets/cli-subnet-000005?api-version=2020-03-01 response: body: string: "{\r\n \"name\": \"cli-subnet-000005\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000004/subnets/cli-subnet-000005\",\r\n - \ \"etag\": \"W/\\\"af089bbc-de65-4c8a-ac14-d8f7cf95e498\\\"\",\r\n \"properties\": + \ \"etag\": \"W/\\\"e1050f9d-4a3f-4b64-97d8-6ec5314b1735\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n - \ \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cleanupservice/providers/Microsoft.Network/networkSecurityGroups/rg-cleanupservice-nsg\"\r\n - \ },\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": - \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n - \ },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}" + \ \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n + \ \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": + \"Microsoft.Network/virtualNetworks/subnets\"\r\n}" headers: cache-control: - no-cache content-length: - - '848' + - '640' content-type: - application/json; charset=utf-8 date: - - Thu, 23 Apr 2020 07:24:17 GMT + - Thu, 23 Apr 2020 08:33:23 GMT etag: - - W/"af089bbc-de65-4c8a-ac14-d8f7cf95e498" + - W/"e1050f9d-4a3f-4b64-97d8-6ec5314b1735" expires: - '-1' pragma: @@ -1689,7 +1689,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - cdf9f80b-1948-4667-94ef-deca2b393d10 + - 12f5e967-1c0a-4209-b664-013e016b0254 status: code: 200 message: OK @@ -1707,8 +1707,8 @@ interactions: ParameterSetName: - --scope-name -g User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-monitor/0.9.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-monitor/0.9.0 Azure-SDK-For-Python AZURECLI/2.4.0 accept-language: - en-US method: GET @@ -1718,8 +1718,8 @@ interactions: string: "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/privatelinkscopes/clitestscopename/privatelinkresources/azuremonitor\",\r\n \ \"name\": \"azuremonitor\",\r\n \"type\": \"microsoft.insights/privatelinkscopes/privatelinkresources\",\r\n \ \"properties\": {\r\n \"groupId\": \"azuremonitor\",\r\n \"requiredMembers\": - [\r\n \"oms-f052cbbe-90c2-4564-89b7-0494c167e34f\",\r\n \"ods-f052cbbe-90c2-4564-89b7-0494c167e34f\",\r\n - \ \"agent-f052cbbe-90c2-4564-89b7-0494c167e34f\",\r\n \"applicationinsights_ingestion\",\r\n + [\r\n \"oms-63eb7772-b15c-4255-914d-efb78fcaf146\",\r\n \"ods-63eb7772-b15c-4255-914d-efb78fcaf146\",\r\n + \ \"agent-63eb7772-b15c-4255-914d-efb78fcaf146\",\r\n \"applicationinsights_ingestion\",\r\n \ \"api\",\r\n \"live\",\r\n \"profiler\",\r\n \"snapshot\"\r\n \ ],\r\n \"requiredZoneNames\": [\r\n \"monitor.azure.com\",\r\n \ \"oms.opinsights.azure.com\",\r\n \"ods.opinsights.azure.com\",\r\n @@ -1735,7 +1735,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 23 Apr 2020 07:24:20 GMT + - Thu, 23 Apr 2020 08:33:25 GMT expires: - '-1' pragma: @@ -1771,8 +1771,8 @@ interactions: ParameterSetName: - -n -g User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-monitor/0.9.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-monitor/0.9.0 Azure-SDK-For-Python AZURECLI/2.4.0 accept-language: - en-US method: GET @@ -1782,12 +1782,12 @@ interactions: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/privatelinkscopes/clitestscopename\",\r\n \ \"name\": \"clitestscopename\",\r\n \"type\": \"microsoft.insights/privatelinkscopes\",\r\n \ \"location\": \"global\",\r\n \"tags\": {\r\n \"tag1\": \"d1\"\r\n },\r\n - \ \"kind\": null,\r\n \"etag\": \"\\\"0300114c-0000-0100-0000-5ea142110000\\\"\",\r\n - \ \"systemData\": {\r\n \"createdBy\": \"fanqiu@microsoft.com\",\r\n \"createdByType\": - \"User\",\r\n \"createdAt\": \"2020-04-23T07:21:45.5314933Z\",\r\n \"lastModifiedBy\": - \"fanqiu@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": - \"2020-04-23T07:21:52.3174049Z\"\r\n },\r\n \"properties\": {\r\n \"scopeId\": - \"f05694be-95ce-44bf-a656-5d84e428ed3e\",\r\n \"provisioningState\": \"Succeeded\"\r\n + \ \"kind\": null,\r\n \"etag\": \"\\\"0300294c-0000-0100-0000-5ea1523e0000\\\"\",\r\n + \ \"systemData\": {\r\n \"createdBy\": \"ychenu@microsoft.com\",\r\n \"createdByType\": + \"User\",\r\n \"createdAt\": \"2020-04-23T08:30:47.4021656Z\",\r\n \"lastModifiedBy\": + \"ychenu@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": + \"2020-04-23T08:30:53.0301984Z\"\r\n },\r\n \"properties\": {\r\n \"scopeId\": + \"aa4f6308-b844-4bf9-881e-aadc923694e9\",\r\n \"provisioningState\": \"Succeeded\"\r\n \ }\r\n}" headers: access-control-expose-headers: @@ -1799,7 +1799,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 23 Apr 2020 07:24:22 GMT + - Thu, 23 Apr 2020 08:33:26 GMT expires: - '-1' pragma: @@ -1842,8 +1842,8 @@ interactions: - -g -n --vnet-name --subnet -l --connection-name --private-connection-resource-id --group-ids User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-network/10.1.0 Azure-SDK-For-Python AZURECLI/2.4.0 accept-language: - en-US method: PUT @@ -1851,12 +1851,12 @@ interactions: response: body: string: "{\r\n \"name\": \"cli-pe-000006\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000006\",\r\n - \ \"etag\": \"W/\\\"91fa1f44-0cc7-438c-93e1-eab6c681ecc2\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"de294f99-33d4-40cf-82b6-dbcdaf6c41d3\\\"\",\r\n \"type\": \"Microsoft.Network/privateEndpoints\",\r\n \"location\": \"eastus2euap\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": - \"144c805f-16cc-4a8e-9131-92eb6985f0ff\",\r\n \"privateLinkServiceConnections\": + \"e9034665-3cc1-4181-9dcd-ad63b8876389\",\r\n \"privateLinkServiceConnections\": [\r\n {\r\n \"name\": \"cli-pec-000007\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000006/privateLinkServiceConnections/cli-pec-000007\",\r\n - \ \"etag\": \"W/\\\"91fa1f44-0cc7-438c-93e1-eab6c681ecc2\\\"\",\r\n + \ \"etag\": \"W/\\\"de294f99-33d4-40cf-82b6-dbcdaf6c41d3\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"privateLinkServiceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/privatelinkscopes/clitestscopename\",\r\n \ \"groupIds\": [\r\n \"azuremonitor\"\r\n ],\r\n @@ -1865,13 +1865,13 @@ interactions: \"None\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/privateEndpoints/privateLinkServiceConnections\"\r\n \ }\r\n ],\r\n \"manualPrivateLinkServiceConnections\": [],\r\n \ \"subnet\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000004/subnets/cli-subnet-000005\"\r\n - \ },\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/networkInterfaces/cli-pe-000006.nic.5183026d-b9e8-42e9-98a4-d964b50469ad\"\r\n + \ },\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/networkInterfaces/cli-pe-000006.nic.04a149d4-f836-477c-bdf6-87841d7386ba\"\r\n \ }\r\n ],\r\n \"customDnsConfigs\": []\r\n }\r\n}" headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2euap/operations/b493a933-7ac8-419f-962a-cf98124d3d72?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2euap/operations/18cd23ae-b4bb-4dc7-b3a3-cbd8c8ccaef8?api-version=2020-03-01 cache-control: - no-cache content-length: @@ -1879,7 +1879,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 23 Apr 2020 07:24:36 GMT + - Thu, 23 Apr 2020 08:33:38 GMT expires: - '-1' pragma: @@ -1892,7 +1892,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f54e960c-2867-4f17-91e1-91bf9a943cf5 + - b578d209-e06e-4c49-baf1-48131e5dd0e7 x-ms-ratelimit-remaining-subscription-writes: - '1198' status: @@ -1913,10 +1913,10 @@ interactions: - -g -n --vnet-name --subnet -l --connection-name --private-connection-resource-id --group-ids User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-network/10.1.0 Azure-SDK-For-Python AZURECLI/2.4.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2euap/operations/b493a933-7ac8-419f-962a-cf98124d3d72?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2euap/operations/18cd23ae-b4bb-4dc7-b3a3-cbd8c8ccaef8?api-version=2020-03-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1928,7 +1928,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 23 Apr 2020 07:24:47 GMT + - Thu, 23 Apr 2020 08:33:49 GMT expires: - '-1' pragma: @@ -1945,7 +1945,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - fa54af77-4017-4f7d-9026-9870eb2dbd23 + - affb7f59-4cbf-48c6-a008-c35b65f96c79 status: code: 200 message: OK @@ -1964,10 +1964,10 @@ interactions: - -g -n --vnet-name --subnet -l --connection-name --private-connection-resource-id --group-ids User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-network/10.1.0 Azure-SDK-For-Python AZURECLI/2.4.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2euap/operations/b493a933-7ac8-419f-962a-cf98124d3d72?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2euap/operations/18cd23ae-b4bb-4dc7-b3a3-cbd8c8ccaef8?api-version=2020-03-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1979,7 +1979,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 23 Apr 2020 07:24:58 GMT + - Thu, 23 Apr 2020 08:34:00 GMT expires: - '-1' pragma: @@ -1996,7 +1996,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 09f0c720-b330-472a-8d53-b0110d608d20 + - e638e69c-8551-49b6-9d26-01728112402a status: code: 200 message: OK @@ -2015,10 +2015,10 @@ interactions: - -g -n --vnet-name --subnet -l --connection-name --private-connection-resource-id --group-ids User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-network/10.1.0 Azure-SDK-For-Python AZURECLI/2.4.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2euap/operations/b493a933-7ac8-419f-962a-cf98124d3d72?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2euap/operations/18cd23ae-b4bb-4dc7-b3a3-cbd8c8ccaef8?api-version=2020-03-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -2030,7 +2030,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 23 Apr 2020 07:25:08 GMT + - Thu, 23 Apr 2020 08:34:10 GMT expires: - '-1' pragma: @@ -2047,7 +2047,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2bd8e11a-2c72-41b0-a200-6d96bc304b2f + - 246073e2-e97f-4118-ac87-a97562d9f402 status: code: 200 message: OK @@ -2066,19 +2066,19 @@ interactions: - -g -n --vnet-name --subnet -l --connection-name --private-connection-resource-id --group-ids User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-network/10.1.0 Azure-SDK-For-Python AZURECLI/2.4.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000006?api-version=2020-03-01 response: body: string: "{\r\n \"name\": \"cli-pe-000006\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000006\",\r\n - \ \"etag\": \"W/\\\"78579ee3-fcd5-448e-b897-61aca5f50f2b\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"1b492410-9c9b-4306-bf7e-70f4b4475746\\\"\",\r\n \"type\": \"Microsoft.Network/privateEndpoints\",\r\n \"location\": \"eastus2euap\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": - \"144c805f-16cc-4a8e-9131-92eb6985f0ff\",\r\n \"privateLinkServiceConnections\": + \"e9034665-3cc1-4181-9dcd-ad63b8876389\",\r\n \"privateLinkServiceConnections\": [\r\n {\r\n \"name\": \"cli-pec-000007\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000006/privateLinkServiceConnections/cli-pec-000007\",\r\n - \ \"etag\": \"W/\\\"78579ee3-fcd5-448e-b897-61aca5f50f2b\\\"\",\r\n + \ \"etag\": \"W/\\\"1b492410-9c9b-4306-bf7e-70f4b4475746\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"privateLinkServiceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/privatelinkscopes/clitestscopename\",\r\n \ \"groupIds\": [\r\n \"azuremonitor\"\r\n ],\r\n @@ -2087,13 +2087,13 @@ interactions: \"None\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/privateEndpoints/privateLinkServiceConnections\"\r\n \ }\r\n ],\r\n \"manualPrivateLinkServiceConnections\": [],\r\n \ \"subnet\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000004/subnets/cli-subnet-000005\"\r\n - \ },\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/networkInterfaces/cli-pe-000006.nic.5183026d-b9e8-42e9-98a4-d964b50469ad\"\r\n + \ },\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/networkInterfaces/cli-pe-000006.nic.04a149d4-f836-477c-bdf6-87841d7386ba\"\r\n \ }\r\n ],\r\n \"customDnsConfigs\": [\r\n {\r\n \"fqdn\": - \"f052cbbe-90c2-4564-89b7-0494c167e34f.oms.opinsights.azure.com\",\r\n \"ipAddresses\": + \"63eb7772-b15c-4255-914d-efb78fcaf146.oms.opinsights.azure.com\",\r\n \"ipAddresses\": [\r\n \"10.0.0.4\"\r\n ]\r\n },\r\n {\r\n \"fqdn\": - \"f052cbbe-90c2-4564-89b7-0494c167e34f.ods.opinsights.azure.com\",\r\n \"ipAddresses\": + \"63eb7772-b15c-4255-914d-efb78fcaf146.ods.opinsights.azure.com\",\r\n \"ipAddresses\": [\r\n \"10.0.0.5\"\r\n ]\r\n },\r\n {\r\n \"fqdn\": - \"f052cbbe-90c2-4564-89b7-0494c167e34f.agentsvc.azure-automation.net\",\r\n + \"63eb7772-b15c-4255-914d-efb78fcaf146.agentsvc.azure-automation.net\",\r\n \ \"ipAddresses\": [\r\n \"10.0.0.6\"\r\n ]\r\n },\r\n \ {\r\n \"fqdn\": \"applicationinsights_ingestion.monitor.azure.com\",\r\n \ \"ipAddresses\": [\r\n \"10.0.0.7\"\r\n ]\r\n },\r\n @@ -2112,9 +2112,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 23 Apr 2020 07:25:08 GMT + - Thu, 23 Apr 2020 08:34:11 GMT etag: - - W/"78579ee3-fcd5-448e-b897-61aca5f50f2b" + - W/"1b492410-9c9b-4306-bf7e-70f4b4475746" expires: - '-1' pragma: @@ -2131,7 +2131,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 169517d4-b777-4b4c-ac74-0ce15e773a06 + - 22f696d3-85dd-4097-8245-3c8432658a6b status: code: 200 message: OK @@ -2149,8 +2149,8 @@ interactions: ParameterSetName: - --name -g User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-monitor/0.9.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-monitor/0.9.0 Azure-SDK-For-Python AZURECLI/2.4.0 accept-language: - en-US method: GET @@ -2160,16 +2160,16 @@ interactions: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/privatelinkscopes/clitestscopename\",\r\n \ \"name\": \"clitestscopename\",\r\n \"type\": \"microsoft.insights/privatelinkscopes\",\r\n \ \"location\": \"global\",\r\n \"tags\": {\r\n \"tag1\": \"d1\"\r\n },\r\n - \ \"kind\": null,\r\n \"etag\": \"\\\"0300114c-0000-0100-0000-5ea142110000\\\"\",\r\n - \ \"systemData\": {\r\n \"createdBy\": \"fanqiu@microsoft.com\",\r\n \"createdByType\": - \"User\",\r\n \"createdAt\": \"2020-04-23T07:21:45.5314933Z\",\r\n \"lastModifiedBy\": - \"fanqiu@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": - \"2020-04-23T07:21:52.3174049Z\"\r\n },\r\n \"properties\": {\r\n \"scopeId\": - \"f05694be-95ce-44bf-a656-5d84e428ed3e\",\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"privateEndpointConnections\": [\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/privatelinkscopes/clitestscopename/privateendpointconnections/connection-c9aa2b8b-0650-4b28-bea1-cd53a4a88311\",\r\n - \ \"name\": \"connection-c9aa2b8b-0650-4b28-bea1-cd53a4a88311\",\r\n + \ \"kind\": null,\r\n \"etag\": \"\\\"0300294c-0000-0100-0000-5ea1523e0000\\\"\",\r\n + \ \"systemData\": {\r\n \"createdBy\": \"ychenu@microsoft.com\",\r\n \"createdByType\": + \"User\",\r\n \"createdAt\": \"2020-04-23T08:30:47.4021656Z\",\r\n \"lastModifiedBy\": + \"ychenu@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": + \"2020-04-23T08:30:53.0301984Z\"\r\n },\r\n \"properties\": {\r\n \"scopeId\": + \"aa4f6308-b844-4bf9-881e-aadc923694e9\",\r\n \"provisioningState\": \"Succeeded\",\r\n + \ \"privateEndpointConnections\": [\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/privatelinkscopes/clitestscopename/privateendpointconnections/connection-ba9981ff-5834-4fe1-9f35-c6f82f6411fd\",\r\n + \ \"name\": \"connection-ba9981ff-5834-4fe1-9f35-c6f82f6411fd\",\r\n \ \"type\": \"microsoft.insights/privatelinkscopes/privateendpointconnections\",\r\n - \ \"etag\": \"\\\"00001218-0000-0100-0000-5ea142c80000\\\"\",\r\n \"properties\": + \ \"etag\": \"\\\"00007818-0000-0100-0000-5ea152f60000\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.network/privateendpoints/cli-pe-000006\"\r\n \ },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": @@ -2185,7 +2185,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 23 Apr 2020 07:25:10 GMT + - Thu, 23 Apr 2020 08:34:13 GMT expires: - '-1' pragma: @@ -2221,18 +2221,18 @@ interactions: ParameterSetName: - --scope-name -g --name User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-monitor/0.9.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-monitor/0.9.0 Azure-SDK-For-Python AZURECLI/2.4.0 accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/privateLinkScopes/clitestscopename/privateEndpointConnections/connection-c9aa2b8b-0650-4b28-bea1-cd53a4a88311?api-version=2019-10-17-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/privateLinkScopes/clitestscopename/privateEndpointConnections/connection-ba9981ff-5834-4fe1-9f35-c6f82f6411fd?api-version=2019-10-17-preview response: body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/privatelinkscopes/clitestscopename/privateendpointconnections/connection-c9aa2b8b-0650-4b28-bea1-cd53a4a88311\",\r\n - \ \"name\": \"connection-c9aa2b8b-0650-4b28-bea1-cd53a4a88311\",\r\n \"type\": + string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/privatelinkscopes/clitestscopename/privateendpointconnections/connection-ba9981ff-5834-4fe1-9f35-c6f82f6411fd\",\r\n + \ \"name\": \"connection-ba9981ff-5834-4fe1-9f35-c6f82f6411fd\",\r\n \"type\": \"microsoft.insights/privatelinkscopes/privateendpointconnections\",\r\n \"etag\": - \"\\\"00001218-0000-0100-0000-5ea142c80000\\\"\",\r\n \"properties\": {\r\n + \"\\\"00007818-0000-0100-0000-5ea152f60000\\\"\",\r\n \"properties\": {\r\n \ \"provisioningState\": \"Succeeded\",\r\n \"privateEndpoint\": {\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.network/privateendpoints/cli-pe-000006\"\r\n \ },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": @@ -2248,7 +2248,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 23 Apr 2020 07:25:12 GMT + - Thu, 23 Apr 2020 08:34:15 GMT expires: - '-1' pragma: @@ -2284,18 +2284,18 @@ interactions: ParameterSetName: - --scope-name -g --name User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-monitor/0.9.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-monitor/0.9.0 Azure-SDK-For-Python AZURECLI/2.4.0 accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/privateLinkScopes/clitestscopename/privateEndpointConnections/connection-c9aa2b8b-0650-4b28-bea1-cd53a4a88311?api-version=2019-10-17-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/privateLinkScopes/clitestscopename/privateEndpointConnections/connection-ba9981ff-5834-4fe1-9f35-c6f82f6411fd?api-version=2019-10-17-preview response: body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/privatelinkscopes/clitestscopename/privateendpointconnections/connection-c9aa2b8b-0650-4b28-bea1-cd53a4a88311\",\r\n - \ \"name\": \"connection-c9aa2b8b-0650-4b28-bea1-cd53a4a88311\",\r\n \"type\": + string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/privatelinkscopes/clitestscopename/privateendpointconnections/connection-ba9981ff-5834-4fe1-9f35-c6f82f6411fd\",\r\n + \ \"name\": \"connection-ba9981ff-5834-4fe1-9f35-c6f82f6411fd\",\r\n \"type\": \"microsoft.insights/privatelinkscopes/privateendpointconnections\",\r\n \"etag\": - \"\\\"00001218-0000-0100-0000-5ea142c80000\\\"\",\r\n \"properties\": {\r\n + \"\\\"00007818-0000-0100-0000-5ea152f60000\\\"\",\r\n \"properties\": {\r\n \ \"provisioningState\": \"Succeeded\",\r\n \"privateEndpoint\": {\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.network/privateendpoints/cli-pe-000006\"\r\n \ },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": @@ -2311,7 +2311,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 23 Apr 2020 07:25:13 GMT + - Thu, 23 Apr 2020 08:34:18 GMT expires: - '-1' pragma: @@ -2347,18 +2347,18 @@ interactions: ParameterSetName: - --scope-name -g --name User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-monitor/0.9.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-monitor/0.9.0 Azure-SDK-For-Python AZURECLI/2.4.0 accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/privateLinkScopes/clitestscopename/privateEndpointConnections/connection-c9aa2b8b-0650-4b28-bea1-cd53a4a88311?api-version=2019-10-17-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/privateLinkScopes/clitestscopename/privateEndpointConnections/connection-ba9981ff-5834-4fe1-9f35-c6f82f6411fd?api-version=2019-10-17-preview response: body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/privatelinkscopes/clitestscopename/privateendpointconnections/connection-c9aa2b8b-0650-4b28-bea1-cd53a4a88311\",\r\n - \ \"name\": \"connection-c9aa2b8b-0650-4b28-bea1-cd53a4a88311\",\r\n \"type\": + string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/privatelinkscopes/clitestscopename/privateendpointconnections/connection-ba9981ff-5834-4fe1-9f35-c6f82f6411fd\",\r\n + \ \"name\": \"connection-ba9981ff-5834-4fe1-9f35-c6f82f6411fd\",\r\n \"type\": \"microsoft.insights/privatelinkscopes/privateendpointconnections\",\r\n \"etag\": - \"\\\"00001218-0000-0100-0000-5ea142c80000\\\"\",\r\n \"properties\": {\r\n + \"\\\"00007818-0000-0100-0000-5ea152f60000\\\"\",\r\n \"properties\": {\r\n \ \"provisioningState\": \"Succeeded\",\r\n \"privateEndpoint\": {\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.network/privateendpoints/cli-pe-000006\"\r\n \ },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": @@ -2374,7 +2374,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 23 Apr 2020 07:25:16 GMT + - Thu, 23 Apr 2020 08:34:19 GMT expires: - '-1' pragma: @@ -2415,12 +2415,12 @@ interactions: ParameterSetName: - --scope-name -g --name User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-monitor/0.9.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-monitor/0.9.0 Azure-SDK-For-Python AZURECLI/2.4.0 accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/privateLinkScopes/clitestscopename/privateEndpointConnections/connection-c9aa2b8b-0650-4b28-bea1-cd53a4a88311?api-version=2019-10-17-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/privateLinkScopes/clitestscopename/privateEndpointConnections/connection-ba9981ff-5834-4fe1-9f35-c6f82f6411fd?api-version=2019-10-17-preview response: body: string: '' @@ -2428,17 +2428,17 @@ interactions: access-control-expose-headers: - Request-Context azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.insights/privatelinkscopeoperationstatuses/4d1b7540-8de6-45f5-972c-3f3174421f64?api-version=2019-10-17-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.insights/privatelinkscopeoperationstatuses/12d5b87a-f04d-48b1-98be-80c53e2972ef?api-version=2019-10-17-preview cache-control: - no-cache content-length: - '0' date: - - Thu, 23 Apr 2020 07:25:21 GMT + - Thu, 23 Apr 2020 08:34:21 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/privatelinkscopes/clitestscopename/privateendpointconnections/connection-c9aa2b8b-0650-4b28-bea1-cd53a4a88311/operationresults/4d1b7540-8de6-45f5-972c-3f3174421f64?api-version=2019-10-17-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/privatelinkscopes/clitestscopename/privateendpointconnections/connection-ba9981ff-5834-4fe1-9f35-c6f82f6411fd/operationresults/12d5b87a-f04d-48b1-98be-80c53e2972ef?api-version=2019-10-17-preview pragma: - no-cache request-context: @@ -2450,7 +2450,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' x-powered-by: - ASP.NET status: @@ -2470,15 +2470,15 @@ interactions: ParameterSetName: - --scope-name -g --name User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-monitor/0.9.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-monitor/0.9.0 Azure-SDK-For-Python AZURECLI/2.4.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.insights/privatelinkscopeoperationstatuses/4d1b7540-8de6-45f5-972c-3f3174421f64?api-version=2019-10-17-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.insights/privatelinkscopeoperationstatuses/12d5b87a-f04d-48b1-98be-80c53e2972ef?api-version=2019-10-17-preview response: body: - string: "{\r\n \"status\": \"Succeeded\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.insights/privatelinkscopeoperationstatuses/4d1b7540-8de6-45f5-972c-3f3174421f64\",\r\n - \ \"name\": \"4d1b7540-8de6-45f5-972c-3f3174421f64\",\r\n \"type\": \"microsoft.insights/privatelinkscopeoperationstatuses\",\r\n - \ \"properties\": {\r\n \"scopeId\": \"f05694be-95ce-44bf-a656-5d84e428ed3e\"\r\n + string: "{\r\n \"status\": \"Succeeded\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.insights/privatelinkscopeoperationstatuses/12d5b87a-f04d-48b1-98be-80c53e2972ef\",\r\n + \ \"name\": \"12d5b87a-f04d-48b1-98be-80c53e2972ef\",\r\n \"type\": \"microsoft.insights/privatelinkscopeoperationstatuses\",\r\n + \ \"properties\": {\r\n \"scopeId\": \"aa4f6308-b844-4bf9-881e-aadc923694e9\"\r\n \ }\r\n}" headers: access-control-expose-headers: @@ -2490,7 +2490,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 23 Apr 2020 07:25:43 GMT + - Thu, 23 Apr 2020 08:34:44 GMT expires: - '-1' pragma: @@ -2528,16 +2528,16 @@ interactions: ParameterSetName: - --scope-name -g --name User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-monitor/0.9.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-monitor/0.9.0 Azure-SDK-For-Python AZURECLI/2.4.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/privateLinkScopes/clitestscopename/privateEndpointConnections/connection-c9aa2b8b-0650-4b28-bea1-cd53a4a88311?api-version=2019-10-17-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/privateLinkScopes/clitestscopename/privateEndpointConnections/connection-ba9981ff-5834-4fe1-9f35-c6f82f6411fd?api-version=2019-10-17-preview response: body: - string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/privatelinkscopes/clitestscopename/privateendpointconnections/connection-c9aa2b8b-0650-4b28-bea1-cd53a4a88311\",\r\n - \ \"name\": \"connection-c9aa2b8b-0650-4b28-bea1-cd53a4a88311\",\r\n \"type\": + string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/privatelinkscopes/clitestscopename/privateendpointconnections/connection-ba9981ff-5834-4fe1-9f35-c6f82f6411fd\",\r\n + \ \"name\": \"connection-ba9981ff-5834-4fe1-9f35-c6f82f6411fd\",\r\n \"type\": \"microsoft.insights/privatelinkscopes/privateendpointconnections\",\r\n \"etag\": - \"\\\"00001318-0000-0100-0000-5ea142e10000\\\"\",\r\n \"properties\": {\r\n + \"\\\"00007918-0000-0100-0000-5ea1530d0000\\\"\",\r\n \"properties\": {\r\n \ \"provisioningState\": \"Succeeded\",\r\n \"privateEndpoint\": {\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.network/privateendpoints/cli-pe-000006\"\r\n \ },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": @@ -2553,7 +2553,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 23 Apr 2020 07:25:43 GMT + - Thu, 23 Apr 2020 08:34:44 GMT expires: - '-1' pragma: @@ -2591,12 +2591,12 @@ interactions: ParameterSetName: - --id -y User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-monitor/0.9.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-monitor/0.9.0 Azure-SDK-For-Python AZURECLI/2.4.0 accept-language: - en-US method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/privateLinkScopes/clitestscopename/privateEndpointConnections/connection-c9aa2b8b-0650-4b28-bea1-cd53a4a88311?api-version=2019-10-17-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/privateLinkScopes/clitestscopename/privateEndpointConnections/connection-ba9981ff-5834-4fe1-9f35-c6f82f6411fd?api-version=2019-10-17-preview response: body: string: '' @@ -2604,17 +2604,17 @@ interactions: access-control-expose-headers: - Request-Context azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.insights/privatelinkscopeoperationstatuses/70f88fd3-4ac5-4c0e-adcd-e48ad0d2fce6?api-version=2019-10-17-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.insights/privatelinkscopeoperationstatuses/fab29c92-68f6-4126-860f-a2efcb53a8d3?api-version=2019-10-17-preview cache-control: - no-cache content-length: - '0' date: - - Thu, 23 Apr 2020 07:25:47 GMT + - Thu, 23 Apr 2020 08:34:47 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/privatelinkscopes/clitestscopename/privateendpointconnections/connection-c9aa2b8b-0650-4b28-bea1-cd53a4a88311/operationresults/70f88fd3-4ac5-4c0e-adcd-e48ad0d2fce6?api-version=2019-10-17-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/privatelinkscopes/clitestscopename/privateendpointconnections/connection-ba9981ff-5834-4fe1-9f35-c6f82f6411fd/operationresults/fab29c92-68f6-4126-860f-a2efcb53a8d3?api-version=2019-10-17-preview pragma: - no-cache request-context: @@ -2646,15 +2646,15 @@ interactions: ParameterSetName: - --id -y User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-monitor/0.9.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-monitor/0.9.0 Azure-SDK-For-Python AZURECLI/2.4.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.insights/privatelinkscopeoperationstatuses/70f88fd3-4ac5-4c0e-adcd-e48ad0d2fce6?api-version=2019-10-17-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.insights/privatelinkscopeoperationstatuses/fab29c92-68f6-4126-860f-a2efcb53a8d3?api-version=2019-10-17-preview response: body: - string: "{\r\n \"status\": \"Succeeded\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.insights/privatelinkscopeoperationstatuses/70f88fd3-4ac5-4c0e-adcd-e48ad0d2fce6\",\r\n - \ \"name\": \"70f88fd3-4ac5-4c0e-adcd-e48ad0d2fce6\",\r\n \"type\": \"microsoft.insights/privatelinkscopeoperationstatuses\",\r\n - \ \"properties\": {\r\n \"scopeId\": \"f05694be-95ce-44bf-a656-5d84e428ed3e\"\r\n + string: "{\r\n \"status\": \"Succeeded\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.insights/privatelinkscopeoperationstatuses/fab29c92-68f6-4126-860f-a2efcb53a8d3\",\r\n + \ \"name\": \"fab29c92-68f6-4126-860f-a2efcb53a8d3\",\r\n \"type\": \"microsoft.insights/privatelinkscopeoperationstatuses\",\r\n + \ \"properties\": {\r\n \"scopeId\": \"aa4f6308-b844-4bf9-881e-aadc923694e9\"\r\n \ }\r\n}" headers: access-control-expose-headers: @@ -2666,7 +2666,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 23 Apr 2020 07:26:10 GMT + - Thu, 23 Apr 2020 08:35:10 GMT expires: - '-1' pragma: @@ -2704,8 +2704,8 @@ interactions: ParameterSetName: - --name -g User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-monitor/0.9.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-monitor/0.9.0 Azure-SDK-For-Python AZURECLI/2.4.0 accept-language: - en-US method: GET @@ -2715,12 +2715,12 @@ interactions: string: "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/privatelinkscopes/clitestscopename\",\r\n \ \"name\": \"clitestscopename\",\r\n \"type\": \"microsoft.insights/privatelinkscopes\",\r\n \ \"location\": \"global\",\r\n \"tags\": {\r\n \"tag1\": \"d1\"\r\n },\r\n - \ \"kind\": null,\r\n \"etag\": \"\\\"0300114c-0000-0100-0000-5ea142110000\\\"\",\r\n - \ \"systemData\": {\r\n \"createdBy\": \"fanqiu@microsoft.com\",\r\n \"createdByType\": - \"User\",\r\n \"createdAt\": \"2020-04-23T07:21:45.5314933Z\",\r\n \"lastModifiedBy\": - \"fanqiu@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": - \"2020-04-23T07:21:52.3174049Z\"\r\n },\r\n \"properties\": {\r\n \"scopeId\": - \"f05694be-95ce-44bf-a656-5d84e428ed3e\",\r\n \"provisioningState\": \"Succeeded\"\r\n + \ \"kind\": null,\r\n \"etag\": \"\\\"0300294c-0000-0100-0000-5ea1523e0000\\\"\",\r\n + \ \"systemData\": {\r\n \"createdBy\": \"ychenu@microsoft.com\",\r\n \"createdByType\": + \"User\",\r\n \"createdAt\": \"2020-04-23T08:30:47.4021656Z\",\r\n \"lastModifiedBy\": + \"ychenu@microsoft.com\",\r\n \"lastModifiedByType\": \"User\",\r\n \"lastModifiedAt\": + \"2020-04-23T08:30:53.0301984Z\"\r\n },\r\n \"properties\": {\r\n \"scopeId\": + \"aa4f6308-b844-4bf9-881e-aadc923694e9\",\r\n \"provisioningState\": \"Succeeded\"\r\n \ }\r\n}" headers: access-control-expose-headers: @@ -2732,7 +2732,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 23 Apr 2020 07:26:13 GMT + - Thu, 23 Apr 2020 08:35:11 GMT expires: - '-1' pragma: @@ -2770,8 +2770,8 @@ interactions: ParameterSetName: - -g -n --scope-name -y User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-monitor/0.9.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-monitor/0.9.0 Azure-SDK-For-Python AZURECLI/2.4.0 accept-language: - en-US method: DELETE @@ -2787,7 +2787,7 @@ interactions: content-length: - '0' date: - - Thu, 23 Apr 2020 07:26:18 GMT + - Thu, 23 Apr 2020 08:35:26 GMT expires: - '-1' pragma: @@ -2821,8 +2821,8 @@ interactions: ParameterSetName: - -g --scope-name User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-monitor/0.9.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-monitor/0.9.0 Azure-SDK-For-Python AZURECLI/2.4.0 accept-language: - en-US method: GET @@ -2831,11 +2831,11 @@ interactions: body: string: "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/privatelinkscopes/clitestscopename/scopedresources/assigned_ws\",\r\n \ \"name\": \"assigned_ws\",\r\n \"type\": \"microsoft.insights/privatelinkscopes/scopedresources\",\r\n - \ \"etag\": \"\\\"00000d18-0000-0100-0000-5ea142680000\\\"\",\r\n \"systemData\": - {\r\n \"createdBy\": \"fanqiu@microsoft.com\",\r\n \"createdByType\": - \"User\",\r\n \"createdAt\": \"2020-04-23T07:23:13.9768782Z\",\r\n - \ \"lastModifiedBy\": \"fanqiu@microsoft.com\",\r\n \"lastModifiedByType\": - \"User\",\r\n \"lastModifiedAt\": \"2020-04-23T07:23:13.9768782Z\"\r\n + \ \"etag\": \"\\\"00006e18-0000-0100-0000-5ea1529d0000\\\"\",\r\n \"systemData\": + {\r\n \"createdBy\": \"ychenu@microsoft.com\",\r\n \"createdByType\": + \"User\",\r\n \"createdAt\": \"2020-04-23T08:32:23.7073306Z\",\r\n + \ \"lastModifiedBy\": \"ychenu@microsoft.com\",\r\n \"lastModifiedByType\": + \"User\",\r\n \"lastModifiedAt\": \"2020-04-23T08:32:23.7073306Z\"\r\n \ },\r\n \"properties\": {\r\n \"linkedResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/clitest000002\",\r\n \ \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ],\r\n \ \"nextLink\": null\r\n}" @@ -2849,7 +2849,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 23 Apr 2020 07:26:21 GMT + - Thu, 23 Apr 2020 08:35:28 GMT expires: - '-1' pragma: @@ -2887,8 +2887,8 @@ interactions: ParameterSetName: - -n -g -y User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-monitor/0.9.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-monitor/0.9.0 Azure-SDK-For-Python AZURECLI/2.4.0 accept-language: - en-US method: DELETE @@ -2904,7 +2904,7 @@ interactions: content-length: - '0' date: - - Thu, 23 Apr 2020 07:26:40 GMT + - Thu, 23 Apr 2020 08:35:36 GMT expires: - '-1' pragma: @@ -2938,8 +2938,8 @@ interactions: ParameterSetName: - -n -g User-Agent: - - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-monitor/0.9.0 - Azure-SDK-For-Python AZURECLI/2.4.0 + - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 yulocal msrest_azure/0.6.3 + azure-mgmt-monitor/0.9.0 Azure-SDK-For-Python AZURECLI/2.4.0 accept-language: - en-US method: GET @@ -2956,7 +2956,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 23 Apr 2020 07:26:42 GMT + - Thu, 23 Apr 2020 08:35:37 GMT expires: - '-1' pragma: diff --git a/src/azure-cli/azure/cli/command_modules/monitor/tests/latest/test_monitor_log_analytics_cluster.py b/src/azure-cli/azure/cli/command_modules/monitor/tests/latest/test_monitor_log_analytics_cluster.py new file mode 100644 index 00000000000..f97469bc901 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/monitor/tests/latest/test_monitor_log_analytics_cluster.py @@ -0,0 +1,79 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +from azure.cli.testsdk import ScenarioTest, record_only + + +class TestClusterScenarios(ScenarioTest): + + @record_only() + def test_monitor_log_analytics_cluster_default(self): + new_cluster_name = self.create_random_name('clitest-cluster-', 20) + sku_capacity = 1000 + self.kwargs.update({ + 'rg1': 'cli_test_monitor_cluster_rg_centralus', + 'rg2': 'yu-test-eastus2-rg', + 'new_cluster_name': new_cluster_name, + 'sku_capacity': sku_capacity, + 'existing_cluster_name': 'yutestcluster4' + }) + + self.cmd("monitor log-analytics cluster create -g {rg1} -n {new_cluster_name} --sku-capacity {sku_capacity}", + checks=[]) + + self.cmd("monitor log-analytics cluster show -g {rg1} -n {new_cluster_name}", checks=[ + self.check('provisioningState', 'ProvisioningAccount'), + self.check('name', new_cluster_name), + self.check('sku.capacity', sku_capacity) + ]) + + new_sku_capacity = 2000 + self.kwargs.update({ + 'sku_capacity': new_sku_capacity + }) + + self.cmd("monitor log-analytics cluster update -g {rg2} -n {existing_cluster_name} " + "--sku-capacity {sku_capacity}", + checks=[ + self.check('sku.capacity', new_sku_capacity) + ]) + + self.cmd("monitor log-analytics cluster show -g {rg2} -n {existing_cluster_name}", checks=[ + self.check('provisioningState', 'Succeeded'), + self.check('sku.capacity', new_sku_capacity) + ]) + + self.cmd("monitor log-analytics cluster list -g {rg1}", checks=[ + self.check('length(@)', 1) + ]) + + self.cmd("monitor log-analytics cluster delete -g {rg2} -n {existing_cluster_name} -y", checks=[]) + + with self.assertRaisesRegexp(SystemExit, '3'): + self.cmd('monitor log-analytics cluster show -g {rg2} -n {existing_cluster_name}') + + @record_only() + def test_monitor_log_analytics_cluster_update_key(self): + new_key_name = 'key2' + new_key_version = 'dc814576e6b34de69a10b186a4723035' + self.kwargs.update({ + 'rg': 'azure-cli-test-scus', + 'key_name': new_key_name, + 'key_version': new_key_version, + 'key_vault_uri': 'https://yu-vault-1.vault.azure.net/', + 'cluster_name': 'yu-test-cluster2' + }) + + self.cmd("monitor log-analytics cluster update -g {rg} -n {cluster_name} --key-name {key_name} " + "--key-vault-uri {key_vault_uri} --key-version {key_version}", + checks=[]) + + self.cmd("monitor log-analytics cluster wait -g {rg} -n {cluster_name} --updated", checks=[]) + + self.cmd("monitor log-analytics cluster show -g {rg} -n {cluster_name}", checks=[ + self.check('provisioningState', 'Succeeded'), + self.check('keyVaultProperties.keyName', new_key_name), + self.check('keyVaultProperties.keyVersion', new_key_version) + ]) diff --git a/src/azure-cli/azure/cli/command_modules/monitor/tests/latest/test_monitor_log_analytics_workspace.py b/src/azure-cli/azure/cli/command_modules/monitor/tests/latest/test_monitor_log_analytics_workspace.py index 565beca8e07..c48f081772e 100644 --- a/src/azure-cli/azure/cli/command_modules/monitor/tests/latest/test_monitor_log_analytics_workspace.py +++ b/src/azure-cli/azure/cli/command_modules/monitor/tests/latest/test_monitor_log_analytics_workspace.py @@ -3,7 +3,7 @@ # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- -from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer +from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer, record_only from azure_devtools.scenario_tests import AllowLargeResponse @@ -48,9 +48,62 @@ def test_monitor_log_analytics_workspace_default(self, resource_group): self.check("@[?name=='AzureSecurityOfThings'].enabled", '[True]') ]) - self.cmd("monitor log-analytics workspace pack disable -g {rg} --workspace-name {name} -n AzureSecurityOfThings") + self.cmd( + "monitor log-analytics workspace pack disable -g {rg} --workspace-name {name} -n AzureSecurityOfThings") self.cmd("monitor log-analytics workspace pack list -g {rg} --workspace-name {name}", checks=[ self.check("@[?name=='AzureSecurityOfThings'].enabled", '[False]') ]) self.cmd("monitor log-analytics workspace delete -g {rg} -n {name}") + + @record_only() + def test_monitor_log_analytics_workspace_linked_service_common_scenario(self): + cluster_resource_id_1 = '/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/azure-cli-test' \ + '-scus/providers/Microsoft.OperationalInsights/clusters/yu-test-cluster1' + recorded_cluster_resource_id_1 = '/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure' \ + '-cli-test-scus/providers/Microsoft.OperationalInsights/clusters/yu-test' \ + '-cluster1' + cluster_resource_id_2 = '/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/azure-cli-test' \ + '-scus/providers/Microsoft.OperationalInsights/clusters/yu-test-cluster2' + recorded_cluster_resource_id_2 = '/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure' \ + '-cli-test-scus/providers/Microsoft.OperationalInsights/clusters/yu-test' \ + '-cluster2' + linked_service_name = 'cluster' + + self.kwargs.update({ + 'rg': 'azure-cli-test-scus', + 'workspace_name': 'yu-test-ws1', + 'linked_service_name': linked_service_name, + 'cluster_resource_id_1': cluster_resource_id_1, + 'cluster_resource_id_2': cluster_resource_id_2 + }) + + self.cmd("monitor log-analytics workspace linked-service create -g {rg} --workspace-name {workspace_name} " + "-n {linked_service_name} --write-access-resource-id {cluster_resource_id_1}", + checks=[ + self.check('provisioningState', 'Succeeded'), + self.check('writeAccessResourceId', recorded_cluster_resource_id_1) + ]) + + self.cmd("monitor log-analytics workspace linked-service update -g {rg} --workspace-name {workspace_name} " + "-n {linked_service_name} --write-access-resource-id {cluster_resource_id_2}", + checks=[ + self.check('provisioningState', 'Succeeded'), + self.check('writeAccessResourceId', recorded_cluster_resource_id_2) + ]) + + self.cmd("monitor log-analytics workspace linked-service show -g {rg} --workspace-name {workspace_name} " + "-n {linked_service_name}", + checks=[ + self.check('provisioningState', 'Succeeded'), + self.check('writeAccessResourceId', recorded_cluster_resource_id_2) + ]) + + self.cmd("monitor log-analytics workspace linked-service list -g {rg} --workspace-name {workspace_name}", + checks=[self.check('length(@)', 1)]) + + self.cmd("monitor log-analytics workspace linked-service delete -g {rg} --workspace-name {workspace_name} " + "-n {linked_service_name} -y", checks=[]) + + self.cmd("monitor log-analytics workspace linked-service list -g {rg} --workspace-name {workspace_name}", + checks=[self.check('length(@)', 0)]) diff --git a/src/azure-cli/azure/cli/command_modules/monitor/validators.py b/src/azure-cli/azure/cli/command_modules/monitor/validators.py index 08683404c7d..c29035b23cc 100644 --- a/src/azure-cli/azure/cli/command_modules/monitor/validators.py +++ b/src/azure-cli/azure/cli/command_modules/monitor/validators.py @@ -7,6 +7,16 @@ from azure.cli.core.commands.validators import validate_tags, get_default_location_from_resource_group +def make_cluster_creation_as_no_wait_by_default(cmd, namespace): + get_default_location_from_resource_group(cmd, namespace) + + # Make cluster creation no wait by default before ADX cluster can be provisioned automatically. + # TODO: remove this method and make cluster creation support both wait and no wait + # after ADX cluster can be provisioned automatically. + cmd.supports_no_wait = True + namespace.no_wait = True + + def process_autoscale_create_namespace(cmd, namespace): from msrestazure.tools import parse_resource_id diff --git a/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_nw_connection_monitor_output.yaml b/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_nw_connection_monitor_output.yaml index 628ad27a1e7..9f9ca9bbfe8 100644 --- a/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_nw_connection_monitor_output.yaml +++ b/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_nw_connection_monitor_output.yaml @@ -9294,7 +9294,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/connection_monitor_v2_test_000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/connection_monitor_v2_test_000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002?api-version=2020-03-01-preview response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": @@ -9352,7 +9352,7 @@ interactions: - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-loganalytics/0.2.0 Azure-SDK-For-Python AZURECLI/2.3.1 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/connection_monitor_v2_test_000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/connection_monitor_v2_test_000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002?api-version=2020-03-01-preview response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": diff --git a/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_nw_flow_log_create.yaml b/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_nw_flow_log_create.yaml index 4ce811f411a..1b7757aa8d0 100644 --- a/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_nw_flow_log_create.yaml +++ b/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_nw_flow_log_create.yaml @@ -380,7 +380,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/test_nw_flow_log_000001/providers/Microsoft.OperationalInsights/workspaces/workspace042403?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/test_nw_flow_log_000001/providers/Microsoft.OperationalInsights/workspaces/workspace042403?api-version=2020-03-01-preview response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": @@ -438,7 +438,7 @@ interactions: - python/3.8.0 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.3 azure-mgmt-loganalytics/0.2.0 Azure-SDK-For-Python AZURECLI/2.3.1 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/test_nw_flow_log_000001/providers/Microsoft.OperationalInsights/workspaces/workspace042403?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/test_nw_flow_log_000001/providers/Microsoft.OperationalInsights/workspaces/workspace042403?api-version=2020-03-01-preview response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": @@ -557,18 +557,18 @@ interactions: East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East US 2","South Central US","North Central US","West US","UK West","South Africa - North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2015-11-01-preview","2015-03-20"],"capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2015-11-01-preview","2015-03-20"],"defaultApiVersion":"2015-11-01-preview","capabilities":"None"},{"resourceType":"locations/operationStatuses","locations":["East + North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2020-03-01-preview","2015-03-20"],"capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2020-03-01-preview","2015-03-20"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"locations/operationStatuses","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East US 2","South Central US","North Central US","West US","UK West","South Africa - North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2015-11-01-preview","2015-03-20"],"defaultApiVersion":"2015-11-01-preview","capabilities":"None"},{"resourceType":"workspaces/scopedPrivateLinkProxies","locations":["East + North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2020-03-01-preview","2015-03-20"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"workspaces/scopedPrivateLinkProxies","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East US 2","South Central US","North Central US","West US","UK West","South Africa - North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2015-11-01-preview","capabilities":"None"},{"resourceType":"workspaces/query","locations":["West + North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2020-03-01-preview"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"workspaces/query","locations":["West Central US","Australia Southeast","West Europe","East US","Southeast Asia","Japan East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East @@ -578,7 +578,7 @@ interactions: East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East US 2","South Central US","North Central US","West US","UK West","South Africa - North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2015-11-01-preview"],"defaultApiVersion":"2015-11-01-preview","capabilities":"None"},{"resourceType":"workspaces/linkedStorageAccounts","locations":["East + North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2020-03-01-preview"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"workspaces/linkedStorageAccounts","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East @@ -588,8 +588,8 @@ interactions: East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East US 2","South Central US","North Central US","West US","UK West","South Africa - North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2015-11-01-preview","capabilities":"None"},{"resourceType":"linkTargets","locations":["East - US"],"apiVersions":["2020-03-01-preview","2015-03-20"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2020-03-01-preview","2015-11-01-preview","2014-11-10"],"defaultApiVersion":"2015-11-01-preview","capabilities":"None"},{"resourceType":"clusters","locations":["East + North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2020-03-01-preview"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"linkTargets","locations":["East + US"],"apiVersions":["2020-03-01-preview","2015-03-20"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2020-03-01-preview","2020-03-01-preview","2014-11-10"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"clusters","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East diff --git a/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_nw_flow_log_delete.yaml b/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_nw_flow_log_delete.yaml index f9022b30ccb..7319374783a 100644 --- a/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_nw_flow_log_delete.yaml +++ b/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_nw_flow_log_delete.yaml @@ -380,7 +380,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/test_nw_flow_log_000001/providers/Microsoft.OperationalInsights/workspaces/workspace32897502?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/test_nw_flow_log_000001/providers/Microsoft.OperationalInsights/workspaces/workspace32897502?api-version=2020-03-01-preview response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": @@ -438,7 +438,7 @@ interactions: - python/3.8.0 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.3 azure-mgmt-loganalytics/0.2.0 Azure-SDK-For-Python AZURECLI/2.3.1 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/test_nw_flow_log_000001/providers/Microsoft.OperationalInsights/workspaces/workspace32897502?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/test_nw_flow_log_000001/providers/Microsoft.OperationalInsights/workspaces/workspace32897502?api-version=2020-03-01-preview response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": @@ -556,18 +556,18 @@ interactions: East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East US 2","South Central US","North Central US","West US","UK West","South Africa - North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2015-11-01-preview","2015-03-20"],"capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2015-11-01-preview","2015-03-20"],"defaultApiVersion":"2015-11-01-preview","capabilities":"None"},{"resourceType":"locations/operationStatuses","locations":["East + North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2020-03-01-preview","2015-03-20"],"capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2020-03-01-preview","2015-03-20"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"locations/operationStatuses","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East US 2","South Central US","North Central US","West US","UK West","South Africa - North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2015-11-01-preview","2015-03-20"],"defaultApiVersion":"2015-11-01-preview","capabilities":"None"},{"resourceType":"workspaces/scopedPrivateLinkProxies","locations":["East + North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2020-03-01-preview","2015-03-20"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"workspaces/scopedPrivateLinkProxies","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East US 2","South Central US","North Central US","West US","UK West","South Africa - North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2015-11-01-preview","capabilities":"None"},{"resourceType":"workspaces/query","locations":["West + North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2020-03-01-preview"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"workspaces/query","locations":["West Central US","Australia Southeast","West Europe","East US","Southeast Asia","Japan East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East @@ -577,7 +577,7 @@ interactions: East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East US 2","South Central US","North Central US","West US","UK West","South Africa - North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2015-11-01-preview"],"defaultApiVersion":"2015-11-01-preview","capabilities":"None"},{"resourceType":"workspaces/linkedStorageAccounts","locations":["East + North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2020-03-01-preview"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"workspaces/linkedStorageAccounts","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East @@ -587,8 +587,8 @@ interactions: East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East US 2","South Central US","North Central US","West US","UK West","South Africa - North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2015-11-01-preview","capabilities":"None"},{"resourceType":"linkTargets","locations":["East - US"],"apiVersions":["2020-03-01-preview","2015-03-20"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2020-03-01-preview","2015-11-01-preview","2014-11-10"],"defaultApiVersion":"2015-11-01-preview","capabilities":"None"},{"resourceType":"clusters","locations":["East + North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2020-03-01-preview"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"linkTargets","locations":["East + US"],"apiVersions":["2020-03-01-preview","2015-03-20"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2020-03-01-preview","2020-03-01-preview","2014-11-10"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"clusters","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East diff --git a/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_nw_flow_log_show.yaml b/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_nw_flow_log_show.yaml index 401f0d90f48..6331706cbcc 100644 --- a/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_nw_flow_log_show.yaml +++ b/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_nw_flow_log_show.yaml @@ -380,7 +380,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/test_nw_flow_log_000001/providers/Microsoft.OperationalInsights/workspaces/workspace042104?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/test_nw_flow_log_000001/providers/Microsoft.OperationalInsights/workspaces/workspace042104?api-version=2020-03-01-preview response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": @@ -438,7 +438,7 @@ interactions: - python/3.8.0 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.3 azure-mgmt-loganalytics/0.2.0 Azure-SDK-For-Python AZURECLI/2.3.1 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/test_nw_flow_log_000001/providers/Microsoft.OperationalInsights/workspaces/workspace042104?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/test_nw_flow_log_000001/providers/Microsoft.OperationalInsights/workspaces/workspace042104?api-version=2020-03-01-preview response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": @@ -557,18 +557,18 @@ interactions: East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East US 2","South Central US","North Central US","West US","UK West","South Africa - North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2015-11-01-preview","2015-03-20"],"capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2015-11-01-preview","2015-03-20"],"defaultApiVersion":"2015-11-01-preview","capabilities":"None"},{"resourceType":"locations/operationStatuses","locations":["East + North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2020-03-01-preview","2015-03-20"],"capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2020-03-01-preview","2015-03-20"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"locations/operationStatuses","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East US 2","South Central US","North Central US","West US","UK West","South Africa - North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2015-11-01-preview","2015-03-20"],"defaultApiVersion":"2015-11-01-preview","capabilities":"None"},{"resourceType":"workspaces/scopedPrivateLinkProxies","locations":["East + North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2020-03-01-preview","2015-03-20"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"workspaces/scopedPrivateLinkProxies","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East US 2","South Central US","North Central US","West US","UK West","South Africa - North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2015-11-01-preview","capabilities":"None"},{"resourceType":"workspaces/query","locations":["West + North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2020-03-01-preview"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"workspaces/query","locations":["West Central US","Australia Southeast","West Europe","East US","Southeast Asia","Japan East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East @@ -578,7 +578,7 @@ interactions: East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East US 2","South Central US","North Central US","West US","UK West","South Africa - North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2015-11-01-preview"],"defaultApiVersion":"2015-11-01-preview","capabilities":"None"},{"resourceType":"workspaces/linkedStorageAccounts","locations":["East + North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2020-03-01-preview"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"workspaces/linkedStorageAccounts","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East @@ -588,8 +588,8 @@ interactions: East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East US 2","South Central US","North Central US","West US","UK West","South Africa - North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2015-11-01-preview","capabilities":"None"},{"resourceType":"linkTargets","locations":["East - US"],"apiVersions":["2020-03-01-preview","2015-03-20"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2020-03-01-preview","2015-11-01-preview","2014-11-10"],"defaultApiVersion":"2015-11-01-preview","capabilities":"None"},{"resourceType":"clusters","locations":["East + North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2020-03-01-preview"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"linkTargets","locations":["East + US"],"apiVersions":["2020-03-01-preview","2015-03-20"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2020-03-01-preview","2020-03-01-preview","2014-11-10"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"clusters","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East diff --git a/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_nw_flow_log_update.yaml b/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_nw_flow_log_update.yaml index e2dc8a8eb70..8029edd573b 100644 --- a/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_nw_flow_log_update.yaml +++ b/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_nw_flow_log_update.yaml @@ -526,7 +526,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/test_nw_flow_log_000001/providers/Microsoft.OperationalInsights/workspaces/workspace089504?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/test_nw_flow_log_000001/providers/Microsoft.OperationalInsights/workspaces/workspace089504?api-version=2020-03-01-preview response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": @@ -584,7 +584,7 @@ interactions: - python/3.8.0 (Windows-10-10.0.18362-SP0) msrest/0.6.10 msrest_azure/0.6.3 azure-mgmt-loganalytics/0.2.0 Azure-SDK-For-Python AZURECLI/2.3.1 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/test_nw_flow_log_000001/providers/Microsoft.OperationalInsights/workspaces/workspace089504?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/test_nw_flow_log_000001/providers/Microsoft.OperationalInsights/workspaces/workspace089504?api-version=2020-03-01-preview response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": @@ -703,18 +703,18 @@ interactions: East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East US 2","South Central US","North Central US","West US","UK West","South Africa - North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2015-11-01-preview","2015-03-20"],"capabilities":"CrossResourceGroupResourceMove, - CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2015-11-01-preview","2015-03-20"],"defaultApiVersion":"2015-11-01-preview","capabilities":"None"},{"resourceType":"locations/operationStatuses","locations":["East + North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2020-03-01-preview","2015-03-20"],"capabilities":"CrossResourceGroupResourceMove, + CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"locations","locations":[],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2020-03-01-preview","2015-03-20"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"locations/operationStatuses","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East US 2","South Central US","North Central US","West US","UK West","South Africa - North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2015-11-01-preview","2015-03-20"],"defaultApiVersion":"2015-11-01-preview","capabilities":"None"},{"resourceType":"workspaces/scopedPrivateLinkProxies","locations":["East + North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2020-03-01-preview","2015-03-20"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"workspaces/scopedPrivateLinkProxies","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East US 2","South Central US","North Central US","West US","UK West","South Africa - North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2015-11-01-preview","capabilities":"None"},{"resourceType":"workspaces/query","locations":["West + North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2020-03-01-preview"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"workspaces/query","locations":["West Central US","Australia Southeast","West Europe","East US","Southeast Asia","Japan East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East @@ -724,7 +724,7 @@ interactions: East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East US 2","South Central US","North Central US","West US","UK West","South Africa - North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2015-11-01-preview"],"defaultApiVersion":"2015-11-01-preview","capabilities":"None"},{"resourceType":"workspaces/linkedStorageAccounts","locations":["East + North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2020-03-01-preview"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"workspaces/linkedStorageAccounts","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East @@ -734,8 +734,8 @@ interactions: East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East US 2","South Central US","North Central US","West US","UK West","South Africa - North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2015-11-01-preview"],"defaultApiVersion":"2015-11-01-preview","capabilities":"None"},{"resourceType":"linkTargets","locations":["East - US"],"apiVersions":["2020-03-01-preview","2015-03-20"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2020-03-01-preview","2015-11-01-preview","2014-11-10"],"defaultApiVersion":"2015-11-01-preview","capabilities":"None"},{"resourceType":"clusters","locations":["East + North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2020-03-01-preview","2019-08-01-preview","2020-03-01-preview"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"linkTargets","locations":["East + US"],"apiVersions":["2020-03-01-preview","2015-03-20"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2020-03-01-preview","2020-03-01-preview","2014-11-10"],"defaultApiVersion":"2020-03-01-preview","capabilities":"None"},{"resourceType":"clusters","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East diff --git a/src/azure-cli/azure/cli/command_modules/vm/_client_factory.py b/src/azure-cli/azure/cli/command_modules/vm/_client_factory.py index 013124f1953..6446f745b4f 100644 --- a/src/azure-cli/azure/cli/command_modules/vm/_client_factory.py +++ b/src/azure-cli/azure/cli/command_modules/vm/_client_factory.py @@ -124,7 +124,7 @@ def _log_analytics_client_factory(cli_ctx, subscription_id, *_): def cf_log_analytics(cli_ctx, subscription_id, *_): - return _log_analytics_client_factory(cli_ctx, subscription_id).workspaces + return _log_analytics_client_factory(cli_ctx, subscription_id) def cf_log_analytics_data_sources(cli_ctx, subscription_id, *_): diff --git a/src/azure-cli/azure/cli/command_modules/vm/custom.py b/src/azure-cli/azure/cli/command_modules/vm/custom.py index 744885fab8a..3ebffd3d1ef 100644 --- a/src/azure-cli/azure/cli/command_modules/vm/custom.py +++ b/src/azure-cli/azure/cli/command_modules/vm/custom.py @@ -3166,18 +3166,19 @@ def _prepare_workspace(cmd, resource_group_name, workspace): log_client = _get_log_analytics_client(cmd) workspace_result = None try: - workspace_result = log_client.get(resource_group_name, workspace_name) + workspace_result = log_client.workspaces.get(resource_group_name, workspace_name) except CloudError: - from azure.mgmt.loganalytics.models import Workspace, Sku, SkuNameEnum - sku = Sku(name=SkuNameEnum.per_gb2018.value) + from azure.mgmt.loganalytics.models import Workspace, WorkspaceSku, WorkspaceSkuNameEnum + sku = WorkspaceSku(name=WorkspaceSkuNameEnum.per_gb2018.value) retention_time = 30 # default value location = _get_resource_group_location(cmd.cli_ctx, resource_group_name) workspace_instance = Workspace(location=location, sku=sku, retention_in_days=retention_time) - workspace_result = LongRunningOperation(cmd.cli_ctx)(log_client.create_or_update(resource_group_name, - workspace_name, - workspace_instance)) + workspace_result = LongRunningOperation(cmd.cli_ctx)(log_client.workspaces.create_or_update( + resource_group_name, + workspace_name, + workspace_instance)) workspace_id = workspace_result.id else: workspace_id = workspace @@ -3239,12 +3240,12 @@ def _set_log_analytics_workspace_extension(cmd, resource_group_name, vm, vm_name is_linux_os = _is_linux_os(vm) vm_extension_name = _LINUX_OMS_AGENT_EXT if is_linux_os else _WINDOWS_OMS_AGENT_EXT log_client = _get_log_analytics_client(cmd) - customer_id = log_client.get(resource_group_name, workspace_name).customer_id + customer_id = log_client.workspaces.get(resource_group_name, workspace_name).customer_id settings = { 'workspaceId': customer_id, 'stopOnMultipleConnections': 'true' } - primary_shared_key = log_client.get_shared_keys(resource_group_name, workspace_name).primary_shared_key + primary_shared_key = log_client.shared_keys.get_shared_keys(resource_group_name, workspace_name).primary_shared_key protected_settings = { 'workspaceKey': primary_shared_key, } diff --git a/src/azure-cli/azure/cli/command_modules/vm/tests/latest/recordings/test_vm_create_with_monitor.yaml b/src/azure-cli/azure/cli/command_modules/vm/tests/latest/recordings/test_vm_create_with_monitor.yaml index 285c48d20f5..46ef95d41e2 100644 --- a/src/azure-cli/azure/cli/command_modules/vm/tests/latest/recordings/test_vm_create_with_monitor.yaml +++ b/src/azure-cli/azure/cli/command_modules/vm/tests/latest/recordings/test_vm_create_with_monitor.yaml @@ -1264,7 +1264,7 @@ interactions: accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002?api-version=2020-03-01-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.OperationalInsights/workspaces/cliworkspace000002'' @@ -1360,7 +1360,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002?api-version=2020-03-01-preview response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": @@ -1418,7 +1418,7 @@ interactions: - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-loganalytics/0.2.0 Azure-SDK-For-Python AZURECLI/2.3.1 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002?api-version=2020-03-01-preview response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": @@ -1482,9 +1482,9 @@ interactions: "properties": {"publisher": "Microsoft.EnterpriseCloud.Monitoring", "type": "OmsAgentForLinux", "typeHandlerVersion": "1.0", "autoUpgradeMinorVersion": "true", "settings": {"workspaceId": "[reference(parameters(\''workspaceId\''), - \''2015-11-01-preview\'').customerId]", "stopOnMultipleConnections": "true"}, + \''2020-03-01-preview\'').customerId]", "stopOnMultipleConnections": "true"}, "protectedSettings": {"workspaceKey": "[listKeys(parameters(\''workspaceId\''), - \''2015-11-01-preview\'').primarySharedKey]"}}, "name": "monitorvm/OmsAgentForLinux", + \''2020-03-01-preview\'').primarySharedKey]"}}, "name": "monitorvm/OmsAgentForLinux", "location": "eastus", "dependsOn": ["Microsoft.Compute/virtualMachines/monitorvm"]}, {"apiVersion": "2019-07-01", "type": "Microsoft.Compute/virtualMachines", "name": "monitorvm", "location": "eastus", "tags": {}, "dependsOn": ["Microsoft.Network/networkInterfaces/monitorvmVMNic"], @@ -1523,7 +1523,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2019-07-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Resources/deployments/vm_deploy_Lc8SJ0FHhoZB3JmdSwS7cLNuZV33fUNt","name":"vm_deploy_Lc8SJ0FHhoZB3JmdSwS7cLNuZV33fUNt","type":"Microsoft.Resources/deployments","properties":{"templateHash":"12683976471333586675","parameters":{"workspaceId":{"type":"SecureString"}},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2020-04-07T00:48:58.4252389Z","duration":"PT3.8534995S","correlationId":"5d7a2b88-e252-4beb-9e82-a0e0ccb25f55","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"virtualNetworks","locations":["eastus"]},{"resourceType":"publicIPAddresses","locations":["eastus"]},{"resourceType":"networkInterfaces","locations":["eastus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines/extensions","locations":["eastus"]},{"resourceType":"virtualMachines","locations":["eastus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Network/virtualNetworks/monitorvmVNET","resourceType":"Microsoft.Network/virtualNetworks","resourceName":"monitorvmVNET"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Network/publicIPAddresses/monitorvmPublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"monitorvmPublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Network/networkInterfaces/monitorvmVMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"monitorvmVMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Compute/virtualMachines/monitorvm","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"monitorvm"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002","resourceType":"microsoft.operationalinsights/workspaces","resourceName":"cliworkspace000002","apiVersion":"2015-11-01-preview"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002","resourceType":"microsoft.operationalinsights/workspaces","resourceName":"cliworkspace000002","actionName":"listKeys","apiVersion":"2015-11-01-preview"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Compute/virtualMachines/monitorvm/extensions/OmsAgentForLinux","resourceType":"Microsoft.Compute/virtualMachines/extensions","resourceName":"monitorvm/OmsAgentForLinux"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Network/networkInterfaces/monitorvmVMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"monitorvmVMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Compute/virtualMachines/monitorvm","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"monitorvm"}]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Resources/deployments/vm_deploy_Lc8SJ0FHhoZB3JmdSwS7cLNuZV33fUNt","name":"vm_deploy_Lc8SJ0FHhoZB3JmdSwS7cLNuZV33fUNt","type":"Microsoft.Resources/deployments","properties":{"templateHash":"12683976471333586675","parameters":{"workspaceId":{"type":"SecureString"}},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2020-04-07T00:48:58.4252389Z","duration":"PT3.8534995S","correlationId":"5d7a2b88-e252-4beb-9e82-a0e0ccb25f55","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"virtualNetworks","locations":["eastus"]},{"resourceType":"publicIPAddresses","locations":["eastus"]},{"resourceType":"networkInterfaces","locations":["eastus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines/extensions","locations":["eastus"]},{"resourceType":"virtualMachines","locations":["eastus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Network/virtualNetworks/monitorvmVNET","resourceType":"Microsoft.Network/virtualNetworks","resourceName":"monitorvmVNET"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Network/publicIPAddresses/monitorvmPublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"monitorvmPublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Network/networkInterfaces/monitorvmVMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"monitorvmVMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Compute/virtualMachines/monitorvm","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"monitorvm"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002","resourceType":"microsoft.operationalinsights/workspaces","resourceName":"cliworkspace000002","apiVersion":"2020-03-01-preview"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002","resourceType":"microsoft.operationalinsights/workspaces","resourceName":"cliworkspace000002","actionName":"listKeys","apiVersion":"2020-03-01-preview"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Compute/virtualMachines/monitorvm/extensions/OmsAgentForLinux","resourceType":"Microsoft.Compute/virtualMachines/extensions","resourceName":"monitorvm/OmsAgentForLinux"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Network/networkInterfaces/monitorvmVMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"monitorvmVMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Compute/virtualMachines/monitorvm","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"monitorvm"}]}}' headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Resources/deployments/vm_deploy_Lc8SJ0FHhoZB3JmdSwS7cLNuZV33fUNt/operationStatuses/08586153863509058948?api-version=2019-07-01 @@ -2084,7 +2084,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2019-07-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Resources/deployments/vm_deploy_Lc8SJ0FHhoZB3JmdSwS7cLNuZV33fUNt","name":"vm_deploy_Lc8SJ0FHhoZB3JmdSwS7cLNuZV33fUNt","type":"Microsoft.Resources/deployments","properties":{"templateHash":"12683976471333586675","parameters":{"workspaceId":{"type":"SecureString"}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2020-04-07T00:54:58.3335776Z","duration":"PT6M3.7618382S","correlationId":"5d7a2b88-e252-4beb-9e82-a0e0ccb25f55","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"virtualNetworks","locations":["eastus"]},{"resourceType":"publicIPAddresses","locations":["eastus"]},{"resourceType":"networkInterfaces","locations":["eastus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines/extensions","locations":["eastus"]},{"resourceType":"virtualMachines","locations":["eastus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Network/virtualNetworks/monitorvmVNET","resourceType":"Microsoft.Network/virtualNetworks","resourceName":"monitorvmVNET"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Network/publicIPAddresses/monitorvmPublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"monitorvmPublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Network/networkInterfaces/monitorvmVMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"monitorvmVMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Compute/virtualMachines/monitorvm","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"monitorvm"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002","resourceType":"microsoft.operationalinsights/workspaces","resourceName":"cliworkspace000002","apiVersion":"2015-11-01-preview"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002","resourceType":"microsoft.operationalinsights/workspaces","resourceName":"cliworkspace000002","actionName":"listKeys","apiVersion":"2015-11-01-preview"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Compute/virtualMachines/monitorvm/extensions/OmsAgentForLinux","resourceType":"Microsoft.Compute/virtualMachines/extensions","resourceName":"monitorvm/OmsAgentForLinux"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Network/networkInterfaces/monitorvmVMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"monitorvmVMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Compute/virtualMachines/monitorvm","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"monitorvm"}],"outputs":{},"outputResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Compute/virtualMachines/monitorvm"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Compute/virtualMachines/monitorvm/extensions/OmsAgentForLinux"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Network/networkInterfaces/monitorvmVMNic"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Network/publicIPAddresses/monitorvmPublicIP"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Network/virtualNetworks/monitorvmVNET"}]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Resources/deployments/vm_deploy_Lc8SJ0FHhoZB3JmdSwS7cLNuZV33fUNt","name":"vm_deploy_Lc8SJ0FHhoZB3JmdSwS7cLNuZV33fUNt","type":"Microsoft.Resources/deployments","properties":{"templateHash":"12683976471333586675","parameters":{"workspaceId":{"type":"SecureString"}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2020-04-07T00:54:58.3335776Z","duration":"PT6M3.7618382S","correlationId":"5d7a2b88-e252-4beb-9e82-a0e0ccb25f55","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"virtualNetworks","locations":["eastus"]},{"resourceType":"publicIPAddresses","locations":["eastus"]},{"resourceType":"networkInterfaces","locations":["eastus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines/extensions","locations":["eastus"]},{"resourceType":"virtualMachines","locations":["eastus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Network/virtualNetworks/monitorvmVNET","resourceType":"Microsoft.Network/virtualNetworks","resourceName":"monitorvmVNET"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Network/publicIPAddresses/monitorvmPublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"monitorvmPublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Network/networkInterfaces/monitorvmVMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"monitorvmVMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Compute/virtualMachines/monitorvm","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"monitorvm"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002","resourceType":"microsoft.operationalinsights/workspaces","resourceName":"cliworkspace000002","apiVersion":"2020-03-01-preview"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002","resourceType":"microsoft.operationalinsights/workspaces","resourceName":"cliworkspace000002","actionName":"listKeys","apiVersion":"2020-03-01-preview"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Compute/virtualMachines/monitorvm/extensions/OmsAgentForLinux","resourceType":"Microsoft.Compute/virtualMachines/extensions","resourceName":"monitorvm/OmsAgentForLinux"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Network/networkInterfaces/monitorvmVMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"monitorvmVMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Compute/virtualMachines/monitorvm","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"monitorvm"}],"outputs":{},"outputResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Compute/virtualMachines/monitorvm"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Compute/virtualMachines/monitorvm/extensions/OmsAgentForLinux"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Network/networkInterfaces/monitorvmVMNic"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Network/publicIPAddresses/monitorvmPublicIP"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.Network/virtualNetworks/monitorvmVNET"}]}}' headers: cache-control: - no-cache @@ -2377,7 +2377,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxPerformanceCollection_88888888-0000-0000-0000-000000000001?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxPerformanceCollection_88888888-0000-0000-0000-000000000001?api-version=2020-03-01-preview response: body: string: '{"kind":"LinuxPerformanceCollection","properties":{"state":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/datasources/DataSource_LinuxPerformanceCollection_88888888-0000-0000-0000-000000000001","etag":"W/\"datetime''2020-04-07T00%3A55%3A23.5083529Z''\"","name":"DataSource_LinuxPerformanceCollection_88888888-0000-0000-0000-000000000001","type":"Microsoft.OperationalInsights/workspaces/datasources"}' @@ -2437,7 +2437,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxPerformanceObject_88888888-0000-0000-0000-000000000002?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxPerformanceObject_88888888-0000-0000-0000-000000000002?api-version=2020-03-01-preview response: body: string: '{"kind":"LinuxPerformanceObject","properties":{"instanceName":"*","intervalSeconds":10,"objectName":"Memory","performanceCounters":[{"counterName":"Available @@ -2498,7 +2498,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxPerformanceObject_88888888-0000-0000-0000-000000000003?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxPerformanceObject_88888888-0000-0000-0000-000000000003?api-version=2020-03-01-preview response: body: string: '{"kind":"LinuxPerformanceObject","properties":{"instanceName":"*","intervalSeconds":10,"objectName":"Processor","performanceCounters":[{"counterName":"% @@ -2560,7 +2560,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxPerformanceObject_88888888-0000-0000-0000-000000000004?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxPerformanceObject_88888888-0000-0000-0000-000000000004?api-version=2020-03-01-preview response: body: string: '{"kind":"LinuxPerformanceObject","properties":{"instanceName":"*","intervalSeconds":10,"objectName":"Logical @@ -2622,7 +2622,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxPerformanceObject_88888888-0000-0000-0000-000000000005?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxPerformanceObject_88888888-0000-0000-0000-000000000005?api-version=2020-03-01-preview response: body: string: '{"kind":"LinuxPerformanceObject","properties":{"instanceName":"*","intervalSeconds":10,"objectName":"Network","performanceCounters":[{"counterName":"Total @@ -2680,7 +2680,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxSyslogCollection_88888888-0000-0000-0000-000000000006?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxSyslogCollection_88888888-0000-0000-0000-000000000006?api-version=2020-03-01-preview response: body: string: '{"kind":"LinuxSyslogCollection","properties":{"state":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/datasources/DataSource_LinuxSyslogCollection_88888888-0000-0000-0000-000000000006","etag":"W/\"datetime''2020-04-07T00%3A55%3A39.1846424Z''\"","name":"DataSource_LinuxSyslogCollection_88888888-0000-0000-0000-000000000006","type":"Microsoft.OperationalInsights/workspaces/datasources"}' @@ -2738,7 +2738,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxSyslog_88888888-0000-0000-0000-000000000007?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxSyslog_88888888-0000-0000-0000-000000000007?api-version=2020-03-01-preview response: body: string: '{"kind":"LinuxSyslog","properties":{"syslogName":"syslog","syslogSeverities":[{"severity":"notice"},{"severity":"info"},{"severity":"debug"}]},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_monitor000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/datasources/DataSource_LinuxSyslog_88888888-0000-0000-0000-000000000007","etag":"W/\"datetime''2020-04-07T00%3A55%3A41.3702897Z''\"","name":"DataSource_LinuxSyslog_88888888-0000-0000-0000-000000000007","type":"Microsoft.OperationalInsights/workspaces/datasources"}' diff --git a/src/azure-cli/azure/cli/command_modules/vm/tests/latest/recordings/test_vm_create_with_workspace_linux.yaml b/src/azure-cli/azure/cli/command_modules/vm/tests/latest/recordings/test_vm_create_with_workspace_linux.yaml index 9e0f9ecd696..c00546f828c 100644 --- a/src/azure-cli/azure/cli/command_modules/vm/tests/latest/recordings/test_vm_create_with_workspace_linux.yaml +++ b/src/azure-cli/azure/cli/command_modules/vm/tests/latest/recordings/test_vm_create_with_workspace_linux.yaml @@ -1264,7 +1264,7 @@ interactions: accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002?api-version=2020-03-01-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.OperationalInsights/workspaces/cliworkspace000002'' @@ -1361,7 +1361,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002?api-version=2020-03-01-preview response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": @@ -1419,7 +1419,7 @@ interactions: - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-loganalytics/0.2.0 Azure-SDK-For-Python AZURECLI/2.3.1 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002?api-version=2020-03-01-preview response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": @@ -1483,9 +1483,9 @@ interactions: "properties": {"publisher": "Microsoft.EnterpriseCloud.Monitoring", "type": "OmsAgentForLinux", "typeHandlerVersion": "1.0", "autoUpgradeMinorVersion": "true", "settings": {"workspaceId": "[reference(parameters(\''workspaceId\''), - \''2015-11-01-preview\'').customerId]", "stopOnMultipleConnections": "true"}, + \''2020-03-01-preview\'').customerId]", "stopOnMultipleConnections": "true"}, "protectedSettings": {"workspaceKey": "[listKeys(parameters(\''workspaceId\''), - \''2015-11-01-preview\'').primarySharedKey]"}}, "name": "monitorvm/OmsAgentForLinux", + \''2020-03-01-preview\'').primarySharedKey]"}}, "name": "monitorvm/OmsAgentForLinux", "location": "eastus", "dependsOn": ["Microsoft.Compute/virtualMachines/monitorvm"]}, {"apiVersion": "2019-07-01", "type": "Microsoft.Compute/virtualMachines", "name": "monitorvm", "location": "eastus", "tags": {}, "dependsOn": ["Microsoft.Network/networkInterfaces/monitorvmVMNic"], @@ -1524,7 +1524,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2019-07-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Resources/deployments/vm_deploy_jH3S2AaCWz6phePJ05B5dlK5g9XkiuWp","name":"vm_deploy_jH3S2AaCWz6phePJ05B5dlK5g9XkiuWp","type":"Microsoft.Resources/deployments","properties":{"templateHash":"10003917142210498557","parameters":{"workspaceId":{"type":"SecureString"}},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2020-04-07T00:49:11.8533804Z","duration":"PT3.6762073S","correlationId":"fafa46c8-5345-47f1-9c4e-e863239b11e7","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"virtualNetworks","locations":["eastus"]},{"resourceType":"publicIPAddresses","locations":["eastus"]},{"resourceType":"networkInterfaces","locations":["eastus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines/extensions","locations":["eastus"]},{"resourceType":"virtualMachines","locations":["eastus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Network/virtualNetworks/monitorvmVNET","resourceType":"Microsoft.Network/virtualNetworks","resourceName":"monitorvmVNET"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Network/publicIPAddresses/monitorvmPublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"monitorvmPublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Network/networkInterfaces/monitorvmVMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"monitorvmVMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Compute/virtualMachines/monitorvm","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"monitorvm"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002","resourceType":"microsoft.operationalinsights/workspaces","resourceName":"cliworkspace000002","apiVersion":"2015-11-01-preview"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002","resourceType":"microsoft.operationalinsights/workspaces","resourceName":"cliworkspace000002","actionName":"listKeys","apiVersion":"2015-11-01-preview"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Compute/virtualMachines/monitorvm/extensions/OmsAgentForLinux","resourceType":"Microsoft.Compute/virtualMachines/extensions","resourceName":"monitorvm/OmsAgentForLinux"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Network/networkInterfaces/monitorvmVMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"monitorvmVMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Compute/virtualMachines/monitorvm","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"monitorvm"}]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Resources/deployments/vm_deploy_jH3S2AaCWz6phePJ05B5dlK5g9XkiuWp","name":"vm_deploy_jH3S2AaCWz6phePJ05B5dlK5g9XkiuWp","type":"Microsoft.Resources/deployments","properties":{"templateHash":"10003917142210498557","parameters":{"workspaceId":{"type":"SecureString"}},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2020-04-07T00:49:11.8533804Z","duration":"PT3.6762073S","correlationId":"fafa46c8-5345-47f1-9c4e-e863239b11e7","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"virtualNetworks","locations":["eastus"]},{"resourceType":"publicIPAddresses","locations":["eastus"]},{"resourceType":"networkInterfaces","locations":["eastus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines/extensions","locations":["eastus"]},{"resourceType":"virtualMachines","locations":["eastus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Network/virtualNetworks/monitorvmVNET","resourceType":"Microsoft.Network/virtualNetworks","resourceName":"monitorvmVNET"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Network/publicIPAddresses/monitorvmPublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"monitorvmPublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Network/networkInterfaces/monitorvmVMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"monitorvmVMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Compute/virtualMachines/monitorvm","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"monitorvm"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002","resourceType":"microsoft.operationalinsights/workspaces","resourceName":"cliworkspace000002","apiVersion":"2020-03-01-preview"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002","resourceType":"microsoft.operationalinsights/workspaces","resourceName":"cliworkspace000002","actionName":"listKeys","apiVersion":"2020-03-01-preview"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Compute/virtualMachines/monitorvm/extensions/OmsAgentForLinux","resourceType":"Microsoft.Compute/virtualMachines/extensions","resourceName":"monitorvm/OmsAgentForLinux"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Network/networkInterfaces/monitorvmVMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"monitorvmVMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Compute/virtualMachines/monitorvm","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"monitorvm"}]}}' headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Resources/deployments/vm_deploy_jH3S2AaCWz6phePJ05B5dlK5g9XkiuWp/operationStatuses/08586153863373004643?api-version=2019-07-01 @@ -1870,7 +1870,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2019-07-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Resources/deployments/vm_deploy_jH3S2AaCWz6phePJ05B5dlK5g9XkiuWp","name":"vm_deploy_jH3S2AaCWz6phePJ05B5dlK5g9XkiuWp","type":"Microsoft.Resources/deployments","properties":{"templateHash":"10003917142210498557","parameters":{"workspaceId":{"type":"SecureString"}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2020-04-07T00:52:49.4150964Z","duration":"PT3M41.2379233S","correlationId":"fafa46c8-5345-47f1-9c4e-e863239b11e7","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"virtualNetworks","locations":["eastus"]},{"resourceType":"publicIPAddresses","locations":["eastus"]},{"resourceType":"networkInterfaces","locations":["eastus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines/extensions","locations":["eastus"]},{"resourceType":"virtualMachines","locations":["eastus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Network/virtualNetworks/monitorvmVNET","resourceType":"Microsoft.Network/virtualNetworks","resourceName":"monitorvmVNET"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Network/publicIPAddresses/monitorvmPublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"monitorvmPublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Network/networkInterfaces/monitorvmVMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"monitorvmVMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Compute/virtualMachines/monitorvm","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"monitorvm"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002","resourceType":"microsoft.operationalinsights/workspaces","resourceName":"cliworkspace000002","apiVersion":"2015-11-01-preview"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002","resourceType":"microsoft.operationalinsights/workspaces","resourceName":"cliworkspace000002","actionName":"listKeys","apiVersion":"2015-11-01-preview"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Compute/virtualMachines/monitorvm/extensions/OmsAgentForLinux","resourceType":"Microsoft.Compute/virtualMachines/extensions","resourceName":"monitorvm/OmsAgentForLinux"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Network/networkInterfaces/monitorvmVMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"monitorvmVMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Compute/virtualMachines/monitorvm","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"monitorvm"}],"outputs":{},"outputResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Compute/virtualMachines/monitorvm"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Compute/virtualMachines/monitorvm/extensions/OmsAgentForLinux"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Network/networkInterfaces/monitorvmVMNic"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Network/publicIPAddresses/monitorvmPublicIP"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Network/virtualNetworks/monitorvmVNET"}]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Resources/deployments/vm_deploy_jH3S2AaCWz6phePJ05B5dlK5g9XkiuWp","name":"vm_deploy_jH3S2AaCWz6phePJ05B5dlK5g9XkiuWp","type":"Microsoft.Resources/deployments","properties":{"templateHash":"10003917142210498557","parameters":{"workspaceId":{"type":"SecureString"}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2020-04-07T00:52:49.4150964Z","duration":"PT3M41.2379233S","correlationId":"fafa46c8-5345-47f1-9c4e-e863239b11e7","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"virtualNetworks","locations":["eastus"]},{"resourceType":"publicIPAddresses","locations":["eastus"]},{"resourceType":"networkInterfaces","locations":["eastus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines/extensions","locations":["eastus"]},{"resourceType":"virtualMachines","locations":["eastus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Network/virtualNetworks/monitorvmVNET","resourceType":"Microsoft.Network/virtualNetworks","resourceName":"monitorvmVNET"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Network/publicIPAddresses/monitorvmPublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"monitorvmPublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Network/networkInterfaces/monitorvmVMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"monitorvmVMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Compute/virtualMachines/monitorvm","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"monitorvm"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002","resourceType":"microsoft.operationalinsights/workspaces","resourceName":"cliworkspace000002","apiVersion":"2020-03-01-preview"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002","resourceType":"microsoft.operationalinsights/workspaces","resourceName":"cliworkspace000002","actionName":"listKeys","apiVersion":"2020-03-01-preview"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Compute/virtualMachines/monitorvm/extensions/OmsAgentForLinux","resourceType":"Microsoft.Compute/virtualMachines/extensions","resourceName":"monitorvm/OmsAgentForLinux"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Network/networkInterfaces/monitorvmVMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"monitorvmVMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Compute/virtualMachines/monitorvm","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"monitorvm"}],"outputs":{},"outputResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Compute/virtualMachines/monitorvm"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Compute/virtualMachines/monitorvm/extensions/OmsAgentForLinux"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Network/networkInterfaces/monitorvmVMNic"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Network/publicIPAddresses/monitorvmPublicIP"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.Network/virtualNetworks/monitorvmVNET"}]}}' headers: cache-control: - no-cache @@ -2163,7 +2163,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxPerformanceCollection_88888888-0000-0000-0000-000000000001?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxPerformanceCollection_88888888-0000-0000-0000-000000000001?api-version=2020-03-01-preview response: body: string: '{"kind":"LinuxPerformanceCollection","properties":{"state":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/datasources/DataSource_LinuxPerformanceCollection_88888888-0000-0000-0000-000000000001","etag":"W/\"datetime''2020-04-07T00%3A52%3A57.4108531Z''\"","name":"DataSource_LinuxPerformanceCollection_88888888-0000-0000-0000-000000000001","type":"Microsoft.OperationalInsights/workspaces/datasources"}' @@ -2223,7 +2223,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxPerformanceObject_88888888-0000-0000-0000-000000000002?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxPerformanceObject_88888888-0000-0000-0000-000000000002?api-version=2020-03-01-preview response: body: string: '{"kind":"LinuxPerformanceObject","properties":{"instanceName":"*","intervalSeconds":10,"objectName":"Memory","performanceCounters":[{"counterName":"Available @@ -2284,7 +2284,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxPerformanceObject_88888888-0000-0000-0000-000000000003?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxPerformanceObject_88888888-0000-0000-0000-000000000003?api-version=2020-03-01-preview response: body: string: '{"kind":"LinuxPerformanceObject","properties":{"instanceName":"*","intervalSeconds":10,"objectName":"Processor","performanceCounters":[{"counterName":"% @@ -2346,7 +2346,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxPerformanceObject_88888888-0000-0000-0000-000000000004?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxPerformanceObject_88888888-0000-0000-0000-000000000004?api-version=2020-03-01-preview response: body: string: '{"kind":"LinuxPerformanceObject","properties":{"instanceName":"*","intervalSeconds":10,"objectName":"Logical @@ -2408,7 +2408,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxPerformanceObject_88888888-0000-0000-0000-000000000005?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxPerformanceObject_88888888-0000-0000-0000-000000000005?api-version=2020-03-01-preview response: body: string: '{"kind":"LinuxPerformanceObject","properties":{"instanceName":"*","intervalSeconds":10,"objectName":"Network","performanceCounters":[{"counterName":"Total @@ -2466,7 +2466,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxSyslogCollection_88888888-0000-0000-0000-000000000006?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxSyslogCollection_88888888-0000-0000-0000-000000000006?api-version=2020-03-01-preview response: body: string: '{"kind":"LinuxSyslogCollection","properties":{"state":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/datasources/DataSource_LinuxSyslogCollection_88888888-0000-0000-0000-000000000006","etag":"W/\"datetime''2020-04-07T00%3A53%3A09.3404629Z''\"","name":"DataSource_LinuxSyslogCollection_88888888-0000-0000-0000-000000000006","type":"Microsoft.OperationalInsights/workspaces/datasources"}' @@ -2524,7 +2524,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxSyslog_88888888-0000-0000-0000-000000000007?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxSyslog_88888888-0000-0000-0000-000000000007?api-version=2020-03-01-preview response: body: string: '{"kind":"LinuxSyslog","properties":{"syslogName":"syslog","syslogSeverities":[{"severity":"notice"},{"severity":"info"},{"severity":"debug"}]},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/datasources/DataSource_LinuxSyslog_88888888-0000-0000-0000-000000000007","etag":"W/\"datetime''2020-04-07T00%3A53%3A11.3528360Z''\"","name":"DataSource_LinuxSyslog_88888888-0000-0000-0000-000000000007","type":"Microsoft.OperationalInsights/workspaces/datasources"}' @@ -2579,7 +2579,7 @@ interactions: accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002?api-version=2020-03-01-preview response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": @@ -2638,7 +2638,7 @@ interactions: User-Agent: - AZURECLI/2.3.1 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_linux000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002/dataSources?$filter=kind%20eq%20'LinuxPerformanceCollection'&api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_linux000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002/dataSources?$filter=kind%20eq%20'LinuxPerformanceCollection'&api-version=2020-03-01-preview response: body: string: '{"value":[{"kind":"LinuxPerformanceCollection","properties":{"state":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/datasources/DataSource_LinuxPerformanceCollection_88888888-0000-0000-0000-000000000001","etag":"W/\"datetime''2020-04-07T00%3A52%3A57.4108531Z''\"","name":"DataSource_LinuxPerformanceCollection_88888888-0000-0000-0000-000000000001","type":"Microsoft.OperationalInsights/workspaces/datasources"}]}' @@ -2686,7 +2686,7 @@ interactions: User-Agent: - AZURECLI/2.3.1 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_linux000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002/dataSources?$filter=kind%20eq%20'LinuxSyslog'&api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_linux000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002/dataSources?$filter=kind%20eq%20'LinuxSyslog'&api-version=2020-03-01-preview response: body: string: '{"value":[{"kind":"LinuxSyslog","properties":{"syslogName":"syslog","syslogSeverities":[{"severity":"notice"},{"severity":"info"},{"severity":"debug"}]},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/datasources/DataSource_LinuxSyslog_88888888-0000-0000-0000-000000000007","etag":"W/\"datetime''2020-04-07T00%3A53%3A11.3528360Z''\"","name":"DataSource_LinuxSyslog_88888888-0000-0000-0000-000000000007","type":"Microsoft.OperationalInsights/workspaces/datasources"}]}' @@ -2734,7 +2734,7 @@ interactions: User-Agent: - AZURECLI/2.3.1 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_linux000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002/dataSources?$filter=kind%20eq%20'LinuxSyslogCollection'&api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_linux000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002/dataSources?$filter=kind%20eq%20'LinuxSyslogCollection'&api-version=2020-03-01-preview response: body: string: '{"value":[{"kind":"LinuxSyslogCollection","properties":{"state":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/datasources/DataSource_LinuxSyslogCollection_88888888-0000-0000-0000-000000000006","etag":"W/\"datetime''2020-04-07T00%3A53%3A09.3404629Z''\"","name":"DataSource_LinuxSyslogCollection_88888888-0000-0000-0000-000000000006","type":"Microsoft.OperationalInsights/workspaces/datasources"}]}' @@ -2782,7 +2782,7 @@ interactions: User-Agent: - AZURECLI/2.3.1 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_linux000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002/dataSources?$filter=kind%20eq%20'LinuxPerformanceObject'&api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_linux000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002/dataSources?$filter=kind%20eq%20'LinuxPerformanceObject'&api-version=2020-03-01-preview response: body: string: '{"value":[{"kind":"LinuxPerformanceObject","properties":{"instanceName":"*","intervalSeconds":10,"objectName":"Memory","performanceCounters":[{"counterName":"Available diff --git a/src/azure-cli/azure/cli/command_modules/vm/tests/latest/recordings/test_vm_create_with_workspace_windows.yaml b/src/azure-cli/azure/cli/command_modules/vm/tests/latest/recordings/test_vm_create_with_workspace_windows.yaml index b5b00ac8647..da2df6b1034 100644 --- a/src/azure-cli/azure/cli/command_modules/vm/tests/latest/recordings/test_vm_create_with_workspace_windows.yaml +++ b/src/azure-cli/azure/cli/command_modules/vm/tests/latest/recordings/test_vm_create_with_workspace_windows.yaml @@ -1264,7 +1264,7 @@ interactions: accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002?api-version=2020-03-01-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.OperationalInsights/workspaces/cliworkspace000002'' @@ -1361,7 +1361,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002?api-version=2020-03-01-preview response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": @@ -1419,7 +1419,7 @@ interactions: - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-loganalytics/0.2.0 Azure-SDK-For-Python AZURECLI/2.3.1 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002?api-version=2020-03-01-preview response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": @@ -1485,9 +1485,9 @@ interactions: "properties": {"publisher": "Microsoft.EnterpriseCloud.Monitoring", "type": "MicrosoftMonitoringAgent", "typeHandlerVersion": "1.0", "autoUpgradeMinorVersion": "true", "settings": {"workspaceId": "[reference(parameters(\''workspaceId\''), - \''2015-11-01-preview\'').customerId]", "stopOnMultipleConnections": "true"}, + \''2020-03-01-preview\'').customerId]", "stopOnMultipleConnections": "true"}, "protectedSettings": {"workspaceKey": "[listKeys(parameters(\''workspaceId\''), - \''2015-11-01-preview\'').primarySharedKey]"}}, "name": "monitorvm/MicrosoftMonitoringAgent", + \''2020-03-01-preview\'').primarySharedKey]"}}, "name": "monitorvm/MicrosoftMonitoringAgent", "location": "eastus", "dependsOn": ["Microsoft.Compute/virtualMachines/monitorvm"]}, {"apiVersion": "2019-07-01", "type": "Microsoft.Compute/virtualMachines", "name": "monitorvm", "location": "eastus", "tags": {}, "dependsOn": ["Microsoft.Network/networkInterfaces/monitorvmVMNic"], @@ -1524,7 +1524,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2019-07-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Resources/deployments/vm_deploy_8XbKTGVrE0Vd0Fok9MlTE8eZuKAyfVPe","name":"vm_deploy_8XbKTGVrE0Vd0Fok9MlTE8eZuKAyfVPe","type":"Microsoft.Resources/deployments","properties":{"templateHash":"5805408734151410733","parameters":{"workspaceId":{"type":"SecureString"},"adminPassword":{"type":"SecureString"}},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2020-04-07T07:34:16.5556873Z","duration":"PT3.5853052S","correlationId":"695dc988-6690-4d0a-b7be-1309e5af655e","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"virtualNetworks","locations":["eastus"]},{"resourceType":"publicIPAddresses","locations":["eastus"]},{"resourceType":"networkInterfaces","locations":["eastus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines/extensions","locations":["eastus"]},{"resourceType":"virtualMachines","locations":["eastus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Network/virtualNetworks/monitorvmVNET","resourceType":"Microsoft.Network/virtualNetworks","resourceName":"monitorvmVNET"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Network/publicIPAddresses/monitorvmPublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"monitorvmPublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Network/networkInterfaces/monitorvmVMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"monitorvmVMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Compute/virtualMachines/monitorvm","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"monitorvm"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002","resourceType":"microsoft.operationalinsights/workspaces","resourceName":"cliworkspace000002","apiVersion":"2015-11-01-preview"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002","resourceType":"microsoft.operationalinsights/workspaces","resourceName":"cliworkspace000002","actionName":"listKeys","apiVersion":"2015-11-01-preview"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Compute/virtualMachines/monitorvm/extensions/MicrosoftMonitoringAgent","resourceType":"Microsoft.Compute/virtualMachines/extensions","resourceName":"monitorvm/MicrosoftMonitoringAgent"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Network/networkInterfaces/monitorvmVMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"monitorvmVMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Compute/virtualMachines/monitorvm","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"monitorvm"}]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Resources/deployments/vm_deploy_8XbKTGVrE0Vd0Fok9MlTE8eZuKAyfVPe","name":"vm_deploy_8XbKTGVrE0Vd0Fok9MlTE8eZuKAyfVPe","type":"Microsoft.Resources/deployments","properties":{"templateHash":"5805408734151410733","parameters":{"workspaceId":{"type":"SecureString"},"adminPassword":{"type":"SecureString"}},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2020-04-07T07:34:16.5556873Z","duration":"PT3.5853052S","correlationId":"695dc988-6690-4d0a-b7be-1309e5af655e","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"virtualNetworks","locations":["eastus"]},{"resourceType":"publicIPAddresses","locations":["eastus"]},{"resourceType":"networkInterfaces","locations":["eastus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines/extensions","locations":["eastus"]},{"resourceType":"virtualMachines","locations":["eastus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Network/virtualNetworks/monitorvmVNET","resourceType":"Microsoft.Network/virtualNetworks","resourceName":"monitorvmVNET"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Network/publicIPAddresses/monitorvmPublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"monitorvmPublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Network/networkInterfaces/monitorvmVMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"monitorvmVMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Compute/virtualMachines/monitorvm","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"monitorvm"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002","resourceType":"microsoft.operationalinsights/workspaces","resourceName":"cliworkspace000002","apiVersion":"2020-03-01-preview"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002","resourceType":"microsoft.operationalinsights/workspaces","resourceName":"cliworkspace000002","actionName":"listKeys","apiVersion":"2020-03-01-preview"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Compute/virtualMachines/monitorvm/extensions/MicrosoftMonitoringAgent","resourceType":"Microsoft.Compute/virtualMachines/extensions","resourceName":"monitorvm/MicrosoftMonitoringAgent"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Network/networkInterfaces/monitorvmVMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"monitorvmVMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Compute/virtualMachines/monitorvm","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"monitorvm"}]}}' headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Resources/deployments/vm_deploy_8XbKTGVrE0Vd0Fok9MlTE8eZuKAyfVPe/operationStatuses/08586153620325072597?api-version=2019-07-01 @@ -2257,7 +2257,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2019-07-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Resources/deployments/vm_deploy_8XbKTGVrE0Vd0Fok9MlTE8eZuKAyfVPe","name":"vm_deploy_8XbKTGVrE0Vd0Fok9MlTE8eZuKAyfVPe","type":"Microsoft.Resources/deployments","properties":{"templateHash":"5805408734151410733","parameters":{"workspaceId":{"type":"SecureString"},"adminPassword":{"type":"SecureString"}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2020-04-07T07:42:03.4533564Z","duration":"PT7M50.4829743S","correlationId":"695dc988-6690-4d0a-b7be-1309e5af655e","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"virtualNetworks","locations":["eastus"]},{"resourceType":"publicIPAddresses","locations":["eastus"]},{"resourceType":"networkInterfaces","locations":["eastus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines/extensions","locations":["eastus"]},{"resourceType":"virtualMachines","locations":["eastus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Network/virtualNetworks/monitorvmVNET","resourceType":"Microsoft.Network/virtualNetworks","resourceName":"monitorvmVNET"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Network/publicIPAddresses/monitorvmPublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"monitorvmPublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Network/networkInterfaces/monitorvmVMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"monitorvmVMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Compute/virtualMachines/monitorvm","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"monitorvm"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002","resourceType":"microsoft.operationalinsights/workspaces","resourceName":"cliworkspace000002","apiVersion":"2015-11-01-preview"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002","resourceType":"microsoft.operationalinsights/workspaces","resourceName":"cliworkspace000002","actionName":"listKeys","apiVersion":"2015-11-01-preview"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Compute/virtualMachines/monitorvm/extensions/MicrosoftMonitoringAgent","resourceType":"Microsoft.Compute/virtualMachines/extensions","resourceName":"monitorvm/MicrosoftMonitoringAgent"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Network/networkInterfaces/monitorvmVMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"monitorvmVMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Compute/virtualMachines/monitorvm","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"monitorvm"}],"outputs":{},"outputResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Compute/virtualMachines/monitorvm"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Compute/virtualMachines/monitorvm/extensions/MicrosoftMonitoringAgent"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Network/networkInterfaces/monitorvmVMNic"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Network/publicIPAddresses/monitorvmPublicIP"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Network/virtualNetworks/monitorvmVNET"}]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Resources/deployments/vm_deploy_8XbKTGVrE0Vd0Fok9MlTE8eZuKAyfVPe","name":"vm_deploy_8XbKTGVrE0Vd0Fok9MlTE8eZuKAyfVPe","type":"Microsoft.Resources/deployments","properties":{"templateHash":"5805408734151410733","parameters":{"workspaceId":{"type":"SecureString"},"adminPassword":{"type":"SecureString"}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2020-04-07T07:42:03.4533564Z","duration":"PT7M50.4829743S","correlationId":"695dc988-6690-4d0a-b7be-1309e5af655e","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"virtualNetworks","locations":["eastus"]},{"resourceType":"publicIPAddresses","locations":["eastus"]},{"resourceType":"networkInterfaces","locations":["eastus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines/extensions","locations":["eastus"]},{"resourceType":"virtualMachines","locations":["eastus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Network/virtualNetworks/monitorvmVNET","resourceType":"Microsoft.Network/virtualNetworks","resourceName":"monitorvmVNET"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Network/publicIPAddresses/monitorvmPublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"monitorvmPublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Network/networkInterfaces/monitorvmVMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"monitorvmVMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Compute/virtualMachines/monitorvm","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"monitorvm"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002","resourceType":"microsoft.operationalinsights/workspaces","resourceName":"cliworkspace000002","apiVersion":"2020-03-01-preview"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002","resourceType":"microsoft.operationalinsights/workspaces","resourceName":"cliworkspace000002","actionName":"listKeys","apiVersion":"2020-03-01-preview"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Compute/virtualMachines/monitorvm/extensions/MicrosoftMonitoringAgent","resourceType":"Microsoft.Compute/virtualMachines/extensions","resourceName":"monitorvm/MicrosoftMonitoringAgent"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Network/networkInterfaces/monitorvmVMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"monitorvmVMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Compute/virtualMachines/monitorvm","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"monitorvm"}],"outputs":{},"outputResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Compute/virtualMachines/monitorvm"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Compute/virtualMachines/monitorvm/extensions/MicrosoftMonitoringAgent"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Network/networkInterfaces/monitorvmVMNic"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Network/publicIPAddresses/monitorvmPublicIP"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.Network/virtualNetworks/monitorvmVNET"}]}}' headers: cache-control: - no-cache @@ -2550,7 +2550,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_WindowsEvent_88888888-0000-0000-0000-000000000001?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_WindowsEvent_88888888-0000-0000-0000-000000000001?api-version=2020-03-01-preview response: body: string: '{"kind":"WindowsEvent","properties":{"eventLogName":"System","eventTypes":[{"eventType":"Error"},{"eventType":"Warning"}]},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/datasources/DataSource_WindowsEvent_88888888-0000-0000-0000-000000000001","etag":"W/\"datetime''2020-04-07T07%3A42%3A34.9601154Z''\"","name":"DataSource_WindowsEvent_88888888-0000-0000-0000-000000000001","type":"Microsoft.OperationalInsights/workspaces/datasources"}' @@ -2609,7 +2609,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_WindowsPerformanceCounter_88888888-0000-0000-0000-000000000002?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_WindowsPerformanceCounter_88888888-0000-0000-0000-000000000002?api-version=2020-03-01-preview response: body: string: '{"kind":"WindowsPerformanceCounter","properties":{"counterName":"Disk @@ -2669,7 +2669,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_WindowsPerformanceCounter_88888888-0000-0000-0000-000000000003?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_WindowsPerformanceCounter_88888888-0000-0000-0000-000000000003?api-version=2020-03-01-preview response: body: string: '{"kind":"WindowsPerformanceCounter","properties":{"counterName":"Disk @@ -2729,7 +2729,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_WindowsPerformanceCounter_88888888-0000-0000-0000-000000000004?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_WindowsPerformanceCounter_88888888-0000-0000-0000-000000000004?api-version=2020-03-01-preview response: body: string: '{"kind":"WindowsPerformanceCounter","properties":{"counterName":"Bytes @@ -2789,7 +2789,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_WindowsPerformanceCounter_88888888-0000-0000-0000-000000000005?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_WindowsPerformanceCounter_88888888-0000-0000-0000-000000000005?api-version=2020-03-01-preview response: body: string: '{"kind":"WindowsPerformanceCounter","properties":{"counterName":"Available @@ -2849,7 +2849,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_WindowsPerformanceCounter_88888888-0000-0000-0000-000000000006?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_WindowsPerformanceCounter_88888888-0000-0000-0000-000000000006?api-version=2020-03-01-preview response: body: string: '{"kind":"WindowsPerformanceCounter","properties":{"counterName":"% @@ -2909,7 +2909,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_WindowsPerformanceCounter_88888888-0000-0000-0000-000000000007?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_WindowsPerformanceCounter_88888888-0000-0000-0000-000000000007?api-version=2020-03-01-preview response: body: string: '{"kind":"WindowsPerformanceCounter","properties":{"counterName":"Avg. @@ -2969,7 +2969,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_WindowsPerformanceCounter_88888888-0000-0000-0000-000000000008?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_WindowsPerformanceCounter_88888888-0000-0000-0000-000000000008?api-version=2020-03-01-preview response: body: string: '{"kind":"WindowsPerformanceCounter","properties":{"counterName":"Bytes @@ -3030,7 +3030,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_WindowsPerformanceCounter_88888888-0000-0000-0000-000000000009?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_WindowsPerformanceCounter_88888888-0000-0000-0000-000000000009?api-version=2020-03-01-preview response: body: string: '{"kind":"WindowsPerformanceCounter","properties":{"counterName":"Current @@ -3090,7 +3090,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_WindowsPerformanceCounter_88888888-0000-0000-0000-00000000000a?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_WindowsPerformanceCounter_88888888-0000-0000-0000-00000000000a?api-version=2020-03-01-preview response: body: string: '{"kind":"WindowsPerformanceCounter","properties":{"counterName":"% @@ -3150,7 +3150,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_WindowsPerformanceCounter_88888888-0000-0000-0000-00000000000b?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_WindowsPerformanceCounter_88888888-0000-0000-0000-00000000000b?api-version=2020-03-01-preview response: body: string: '{"kind":"WindowsPerformanceCounter","properties":{"counterName":"Free @@ -3210,7 +3210,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_WindowsPerformanceCounter_88888888-0000-0000-0000-00000000000c?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_WindowsPerformanceCounter_88888888-0000-0000-0000-00000000000c?api-version=2020-03-01-preview response: body: string: '{"kind":"WindowsPerformanceCounter","properties":{"counterName":"Avg. @@ -3270,7 +3270,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_WindowsPerformanceCounter_88888888-0000-0000-0000-00000000000d?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_WindowsPerformanceCounter_88888888-0000-0000-0000-00000000000d?api-version=2020-03-01-preview response: body: string: '{"kind":"WindowsPerformanceCounter","properties":{"counterName":"Bytes @@ -3330,7 +3330,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_WindowsPerformanceCounter_88888888-0000-0000-0000-00000000000e?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_WindowsPerformanceCounter_88888888-0000-0000-0000-00000000000e?api-version=2020-03-01-preview response: body: string: '{"kind":"WindowsPerformanceCounter","properties":{"counterName":"% @@ -3390,7 +3390,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_WindowsPerformanceCounter_88888888-0000-0000-0000-00000000000f?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_WindowsPerformanceCounter_88888888-0000-0000-0000-00000000000f?api-version=2020-03-01-preview response: body: string: '{"kind":"WindowsPerformanceCounter","properties":{"counterName":"Disk @@ -3450,7 +3450,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_WindowsPerformanceCounter_88888888-0000-0000-0000-000000000010?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_WindowsPerformanceCounter_88888888-0000-0000-0000-000000000010?api-version=2020-03-01-preview response: body: string: '{"kind":"WindowsPerformanceCounter","properties":{"counterName":"Processor @@ -3506,7 +3506,7 @@ interactions: accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002?api-version=2020-03-01-preview response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": @@ -3565,7 +3565,7 @@ interactions: User-Agent: - AZURECLI/2.3.1 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002/dataSources?$filter=kind%20eq%20'WindowsEvent'&api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002/dataSources?$filter=kind%20eq%20'WindowsEvent'&api-version=2020-03-01-preview response: body: string: '{"value":[{"kind":"WindowsEvent","properties":{"eventLogName":"System","eventTypes":[{"eventType":"Error"},{"eventType":"Warning"}]},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_create_with_workspace_windows000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/datasources/DataSource_WindowsEvent_88888888-0000-0000-0000-000000000001","etag":"W/\"datetime''2020-04-07T07%3A42%3A34.9601154Z''\"","name":"DataSource_WindowsEvent_88888888-0000-0000-0000-000000000001","type":"Microsoft.OperationalInsights/workspaces/datasources"}]}' @@ -3613,7 +3613,7 @@ interactions: User-Agent: - AZURECLI/2.3.1 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002/dataSources?$filter=kind%20eq%20'WindowsPerformanceCounter'&api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_create_with_workspace_windows000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002/dataSources?$filter=kind%20eq%20'WindowsPerformanceCounter'&api-version=2020-03-01-preview response: body: string: '{"value":[{"kind":"WindowsPerformanceCounter","properties":{"counterName":"Disk diff --git a/src/azure-cli/azure/cli/command_modules/vm/tests/latest/recordings/test_vm_update_with_workspace_linux.yaml b/src/azure-cli/azure/cli/command_modules/vm/tests/latest/recordings/test_vm_update_with_workspace_linux.yaml index 63e1d62d99e..39d11f9a0f2 100644 --- a/src/azure-cli/azure/cli/command_modules/vm/tests/latest/recordings/test_vm_update_with_workspace_linux.yaml +++ b/src/azure-cli/azure/cli/command_modules/vm/tests/latest/recordings/test_vm_update_with_workspace_linux.yaml @@ -1815,7 +1815,7 @@ interactions: accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002?api-version=2020-03-01-preview response: body: string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.OperationalInsights/workspaces/cliworkspace000002'' @@ -1912,7 +1912,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002?api-version=2020-03-01-preview response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": @@ -1970,7 +1970,7 @@ interactions: - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-loganalytics/0.2.0 Azure-SDK-For-Python AZURECLI/2.3.1 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002?api-version=2020-03-01-preview response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": @@ -2034,7 +2034,7 @@ interactions: accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002?api-version=2020-03-01-preview response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": @@ -2100,7 +2100,7 @@ interactions: accept-language: - en-US method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/sharedKeys?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/sharedKeys?api-version=2020-03-01-preview response: body: string: "{\r\n \"primarySharedKey\": \"ky0V5vE+HNAjz8etob77igarh/UKLuR9ajGeY7L3txOu/31HlJJ93EN+XaMjzQv5EAZiu/CljSQR42gt0FVw1w==\",\r\n @@ -2320,7 +2320,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxPerformanceCollection_88888888-0000-0000-0000-000000000001?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxPerformanceCollection_88888888-0000-0000-0000-000000000001?api-version=2020-03-01-preview response: body: string: '{"kind":"LinuxPerformanceCollection","properties":{"state":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/datasources/DataSource_LinuxPerformanceCollection_88888888-0000-0000-0000-000000000001","etag":"W/\"datetime''2020-04-07T00%3A52%3A52.0658152Z''\"","name":"DataSource_LinuxPerformanceCollection_88888888-0000-0000-0000-000000000001","type":"Microsoft.OperationalInsights/workspaces/datasources"}' @@ -2380,7 +2380,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxPerformanceObject_88888888-0000-0000-0000-000000000002?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxPerformanceObject_88888888-0000-0000-0000-000000000002?api-version=2020-03-01-preview response: body: string: '{"kind":"LinuxPerformanceObject","properties":{"instanceName":"*","intervalSeconds":10,"objectName":"Memory","performanceCounters":[{"counterName":"Available @@ -2441,7 +2441,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxPerformanceObject_88888888-0000-0000-0000-000000000003?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxPerformanceObject_88888888-0000-0000-0000-000000000003?api-version=2020-03-01-preview response: body: string: '{"kind":"LinuxPerformanceObject","properties":{"instanceName":"*","intervalSeconds":10,"objectName":"Processor","performanceCounters":[{"counterName":"% @@ -2503,7 +2503,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxPerformanceObject_88888888-0000-0000-0000-000000000004?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxPerformanceObject_88888888-0000-0000-0000-000000000004?api-version=2020-03-01-preview response: body: string: '{"kind":"LinuxPerformanceObject","properties":{"instanceName":"*","intervalSeconds":10,"objectName":"Logical @@ -2565,7 +2565,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxPerformanceObject_88888888-0000-0000-0000-000000000005?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxPerformanceObject_88888888-0000-0000-0000-000000000005?api-version=2020-03-01-preview response: body: string: '{"kind":"LinuxPerformanceObject","properties":{"instanceName":"*","intervalSeconds":10,"objectName":"Network","performanceCounters":[{"counterName":"Total @@ -2623,7 +2623,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxSyslogCollection_88888888-0000-0000-0000-000000000006?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxSyslogCollection_88888888-0000-0000-0000-000000000006?api-version=2020-03-01-preview response: body: string: '{"kind":"LinuxSyslogCollection","properties":{"state":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/datasources/DataSource_LinuxSyslogCollection_88888888-0000-0000-0000-000000000006","etag":"W/\"datetime''2020-04-07T00%3A53%3A01.4219355Z''\"","name":"DataSource_LinuxSyslogCollection_88888888-0000-0000-0000-000000000006","type":"Microsoft.OperationalInsights/workspaces/datasources"}' @@ -2681,7 +2681,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxSyslog_88888888-0000-0000-0000-000000000007?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/dataSources/DataSource_LinuxSyslog_88888888-0000-0000-0000-000000000007?api-version=2020-03-01-preview response: body: string: '{"kind":"LinuxSyslog","properties":{"syslogName":"syslog","syslogSeverities":[{"severity":"notice"},{"severity":"info"},{"severity":"debug"}]},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/datasources/DataSource_LinuxSyslog_88888888-0000-0000-0000-000000000007","etag":"W/\"datetime''2020-04-07T00%3A53%3A03.3349220Z''\"","name":"DataSource_LinuxSyslog_88888888-0000-0000-0000-000000000007","type":"Microsoft.OperationalInsights/workspaces/datasources"}' @@ -3123,7 +3123,7 @@ interactions: accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002?api-version=2020-03-01-preview response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": @@ -3182,7 +3182,7 @@ interactions: User-Agent: - AZURECLI/2.3.1 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002/dataSources?$filter=kind%20eq%20'LinuxPerformanceCollection'&api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002/dataSources?$filter=kind%20eq%20'LinuxPerformanceCollection'&api-version=2020-03-01-preview response: body: string: '{"value":[{"kind":"LinuxPerformanceCollection","properties":{"state":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/datasources/DataSource_LinuxPerformanceCollection_88888888-0000-0000-0000-000000000001","etag":"W/\"datetime''2020-04-07T00%3A52%3A52.0658152Z''\"","name":"DataSource_LinuxPerformanceCollection_88888888-0000-0000-0000-000000000001","type":"Microsoft.OperationalInsights/workspaces/datasources"}]}' @@ -3338,7 +3338,7 @@ interactions: User-Agent: - AZURECLI/2.3.1 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002/dataSources?$filter=kind%20eq%20'LinuxSyslog'&api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002/dataSources?$filter=kind%20eq%20'LinuxSyslog'&api-version=2020-03-01-preview response: body: string: '{"value":[{"kind":"LinuxSyslog","properties":{"syslogName":"syslog","syslogSeverities":[{"severity":"notice"},{"severity":"info"},{"severity":"debug"}]},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/datasources/DataSource_LinuxSyslog_88888888-0000-0000-0000-000000000007","etag":"W/\"datetime''2020-04-07T00%3A53%3A03.3349220Z''\"","name":"DataSource_LinuxSyslog_88888888-0000-0000-0000-000000000007","type":"Microsoft.OperationalInsights/workspaces/datasources"}]}' @@ -3386,7 +3386,7 @@ interactions: User-Agent: - AZURECLI/2.3.1 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002/dataSources?$filter=kind%20eq%20'LinuxSyslogCollection'&api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002/dataSources?$filter=kind%20eq%20'LinuxSyslogCollection'&api-version=2020-03-01-preview response: body: string: '{"value":[{"kind":"LinuxSyslogCollection","properties":{"state":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000002/datasources/DataSource_LinuxSyslogCollection_88888888-0000-0000-0000-000000000006","etag":"W/\"datetime''2020-04-07T00%3A53%3A01.4219355Z''\"","name":"DataSource_LinuxSyslogCollection_88888888-0000-0000-0000-000000000006","type":"Microsoft.OperationalInsights/workspaces/datasources"}]}' @@ -3434,7 +3434,7 @@ interactions: User-Agent: - AZURECLI/2.3.1 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002/dataSources?$filter=kind%20eq%20'LinuxPerformanceObject'&api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000002/dataSources?$filter=kind%20eq%20'LinuxPerformanceObject'&api-version=2020-03-01-preview response: body: string: '{"value":[{"kind":"LinuxPerformanceObject","properties":{"instanceName":"*","intervalSeconds":10,"objectName":"Memory","performanceCounters":[{"counterName":"Available @@ -3670,7 +3670,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000003?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000003?api-version=2020-03-01-preview response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": @@ -3728,7 +3728,7 @@ interactions: - python/3.7.4 (Windows-10-10.0.18362-SP0) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-loganalytics/0.2.0 Azure-SDK-For-Python AZURECLI/2.3.1 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000003?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000003?api-version=2020-03-01-preview response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": @@ -3873,7 +3873,7 @@ interactions: accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000003?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000003?api-version=2020-03-01-preview response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": @@ -3937,7 +3937,7 @@ interactions: accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000003?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000003?api-version=2020-03-01-preview response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": @@ -4003,7 +4003,7 @@ interactions: accept-language: - en-US method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000003/sharedKeys?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000003/sharedKeys?api-version=2020-03-01-preview response: body: string: "{\r\n \"primarySharedKey\": \"eSbAAnqF4CDoblHI8VyG5rt3J7YSANMIQNQlPMOfwL+TtF0/YsC3DmXH4GbtUHRPoVV4CqpKIpNGhz4mS1e0WA==\",\r\n @@ -4244,7 +4244,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000003/dataSources/DataSource_LinuxPerformanceCollection_88888888-0000-0000-0000-000000000008?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000003/dataSources/DataSource_LinuxPerformanceCollection_88888888-0000-0000-0000-000000000008?api-version=2020-03-01-preview response: body: string: '{"kind":"LinuxPerformanceCollection","properties":{"state":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000003/datasources/DataSource_LinuxPerformanceCollection_88888888-0000-0000-0000-000000000008","etag":"W/\"datetime''2020-04-07T00%3A55%3A40.5873088Z''\"","name":"DataSource_LinuxPerformanceCollection_88888888-0000-0000-0000-000000000008","type":"Microsoft.OperationalInsights/workspaces/datasources"}' @@ -4304,7 +4304,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000003/dataSources/DataSource_LinuxPerformanceObject_88888888-0000-0000-0000-000000000009?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000003/dataSources/DataSource_LinuxPerformanceObject_88888888-0000-0000-0000-000000000009?api-version=2020-03-01-preview response: body: string: '{"kind":"LinuxPerformanceObject","properties":{"instanceName":"*","intervalSeconds":10,"objectName":"Memory","performanceCounters":[{"counterName":"Available @@ -4365,7 +4365,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000003/dataSources/DataSource_LinuxPerformanceObject_88888888-0000-0000-0000-00000000000a?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000003/dataSources/DataSource_LinuxPerformanceObject_88888888-0000-0000-0000-00000000000a?api-version=2020-03-01-preview response: body: string: '{"kind":"LinuxPerformanceObject","properties":{"instanceName":"*","intervalSeconds":10,"objectName":"Processor","performanceCounters":[{"counterName":"% @@ -4427,7 +4427,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000003/dataSources/DataSource_LinuxPerformanceObject_88888888-0000-0000-0000-00000000000b?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000003/dataSources/DataSource_LinuxPerformanceObject_88888888-0000-0000-0000-00000000000b?api-version=2020-03-01-preview response: body: string: '{"kind":"LinuxPerformanceObject","properties":{"instanceName":"*","intervalSeconds":10,"objectName":"Logical @@ -4489,7 +4489,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000003/dataSources/DataSource_LinuxPerformanceObject_88888888-0000-0000-0000-00000000000c?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000003/dataSources/DataSource_LinuxPerformanceObject_88888888-0000-0000-0000-00000000000c?api-version=2020-03-01-preview response: body: string: '{"kind":"LinuxPerformanceObject","properties":{"instanceName":"*","intervalSeconds":10,"objectName":"Network","performanceCounters":[{"counterName":"Total @@ -4547,7 +4547,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000003/dataSources/DataSource_LinuxSyslogCollection_88888888-0000-0000-0000-00000000000d?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000003/dataSources/DataSource_LinuxSyslogCollection_88888888-0000-0000-0000-00000000000d?api-version=2020-03-01-preview response: body: string: '{"kind":"LinuxSyslogCollection","properties":{"state":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000003/datasources/DataSource_LinuxSyslogCollection_88888888-0000-0000-0000-00000000000d","etag":"W/\"datetime''2020-04-07T00%3A55%3A52.8378571Z''\"","name":"DataSource_LinuxSyslogCollection_88888888-0000-0000-0000-00000000000d","type":"Microsoft.OperationalInsights/workspaces/datasources"}' @@ -4605,7 +4605,7 @@ interactions: accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000003/dataSources/DataSource_LinuxSyslog_88888888-0000-0000-0000-00000000000e?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000003/dataSources/DataSource_LinuxSyslog_88888888-0000-0000-0000-00000000000e?api-version=2020-03-01-preview response: body: string: '{"kind":"LinuxSyslog","properties":{"syslogName":"syslog","syslogSeverities":[{"severity":"notice"},{"severity":"info"},{"severity":"debug"}]},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000003/datasources/DataSource_LinuxSyslog_88888888-0000-0000-0000-00000000000e","etag":"W/\"datetime''2020-04-07T00%3A55%3A54.7599860Z''\"","name":"DataSource_LinuxSyslog_88888888-0000-0000-0000-00000000000e","type":"Microsoft.OperationalInsights/workspaces/datasources"}' @@ -4945,7 +4945,7 @@ interactions: accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000003?api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000003?api-version=2020-03-01-preview response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": @@ -5004,7 +5004,7 @@ interactions: User-Agent: - AZURECLI/2.3.1 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000003/dataSources?$filter=kind%20eq%20'LinuxPerformanceCollection'&api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000003/dataSources?$filter=kind%20eq%20'LinuxPerformanceCollection'&api-version=2020-03-01-preview response: body: string: '{"value":[{"kind":"LinuxPerformanceCollection","properties":{"state":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000003/datasources/DataSource_LinuxPerformanceCollection_88888888-0000-0000-0000-000000000008","etag":"W/\"datetime''2020-04-07T00%3A55%3A40.5873088Z''\"","name":"DataSource_LinuxPerformanceCollection_88888888-0000-0000-0000-000000000008","type":"Microsoft.OperationalInsights/workspaces/datasources"}]}' @@ -5108,7 +5108,7 @@ interactions: User-Agent: - AZURECLI/2.3.1 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000003/dataSources?$filter=kind%20eq%20'LinuxSyslog'&api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000003/dataSources?$filter=kind%20eq%20'LinuxSyslog'&api-version=2020-03-01-preview response: body: string: '{"value":[{"kind":"LinuxSyslog","properties":{"syslogName":"syslog","syslogSeverities":[{"severity":"notice"},{"severity":"info"},{"severity":"debug"}]},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000003/datasources/DataSource_LinuxSyslog_88888888-0000-0000-0000-00000000000e","etag":"W/\"datetime''2020-04-07T00%3A55%3A54.7599860Z''\"","name":"DataSource_LinuxSyslog_88888888-0000-0000-0000-00000000000e","type":"Microsoft.OperationalInsights/workspaces/datasources"}]}' @@ -5156,7 +5156,7 @@ interactions: User-Agent: - AZURECLI/2.3.1 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000003/dataSources?$filter=kind%20eq%20'LinuxSyslogCollection'&api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000003/dataSources?$filter=kind%20eq%20'LinuxSyslogCollection'&api-version=2020-03-01-preview response: body: string: '{"value":[{"kind":"LinuxSyslogCollection","properties":{"state":"Enabled"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_update_with_workspace_linux000001/providers/Microsoft.OperationalInsights/workspaces/cliworkspace000003/datasources/DataSource_LinuxSyslogCollection_88888888-0000-0000-0000-00000000000d","etag":"W/\"datetime''2020-04-07T00%3A55%3A52.8378571Z''\"","name":"DataSource_LinuxSyslogCollection_88888888-0000-0000-0000-00000000000d","type":"Microsoft.OperationalInsights/workspaces/datasources"}]}' @@ -5204,7 +5204,7 @@ interactions: User-Agent: - AZURECLI/2.3.1 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000003/dataSources?$filter=kind%20eq%20'LinuxPerformanceObject'&api-version=2015-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vm_update_with_workspace_linux000001/providers/microsoft.operationalinsights/workspaces/cliworkspace000003/dataSources?$filter=kind%20eq%20'LinuxPerformanceObject'&api-version=2020-03-01-preview response: body: string: '{"value":[{"kind":"LinuxPerformanceObject","properties":{"instanceName":"*","intervalSeconds":10,"objectName":"Logical diff --git a/src/azure-cli/azure/cli/command_modules/vm/tests/latest/test_vm_commands.py b/src/azure-cli/azure/cli/command_modules/vm/tests/latest/test_vm_commands.py index ba649a846c9..218b8618941 100644 --- a/src/azure-cli/azure/cli/command_modules/vm/tests/latest/test_vm_commands.py +++ b/src/azure-cli/azure/cli/command_modules/vm/tests/latest/test_vm_commands.py @@ -1307,7 +1307,7 @@ def test_vm_create_with_workspace_linux(self, resource_group): self.cmd('vm create -n {vm} -g {rg} --image UbuntuLTS --workspace {workspace} --nsg {nsg}') workspace_id = self.cmd('monitor log-analytics workspace show -n {workspace} -g {rg}').get_output_in_json()['id'] - uri_template = "https://management.azure.com{0}/dataSources?$filter=kind eq '{1}'&api-version=2015-11-01-preview" + uri_template = "https://management.azure.com{0}/dataSources?$filter=kind eq '{1}'&api-version=2020-03-01-preview" uri = uri_template.format(workspace_id, 'LinuxPerformanceCollection') self.cmd("az rest --method get --uri \"{}\"".format(uri), checks=[ self.check('length(value)', 1) @@ -1346,7 +1346,7 @@ def test_vm_create_with_workspace_windows(self, resource_group): workspace_id = self.cmd('monitor log-analytics workspace show -n {workspace} -g {rg}').get_output_in_json()[ 'id'] - uri_template = "https://management.azure.com{0}/dataSources?$filter=kind eq '{1}'&api-version=2015-11-01-preview" + uri_template = "https://management.azure.com{0}/dataSources?$filter=kind eq '{1}'&api-version=2020-03-01-preview" uri = uri_template.format(workspace_id, 'WindowsEvent') self.cmd("az rest --method get --uri \"{}\"".format(uri), checks=[ self.check('length(value)', 1) @@ -1376,7 +1376,7 @@ def test_vm_update_with_workspace_linux(self, resource_group): self.cmd('vm update -n {vm} -g {rg} --workspace {workspace1}') workspace_id = self.cmd('monitor log-analytics workspace show -n {workspace1} -g {rg}').get_output_in_json()['id'] - uri_template = "https://management.azure.com{0}/dataSources?$filter=kind eq '{1}'&api-version=2015-11-01-preview" + uri_template = "https://management.azure.com{0}/dataSources?$filter=kind eq '{1}'&api-version=2020-03-01-preview" uri = uri_template.format(workspace_id, 'LinuxPerformanceCollection') self.cmd("az rest --method get --uri \"{}\"".format(uri), checks=[ self.check('length(value)', 1) @@ -1404,7 +1404,7 @@ def test_vm_update_with_workspace_linux(self, resource_group): self.cmd('vm update -n {vm} -g {rg} --workspace {workspace2}') workspace_id = self.cmd('monitor log-analytics workspace show -n {workspace2} -g {rg}').get_output_in_json()['id'] - uri_template = "https://management.azure.com{0}/dataSources?$filter=kind eq '{1}'&api-version=2015-11-01-preview" + uri_template = "https://management.azure.com{0}/dataSources?$filter=kind eq '{1}'&api-version=2020-03-01-preview" uri = uri_template.format(workspace_id, 'LinuxPerformanceCollection') self.cmd("az rest --method get --uri \"{}\"".format(uri), checks=[ self.check('length(value)', 1) @@ -1447,7 +1447,7 @@ def test_vm_update_with_workspace_windows(self, resource_group): self.cmd('vm update -n {vm} -g {rg} --workspace {workspace1}') workspace_id = self.cmd('monitor log-analytics workspace show -n {workspace1} -g {rg}').get_output_in_json()['id'] - uri_template = "https://management.azure.com{0}/dataSources?$filter=kind eq '{1}'&api-version=2015-11-01-preview" + uri_template = "https://management.azure.com{0}/dataSources?$filter=kind eq '{1}'&api-version=2020-03-01-preview" uri = uri_template.format(workspace_id, 'WindowsEvent') self.cmd("az rest --method get --uri \"{}\"".format(uri), checks=[ self.check('length(value)', 1) @@ -1465,7 +1465,7 @@ def test_vm_update_with_workspace_windows(self, resource_group): self.cmd('vm update -n {vm} -g {rg} --workspace {workspace2}') workspace_id = self.cmd('monitor log-analytics workspace show -n {workspace2} -g {rg}').get_output_in_json()['id'] - uri_template = "https://management.azure.com{0}/dataSources?$filter=kind eq '{1}'&api-version=2015-11-01-preview" + uri_template = "https://management.azure.com{0}/dataSources?$filter=kind eq '{1}'&api-version=2020-03-01-preview" uri = uri_template.format(workspace_id, 'WindowsEvent') self.cmd("az rest --method get --uri \"{}\"".format(uri), checks=[ self.check('length(value)', 1) diff --git a/src/azure-cli/requirements.py3.Darwin.txt b/src/azure-cli/requirements.py3.Darwin.txt index 520990e1d42..5b83c7b5f3b 100644 --- a/src/azure-cli/requirements.py3.Darwin.txt +++ b/src/azure-cli/requirements.py3.Darwin.txt @@ -50,7 +50,7 @@ azure-mgmt-iothub==0.11.0 azure-mgmt-iothubprovisioningservices==0.2.0 azure-mgmt-keyvault==2.2.0 azure-mgmt-kusto==0.3.0 -azure-mgmt-loganalytics==0.2.0 +azure-mgmt-loganalytics==0.5.0 azure-mgmt-managementgroups==0.2.0 azure-mgmt-maps==0.1.0 azure-mgmt-marketplaceordering==0.2.1 diff --git a/src/azure-cli/requirements.py3.Linux.txt b/src/azure-cli/requirements.py3.Linux.txt index 322df4da46b..a7429618a6f 100644 --- a/src/azure-cli/requirements.py3.Linux.txt +++ b/src/azure-cli/requirements.py3.Linux.txt @@ -50,7 +50,7 @@ azure-mgmt-iothub==0.11.0 azure-mgmt-iothubprovisioningservices==0.2.0 azure-mgmt-keyvault==2.2.0 azure-mgmt-kusto==0.3.0 -azure-mgmt-loganalytics==0.2.0 +azure-mgmt-loganalytics==0.5.0 azure-mgmt-managementgroups==0.2.0 azure-mgmt-maps==0.1.0 azure-mgmt-marketplaceordering==0.2.1 diff --git a/src/azure-cli/requirements.py3.windows.txt b/src/azure-cli/requirements.py3.windows.txt index faba60dd26c..91035e21f02 100644 --- a/src/azure-cli/requirements.py3.windows.txt +++ b/src/azure-cli/requirements.py3.windows.txt @@ -49,7 +49,7 @@ azure-mgmt-iothub==0.11.0 azure-mgmt-iothubprovisioningservices==0.2.0 azure-mgmt-keyvault==2.2.0 azure-mgmt-kusto==0.3.0 -azure-mgmt-loganalytics==0.2.0 +azure-mgmt-loganalytics==0.5.0 azure-mgmt-managementgroups==0.2.0 azure-mgmt-maps==0.1.0 azure-mgmt-marketplaceordering==0.2.1 diff --git a/src/azure-cli/setup.py b/src/azure-cli/setup.py index 4830aa5839b..f24b06d8c70 100644 --- a/src/azure-cli/setup.py +++ b/src/azure-cli/setup.py @@ -93,7 +93,7 @@ 'azure-mgmt-iothubprovisioningservices~=0.2.0', 'azure-mgmt-keyvault~=2.2.0', 'azure-mgmt-kusto~=0.3.0', - 'azure-mgmt-loganalytics==0.2', + 'azure-mgmt-loganalytics~=0.5.0', 'azure-mgmt-managedservices~=1.0', 'azure-mgmt-managementgroups~=0.1', 'azure-mgmt-maps~=0.1.0',