diff --git a/sdk/loganalytics/azure-mgmt-loganalytics/CHANGELOG.md b/sdk/loganalytics/azure-mgmt-loganalytics/CHANGELOG.md index 8605f61b2417..a0e3298d3b55 100644 --- a/sdk/loganalytics/azure-mgmt-loganalytics/CHANGELOG.md +++ b/sdk/loganalytics/azure-mgmt-loganalytics/CHANGELOG.md @@ -1,5 +1,36 @@ # Release History +## 9.0.0 (2021-04-06) + +**Features** + + - Model WorkspacePatch has a new parameter created_date + - Model WorkspacePatch has a new parameter features + - Model WorkspacePatch has a new parameter modified_date + - Model WorkspacePatch has a new parameter force_cmk_for_query + - Model Cluster has a new parameter last_modified_date + - Model Cluster has a new parameter billing_type + - Model Cluster has a new parameter is_double_encryption_enabled + - Model Cluster has a new parameter is_availability_zones_enabled + - Model Cluster has a new parameter created_date + - Model Cluster has a new parameter capacity_reservation_properties + - Model Cluster has a new parameter associated_workspaces + - Model Table has a new parameter is_troubleshooting_allowed + - Model Table has a new parameter last_troubleshoot_date + - Model Table has a new parameter is_troubleshoot_enabled + - Model Identity has a new parameter user_assigned_identities + - Model ClusterPatch has a new parameter identity + - Model KeyVaultProperties has a new parameter key_rsa_size + - Model Workspace has a new parameter created_date + - Model Workspace has a new parameter features + - Model Workspace has a new parameter modified_date + - Model Workspace has a new parameter force_cmk_for_query + +**Breaking changes** + + - Model Cluster no longer has parameter next_link + - Model ErrorResponse has a new signature + ## 8.0.0 (2020-12-25) **Breaking changes** diff --git a/sdk/loganalytics/azure-mgmt-loganalytics/MANIFEST.in b/sdk/loganalytics/azure-mgmt-loganalytics/MANIFEST.in index a3cb07df8765..3a9b6517412b 100644 --- a/sdk/loganalytics/azure-mgmt-loganalytics/MANIFEST.in +++ b/sdk/loganalytics/azure-mgmt-loganalytics/MANIFEST.in @@ -1,3 +1,4 @@ +include _meta.json recursive-include tests *.py *.yaml include *.md include azure/__init__.py diff --git a/sdk/loganalytics/azure-mgmt-loganalytics/_meta.json b/sdk/loganalytics/azure-mgmt-loganalytics/_meta.json new file mode 100644 index 000000000000..0c370b6b4fd3 --- /dev/null +++ b/sdk/loganalytics/azure-mgmt-loganalytics/_meta.json @@ -0,0 +1,8 @@ +{ + "autorest": "3.0.6369", + "use": "@autorest/python@5.6.2", + "commit": "f5dce125fdad97160346fe3ac32d7d0a49bb11e4", + "repository_url": "https://github.com/Azure/azure-rest-api-specs", + "autorest_command": "autorest specification/operationalinsights/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk --track2 --use=@autorest/python@5.6.2 --version=3.0.6369", + "readme": "specification/operationalinsights/resource-manager/readme.md" +} \ No newline at end of file diff --git a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/_configuration.py b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/_configuration.py index 87e48ee9af04..76a77bf0a780 100644 --- a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/_configuration.py +++ b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/_configuration.py @@ -48,7 +48,6 @@ def __init__( self.credential = credential self.subscription_id = subscription_id - self.api_version = "2020-08-01" self.credential_scopes = kwargs.pop('credential_scopes', ['https://management.azure.com/.default']) kwargs.setdefault('sdk_moniker', 'mgmt-loganalytics/{}'.format(VERSION)) self._configure(**kwargs) diff --git a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/_log_analytics_management_client.py b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/_log_analytics_management_client.py index 6182cd1ad51d..b68aa56c4eb7 100644 --- a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/_log_analytics_management_client.py +++ b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/_log_analytics_management_client.py @@ -24,20 +24,20 @@ from .operations import LinkedServicesOperations from .operations import LinkedStorageAccountsOperations from .operations import ManagementGroupsOperations -from .operations import Operations from .operations import OperationStatusesOperations from .operations import SharedKeysOperations from .operations import UsagesOperations -from .operations import WorkspacesOperations -from .operations import DeletedWorkspacesOperations -from .operations import ClustersOperations from .operations import StorageInsightConfigsOperations from .operations import SavedSearchesOperations from .operations import AvailableServiceTiersOperations from .operations import GatewaysOperations from .operations import SchemaOperations from .operations import WorkspacePurgeOperations +from .operations import ClustersOperations +from .operations import Operations from .operations import TablesOperations +from .operations import WorkspacesOperations +from .operations import DeletedWorkspacesOperations from . import models @@ -56,20 +56,12 @@ class LogAnalyticsManagementClient(object): :vartype linked_storage_accounts: azure.mgmt.loganalytics.operations.LinkedStorageAccountsOperations :ivar management_groups: ManagementGroupsOperations operations :vartype management_groups: azure.mgmt.loganalytics.operations.ManagementGroupsOperations - :ivar operations: Operations operations - :vartype operations: azure.mgmt.loganalytics.operations.Operations :ivar operation_statuses: OperationStatusesOperations operations :vartype operation_statuses: azure.mgmt.loganalytics.operations.OperationStatusesOperations :ivar shared_keys: SharedKeysOperations operations :vartype shared_keys: azure.mgmt.loganalytics.operations.SharedKeysOperations :ivar usages: UsagesOperations operations :vartype usages: azure.mgmt.loganalytics.operations.UsagesOperations - :ivar workspaces: WorkspacesOperations operations - :vartype workspaces: azure.mgmt.loganalytics.operations.WorkspacesOperations - :ivar deleted_workspaces: DeletedWorkspacesOperations operations - :vartype deleted_workspaces: azure.mgmt.loganalytics.operations.DeletedWorkspacesOperations - :ivar clusters: ClustersOperations operations - :vartype clusters: azure.mgmt.loganalytics.operations.ClustersOperations :ivar storage_insight_configs: StorageInsightConfigsOperations operations :vartype storage_insight_configs: azure.mgmt.loganalytics.operations.StorageInsightConfigsOperations :ivar saved_searches: SavedSearchesOperations operations @@ -82,8 +74,16 @@ class LogAnalyticsManagementClient(object): :vartype schema: azure.mgmt.loganalytics.operations.SchemaOperations :ivar workspace_purge: WorkspacePurgeOperations operations :vartype workspace_purge: azure.mgmt.loganalytics.operations.WorkspacePurgeOperations + :ivar clusters: ClustersOperations operations + :vartype clusters: azure.mgmt.loganalytics.operations.ClustersOperations + :ivar operations: Operations operations + :vartype operations: azure.mgmt.loganalytics.operations.Operations :ivar tables: TablesOperations operations :vartype tables: azure.mgmt.loganalytics.operations.TablesOperations + :ivar workspaces: WorkspacesOperations operations + :vartype workspaces: azure.mgmt.loganalytics.operations.WorkspacesOperations + :ivar deleted_workspaces: DeletedWorkspacesOperations operations + :vartype deleted_workspaces: azure.mgmt.loganalytics.operations.DeletedWorkspacesOperations :param credential: Credential needed for the client to connect to Azure. :type credential: ~azure.core.credentials.TokenCredential :param subscription_id: The ID of the target subscription. @@ -122,20 +122,12 @@ def __init__( self._client, self._config, self._serialize, self._deserialize) self.management_groups = ManagementGroupsOperations( self._client, self._config, self._serialize, self._deserialize) - self.operations = Operations( - self._client, self._config, self._serialize, self._deserialize) self.operation_statuses = OperationStatusesOperations( self._client, self._config, self._serialize, self._deserialize) self.shared_keys = SharedKeysOperations( self._client, self._config, self._serialize, self._deserialize) self.usages = UsagesOperations( self._client, self._config, self._serialize, self._deserialize) - self.workspaces = WorkspacesOperations( - self._client, self._config, self._serialize, self._deserialize) - self.deleted_workspaces = DeletedWorkspacesOperations( - self._client, self._config, self._serialize, self._deserialize) - self.clusters = ClustersOperations( - self._client, self._config, self._serialize, self._deserialize) self.storage_insight_configs = StorageInsightConfigsOperations( self._client, self._config, self._serialize, self._deserialize) self.saved_searches = SavedSearchesOperations( @@ -148,8 +140,16 @@ def __init__( self._client, self._config, self._serialize, self._deserialize) self.workspace_purge = WorkspacePurgeOperations( self._client, self._config, self._serialize, self._deserialize) + self.clusters = ClustersOperations( + self._client, self._config, self._serialize, self._deserialize) + self.operations = Operations( + self._client, self._config, self._serialize, self._deserialize) self.tables = TablesOperations( self._client, self._config, self._serialize, self._deserialize) + self.workspaces = WorkspacesOperations( + self._client, self._config, self._serialize, self._deserialize) + self.deleted_workspaces = DeletedWorkspacesOperations( + self._client, self._config, self._serialize, self._deserialize) def close(self): # type: () -> None diff --git a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/_metadata.json b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/_metadata.json new file mode 100644 index 000000000000..de20f0efd33f --- /dev/null +++ b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/_metadata.json @@ -0,0 +1,128 @@ +{ + "chosen_version": "", + "total_api_version_list": ["2020-08-01", "2020-10-01"], + "client": { + "name": "LogAnalyticsManagementClient", + "filename": "_log_analytics_management_client", + "description": "Operational Insights Client.", + "base_url": "\u0027https://management.azure.com\u0027", + "custom_base_url": null, + "azure_arm": true, + "has_lro_operations": true, + "client_side_validation": false, + "sync_imports": "{\"typing\": {\"azurecore\": {\"azure.core.credentials\": [\"TokenCredential\"]}}, \"regular\": {\"azurecore\": {\"azure.profiles\": [\"KnownProfiles\", \"ProfileDefinition\"], \"azure.profiles.multiapiclient\": [\"MultiApiClientMixin\"], \"msrest\": [\"Deserializer\", \"Serializer\"], \"azure.mgmt.core\": [\"ARMPipelineClient\"]}, \"local\": {\"._configuration\": [\"LogAnalyticsManagementClientConfiguration\"]}}, \"conditional\": {\"stdlib\": {\"typing\": [\"Any\", \"Optional\"]}}}", + "async_imports": "{\"typing\": {\"azurecore\": {\"azure.core.credentials_async\": [\"AsyncTokenCredential\"]}}, \"regular\": {\"azurecore\": {\"azure.profiles\": [\"KnownProfiles\", \"ProfileDefinition\"], \"azure.profiles.multiapiclient\": [\"MultiApiClientMixin\"], \"msrest\": [\"Deserializer\", \"Serializer\"], \"azure.mgmt.core\": [\"AsyncARMPipelineClient\"]}, \"local\": {\"._configuration\": [\"LogAnalyticsManagementClientConfiguration\"]}}, \"conditional\": {\"stdlib\": {\"typing\": [\"Any\", \"Optional\"]}}}" + }, + "global_parameters": { + "sync": { + "credential": { + "signature": "credential, # type: \"TokenCredential\"", + "description": "Credential needed for the client to connect to Azure.", + "docstring_type": "~azure.core.credentials.TokenCredential", + "required": true + }, + "subscription_id": { + "signature": "subscription_id, # type: str", + "description": "The ID of the target subscription.", + "docstring_type": "str", + "required": true + } + }, + "async": { + "credential": { + "signature": "credential: \"AsyncTokenCredential\",", + "description": "Credential needed for the client to connect to Azure.", + "docstring_type": "~azure.core.credentials_async.AsyncTokenCredential", + "required": true + }, + "subscription_id": { + "signature": "subscription_id: str,", + "description": "The ID of the target subscription.", + "docstring_type": "str", + "required": true + } + }, + "constant": { + }, + "call": "credential, subscription_id", + "service_client_specific": { + "sync": { + "api_version": { + "signature": "api_version=None, # type: Optional[str]", + "description": "API version to use if no profile is provided, or if missing in profile.", + "docstring_type": "str", + "required": false + }, + "base_url": { + "signature": "base_url=None, # type: Optional[str]", + "description": "Service URL", + "docstring_type": "str", + "required": false + }, + "profile": { + "signature": "profile=KnownProfiles.default, # type: KnownProfiles", + "description": "A profile definition, from KnownProfiles to dict.", + "docstring_type": "azure.profiles.KnownProfiles", + "required": false + } + }, + "async": { + "api_version": { + "signature": "api_version: Optional[str] = None,", + "description": "API version to use if no profile is provided, or if missing in profile.", + "docstring_type": "str", + "required": false + }, + "base_url": { + "signature": "base_url: Optional[str] = None,", + "description": "Service URL", + "docstring_type": "str", + "required": false + }, + "profile": { + "signature": "profile: KnownProfiles = KnownProfiles.default,", + "description": "A profile definition, from KnownProfiles to dict.", + "docstring_type": "azure.profiles.KnownProfiles", + "required": false + } + } + } + }, + "config": { + "credential": true, + "credential_scopes": ["https://management.azure.com/.default"], + "credential_default_policy_type": "BearerTokenCredentialPolicy", + "credential_default_policy_type_has_async_version": true, + "credential_key_header_name": null, + "sync_imports": "{\"regular\": {\"azurecore\": {\"azure.core.configuration\": [\"Configuration\"], \"azure.core.pipeline\": [\"policies\"], \"azure.mgmt.core.policies\": [\"ARMHttpLoggingPolicy\"]}, \"local\": {\"._version\": [\"VERSION\"]}}, \"conditional\": {\"stdlib\": {\"typing\": [\"Any\"]}}, \"typing\": {\"azurecore\": {\"azure.core.credentials\": [\"TokenCredential\"]}}}", + "async_imports": "{\"regular\": {\"azurecore\": {\"azure.core.configuration\": [\"Configuration\"], \"azure.core.pipeline\": [\"policies\"], \"azure.mgmt.core.policies\": [\"ARMHttpLoggingPolicy\"]}, \"local\": {\".._version\": [\"VERSION\"]}}, \"conditional\": {\"stdlib\": {\"typing\": [\"Any\"]}}, \"typing\": {\"azurecore\": {\"azure.core.credentials_async\": [\"AsyncTokenCredential\"]}}}" + }, + "operation_groups": { + "data_exports": "DataExportsOperations", + "data_sources": "DataSourcesOperations", + "intelligence_packs": "IntelligencePacksOperations", + "linked_services": "LinkedServicesOperations", + "linked_storage_accounts": "LinkedStorageAccountsOperations", + "management_groups": "ManagementGroupsOperations", + "operation_statuses": "OperationStatusesOperations", + "shared_keys": "SharedKeysOperations", + "usages": "UsagesOperations", + "storage_insight_configs": "StorageInsightConfigsOperations", + "saved_searches": "SavedSearchesOperations", + "available_service_tiers": "AvailableServiceTiersOperations", + "gateways": "GatewaysOperations", + "schema": "SchemaOperations", + "workspace_purge": "WorkspacePurgeOperations", + "clusters": "ClustersOperations", + "operations": "Operations", + "tables": "TablesOperations", + "workspaces": "WorkspacesOperations", + "deleted_workspaces": "DeletedWorkspacesOperations" + }, + "operation_mixins": { + "sync_imports": "None", + "async_imports": "None", + "operations": { + } + } +} \ No newline at end of file diff --git a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/_version.py b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/_version.py index 142a0420b39b..b77ac9246082 100644 --- a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/_version.py +++ b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "8.0.0" +VERSION = "9.0.0" diff --git a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/_configuration.py b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/_configuration.py index d214ad765bd5..7faf67194b29 100644 --- a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/_configuration.py +++ b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/_configuration.py @@ -45,7 +45,6 @@ def __init__( self.credential = credential self.subscription_id = subscription_id - self.api_version = "2020-08-01" self.credential_scopes = kwargs.pop('credential_scopes', ['https://management.azure.com/.default']) kwargs.setdefault('sdk_moniker', 'mgmt-loganalytics/{}'.format(VERSION)) self._configure(**kwargs) diff --git a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/_log_analytics_management_client.py b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/_log_analytics_management_client.py index a743ec255b1e..24653bd57baf 100644 --- a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/_log_analytics_management_client.py +++ b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/_log_analytics_management_client.py @@ -22,20 +22,20 @@ from .operations import LinkedServicesOperations from .operations import LinkedStorageAccountsOperations from .operations import ManagementGroupsOperations -from .operations import Operations from .operations import OperationStatusesOperations from .operations import SharedKeysOperations from .operations import UsagesOperations -from .operations import WorkspacesOperations -from .operations import DeletedWorkspacesOperations -from .operations import ClustersOperations from .operations import StorageInsightConfigsOperations from .operations import SavedSearchesOperations from .operations import AvailableServiceTiersOperations from .operations import GatewaysOperations from .operations import SchemaOperations from .operations import WorkspacePurgeOperations +from .operations import ClustersOperations +from .operations import Operations from .operations import TablesOperations +from .operations import WorkspacesOperations +from .operations import DeletedWorkspacesOperations from .. import models @@ -54,20 +54,12 @@ class LogAnalyticsManagementClient(object): :vartype linked_storage_accounts: azure.mgmt.loganalytics.aio.operations.LinkedStorageAccountsOperations :ivar management_groups: ManagementGroupsOperations operations :vartype management_groups: azure.mgmt.loganalytics.aio.operations.ManagementGroupsOperations - :ivar operations: Operations operations - :vartype operations: azure.mgmt.loganalytics.aio.operations.Operations :ivar operation_statuses: OperationStatusesOperations operations :vartype operation_statuses: azure.mgmt.loganalytics.aio.operations.OperationStatusesOperations :ivar shared_keys: SharedKeysOperations operations :vartype shared_keys: azure.mgmt.loganalytics.aio.operations.SharedKeysOperations :ivar usages: UsagesOperations operations :vartype usages: azure.mgmt.loganalytics.aio.operations.UsagesOperations - :ivar workspaces: WorkspacesOperations operations - :vartype workspaces: azure.mgmt.loganalytics.aio.operations.WorkspacesOperations - :ivar deleted_workspaces: DeletedWorkspacesOperations operations - :vartype deleted_workspaces: azure.mgmt.loganalytics.aio.operations.DeletedWorkspacesOperations - :ivar clusters: ClustersOperations operations - :vartype clusters: azure.mgmt.loganalytics.aio.operations.ClustersOperations :ivar storage_insight_configs: StorageInsightConfigsOperations operations :vartype storage_insight_configs: azure.mgmt.loganalytics.aio.operations.StorageInsightConfigsOperations :ivar saved_searches: SavedSearchesOperations operations @@ -80,8 +72,16 @@ class LogAnalyticsManagementClient(object): :vartype schema: azure.mgmt.loganalytics.aio.operations.SchemaOperations :ivar workspace_purge: WorkspacePurgeOperations operations :vartype workspace_purge: azure.mgmt.loganalytics.aio.operations.WorkspacePurgeOperations + :ivar clusters: ClustersOperations operations + :vartype clusters: azure.mgmt.loganalytics.aio.operations.ClustersOperations + :ivar operations: Operations operations + :vartype operations: azure.mgmt.loganalytics.aio.operations.Operations :ivar tables: TablesOperations operations :vartype tables: azure.mgmt.loganalytics.aio.operations.TablesOperations + :ivar workspaces: WorkspacesOperations operations + :vartype workspaces: azure.mgmt.loganalytics.aio.operations.WorkspacesOperations + :ivar deleted_workspaces: DeletedWorkspacesOperations operations + :vartype deleted_workspaces: azure.mgmt.loganalytics.aio.operations.DeletedWorkspacesOperations :param credential: Credential needed for the client to connect to Azure. :type credential: ~azure.core.credentials_async.AsyncTokenCredential :param subscription_id: The ID of the target subscription. @@ -119,20 +119,12 @@ def __init__( self._client, self._config, self._serialize, self._deserialize) self.management_groups = ManagementGroupsOperations( self._client, self._config, self._serialize, self._deserialize) - self.operations = Operations( - self._client, self._config, self._serialize, self._deserialize) self.operation_statuses = OperationStatusesOperations( self._client, self._config, self._serialize, self._deserialize) self.shared_keys = SharedKeysOperations( self._client, self._config, self._serialize, self._deserialize) self.usages = UsagesOperations( self._client, self._config, self._serialize, self._deserialize) - self.workspaces = WorkspacesOperations( - self._client, self._config, self._serialize, self._deserialize) - self.deleted_workspaces = DeletedWorkspacesOperations( - self._client, self._config, self._serialize, self._deserialize) - self.clusters = ClustersOperations( - self._client, self._config, self._serialize, self._deserialize) self.storage_insight_configs = StorageInsightConfigsOperations( self._client, self._config, self._serialize, self._deserialize) self.saved_searches = SavedSearchesOperations( @@ -145,8 +137,16 @@ def __init__( self._client, self._config, self._serialize, self._deserialize) self.workspace_purge = WorkspacePurgeOperations( self._client, self._config, self._serialize, self._deserialize) + self.clusters = ClustersOperations( + self._client, self._config, self._serialize, self._deserialize) + self.operations = Operations( + self._client, self._config, self._serialize, self._deserialize) self.tables = TablesOperations( self._client, self._config, self._serialize, self._deserialize) + self.workspaces = WorkspacesOperations( + self._client, self._config, self._serialize, self._deserialize) + self.deleted_workspaces = DeletedWorkspacesOperations( + self._client, self._config, self._serialize, self._deserialize) async def close(self) -> None: await self._client.close() diff --git a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/operations/__init__.py b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/operations/__init__.py index 27139ab72d0e..d7ad4bc230bb 100644 --- a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/operations/__init__.py +++ b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/operations/__init__.py @@ -12,20 +12,20 @@ from ._linked_services_operations import LinkedServicesOperations from ._linked_storage_accounts_operations import LinkedStorageAccountsOperations from ._management_groups_operations import ManagementGroupsOperations -from ._operations import Operations from ._operation_statuses_operations import OperationStatusesOperations from ._shared_keys_operations import SharedKeysOperations from ._usages_operations import UsagesOperations -from ._workspaces_operations import WorkspacesOperations -from ._deleted_workspaces_operations import DeletedWorkspacesOperations -from ._clusters_operations import ClustersOperations from ._storage_insight_configs_operations import StorageInsightConfigsOperations from ._saved_searches_operations import SavedSearchesOperations from ._available_service_tiers_operations import AvailableServiceTiersOperations from ._gateways_operations import GatewaysOperations from ._schema_operations import SchemaOperations from ._workspace_purge_operations import WorkspacePurgeOperations +from ._clusters_operations import ClustersOperations +from ._operations import Operations from ._tables_operations import TablesOperations +from ._workspaces_operations import WorkspacesOperations +from ._deleted_workspaces_operations import DeletedWorkspacesOperations __all__ = [ 'DataExportsOperations', @@ -34,18 +34,18 @@ 'LinkedServicesOperations', 'LinkedStorageAccountsOperations', 'ManagementGroupsOperations', - 'Operations', 'OperationStatusesOperations', 'SharedKeysOperations', 'UsagesOperations', - 'WorkspacesOperations', - 'DeletedWorkspacesOperations', - 'ClustersOperations', 'StorageInsightConfigsOperations', 'SavedSearchesOperations', 'AvailableServiceTiersOperations', 'GatewaysOperations', 'SchemaOperations', 'WorkspacePurgeOperations', + 'ClustersOperations', + 'Operations', 'TablesOperations', + 'WorkspacesOperations', + 'DeletedWorkspacesOperations', ] diff --git a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/operations/_clusters_operations.py b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/operations/_clusters_operations.py index da69eb88980f..fd5cc950eb69 100644 --- a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/operations/_clusters_operations.py +++ b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/operations/_clusters_operations.py @@ -62,7 +62,7 @@ def list_by_resource_group( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2020-08-01" + api_version = "2020-10-01" accept = "application/json" def prepare_request(next_link=None): @@ -103,7 +103,7 @@ async def get_next(next_link=None): response = pipeline_response.http_response if response.status_code not in [200]: - error = self._deserialize(_models.ClusterErrorResponse, response) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) map_error(status_code=response.status_code, response=response, error_map=error_map) raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) @@ -130,7 +130,7 @@ def list( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2020-08-01" + api_version = "2020-10-01" accept = "application/json" def prepare_request(next_link=None): @@ -170,7 +170,7 @@ async def get_next(next_link=None): response = pipeline_response.http_response if response.status_code not in [200]: - error = self._deserialize(_models.ClusterErrorResponse, response) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) map_error(status_code=response.status_code, response=response, error_map=error_map) raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) @@ -193,7 +193,7 @@ async def _create_or_update_initial( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2020-08-01" + api_version = "2020-10-01" content_type = kwargs.pop("content_type", "application/json") accept = "application/json" @@ -224,7 +224,7 @@ async def _create_or_update_initial( if response.status_code not in [200, 201, 202]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(_models.ClusterErrorResponse, response) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) deserialized = None @@ -257,8 +257,8 @@ async def begin_create_or_update( :type parameters: ~azure.mgmt.loganalytics.models.Cluster :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. - :keyword polling: True for ARMPolling, False for no polling, or a - polling object for personal polling strategy + :keyword polling: Pass in True if you'd like the AsyncARMPolling polling method, + False for no polling, or your own initialized polling object for a personal polling strategy. :paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. :return: An instance of AsyncLROPoller that returns either Cluster or the result of cls(response) @@ -322,7 +322,7 @@ async def _delete_initial( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2020-08-01" + api_version = "2020-10-01" accept = "application/json" # Construct URL @@ -348,7 +348,7 @@ async def _delete_initial( if response.status_code not in [200, 204]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(_models.ClusterErrorResponse, response) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) if cls: @@ -370,8 +370,8 @@ async def begin_delete( :type cluster_name: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. - :keyword polling: True for ARMPolling, False for no polling, or a - polling object for personal polling strategy + :keyword polling: Pass in True if you'd like the AsyncARMPolling polling method, + False for no polling, or your own initialized polling object for a personal polling strategy. :paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. :return: An instance of AsyncLROPoller that returns either None or the result of cls(response) @@ -442,7 +442,7 @@ async def get( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2020-08-01" + api_version = "2020-10-01" accept = "application/json" # Construct URL @@ -468,7 +468,7 @@ async def get( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(_models.ClusterErrorResponse, response) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) deserialized = self._deserialize('Cluster', pipeline_response) @@ -504,7 +504,7 @@ async def update( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2020-08-01" + api_version = "2020-10-01" content_type = kwargs.pop("content_type", "application/json") accept = "application/json" @@ -535,7 +535,7 @@ async def update( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(_models.ClusterErrorResponse, response) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) deserialized = self._deserialize('Cluster', pipeline_response) diff --git a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/operations/_data_exports_operations.py b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/operations/_data_exports_operations.py index 3a0ab65f899a..414abb3e0e2a 100644 --- a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/operations/_data_exports_operations.py +++ b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/operations/_data_exports_operations.py @@ -105,7 +105,7 @@ async def get_next(next_link=None): response = pipeline_response.http_response if response.status_code not in [200]: - error = self._deserialize(_models.DataExportErrorResponse, response) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) map_error(status_code=response.status_code, response=response, error_map=error_map) raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) @@ -176,7 +176,7 @@ async def create_or_update( if response.status_code not in [200, 201]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(_models.DataExportErrorResponse, response) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) if response.status_code == 200: @@ -243,7 +243,7 @@ async def get( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(_models.DataExportErrorResponse, response) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) deserialized = self._deserialize('DataExport', pipeline_response) @@ -306,7 +306,7 @@ async def delete( if response.status_code not in [200, 404]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(_models.DataExportErrorResponse, response) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) if cls: diff --git a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/operations/_deleted_workspaces_operations.py b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/operations/_deleted_workspaces_operations.py index 4e25fc791331..76b93931f9d8 100644 --- a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/operations/_deleted_workspaces_operations.py +++ b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/operations/_deleted_workspaces_operations.py @@ -57,7 +57,7 @@ def list( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2020-08-01" + api_version = "2020-10-01" accept = "application/json" def prepare_request(next_link=None): @@ -97,8 +97,9 @@ async def get_next(next_link=None): response = pipeline_response.http_response if response.status_code not in [200]: + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) return pipeline_response @@ -126,7 +127,7 @@ def list_by_resource_group( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2020-08-01" + api_version = "2020-10-01" accept = "application/json" def prepare_request(next_link=None): @@ -167,8 +168,9 @@ async def get_next(next_link=None): response = pipeline_response.http_response if response.status_code not in [200]: + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) return pipeline_response diff --git a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/operations/_linked_services_operations.py b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/operations/_linked_services_operations.py index 9f6f0ac911ab..89e9ab80b650 100644 --- a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/operations/_linked_services_operations.py +++ b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/operations/_linked_services_operations.py @@ -122,8 +122,8 @@ async def begin_create_or_update( :type parameters: ~azure.mgmt.loganalytics.models.LinkedService :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. - :keyword polling: True for ARMPolling, False for no polling, or a - polling object for personal polling strategy + :keyword polling: Pass in True if you'd like the AsyncARMPolling polling method, + False for no polling, or your own initialized polling object for a personal polling strategy. :paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. :return: An instance of AsyncLROPoller that returns either LinkedService or the result of cls(response) @@ -246,8 +246,8 @@ async def begin_delete( :type linked_service_name: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. - :keyword polling: True for ARMPolling, False for no polling, or a - polling object for personal polling strategy + :keyword polling: Pass in True if you'd like the AsyncARMPolling polling method, + False for no polling, or your own initialized polling object for a personal polling strategy. :paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. :return: An instance of AsyncLROPoller that returns either LinkedService or the result of cls(response) diff --git a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/operations/_operations.py b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/operations/_operations.py index 0069acdcc177..29de71ec6c8d 100644 --- a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/operations/_operations.py +++ b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/operations/_operations.py @@ -57,7 +57,7 @@ def list( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2020-08-01" + api_version = "2020-10-01" accept = "application/json" def prepare_request(next_link=None): @@ -93,8 +93,9 @@ async def get_next(next_link=None): response = pipeline_response.http_response if response.status_code not in [200]: + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) return pipeline_response diff --git a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/operations/_tables_operations.py b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/operations/_tables_operations.py index 76567933916b..43eb0bcbaf07 100644 --- a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/operations/_tables_operations.py +++ b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/operations/_tables_operations.py @@ -63,7 +63,7 @@ def list_by_workspace( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2020-08-01" + api_version = "2020-10-01" accept = "application/json" def prepare_request(next_link=None): @@ -105,7 +105,7 @@ async def get_next(next_link=None): response = pipeline_response.http_response if response.status_code not in [200]: - error = self._deserialize(_models.ErrorContract, response) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) map_error(status_code=response.status_code, response=response, error_map=error_map) raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) @@ -144,7 +144,7 @@ async def update( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2020-08-01" + api_version = "2020-10-01" content_type = kwargs.pop("content_type", "application/json") accept = "application/json" @@ -176,7 +176,7 @@ async def update( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(_models.ErrorContract, response) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) deserialized = self._deserialize('Table', pipeline_response) @@ -212,7 +212,7 @@ async def get( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2020-08-01" + api_version = "2020-10-01" accept = "application/json" # Construct URL @@ -239,7 +239,7 @@ async def get( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(_models.ErrorContract, response) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) deserialized = self._deserialize('Table', pipeline_response) diff --git a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/operations/_workspaces_operations.py b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/operations/_workspaces_operations.py index f1a9ba33b9c0..89bb2a96fa12 100644 --- a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/operations/_workspaces_operations.py +++ b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/aio/operations/_workspaces_operations.py @@ -59,7 +59,7 @@ def list( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2020-08-01" + api_version = "2020-10-01" accept = "application/json" def prepare_request(next_link=None): @@ -99,8 +99,9 @@ async def get_next(next_link=None): response = pipeline_response.http_response if response.status_code not in [200]: + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) return pipeline_response @@ -128,7 +129,7 @@ def list_by_resource_group( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2020-08-01" + api_version = "2020-10-01" accept = "application/json" def prepare_request(next_link=None): @@ -169,8 +170,9 @@ async def get_next(next_link=None): response = pipeline_response.http_response if response.status_code not in [200]: + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) return pipeline_response @@ -191,7 +193,7 @@ async def _create_or_update_initial( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2020-08-01" + api_version = "2020-10-01" content_type = kwargs.pop("content_type", "application/json") accept = "application/json" @@ -222,7 +224,8 @@ async def _create_or_update_initial( if response.status_code not in [200, 201, 202]: map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) deserialized = None if response.status_code == 200: @@ -254,8 +257,8 @@ async def begin_create_or_update( :type parameters: ~azure.mgmt.loganalytics.models.Workspace :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. - :keyword polling: True for ARMPolling, False for no polling, or a - polling object for personal polling strategy + :keyword polling: Pass in True if you'd like the AsyncARMPolling polling method, + False for no polling, or your own initialized polling object for a personal polling strategy. :paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. :return: An instance of AsyncLROPoller that returns either Workspace or the result of cls(response) @@ -320,7 +323,8 @@ async def _delete_initial( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2020-08-01" + api_version = "2020-10-01" + accept = "application/json" # Construct URL url = self._delete_initial.metadata['url'] # type: ignore @@ -339,6 +343,7 @@ async def _delete_initial( # Construct headers header_parameters = {} # type: Dict[str, Any] + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') request = self._client.delete(url, query_parameters, header_parameters) pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) @@ -346,7 +351,8 @@ async def _delete_initial( if response.status_code not in [200, 202, 204]: map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) if cls: return cls(pipeline_response, None, {}) @@ -374,8 +380,8 @@ async def begin_delete( :type force: bool :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. - :keyword polling: True for ARMPolling, False for no polling, or a - polling object for personal polling strategy + :keyword polling: Pass in True if you'd like the AsyncARMPolling polling method, + False for no polling, or your own initialized polling object for a personal polling strategy. :paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. :return: An instance of AsyncLROPoller that returns either None or the result of cls(response) @@ -447,7 +453,7 @@ async def get( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2020-08-01" + api_version = "2020-10-01" accept = "application/json" # Construct URL @@ -473,7 +479,8 @@ async def get( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) deserialized = self._deserialize('Workspace', pipeline_response) @@ -508,7 +515,7 @@ async def update( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2020-08-01" + api_version = "2020-10-01" content_type = kwargs.pop("content_type", "application/json") accept = "application/json" @@ -539,7 +546,8 @@ async def update( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) deserialized = self._deserialize('Workspace', pipeline_response) diff --git a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/models/__init__.py b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/models/__init__.py index 1864c22fa5aa..913c62408417 100644 --- a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/models/__init__.py +++ b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/models/__init__.py @@ -7,22 +7,22 @@ # -------------------------------------------------------------------------- try: + from ._models_py3 import AssociatedWorkspace from ._models_py3 import AvailableServiceTier from ._models_py3 import AzureEntityResource + from ._models_py3 import CapacityReservationProperties from ._models_py3 import Cluster - from ._models_py3 import ClusterErrorResponse from ._models_py3 import ClusterListResult from ._models_py3 import ClusterPatch from ._models_py3 import ClusterSku from ._models_py3 import CoreSummary from ._models_py3 import DataExport - from ._models_py3 import DataExportErrorResponse from ._models_py3 import DataExportListResult from ._models_py3 import DataSource from ._models_py3 import DataSourceFilter from ._models_py3 import DataSourceListResult from ._models_py3 import ErrorAdditionalInfo - from ._models_py3 import ErrorContract + from ._models_py3 import ErrorDetail from ._models_py3 import ErrorResponse from ._models_py3 import Identity from ._models_py3 import IntelligencePack @@ -57,6 +57,7 @@ from ._models_py3 import Tag from ._models_py3 import TrackedResource from ._models_py3 import UsageMetric + from ._models_py3 import UserIdentityProperties from ._models_py3 import Workspace from ._models_py3 import WorkspaceCapping from ._models_py3 import WorkspaceListManagementGroupsResult @@ -69,22 +70,22 @@ from ._models_py3 import WorkspacePurgeStatusResponse from ._models_py3 import WorkspaceSku except (SyntaxError, ImportError): + from ._models import AssociatedWorkspace # type: ignore from ._models import AvailableServiceTier # type: ignore from ._models import AzureEntityResource # type: ignore + from ._models import CapacityReservationProperties # type: ignore from ._models import Cluster # type: ignore - from ._models import ClusterErrorResponse # type: ignore from ._models import ClusterListResult # type: ignore from ._models import ClusterPatch # type: ignore from ._models import ClusterSku # type: ignore from ._models import CoreSummary # type: ignore from ._models import DataExport # type: ignore - from ._models import DataExportErrorResponse # type: ignore from ._models import DataExportListResult # type: ignore from ._models import DataSource # type: ignore from ._models import DataSourceFilter # type: ignore from ._models import DataSourceListResult # type: ignore from ._models import ErrorAdditionalInfo # type: ignore - from ._models import ErrorContract # type: ignore + from ._models import ErrorDetail # type: ignore from ._models import ErrorResponse # type: ignore from ._models import Identity # type: ignore from ._models import IntelligencePack # type: ignore @@ -119,6 +120,7 @@ from ._models import Tag # type: ignore from ._models import TrackedResource # type: ignore from ._models import UsageMetric # type: ignore + from ._models import UserIdentityProperties # type: ignore from ._models import Workspace # type: ignore from ._models import WorkspaceCapping # type: ignore from ._models import WorkspaceListManagementGroupsResult # type: ignore @@ -132,6 +134,7 @@ from ._models import WorkspaceSku # type: ignore from ._log_analytics_management_client_enums import ( + BillingType, ClusterEntityStatus, ClusterSkuNameEnum, DataIngestionStatus, @@ -150,22 +153,22 @@ ) __all__ = [ + 'AssociatedWorkspace', 'AvailableServiceTier', 'AzureEntityResource', + 'CapacityReservationProperties', 'Cluster', - 'ClusterErrorResponse', 'ClusterListResult', 'ClusterPatch', 'ClusterSku', 'CoreSummary', 'DataExport', - 'DataExportErrorResponse', 'DataExportListResult', 'DataSource', 'DataSourceFilter', 'DataSourceListResult', 'ErrorAdditionalInfo', - 'ErrorContract', + 'ErrorDetail', 'ErrorResponse', 'Identity', 'IntelligencePack', @@ -200,6 +203,7 @@ 'Tag', 'TrackedResource', 'UsageMetric', + 'UserIdentityProperties', 'Workspace', 'WorkspaceCapping', 'WorkspaceListManagementGroupsResult', @@ -211,6 +215,7 @@ 'WorkspacePurgeResponse', 'WorkspacePurgeStatusResponse', 'WorkspaceSku', + 'BillingType', 'ClusterEntityStatus', 'ClusterSkuNameEnum', 'DataIngestionStatus', diff --git a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/models/_log_analytics_management_client_enums.py b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/models/_log_analytics_management_client_enums.py index c5a96026c1a7..85a9d6ea32eb 100644 --- a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/models/_log_analytics_management_client_enums.py +++ b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/models/_log_analytics_management_client_enums.py @@ -26,6 +26,15 @@ def __getattr__(cls, name): raise AttributeError(name) +class BillingType(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): + """Configures whether billing will be only on the cluster or each workspace will be billed by its + proportional use. This does not change the overall billing, only how it will be distributed. + Default value is 'Cluster' + """ + + CLUSTER = "Cluster" + WORKSPACES = "Workspaces" + class ClusterEntityStatus(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): """The provisioning state of the cluster. """ @@ -48,12 +57,18 @@ class DataIngestionStatus(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): """The status of data ingestion for this workspace. """ - RESPECT_QUOTA = "RespectQuota" #: Ingestion enabled following daily cap quota reset, or subscription enablement. - FORCE_ON = "ForceOn" #: Ingestion started following service setting change. - FORCE_OFF = "ForceOff" #: Ingestion stopped following service setting change. - OVER_QUOTA = "OverQuota" #: Reached daily cap quota, ingestion stopped. - SUBSCRIPTION_SUSPENDED = "SubscriptionSuspended" #: Ingestion stopped following suspended subscription. - APPROACHING_QUOTA = "ApproachingQuota" #: 80% of daily cap quota reached. + #: Ingestion enabled following daily cap quota reset, or subscription enablement. + RESPECT_QUOTA = "RespectQuota" + #: Ingestion started following service setting change. + FORCE_ON = "ForceOn" + #: Ingestion stopped following service setting change. + FORCE_OFF = "ForceOff" + #: Reached daily cap quota, ingestion stopped. + OVER_QUOTA = "OverQuota" + #: Ingestion stopped following suspended subscription. + SUBSCRIPTION_SUSPENDED = "SubscriptionSuspended" + #: 80% of daily cap quota reached. + APPROACHING_QUOTA = "ApproachingQuota" class DataSourceKind(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): """The kind of the DataSource. @@ -103,10 +118,11 @@ class DataSourceType(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): ALERTS = "Alerts" class IdentityType(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): - """The identity type. + """Type of managed service identity. """ SYSTEM_ASSIGNED = "SystemAssigned" + USER_ASSIGNED = "UserAssigned" NONE = "None" class LinkedServiceEntityStatus(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): @@ -122,8 +138,10 @@ class PublicNetworkAccessType(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum """The network access type for operating on the Log Analytics Workspace. By default it is Enabled """ - ENABLED = "Enabled" #: Enables connectivity to Log Analytics through public DNS. - DISABLED = "Disabled" #: Disables public connectivity to Log Analytics through public DNS. + #: Enables connectivity to Log Analytics through public DNS. + ENABLED = "Enabled" + #: Disables public connectivity to Log Analytics through public DNS. + DISABLED = "Disabled" class PurgeState(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): """Status of the operation represented by the requested Id. @@ -188,3 +206,4 @@ class WorkspaceSkuNameEnum(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): PER_GB2018 = "PerGB2018" STANDALONE = "Standalone" CAPACITY_RESERVATION = "CapacityReservation" + LA_CLUSTER = "LACluster" diff --git a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/models/_models.py b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/models/_models.py index 1c094840d299..f53b6a73c3ad 100644 --- a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/models/_models.py +++ b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/models/_models.py @@ -10,6 +10,46 @@ import msrest.serialization +class AssociatedWorkspace(msrest.serialization.Model): + """The list of Log Analytics workspaces associated with the cluster. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar workspace_id: The id of the assigned workspace. + :vartype workspace_id: str + :ivar workspace_name: The name id the assigned workspace. + :vartype workspace_name: str + :ivar resource_id: The ResourceId id the assigned workspace. + :vartype resource_id: str + :ivar associate_date: The time of workspace association. + :vartype associate_date: str + """ + + _validation = { + 'workspace_id': {'readonly': True}, + 'workspace_name': {'readonly': True}, + 'resource_id': {'readonly': True}, + 'associate_date': {'readonly': True}, + } + + _attribute_map = { + 'workspace_id': {'key': 'workspaceId', 'type': 'str'}, + 'workspace_name': {'key': 'workspaceName', 'type': 'str'}, + 'resource_id': {'key': 'resourceId', 'type': 'str'}, + 'associate_date': {'key': 'associateDate', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(AssociatedWorkspace, self).__init__(**kwargs) + self.workspace_id = None + self.workspace_name = None + self.resource_id = None + self.associate_date = None + + class AvailableServiceTier(msrest.serialization.Model): """Service Tier details. @@ -144,6 +184,41 @@ def __init__( self.etag = None +class CapacityReservationProperties(msrest.serialization.Model): + """The Capacity Reservation properties. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar last_sku_update: The last time Sku was updated. + :vartype last_sku_update: str + :ivar min_capacity: Minimum CapacityReservation value in GB. + :vartype min_capacity: long + :ivar max_capacity: Maximum CapacityReservation value in GB. + :vartype max_capacity: long + """ + + _validation = { + 'last_sku_update': {'readonly': True}, + 'min_capacity': {'readonly': True}, + 'max_capacity': {'readonly': True}, + } + + _attribute_map = { + 'last_sku_update': {'key': 'lastSkuUpdate', 'type': 'str'}, + 'min_capacity': {'key': 'minCapacity', 'type': 'long'}, + 'max_capacity': {'key': 'maxCapacity', 'type': 'long'}, + } + + def __init__( + self, + **kwargs + ): + super(CapacityReservationProperties, self).__init__(**kwargs) + self.last_sku_update = None + self.min_capacity = None + self.max_capacity = None + + class TrackedResource(Resource): """The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location'. @@ -212,15 +287,35 @@ class Cluster(TrackedResource): :type identity: ~azure.mgmt.loganalytics.models.Identity :param sku: The sku properties. :type sku: ~azure.mgmt.loganalytics.models.ClusterSku - :param next_link: The link used to get the next page of recommendations. - :type next_link: str :ivar cluster_id: The ID associated with the cluster. :vartype cluster_id: str :ivar provisioning_state: The provisioning state of the cluster. Possible values include: "Creating", "Succeeded", "Failed", "Canceled", "Deleting", "ProvisioningAccount", "Updating". :vartype provisioning_state: str or ~azure.mgmt.loganalytics.models.ClusterEntityStatus + :param is_double_encryption_enabled: Configures whether cluster will use double encryption. + This Property can not be modified after cluster creation. Default value is 'true'. + :type is_double_encryption_enabled: bool + :param is_availability_zones_enabled: Sets whether the cluster will support availability zones. + This can be set as true only in regions where Azure Data Explorer support Availability Zones. + This Property can not be modified after cluster creation. Default value is 'true' if region + supports Availability Zones. + :type is_availability_zones_enabled: bool + :param billing_type: Configures whether billing will be only on the cluster or each workspace + will be billed by its proportional use. This does not change the overall billing, only how it + will be distributed. Default value is 'Cluster'. Possible values include: "Cluster", + "Workspaces". + :type billing_type: str or ~azure.mgmt.loganalytics.models.BillingType :param key_vault_properties: The associated key properties. :type key_vault_properties: ~azure.mgmt.loganalytics.models.KeyVaultProperties + :ivar last_modified_date: The last time the cluster was updated. + :vartype last_modified_date: str + :ivar created_date: The cluster creation time. + :vartype created_date: str + :param associated_workspaces: The list of Log Analytics workspaces associated with the cluster. + :type associated_workspaces: list[~azure.mgmt.loganalytics.models.AssociatedWorkspace] + :param capacity_reservation_properties: Additional properties for capacity reservation. + :type capacity_reservation_properties: + ~azure.mgmt.loganalytics.models.CapacityReservationProperties """ _validation = { @@ -230,6 +325,8 @@ class Cluster(TrackedResource): 'location': {'required': True}, 'cluster_id': {'readonly': True}, 'provisioning_state': {'readonly': True}, + 'last_modified_date': {'readonly': True}, + 'created_date': {'readonly': True}, } _attribute_map = { @@ -240,10 +337,16 @@ class Cluster(TrackedResource): 'location': {'key': 'location', 'type': 'str'}, 'identity': {'key': 'identity', 'type': 'Identity'}, 'sku': {'key': 'sku', 'type': 'ClusterSku'}, - 'next_link': {'key': 'properties.nextLink', 'type': 'str'}, 'cluster_id': {'key': 'properties.clusterId', 'type': 'str'}, 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, + 'is_double_encryption_enabled': {'key': 'properties.isDoubleEncryptionEnabled', 'type': 'bool'}, + 'is_availability_zones_enabled': {'key': 'properties.isAvailabilityZonesEnabled', 'type': 'bool'}, + 'billing_type': {'key': 'properties.billingType', 'type': 'str'}, 'key_vault_properties': {'key': 'properties.keyVaultProperties', 'type': 'KeyVaultProperties'}, + 'last_modified_date': {'key': 'properties.lastModifiedDate', 'type': 'str'}, + 'created_date': {'key': 'properties.createdDate', 'type': 'str'}, + 'associated_workspaces': {'key': 'properties.associatedWorkspaces', 'type': '[AssociatedWorkspace]'}, + 'capacity_reservation_properties': {'key': 'properties.capacityReservationProperties', 'type': 'CapacityReservationProperties'}, } def __init__( @@ -253,29 +356,16 @@ def __init__( super(Cluster, self).__init__(**kwargs) self.identity = kwargs.get('identity', None) self.sku = kwargs.get('sku', None) - self.next_link = kwargs.get('next_link', None) self.cluster_id = None self.provisioning_state = None + self.is_double_encryption_enabled = kwargs.get('is_double_encryption_enabled', None) + self.is_availability_zones_enabled = kwargs.get('is_availability_zones_enabled', None) + self.billing_type = kwargs.get('billing_type', None) self.key_vault_properties = kwargs.get('key_vault_properties', None) - - -class ClusterErrorResponse(msrest.serialization.Model): - """Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message. - - :param error: The details of the error. - :type error: ~azure.mgmt.loganalytics.models.ErrorResponse - """ - - _attribute_map = { - 'error': {'key': 'error', 'type': 'ErrorResponse'}, - } - - def __init__( - self, - **kwargs - ): - super(ClusterErrorResponse, self).__init__(**kwargs) - self.error = kwargs.get('error', None) + self.last_modified_date = None + self.created_date = None + self.associated_workspaces = kwargs.get('associated_workspaces', None) + self.capacity_reservation_properties = kwargs.get('capacity_reservation_properties', None) class ClusterListResult(msrest.serialization.Model): @@ -304,6 +394,8 @@ def __init__( class ClusterPatch(msrest.serialization.Model): """The top level Log Analytics cluster resource container. + :param identity: The identity of the resource. + :type identity: ~azure.mgmt.loganalytics.models.Identity :param sku: The sku properties. :type sku: ~azure.mgmt.loganalytics.models.ClusterSku :param tags: A set of tags. Resource tags. @@ -313,6 +405,7 @@ class ClusterPatch(msrest.serialization.Model): """ _attribute_map = { + 'identity': {'key': 'identity', 'type': 'Identity'}, 'sku': {'key': 'sku', 'type': 'ClusterSku'}, 'tags': {'key': 'tags', 'type': '{str}'}, 'key_vault_properties': {'key': 'properties.keyVaultProperties', 'type': 'KeyVaultProperties'}, @@ -323,6 +416,7 @@ def __init__( **kwargs ): super(ClusterPatch, self).__init__(**kwargs) + self.identity = kwargs.get('identity', None) self.sku = kwargs.get('sku', None) self.tags = kwargs.get('tags', None) self.key_vault_properties = kwargs.get('key_vault_properties', None) @@ -380,7 +474,41 @@ def __init__( self.number_of_documents = kwargs['number_of_documents'] -class DataExport(Resource): +class ProxyResource(Resource): + """The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar id: Fully qualified resource ID for the resource. Ex - + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. + :vartype id: str + :ivar name: The name of the resource. + :vartype name: str + :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + "Microsoft.Storage/storageAccounts". + :vartype type: str + """ + + _validation = { + 'id': {'readonly': True}, + 'name': {'readonly': True}, + 'type': {'readonly': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'name': {'key': 'name', 'type': 'str'}, + 'type': {'key': 'type', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(ProxyResource, self).__init__(**kwargs) + + +class DataExport(ProxyResource): """The top level data export resource container. Variables are only populated by the server, and will be ignored when sending a request. @@ -450,25 +578,6 @@ def __init__( self.event_hub_name = kwargs.get('event_hub_name', None) -class DataExportErrorResponse(msrest.serialization.Model): - """Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message. - - :param error: The details of the error. - :type error: ~azure.mgmt.loganalytics.models.ErrorResponse - """ - - _attribute_map = { - 'error': {'key': 'error', 'type': 'ErrorResponse'}, - } - - def __init__( - self, - **kwargs - ): - super(DataExportErrorResponse, self).__init__(**kwargs) - self.error = kwargs.get('error', None) - - class DataExportListResult(msrest.serialization.Model): """Result of the request to list data exports. @@ -488,7 +597,7 @@ def __init__( self.value = kwargs.get('value', None) -class DataSource(Resource): +class DataSource(ProxyResource): """Datasources under OMS Workspace. Variables are only populated by the server, and will be ignored when sending a request. @@ -635,27 +744,8 @@ def __init__( self.info = None -class ErrorContract(msrest.serialization.Model): - """Contains details when the response code indicates an error. - - :param error: The details of the error. - :type error: ~azure.mgmt.loganalytics.models.ErrorResponse - """ - - _attribute_map = { - 'error': {'key': 'error', 'type': 'ErrorResponse'}, - } - - def __init__( - self, - **kwargs - ): - super(ErrorContract, self).__init__(**kwargs) - self.error = kwargs.get('error', None) - - -class ErrorResponse(msrest.serialization.Model): - """Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). +class ErrorDetail(msrest.serialization.Model): + """The error detail. Variables are only populated by the server, and will be ignored when sending a request. @@ -666,7 +756,7 @@ class ErrorResponse(msrest.serialization.Model): :ivar target: The error target. :vartype target: str :ivar details: The error details. - :vartype details: list[~azure.mgmt.loganalytics.models.ErrorResponse] + :vartype details: list[~azure.mgmt.loganalytics.models.ErrorDetail] :ivar additional_info: The error additional info. :vartype additional_info: list[~azure.mgmt.loganalytics.models.ErrorAdditionalInfo] """ @@ -683,7 +773,7 @@ class ErrorResponse(msrest.serialization.Model): 'code': {'key': 'code', 'type': 'str'}, 'message': {'key': 'message', 'type': 'str'}, 'target': {'key': 'target', 'type': 'str'}, - 'details': {'key': 'details', 'type': '[ErrorResponse]'}, + 'details': {'key': 'details', 'type': '[ErrorDetail]'}, 'additional_info': {'key': 'additionalInfo', 'type': '[ErrorAdditionalInfo]'}, } @@ -691,7 +781,7 @@ def __init__( self, **kwargs ): - super(ErrorResponse, self).__init__(**kwargs) + super(ErrorDetail, self).__init__(**kwargs) self.code = None self.message = None self.target = None @@ -699,6 +789,25 @@ def __init__( self.additional_info = None +class ErrorResponse(msrest.serialization.Model): + """Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). + + :param error: The error object. + :type error: ~azure.mgmt.loganalytics.models.ErrorDetail + """ + + _attribute_map = { + 'error': {'key': 'error', 'type': 'ErrorDetail'}, + } + + def __init__( + self, + **kwargs + ): + super(ErrorResponse, self).__init__(**kwargs) + self.error = kwargs.get('error', None) + + class Identity(msrest.serialization.Model): """Identity for the resource. @@ -710,8 +819,14 @@ class Identity(msrest.serialization.Model): :vartype principal_id: str :ivar tenant_id: The tenant ID of resource. :vartype tenant_id: str - :param type: Required. The identity type. Possible values include: "SystemAssigned", "None". + :param type: Required. Type of managed service identity. Possible values include: + "SystemAssigned", "UserAssigned", "None". :type type: str or ~azure.mgmt.loganalytics.models.IdentityType + :param user_assigned_identities: The list of user identities associated with the resource. The + user identity dictionary key references will be ARM resource ids in the form: + '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. + :type user_assigned_identities: dict[str, + ~azure.mgmt.loganalytics.models.UserIdentityProperties] """ _validation = { @@ -724,6 +839,7 @@ class Identity(msrest.serialization.Model): 'principal_id': {'key': 'principalId', 'type': 'str'}, 'tenant_id': {'key': 'tenantId', 'type': 'str'}, 'type': {'key': 'type', 'type': 'str'}, + 'user_assigned_identities': {'key': 'userAssignedIdentities', 'type': '{UserIdentityProperties}'}, } def __init__( @@ -734,6 +850,7 @@ def __init__( self.principal_id = None self.tenant_id = None self.type = kwargs['type'] + self.user_assigned_identities = kwargs.get('user_assigned_identities', None) class IntelligencePack(msrest.serialization.Model): @@ -773,12 +890,15 @@ class KeyVaultProperties(msrest.serialization.Model): :type key_name: str :param key_version: The version of the key associated with the Log Analytics cluster. :type key_version: str + :param key_rsa_size: Selected key minimum required size. + :type key_rsa_size: int """ _attribute_map = { 'key_vault_uri': {'key': 'keyVaultUri', 'type': 'str'}, 'key_name': {'key': 'keyName', 'type': 'str'}, 'key_version': {'key': 'keyVersion', 'type': 'str'}, + 'key_rsa_size': {'key': 'keyRsaSize', 'type': 'int'}, } def __init__( @@ -789,9 +909,10 @@ def __init__( self.key_vault_uri = kwargs.get('key_vault_uri', None) self.key_name = kwargs.get('key_name', None) self.key_version = kwargs.get('key_version', None) + self.key_rsa_size = kwargs.get('key_rsa_size', None) -class LinkedService(Resource): +class LinkedService(ProxyResource): """The top level Linked service resource container. Variables are only populated by the server, and will be ignored when sending a request. @@ -882,7 +1003,7 @@ def __init__( self.value = kwargs.get('value', None) -class LinkedStorageAccountsResource(Resource): +class LinkedStorageAccountsResource(ProxyResource): """Linked storage accounts top level resource container. Variables are only populated by the server, and will be ignored when sending a request. @@ -1142,41 +1263,7 @@ def __init__( self.scope_id = kwargs.get('scope_id', None) -class ProxyResource(Resource): - """The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar id: Fully qualified resource ID for the resource. Ex - - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. - :vartype id: str - :ivar name: The name of the resource. - :vartype name: str - :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or - "Microsoft.Storage/storageAccounts". - :vartype type: str - """ - - _validation = { - 'id': {'readonly': True}, - 'name': {'readonly': True}, - 'type': {'readonly': True}, - } - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'name': {'key': 'name', 'type': 'str'}, - 'type': {'key': 'type', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(ProxyResource, self).__init__(**kwargs) - - -class SavedSearch(Resource): +class SavedSearch(ProxyResource): """Value object for saved search results. Variables are only populated by the server, and will be ignored when sending a request. @@ -1527,7 +1614,7 @@ def __init__( self.key = kwargs['key'] -class StorageInsight(Resource): +class StorageInsight(ProxyResource): """The top level storage insight resource container. Variables are only populated by the server, and will be ignored when sending a request. @@ -1639,7 +1726,7 @@ def __init__( self.description = kwargs.get('description', None) -class Table(Resource): +class Table(ProxyResource): """Workspace data table definition. Variables are only populated by the server, and will be ignored when sending a request. @@ -1652,16 +1739,25 @@ class Table(Resource): :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". :vartype type: str - :param retention_in_days: The data table data retention in days, between 30 and 730. Setting + :param retention_in_days: The data table data retention in days, between 7 and 730. Setting this property to null will default to the workspace retention. :type retention_in_days: int + :ivar is_troubleshooting_allowed: Specifies if IsTroubleshootingEnabled property can be set for + this table. + :vartype is_troubleshooting_allowed: bool + :param is_troubleshoot_enabled: Enable or disable troubleshoot for this table. + :type is_troubleshoot_enabled: bool + :ivar last_troubleshoot_date: Last time when troubleshooting was set for this table. + :vartype last_troubleshoot_date: str """ _validation = { 'id': {'readonly': True}, 'name': {'readonly': True}, 'type': {'readonly': True}, - 'retention_in_days': {'maximum': 730, 'minimum': 30}, + 'retention_in_days': {'maximum': 730, 'minimum': 7}, + 'is_troubleshooting_allowed': {'readonly': True}, + 'last_troubleshoot_date': {'readonly': True}, } _attribute_map = { @@ -1669,6 +1765,9 @@ class Table(Resource): 'name': {'key': 'name', 'type': 'str'}, 'type': {'key': 'type', 'type': 'str'}, 'retention_in_days': {'key': 'properties.retentionInDays', 'type': 'int'}, + 'is_troubleshooting_allowed': {'key': 'properties.isTroubleshootingAllowed', 'type': 'bool'}, + 'is_troubleshoot_enabled': {'key': 'properties.isTroubleshootEnabled', 'type': 'bool'}, + 'last_troubleshoot_date': {'key': 'properties.lastTroubleshootDate', 'type': 'str'}, } def __init__( @@ -1677,6 +1776,9 @@ def __init__( ): super(Table, self).__init__(**kwargs) self.retention_in_days = kwargs.get('retention_in_days', None) + self.is_troubleshooting_allowed = None + self.is_troubleshoot_enabled = kwargs.get('is_troubleshoot_enabled', None) + self.last_troubleshoot_date = None class TablesListResult(msrest.serialization.Model): @@ -1767,6 +1869,36 @@ def __init__( self.quota_period = kwargs.get('quota_period', None) +class UserIdentityProperties(msrest.serialization.Model): + """User assigned identity properties. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar principal_id: The principal id of user assigned identity. + :vartype principal_id: str + :ivar client_id: The client id of user assigned identity. + :vartype client_id: str + """ + + _validation = { + 'principal_id': {'readonly': True}, + 'client_id': {'readonly': True}, + } + + _attribute_map = { + 'principal_id': {'key': 'principalId', 'type': 'str'}, + 'client_id': {'key': 'clientId', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(UserIdentityProperties, self).__init__(**kwargs) + self.principal_id = None + self.client_id = None + + class Workspace(TrackedResource): """The top level Workspace resource container. @@ -1796,10 +1928,15 @@ class Workspace(TrackedResource): :vartype customer_id: str :param sku: The SKU of the workspace. :type sku: ~azure.mgmt.loganalytics.models.WorkspaceSku - :param retention_in_days: The workspace data retention in days, between 30 and 730. + :param retention_in_days: The workspace data retention in days. Allowed values are per pricing + plan. See pricing tiers documentation for details. :type retention_in_days: int :param workspace_capping: The daily volume cap for ingestion. :type workspace_capping: ~azure.mgmt.loganalytics.models.WorkspaceCapping + :ivar created_date: Workspace creation date. + :vartype created_date: str + :ivar modified_date: Workspace modification date. + :vartype modified_date: str :param public_network_access_for_ingestion: The network access type for accessing Log Analytics ingestion. Possible values include: "Enabled", "Disabled". Default value: "Enabled". :type public_network_access_for_ingestion: str or @@ -1808,9 +1945,14 @@ class Workspace(TrackedResource): query. Possible values include: "Enabled", "Disabled". Default value: "Enabled". :type public_network_access_for_query: str or ~azure.mgmt.loganalytics.models.PublicNetworkAccessType + :param force_cmk_for_query: Indicates whether customer managed storage is mandatory for query + management. + :type force_cmk_for_query: bool :ivar private_link_scoped_resources: List of linked private link scope resources. :vartype private_link_scoped_resources: list[~azure.mgmt.loganalytics.models.PrivateLinkScopedResource] + :param features: Workspace features. + :type features: dict[str, object] """ _validation = { @@ -1819,7 +1961,8 @@ class Workspace(TrackedResource): 'type': {'readonly': True}, 'location': {'required': True}, 'customer_id': {'readonly': True}, - 'retention_in_days': {'maximum': 730, 'minimum': 30}, + 'created_date': {'readonly': True}, + 'modified_date': {'readonly': True}, 'private_link_scoped_resources': {'readonly': True}, } @@ -1835,9 +1978,13 @@ class Workspace(TrackedResource): 'sku': {'key': 'properties.sku', 'type': 'WorkspaceSku'}, 'retention_in_days': {'key': 'properties.retentionInDays', 'type': 'int'}, 'workspace_capping': {'key': 'properties.workspaceCapping', 'type': 'WorkspaceCapping'}, + 'created_date': {'key': 'properties.createdDate', 'type': 'str'}, + 'modified_date': {'key': 'properties.modifiedDate', 'type': 'str'}, 'public_network_access_for_ingestion': {'key': 'properties.publicNetworkAccessForIngestion', 'type': 'str'}, 'public_network_access_for_query': {'key': 'properties.publicNetworkAccessForQuery', 'type': 'str'}, + 'force_cmk_for_query': {'key': 'properties.forceCmkForQuery', 'type': 'bool'}, 'private_link_scoped_resources': {'key': 'properties.privateLinkScopedResources', 'type': '[PrivateLinkScopedResource]'}, + 'features': {'key': 'properties.features', 'type': '{object}'}, } def __init__( @@ -1851,9 +1998,13 @@ def __init__( self.sku = kwargs.get('sku', None) self.retention_in_days = kwargs.get('retention_in_days', None) self.workspace_capping = kwargs.get('workspace_capping', None) + self.created_date = None + self.modified_date = None self.public_network_access_for_ingestion = kwargs.get('public_network_access_for_ingestion', "Enabled") self.public_network_access_for_query = kwargs.get('public_network_access_for_query', "Enabled") + self.force_cmk_for_query = kwargs.get('force_cmk_for_query', None) self.private_link_scoped_resources = None + self.features = kwargs.get('features', None) class WorkspaceCapping(msrest.serialization.Model): @@ -1974,10 +2125,15 @@ class WorkspacePatch(AzureEntityResource): :vartype customer_id: str :param sku: The SKU of the workspace. :type sku: ~azure.mgmt.loganalytics.models.WorkspaceSku - :param retention_in_days: The workspace data retention in days, between 30 and 730. + :param retention_in_days: The workspace data retention in days. Allowed values are per pricing + plan. See pricing tiers documentation for details. :type retention_in_days: int :param workspace_capping: The daily volume cap for ingestion. :type workspace_capping: ~azure.mgmt.loganalytics.models.WorkspaceCapping + :ivar created_date: Workspace creation date. + :vartype created_date: str + :ivar modified_date: Workspace modification date. + :vartype modified_date: str :param public_network_access_for_ingestion: The network access type for accessing Log Analytics ingestion. Possible values include: "Enabled", "Disabled". Default value: "Enabled". :type public_network_access_for_ingestion: str or @@ -1986,9 +2142,14 @@ class WorkspacePatch(AzureEntityResource): query. Possible values include: "Enabled", "Disabled". Default value: "Enabled". :type public_network_access_for_query: str or ~azure.mgmt.loganalytics.models.PublicNetworkAccessType + :param force_cmk_for_query: Indicates whether customer managed storage is mandatory for query + management. + :type force_cmk_for_query: bool :ivar private_link_scoped_resources: List of linked private link scope resources. :vartype private_link_scoped_resources: list[~azure.mgmt.loganalytics.models.PrivateLinkScopedResource] + :param features: Workspace features. + :type features: dict[str, object] """ _validation = { @@ -1997,7 +2158,8 @@ class WorkspacePatch(AzureEntityResource): 'type': {'readonly': True}, 'etag': {'readonly': True}, 'customer_id': {'readonly': True}, - 'retention_in_days': {'maximum': 730, 'minimum': 30}, + 'created_date': {'readonly': True}, + 'modified_date': {'readonly': True}, 'private_link_scoped_resources': {'readonly': True}, } @@ -2012,9 +2174,13 @@ class WorkspacePatch(AzureEntityResource): 'sku': {'key': 'properties.sku', 'type': 'WorkspaceSku'}, 'retention_in_days': {'key': 'properties.retentionInDays', 'type': 'int'}, 'workspace_capping': {'key': 'properties.workspaceCapping', 'type': 'WorkspaceCapping'}, + 'created_date': {'key': 'properties.createdDate', 'type': 'str'}, + 'modified_date': {'key': 'properties.modifiedDate', 'type': 'str'}, 'public_network_access_for_ingestion': {'key': 'properties.publicNetworkAccessForIngestion', 'type': 'str'}, 'public_network_access_for_query': {'key': 'properties.publicNetworkAccessForQuery', 'type': 'str'}, + 'force_cmk_for_query': {'key': 'properties.forceCmkForQuery', 'type': 'bool'}, 'private_link_scoped_resources': {'key': 'properties.privateLinkScopedResources', 'type': '[PrivateLinkScopedResource]'}, + 'features': {'key': 'properties.features', 'type': '{object}'}, } def __init__( @@ -2028,9 +2194,13 @@ def __init__( self.sku = kwargs.get('sku', None) self.retention_in_days = kwargs.get('retention_in_days', None) self.workspace_capping = kwargs.get('workspace_capping', None) + self.created_date = None + self.modified_date = None self.public_network_access_for_ingestion = kwargs.get('public_network_access_for_ingestion', "Enabled") self.public_network_access_for_query = kwargs.get('public_network_access_for_query', "Enabled") + self.force_cmk_for_query = kwargs.get('force_cmk_for_query', None) self.private_link_scoped_resources = None + self.features = kwargs.get('features', None) class WorkspacePurgeBody(msrest.serialization.Model): @@ -2159,7 +2329,7 @@ class WorkspaceSku(msrest.serialization.Model): All required parameters must be populated in order to send to Azure. :param name: Required. The name of the SKU. Possible values include: "Free", "Standard", - "Premium", "PerNode", "PerGB2018", "Standalone", "CapacityReservation". + "Premium", "PerNode", "PerGB2018", "Standalone", "CapacityReservation", "LACluster". :type name: str or ~azure.mgmt.loganalytics.models.WorkspaceSkuNameEnum :param capacity_reservation_level: The capacity reservation level for this workspace, when CapacityReservation sku is selected. diff --git a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/models/_models_py3.py b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/models/_models_py3.py index 039a497b3475..01d621fca8a8 100644 --- a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/models/_models_py3.py +++ b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/models/_models_py3.py @@ -15,6 +15,46 @@ from ._log_analytics_management_client_enums import * +class AssociatedWorkspace(msrest.serialization.Model): + """The list of Log Analytics workspaces associated with the cluster. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar workspace_id: The id of the assigned workspace. + :vartype workspace_id: str + :ivar workspace_name: The name id the assigned workspace. + :vartype workspace_name: str + :ivar resource_id: The ResourceId id the assigned workspace. + :vartype resource_id: str + :ivar associate_date: The time of workspace association. + :vartype associate_date: str + """ + + _validation = { + 'workspace_id': {'readonly': True}, + 'workspace_name': {'readonly': True}, + 'resource_id': {'readonly': True}, + 'associate_date': {'readonly': True}, + } + + _attribute_map = { + 'workspace_id': {'key': 'workspaceId', 'type': 'str'}, + 'workspace_name': {'key': 'workspaceName', 'type': 'str'}, + 'resource_id': {'key': 'resourceId', 'type': 'str'}, + 'associate_date': {'key': 'associateDate', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(AssociatedWorkspace, self).__init__(**kwargs) + self.workspace_id = None + self.workspace_name = None + self.resource_id = None + self.associate_date = None + + class AvailableServiceTier(msrest.serialization.Model): """Service Tier details. @@ -149,6 +189,41 @@ def __init__( self.etag = None +class CapacityReservationProperties(msrest.serialization.Model): + """The Capacity Reservation properties. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar last_sku_update: The last time Sku was updated. + :vartype last_sku_update: str + :ivar min_capacity: Minimum CapacityReservation value in GB. + :vartype min_capacity: long + :ivar max_capacity: Maximum CapacityReservation value in GB. + :vartype max_capacity: long + """ + + _validation = { + 'last_sku_update': {'readonly': True}, + 'min_capacity': {'readonly': True}, + 'max_capacity': {'readonly': True}, + } + + _attribute_map = { + 'last_sku_update': {'key': 'lastSkuUpdate', 'type': 'str'}, + 'min_capacity': {'key': 'minCapacity', 'type': 'long'}, + 'max_capacity': {'key': 'maxCapacity', 'type': 'long'}, + } + + def __init__( + self, + **kwargs + ): + super(CapacityReservationProperties, self).__init__(**kwargs) + self.last_sku_update = None + self.min_capacity = None + self.max_capacity = None + + class TrackedResource(Resource): """The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location'. @@ -220,15 +295,35 @@ class Cluster(TrackedResource): :type identity: ~azure.mgmt.loganalytics.models.Identity :param sku: The sku properties. :type sku: ~azure.mgmt.loganalytics.models.ClusterSku - :param next_link: The link used to get the next page of recommendations. - :type next_link: str :ivar cluster_id: The ID associated with the cluster. :vartype cluster_id: str :ivar provisioning_state: The provisioning state of the cluster. Possible values include: "Creating", "Succeeded", "Failed", "Canceled", "Deleting", "ProvisioningAccount", "Updating". :vartype provisioning_state: str or ~azure.mgmt.loganalytics.models.ClusterEntityStatus + :param is_double_encryption_enabled: Configures whether cluster will use double encryption. + This Property can not be modified after cluster creation. Default value is 'true'. + :type is_double_encryption_enabled: bool + :param is_availability_zones_enabled: Sets whether the cluster will support availability zones. + This can be set as true only in regions where Azure Data Explorer support Availability Zones. + This Property can not be modified after cluster creation. Default value is 'true' if region + supports Availability Zones. + :type is_availability_zones_enabled: bool + :param billing_type: Configures whether billing will be only on the cluster or each workspace + will be billed by its proportional use. This does not change the overall billing, only how it + will be distributed. Default value is 'Cluster'. Possible values include: "Cluster", + "Workspaces". + :type billing_type: str or ~azure.mgmt.loganalytics.models.BillingType :param key_vault_properties: The associated key properties. :type key_vault_properties: ~azure.mgmt.loganalytics.models.KeyVaultProperties + :ivar last_modified_date: The last time the cluster was updated. + :vartype last_modified_date: str + :ivar created_date: The cluster creation time. + :vartype created_date: str + :param associated_workspaces: The list of Log Analytics workspaces associated with the cluster. + :type associated_workspaces: list[~azure.mgmt.loganalytics.models.AssociatedWorkspace] + :param capacity_reservation_properties: Additional properties for capacity reservation. + :type capacity_reservation_properties: + ~azure.mgmt.loganalytics.models.CapacityReservationProperties """ _validation = { @@ -238,6 +333,8 @@ class Cluster(TrackedResource): 'location': {'required': True}, 'cluster_id': {'readonly': True}, 'provisioning_state': {'readonly': True}, + 'last_modified_date': {'readonly': True}, + 'created_date': {'readonly': True}, } _attribute_map = { @@ -248,10 +345,16 @@ class Cluster(TrackedResource): 'location': {'key': 'location', 'type': 'str'}, 'identity': {'key': 'identity', 'type': 'Identity'}, 'sku': {'key': 'sku', 'type': 'ClusterSku'}, - 'next_link': {'key': 'properties.nextLink', 'type': 'str'}, 'cluster_id': {'key': 'properties.clusterId', 'type': 'str'}, 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, + 'is_double_encryption_enabled': {'key': 'properties.isDoubleEncryptionEnabled', 'type': 'bool'}, + 'is_availability_zones_enabled': {'key': 'properties.isAvailabilityZonesEnabled', 'type': 'bool'}, + 'billing_type': {'key': 'properties.billingType', 'type': 'str'}, 'key_vault_properties': {'key': 'properties.keyVaultProperties', 'type': 'KeyVaultProperties'}, + 'last_modified_date': {'key': 'properties.lastModifiedDate', 'type': 'str'}, + 'created_date': {'key': 'properties.createdDate', 'type': 'str'}, + 'associated_workspaces': {'key': 'properties.associatedWorkspaces', 'type': '[AssociatedWorkspace]'}, + 'capacity_reservation_properties': {'key': 'properties.capacityReservationProperties', 'type': 'CapacityReservationProperties'}, } def __init__( @@ -261,38 +364,27 @@ def __init__( tags: Optional[Dict[str, str]] = None, identity: Optional["Identity"] = None, sku: Optional["ClusterSku"] = None, - next_link: Optional[str] = None, + is_double_encryption_enabled: Optional[bool] = None, + is_availability_zones_enabled: Optional[bool] = None, + billing_type: Optional[Union[str, "BillingType"]] = None, key_vault_properties: Optional["KeyVaultProperties"] = None, + associated_workspaces: Optional[List["AssociatedWorkspace"]] = None, + capacity_reservation_properties: Optional["CapacityReservationProperties"] = None, **kwargs ): super(Cluster, self).__init__(tags=tags, location=location, **kwargs) self.identity = identity self.sku = sku - self.next_link = next_link self.cluster_id = None self.provisioning_state = None + self.is_double_encryption_enabled = is_double_encryption_enabled + self.is_availability_zones_enabled = is_availability_zones_enabled + self.billing_type = billing_type self.key_vault_properties = key_vault_properties - - -class ClusterErrorResponse(msrest.serialization.Model): - """Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message. - - :param error: The details of the error. - :type error: ~azure.mgmt.loganalytics.models.ErrorResponse - """ - - _attribute_map = { - 'error': {'key': 'error', 'type': 'ErrorResponse'}, - } - - def __init__( - self, - *, - error: Optional["ErrorResponse"] = None, - **kwargs - ): - super(ClusterErrorResponse, self).__init__(**kwargs) - self.error = error + self.last_modified_date = None + self.created_date = None + self.associated_workspaces = associated_workspaces + self.capacity_reservation_properties = capacity_reservation_properties class ClusterListResult(msrest.serialization.Model): @@ -324,6 +416,8 @@ def __init__( class ClusterPatch(msrest.serialization.Model): """The top level Log Analytics cluster resource container. + :param identity: The identity of the resource. + :type identity: ~azure.mgmt.loganalytics.models.Identity :param sku: The sku properties. :type sku: ~azure.mgmt.loganalytics.models.ClusterSku :param tags: A set of tags. Resource tags. @@ -333,6 +427,7 @@ class ClusterPatch(msrest.serialization.Model): """ _attribute_map = { + 'identity': {'key': 'identity', 'type': 'Identity'}, 'sku': {'key': 'sku', 'type': 'ClusterSku'}, 'tags': {'key': 'tags', 'type': '{str}'}, 'key_vault_properties': {'key': 'properties.keyVaultProperties', 'type': 'KeyVaultProperties'}, @@ -341,12 +436,14 @@ class ClusterPatch(msrest.serialization.Model): def __init__( self, *, + identity: Optional["Identity"] = None, sku: Optional["ClusterSku"] = None, tags: Optional[Dict[str, str]] = None, key_vault_properties: Optional["KeyVaultProperties"] = None, **kwargs ): super(ClusterPatch, self).__init__(**kwargs) + self.identity = identity self.sku = sku self.tags = tags self.key_vault_properties = key_vault_properties @@ -410,7 +507,41 @@ def __init__( self.number_of_documents = number_of_documents -class DataExport(Resource): +class ProxyResource(Resource): + """The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar id: Fully qualified resource ID for the resource. Ex - + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. + :vartype id: str + :ivar name: The name of the resource. + :vartype name: str + :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + "Microsoft.Storage/storageAccounts". + :vartype type: str + """ + + _validation = { + 'id': {'readonly': True}, + 'name': {'readonly': True}, + 'type': {'readonly': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'name': {'key': 'name', 'type': 'str'}, + 'type': {'key': 'type', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(ProxyResource, self).__init__(**kwargs) + + +class DataExport(ProxyResource): """The top level data export resource container. Variables are only populated by the server, and will be ignored when sending a request. @@ -488,27 +619,6 @@ def __init__( self.event_hub_name = event_hub_name -class DataExportErrorResponse(msrest.serialization.Model): - """Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message. - - :param error: The details of the error. - :type error: ~azure.mgmt.loganalytics.models.ErrorResponse - """ - - _attribute_map = { - 'error': {'key': 'error', 'type': 'ErrorResponse'}, - } - - def __init__( - self, - *, - error: Optional["ErrorResponse"] = None, - **kwargs - ): - super(DataExportErrorResponse, self).__init__(**kwargs) - self.error = error - - class DataExportListResult(msrest.serialization.Model): """Result of the request to list data exports. @@ -530,7 +640,7 @@ def __init__( self.value = value -class DataSource(Resource): +class DataSource(ProxyResource): """Datasources under OMS Workspace. Variables are only populated by the server, and will be ignored when sending a request. @@ -687,29 +797,8 @@ def __init__( self.info = None -class ErrorContract(msrest.serialization.Model): - """Contains details when the response code indicates an error. - - :param error: The details of the error. - :type error: ~azure.mgmt.loganalytics.models.ErrorResponse - """ - - _attribute_map = { - 'error': {'key': 'error', 'type': 'ErrorResponse'}, - } - - def __init__( - self, - *, - error: Optional["ErrorResponse"] = None, - **kwargs - ): - super(ErrorContract, self).__init__(**kwargs) - self.error = error - - -class ErrorResponse(msrest.serialization.Model): - """Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). +class ErrorDetail(msrest.serialization.Model): + """The error detail. Variables are only populated by the server, and will be ignored when sending a request. @@ -720,7 +809,7 @@ class ErrorResponse(msrest.serialization.Model): :ivar target: The error target. :vartype target: str :ivar details: The error details. - :vartype details: list[~azure.mgmt.loganalytics.models.ErrorResponse] + :vartype details: list[~azure.mgmt.loganalytics.models.ErrorDetail] :ivar additional_info: The error additional info. :vartype additional_info: list[~azure.mgmt.loganalytics.models.ErrorAdditionalInfo] """ @@ -737,7 +826,7 @@ class ErrorResponse(msrest.serialization.Model): 'code': {'key': 'code', 'type': 'str'}, 'message': {'key': 'message', 'type': 'str'}, 'target': {'key': 'target', 'type': 'str'}, - 'details': {'key': 'details', 'type': '[ErrorResponse]'}, + 'details': {'key': 'details', 'type': '[ErrorDetail]'}, 'additional_info': {'key': 'additionalInfo', 'type': '[ErrorAdditionalInfo]'}, } @@ -745,7 +834,7 @@ def __init__( self, **kwargs ): - super(ErrorResponse, self).__init__(**kwargs) + super(ErrorDetail, self).__init__(**kwargs) self.code = None self.message = None self.target = None @@ -753,6 +842,27 @@ def __init__( self.additional_info = None +class ErrorResponse(msrest.serialization.Model): + """Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). + + :param error: The error object. + :type error: ~azure.mgmt.loganalytics.models.ErrorDetail + """ + + _attribute_map = { + 'error': {'key': 'error', 'type': 'ErrorDetail'}, + } + + def __init__( + self, + *, + error: Optional["ErrorDetail"] = None, + **kwargs + ): + super(ErrorResponse, self).__init__(**kwargs) + self.error = error + + class Identity(msrest.serialization.Model): """Identity for the resource. @@ -764,8 +874,14 @@ class Identity(msrest.serialization.Model): :vartype principal_id: str :ivar tenant_id: The tenant ID of resource. :vartype tenant_id: str - :param type: Required. The identity type. Possible values include: "SystemAssigned", "None". + :param type: Required. Type of managed service identity. Possible values include: + "SystemAssigned", "UserAssigned", "None". :type type: str or ~azure.mgmt.loganalytics.models.IdentityType + :param user_assigned_identities: The list of user identities associated with the resource. The + user identity dictionary key references will be ARM resource ids in the form: + '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. + :type user_assigned_identities: dict[str, + ~azure.mgmt.loganalytics.models.UserIdentityProperties] """ _validation = { @@ -778,18 +894,21 @@ class Identity(msrest.serialization.Model): 'principal_id': {'key': 'principalId', 'type': 'str'}, 'tenant_id': {'key': 'tenantId', 'type': 'str'}, 'type': {'key': 'type', 'type': 'str'}, + 'user_assigned_identities': {'key': 'userAssignedIdentities', 'type': '{UserIdentityProperties}'}, } def __init__( self, *, type: Union[str, "IdentityType"], + user_assigned_identities: Optional[Dict[str, "UserIdentityProperties"]] = None, **kwargs ): super(Identity, self).__init__(**kwargs) self.principal_id = None self.tenant_id = None self.type = type + self.user_assigned_identities = user_assigned_identities class IntelligencePack(msrest.serialization.Model): @@ -833,12 +952,15 @@ class KeyVaultProperties(msrest.serialization.Model): :type key_name: str :param key_version: The version of the key associated with the Log Analytics cluster. :type key_version: str + :param key_rsa_size: Selected key minimum required size. + :type key_rsa_size: int """ _attribute_map = { 'key_vault_uri': {'key': 'keyVaultUri', 'type': 'str'}, 'key_name': {'key': 'keyName', 'type': 'str'}, 'key_version': {'key': 'keyVersion', 'type': 'str'}, + 'key_rsa_size': {'key': 'keyRsaSize', 'type': 'int'}, } def __init__( @@ -847,15 +969,17 @@ def __init__( key_vault_uri: Optional[str] = None, key_name: Optional[str] = None, key_version: Optional[str] = None, + key_rsa_size: Optional[int] = None, **kwargs ): super(KeyVaultProperties, self).__init__(**kwargs) self.key_vault_uri = key_vault_uri self.key_name = key_name self.key_version = key_version + self.key_rsa_size = key_rsa_size -class LinkedService(Resource): +class LinkedService(ProxyResource): """The top level Linked service resource container. Variables are only populated by the server, and will be ignored when sending a request. @@ -955,7 +1079,7 @@ def __init__( self.value = value -class LinkedStorageAccountsResource(Resource): +class LinkedStorageAccountsResource(ProxyResource): """Linked storage accounts top level resource container. Variables are only populated by the server, and will be ignored when sending a request. @@ -1249,41 +1373,7 @@ def __init__( self.scope_id = scope_id -class ProxyResource(Resource): - """The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location. - - Variables are only populated by the server, and will be ignored when sending a request. - - :ivar id: Fully qualified resource ID for the resource. Ex - - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. - :vartype id: str - :ivar name: The name of the resource. - :vartype name: str - :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or - "Microsoft.Storage/storageAccounts". - :vartype type: str - """ - - _validation = { - 'id': {'readonly': True}, - 'name': {'readonly': True}, - 'type': {'readonly': True}, - } - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'name': {'key': 'name', 'type': 'str'}, - 'type': {'key': 'type', 'type': 'str'}, - } - - def __init__( - self, - **kwargs - ): - super(ProxyResource, self).__init__(**kwargs) - - -class SavedSearch(Resource): +class SavedSearch(ProxyResource): """Value object for saved search results. Variables are only populated by the server, and will be ignored when sending a request. @@ -1686,7 +1776,7 @@ def __init__( self.key = key -class StorageInsight(Resource): +class StorageInsight(ProxyResource): """The top level storage insight resource container. Variables are only populated by the server, and will be ignored when sending a request. @@ -1810,7 +1900,7 @@ def __init__( self.description = description -class Table(Resource): +class Table(ProxyResource): """Workspace data table definition. Variables are only populated by the server, and will be ignored when sending a request. @@ -1823,16 +1913,25 @@ class Table(Resource): :ivar type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". :vartype type: str - :param retention_in_days: The data table data retention in days, between 30 and 730. Setting + :param retention_in_days: The data table data retention in days, between 7 and 730. Setting this property to null will default to the workspace retention. :type retention_in_days: int + :ivar is_troubleshooting_allowed: Specifies if IsTroubleshootingEnabled property can be set for + this table. + :vartype is_troubleshooting_allowed: bool + :param is_troubleshoot_enabled: Enable or disable troubleshoot for this table. + :type is_troubleshoot_enabled: bool + :ivar last_troubleshoot_date: Last time when troubleshooting was set for this table. + :vartype last_troubleshoot_date: str """ _validation = { 'id': {'readonly': True}, 'name': {'readonly': True}, 'type': {'readonly': True}, - 'retention_in_days': {'maximum': 730, 'minimum': 30}, + 'retention_in_days': {'maximum': 730, 'minimum': 7}, + 'is_troubleshooting_allowed': {'readonly': True}, + 'last_troubleshoot_date': {'readonly': True}, } _attribute_map = { @@ -1840,16 +1939,23 @@ class Table(Resource): 'name': {'key': 'name', 'type': 'str'}, 'type': {'key': 'type', 'type': 'str'}, 'retention_in_days': {'key': 'properties.retentionInDays', 'type': 'int'}, + 'is_troubleshooting_allowed': {'key': 'properties.isTroubleshootingAllowed', 'type': 'bool'}, + 'is_troubleshoot_enabled': {'key': 'properties.isTroubleshootEnabled', 'type': 'bool'}, + 'last_troubleshoot_date': {'key': 'properties.lastTroubleshootDate', 'type': 'str'}, } def __init__( self, *, retention_in_days: Optional[int] = None, + is_troubleshoot_enabled: Optional[bool] = None, **kwargs ): super(Table, self).__init__(**kwargs) self.retention_in_days = retention_in_days + self.is_troubleshooting_allowed = None + self.is_troubleshoot_enabled = is_troubleshoot_enabled + self.last_troubleshoot_date = None class TablesListResult(msrest.serialization.Model): @@ -1952,6 +2058,36 @@ def __init__( self.quota_period = quota_period +class UserIdentityProperties(msrest.serialization.Model): + """User assigned identity properties. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar principal_id: The principal id of user assigned identity. + :vartype principal_id: str + :ivar client_id: The client id of user assigned identity. + :vartype client_id: str + """ + + _validation = { + 'principal_id': {'readonly': True}, + 'client_id': {'readonly': True}, + } + + _attribute_map = { + 'principal_id': {'key': 'principalId', 'type': 'str'}, + 'client_id': {'key': 'clientId', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(UserIdentityProperties, self).__init__(**kwargs) + self.principal_id = None + self.client_id = None + + class Workspace(TrackedResource): """The top level Workspace resource container. @@ -1981,10 +2117,15 @@ class Workspace(TrackedResource): :vartype customer_id: str :param sku: The SKU of the workspace. :type sku: ~azure.mgmt.loganalytics.models.WorkspaceSku - :param retention_in_days: The workspace data retention in days, between 30 and 730. + :param retention_in_days: The workspace data retention in days. Allowed values are per pricing + plan. See pricing tiers documentation for details. :type retention_in_days: int :param workspace_capping: The daily volume cap for ingestion. :type workspace_capping: ~azure.mgmt.loganalytics.models.WorkspaceCapping + :ivar created_date: Workspace creation date. + :vartype created_date: str + :ivar modified_date: Workspace modification date. + :vartype modified_date: str :param public_network_access_for_ingestion: The network access type for accessing Log Analytics ingestion. Possible values include: "Enabled", "Disabled". Default value: "Enabled". :type public_network_access_for_ingestion: str or @@ -1993,9 +2134,14 @@ class Workspace(TrackedResource): query. Possible values include: "Enabled", "Disabled". Default value: "Enabled". :type public_network_access_for_query: str or ~azure.mgmt.loganalytics.models.PublicNetworkAccessType + :param force_cmk_for_query: Indicates whether customer managed storage is mandatory for query + management. + :type force_cmk_for_query: bool :ivar private_link_scoped_resources: List of linked private link scope resources. :vartype private_link_scoped_resources: list[~azure.mgmt.loganalytics.models.PrivateLinkScopedResource] + :param features: Workspace features. + :type features: dict[str, object] """ _validation = { @@ -2004,7 +2150,8 @@ class Workspace(TrackedResource): 'type': {'readonly': True}, 'location': {'required': True}, 'customer_id': {'readonly': True}, - 'retention_in_days': {'maximum': 730, 'minimum': 30}, + 'created_date': {'readonly': True}, + 'modified_date': {'readonly': True}, 'private_link_scoped_resources': {'readonly': True}, } @@ -2020,9 +2167,13 @@ class Workspace(TrackedResource): 'sku': {'key': 'properties.sku', 'type': 'WorkspaceSku'}, 'retention_in_days': {'key': 'properties.retentionInDays', 'type': 'int'}, 'workspace_capping': {'key': 'properties.workspaceCapping', 'type': 'WorkspaceCapping'}, + 'created_date': {'key': 'properties.createdDate', 'type': 'str'}, + 'modified_date': {'key': 'properties.modifiedDate', 'type': 'str'}, 'public_network_access_for_ingestion': {'key': 'properties.publicNetworkAccessForIngestion', 'type': 'str'}, 'public_network_access_for_query': {'key': 'properties.publicNetworkAccessForQuery', 'type': 'str'}, + 'force_cmk_for_query': {'key': 'properties.forceCmkForQuery', 'type': 'bool'}, 'private_link_scoped_resources': {'key': 'properties.privateLinkScopedResources', 'type': '[PrivateLinkScopedResource]'}, + 'features': {'key': 'properties.features', 'type': '{object}'}, } def __init__( @@ -2037,6 +2188,8 @@ def __init__( workspace_capping: Optional["WorkspaceCapping"] = None, public_network_access_for_ingestion: Optional[Union[str, "PublicNetworkAccessType"]] = "Enabled", public_network_access_for_query: Optional[Union[str, "PublicNetworkAccessType"]] = "Enabled", + force_cmk_for_query: Optional[bool] = None, + features: Optional[Dict[str, object]] = None, **kwargs ): super(Workspace, self).__init__(tags=tags, location=location, **kwargs) @@ -2046,9 +2199,13 @@ def __init__( self.sku = sku self.retention_in_days = retention_in_days self.workspace_capping = workspace_capping + self.created_date = None + self.modified_date = None self.public_network_access_for_ingestion = public_network_access_for_ingestion self.public_network_access_for_query = public_network_access_for_query + self.force_cmk_for_query = force_cmk_for_query self.private_link_scoped_resources = None + self.features = features class WorkspaceCapping(msrest.serialization.Model): @@ -2177,10 +2334,15 @@ class WorkspacePatch(AzureEntityResource): :vartype customer_id: str :param sku: The SKU of the workspace. :type sku: ~azure.mgmt.loganalytics.models.WorkspaceSku - :param retention_in_days: The workspace data retention in days, between 30 and 730. + :param retention_in_days: The workspace data retention in days. Allowed values are per pricing + plan. See pricing tiers documentation for details. :type retention_in_days: int :param workspace_capping: The daily volume cap for ingestion. :type workspace_capping: ~azure.mgmt.loganalytics.models.WorkspaceCapping + :ivar created_date: Workspace creation date. + :vartype created_date: str + :ivar modified_date: Workspace modification date. + :vartype modified_date: str :param public_network_access_for_ingestion: The network access type for accessing Log Analytics ingestion. Possible values include: "Enabled", "Disabled". Default value: "Enabled". :type public_network_access_for_ingestion: str or @@ -2189,9 +2351,14 @@ class WorkspacePatch(AzureEntityResource): query. Possible values include: "Enabled", "Disabled". Default value: "Enabled". :type public_network_access_for_query: str or ~azure.mgmt.loganalytics.models.PublicNetworkAccessType + :param force_cmk_for_query: Indicates whether customer managed storage is mandatory for query + management. + :type force_cmk_for_query: bool :ivar private_link_scoped_resources: List of linked private link scope resources. :vartype private_link_scoped_resources: list[~azure.mgmt.loganalytics.models.PrivateLinkScopedResource] + :param features: Workspace features. + :type features: dict[str, object] """ _validation = { @@ -2200,7 +2367,8 @@ class WorkspacePatch(AzureEntityResource): 'type': {'readonly': True}, 'etag': {'readonly': True}, 'customer_id': {'readonly': True}, - 'retention_in_days': {'maximum': 730, 'minimum': 30}, + 'created_date': {'readonly': True}, + 'modified_date': {'readonly': True}, 'private_link_scoped_resources': {'readonly': True}, } @@ -2215,9 +2383,13 @@ class WorkspacePatch(AzureEntityResource): 'sku': {'key': 'properties.sku', 'type': 'WorkspaceSku'}, 'retention_in_days': {'key': 'properties.retentionInDays', 'type': 'int'}, 'workspace_capping': {'key': 'properties.workspaceCapping', 'type': 'WorkspaceCapping'}, + 'created_date': {'key': 'properties.createdDate', 'type': 'str'}, + 'modified_date': {'key': 'properties.modifiedDate', 'type': 'str'}, 'public_network_access_for_ingestion': {'key': 'properties.publicNetworkAccessForIngestion', 'type': 'str'}, 'public_network_access_for_query': {'key': 'properties.publicNetworkAccessForQuery', 'type': 'str'}, + 'force_cmk_for_query': {'key': 'properties.forceCmkForQuery', 'type': 'bool'}, 'private_link_scoped_resources': {'key': 'properties.privateLinkScopedResources', 'type': '[PrivateLinkScopedResource]'}, + 'features': {'key': 'properties.features', 'type': '{object}'}, } def __init__( @@ -2230,6 +2402,8 @@ def __init__( workspace_capping: Optional["WorkspaceCapping"] = None, public_network_access_for_ingestion: Optional[Union[str, "PublicNetworkAccessType"]] = "Enabled", public_network_access_for_query: Optional[Union[str, "PublicNetworkAccessType"]] = "Enabled", + force_cmk_for_query: Optional[bool] = None, + features: Optional[Dict[str, object]] = None, **kwargs ): super(WorkspacePatch, self).__init__(**kwargs) @@ -2239,9 +2413,13 @@ def __init__( self.sku = sku self.retention_in_days = retention_in_days self.workspace_capping = workspace_capping + self.created_date = None + self.modified_date = None self.public_network_access_for_ingestion = public_network_access_for_ingestion self.public_network_access_for_query = public_network_access_for_query + self.force_cmk_for_query = force_cmk_for_query self.private_link_scoped_resources = None + self.features = features class WorkspacePurgeBody(msrest.serialization.Model): @@ -2382,7 +2560,7 @@ class WorkspaceSku(msrest.serialization.Model): All required parameters must be populated in order to send to Azure. :param name: Required. The name of the SKU. Possible values include: "Free", "Standard", - "Premium", "PerNode", "PerGB2018", "Standalone", "CapacityReservation". + "Premium", "PerNode", "PerGB2018", "Standalone", "CapacityReservation", "LACluster". :type name: str or ~azure.mgmt.loganalytics.models.WorkspaceSkuNameEnum :param capacity_reservation_level: The capacity reservation level for this workspace, when CapacityReservation sku is selected. diff --git a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/operations/__init__.py b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/operations/__init__.py index 27139ab72d0e..d7ad4bc230bb 100644 --- a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/operations/__init__.py +++ b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/operations/__init__.py @@ -12,20 +12,20 @@ from ._linked_services_operations import LinkedServicesOperations from ._linked_storage_accounts_operations import LinkedStorageAccountsOperations from ._management_groups_operations import ManagementGroupsOperations -from ._operations import Operations from ._operation_statuses_operations import OperationStatusesOperations from ._shared_keys_operations import SharedKeysOperations from ._usages_operations import UsagesOperations -from ._workspaces_operations import WorkspacesOperations -from ._deleted_workspaces_operations import DeletedWorkspacesOperations -from ._clusters_operations import ClustersOperations from ._storage_insight_configs_operations import StorageInsightConfigsOperations from ._saved_searches_operations import SavedSearchesOperations from ._available_service_tiers_operations import AvailableServiceTiersOperations from ._gateways_operations import GatewaysOperations from ._schema_operations import SchemaOperations from ._workspace_purge_operations import WorkspacePurgeOperations +from ._clusters_operations import ClustersOperations +from ._operations import Operations from ._tables_operations import TablesOperations +from ._workspaces_operations import WorkspacesOperations +from ._deleted_workspaces_operations import DeletedWorkspacesOperations __all__ = [ 'DataExportsOperations', @@ -34,18 +34,18 @@ 'LinkedServicesOperations', 'LinkedStorageAccountsOperations', 'ManagementGroupsOperations', - 'Operations', 'OperationStatusesOperations', 'SharedKeysOperations', 'UsagesOperations', - 'WorkspacesOperations', - 'DeletedWorkspacesOperations', - 'ClustersOperations', 'StorageInsightConfigsOperations', 'SavedSearchesOperations', 'AvailableServiceTiersOperations', 'GatewaysOperations', 'SchemaOperations', 'WorkspacePurgeOperations', + 'ClustersOperations', + 'Operations', 'TablesOperations', + 'WorkspacesOperations', + 'DeletedWorkspacesOperations', ] diff --git a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/operations/_clusters_operations.py b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/operations/_clusters_operations.py index 226464ccc68c..250c0ab10be1 100644 --- a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/operations/_clusters_operations.py +++ b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/operations/_clusters_operations.py @@ -67,7 +67,7 @@ def list_by_resource_group( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2020-08-01" + api_version = "2020-10-01" accept = "application/json" def prepare_request(next_link=None): @@ -108,7 +108,7 @@ def get_next(next_link=None): response = pipeline_response.http_response if response.status_code not in [200]: - error = self._deserialize(_models.ClusterErrorResponse, response) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) map_error(status_code=response.status_code, response=response, error_map=error_map) raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) @@ -136,7 +136,7 @@ def list( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2020-08-01" + api_version = "2020-10-01" accept = "application/json" def prepare_request(next_link=None): @@ -176,7 +176,7 @@ def get_next(next_link=None): response = pipeline_response.http_response if response.status_code not in [200]: - error = self._deserialize(_models.ClusterErrorResponse, response) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) map_error(status_code=response.status_code, response=response, error_map=error_map) raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) @@ -200,7 +200,7 @@ def _create_or_update_initial( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2020-08-01" + api_version = "2020-10-01" content_type = kwargs.pop("content_type", "application/json") accept = "application/json" @@ -231,7 +231,7 @@ def _create_or_update_initial( if response.status_code not in [200, 201, 202]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(_models.ClusterErrorResponse, response) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) deserialized = None @@ -265,8 +265,8 @@ def begin_create_or_update( :type parameters: ~azure.mgmt.loganalytics.models.Cluster :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. - :keyword polling: True for ARMPolling, False for no polling, or a - polling object for personal polling strategy + :keyword polling: Pass in True if you'd like the ARMPolling polling method, + False for no polling, or your own initialized polling object for a personal polling strategy. :paramtype polling: bool or ~azure.core.polling.PollingMethod :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. :return: An instance of LROPoller that returns either Cluster or the result of cls(response) @@ -331,7 +331,7 @@ def _delete_initial( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2020-08-01" + api_version = "2020-10-01" accept = "application/json" # Construct URL @@ -357,7 +357,7 @@ def _delete_initial( if response.status_code not in [200, 204]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(_models.ClusterErrorResponse, response) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) if cls: @@ -380,8 +380,8 @@ def begin_delete( :type cluster_name: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. - :keyword polling: True for ARMPolling, False for no polling, or a - polling object for personal polling strategy + :keyword polling: Pass in True if you'd like the ARMPolling polling method, + False for no polling, or your own initialized polling object for a personal polling strategy. :paramtype polling: bool or ~azure.core.polling.PollingMethod :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. :return: An instance of LROPoller that returns either None or the result of cls(response) @@ -453,7 +453,7 @@ def get( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2020-08-01" + api_version = "2020-10-01" accept = "application/json" # Construct URL @@ -479,7 +479,7 @@ def get( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(_models.ClusterErrorResponse, response) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) deserialized = self._deserialize('Cluster', pipeline_response) @@ -516,7 +516,7 @@ def update( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2020-08-01" + api_version = "2020-10-01" content_type = kwargs.pop("content_type", "application/json") accept = "application/json" @@ -547,7 +547,7 @@ def update( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(_models.ClusterErrorResponse, response) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) deserialized = self._deserialize('Cluster', pipeline_response) diff --git a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/operations/_data_exports_operations.py b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/operations/_data_exports_operations.py index 0ddfe4b71ee4..d00c14bfe06e 100644 --- a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/operations/_data_exports_operations.py +++ b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/operations/_data_exports_operations.py @@ -110,7 +110,7 @@ def get_next(next_link=None): response = pipeline_response.http_response if response.status_code not in [200]: - error = self._deserialize(_models.DataExportErrorResponse, response) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) map_error(status_code=response.status_code, response=response, error_map=error_map) raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) @@ -182,7 +182,7 @@ def create_or_update( if response.status_code not in [200, 201]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(_models.DataExportErrorResponse, response) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) if response.status_code == 200: @@ -250,7 +250,7 @@ def get( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(_models.DataExportErrorResponse, response) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) deserialized = self._deserialize('DataExport', pipeline_response) @@ -314,7 +314,7 @@ def delete( if response.status_code not in [200, 404]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(_models.DataExportErrorResponse, response) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) if cls: diff --git a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/operations/_deleted_workspaces_operations.py b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/operations/_deleted_workspaces_operations.py index b387e58c1a37..6f5b326e784f 100644 --- a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/operations/_deleted_workspaces_operations.py +++ b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/operations/_deleted_workspaces_operations.py @@ -62,7 +62,7 @@ def list( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2020-08-01" + api_version = "2020-10-01" accept = "application/json" def prepare_request(next_link=None): @@ -102,8 +102,9 @@ def get_next(next_link=None): response = pipeline_response.http_response if response.status_code not in [200]: + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) return pipeline_response @@ -132,7 +133,7 @@ def list_by_resource_group( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2020-08-01" + api_version = "2020-10-01" accept = "application/json" def prepare_request(next_link=None): @@ -173,8 +174,9 @@ def get_next(next_link=None): response = pipeline_response.http_response if response.status_code not in [200]: + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) return pipeline_response diff --git a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/operations/_linked_services_operations.py b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/operations/_linked_services_operations.py index 6ea0fe7c9974..2a9c84585717 100644 --- a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/operations/_linked_services_operations.py +++ b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/operations/_linked_services_operations.py @@ -128,8 +128,8 @@ def begin_create_or_update( :type parameters: ~azure.mgmt.loganalytics.models.LinkedService :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. - :keyword polling: True for ARMPolling, False for no polling, or a - polling object for personal polling strategy + :keyword polling: Pass in True if you'd like the ARMPolling polling method, + False for no polling, or your own initialized polling object for a personal polling strategy. :paramtype polling: bool or ~azure.core.polling.PollingMethod :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. :return: An instance of LROPoller that returns either LinkedService or the result of cls(response) @@ -254,8 +254,8 @@ def begin_delete( :type linked_service_name: str :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. - :keyword polling: True for ARMPolling, False for no polling, or a - polling object for personal polling strategy + :keyword polling: Pass in True if you'd like the ARMPolling polling method, + False for no polling, or your own initialized polling object for a personal polling strategy. :paramtype polling: bool or ~azure.core.polling.PollingMethod :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. :return: An instance of LROPoller that returns either LinkedService or the result of cls(response) diff --git a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/operations/_operations.py b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/operations/_operations.py index 6bb75153eb05..2e3b94650339 100644 --- a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/operations/_operations.py +++ b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/operations/_operations.py @@ -62,7 +62,7 @@ def list( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2020-08-01" + api_version = "2020-10-01" accept = "application/json" def prepare_request(next_link=None): @@ -98,8 +98,9 @@ def get_next(next_link=None): response = pipeline_response.http_response if response.status_code not in [200]: + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) return pipeline_response diff --git a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/operations/_tables_operations.py b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/operations/_tables_operations.py index b74ae0cc20c2..48ef27022d7d 100644 --- a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/operations/_tables_operations.py +++ b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/operations/_tables_operations.py @@ -68,7 +68,7 @@ def list_by_workspace( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2020-08-01" + api_version = "2020-10-01" accept = "application/json" def prepare_request(next_link=None): @@ -110,7 +110,7 @@ def get_next(next_link=None): response = pipeline_response.http_response if response.status_code not in [200]: - error = self._deserialize(_models.ErrorContract, response) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) map_error(status_code=response.status_code, response=response, error_map=error_map) raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) @@ -150,7 +150,7 @@ def update( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2020-08-01" + api_version = "2020-10-01" content_type = kwargs.pop("content_type", "application/json") accept = "application/json" @@ -182,7 +182,7 @@ def update( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(_models.ErrorContract, response) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) deserialized = self._deserialize('Table', pipeline_response) @@ -219,7 +219,7 @@ def get( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2020-08-01" + api_version = "2020-10-01" accept = "application/json" # Construct URL @@ -246,7 +246,7 @@ def get( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(_models.ErrorContract, response) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) deserialized = self._deserialize('Table', pipeline_response) diff --git a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/operations/_workspaces_operations.py b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/operations/_workspaces_operations.py index ef25117d7e9e..86360ca1f7b4 100644 --- a/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/operations/_workspaces_operations.py +++ b/sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/operations/_workspaces_operations.py @@ -64,7 +64,7 @@ def list( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2020-08-01" + api_version = "2020-10-01" accept = "application/json" def prepare_request(next_link=None): @@ -104,8 +104,9 @@ def get_next(next_link=None): response = pipeline_response.http_response if response.status_code not in [200]: + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) return pipeline_response @@ -134,7 +135,7 @@ def list_by_resource_group( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2020-08-01" + api_version = "2020-10-01" accept = "application/json" def prepare_request(next_link=None): @@ -175,8 +176,9 @@ def get_next(next_link=None): response = pipeline_response.http_response if response.status_code not in [200]: + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) return pipeline_response @@ -198,7 +200,7 @@ def _create_or_update_initial( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2020-08-01" + api_version = "2020-10-01" content_type = kwargs.pop("content_type", "application/json") accept = "application/json" @@ -229,7 +231,8 @@ def _create_or_update_initial( if response.status_code not in [200, 201, 202]: map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) deserialized = None if response.status_code == 200: @@ -262,8 +265,8 @@ def begin_create_or_update( :type parameters: ~azure.mgmt.loganalytics.models.Workspace :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. - :keyword polling: True for ARMPolling, False for no polling, or a - polling object for personal polling strategy + :keyword polling: Pass in True if you'd like the ARMPolling polling method, + False for no polling, or your own initialized polling object for a personal polling strategy. :paramtype polling: bool or ~azure.core.polling.PollingMethod :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. :return: An instance of LROPoller that returns either Workspace or the result of cls(response) @@ -329,7 +332,8 @@ def _delete_initial( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2020-08-01" + api_version = "2020-10-01" + accept = "application/json" # Construct URL url = self._delete_initial.metadata['url'] # type: ignore @@ -348,6 +352,7 @@ def _delete_initial( # Construct headers header_parameters = {} # type: Dict[str, Any] + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') request = self._client.delete(url, query_parameters, header_parameters) pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) @@ -355,7 +360,8 @@ def _delete_initial( if response.status_code not in [200, 202, 204]: map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) if cls: return cls(pipeline_response, None, {}) @@ -384,8 +390,8 @@ def begin_delete( :type force: bool :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. - :keyword polling: True for ARMPolling, False for no polling, or a - polling object for personal polling strategy + :keyword polling: Pass in True if you'd like the ARMPolling polling method, + False for no polling, or your own initialized polling object for a personal polling strategy. :paramtype polling: bool or ~azure.core.polling.PollingMethod :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. :return: An instance of LROPoller that returns either None or the result of cls(response) @@ -458,7 +464,7 @@ def get( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2020-08-01" + api_version = "2020-10-01" accept = "application/json" # Construct URL @@ -484,7 +490,8 @@ def get( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) deserialized = self._deserialize('Workspace', pipeline_response) @@ -520,7 +527,7 @@ def update( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2020-08-01" + api_version = "2020-10-01" content_type = kwargs.pop("content_type", "application/json") accept = "application/json" @@ -551,7 +558,8 @@ def update( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - raise HttpResponseError(response=response, error_format=ARMErrorFormat) + error = self._deserialize.failsafe_deserialize(_models.ErrorResponse, response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) deserialized = self._deserialize('Workspace', pipeline_response) diff --git a/sdk/loganalytics/azure-mgmt-loganalytics/setup.py b/sdk/loganalytics/azure-mgmt-loganalytics/setup.py index fa37a9e50f27..0739cc352533 100644 --- a/sdk/loganalytics/azure-mgmt-loganalytics/setup.py +++ b/sdk/loganalytics/azure-mgmt-loganalytics/setup.py @@ -80,7 +80,7 @@ 'azure.mgmt', ]), install_requires=[ - 'msrest>=0.5.0', + 'msrest>=0.6.21', 'azure-common~=1.1', 'azure-mgmt-core>=1.2.0,<2.0.0', ], diff --git a/sdk/loganalytics/azure-mgmt-loganalytics/tests/recordings/test_mgmt_loganalytics.test_loganalytics_operations.yaml b/sdk/loganalytics/azure-mgmt-loganalytics/tests/recordings/test_mgmt_loganalytics.test_loganalytics_operations.yaml index dc952409c110..ebdf555653f7 100644 --- a/sdk/loganalytics/azure-mgmt-loganalytics/tests/recordings/test_mgmt_loganalytics.test_loganalytics_operations.yaml +++ b/sdk/loganalytics/azure-mgmt-loganalytics/tests/recordings/test_mgmt_loganalytics.test_loganalytics_operations.yaml @@ -9,3224 +9,3111 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-mgmt-loganalytics/8.0.0 Python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) + - azsdk-python-mgmt-loganalytics/9.0.0 Python/3.8.8 (Linux-5.4.0-1043-azure-x86_64-with-glibc2.2.5) + VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_2384_0 method: GET - uri: https://management.azure.com/providers/Microsoft.OperationalInsights/operations?api-version=2020-08-01 + uri: https://management.azure.com/providers/Microsoft.OperationalInsights/operations?api-version=2020-10-01 response: body: - string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/write\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Workspace\",\r\n \"operation\"\ - : \"Create Workspace\",\r\n \"description\": \"Creates a new workspace\ - \ or links to an existing workspace by providing the customer id from the\ - \ existing workspace.\"\r\n }\r\n },\r\n {\r\n \"name\": \"\ - Microsoft.OperationalInsights/workspaces/read\",\r\n \"display\": {\r\ - \n \"provider\": \"Microsoft Operational Insights\",\r\n \"\ - resource\": \"Workspace\",\r\n \"operation\": \"Get Workspace\",\r\n\ - \ \"description\": \"Gets an existing workspace\"\r\n }\r\n \ - \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/delete\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Workspace\",\r\n \"operation\"\ - : \"Delete Workspace\",\r\n \"description\": \"Deletes a workspace.\ - \ If the workspace was linked to an existing workspace at creation time then\ - \ the workspace it was linked to is not deleted.\"\r\n }\r\n },\r\n\ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/generateregistrationcertificate/action\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Registration Certificate\",\r\n \ - \ \"operation\": \"Generates Registration Certificate for Workspace.\"\ - ,\r\n \"description\": \"Generates Registration Certificate for the\ - \ workspace. This Certificate is used to connect Microsoft System Center Operation\ - \ Manager to the workspace.\"\r\n }\r\n },\r\n {\r\n \"name\"\ - : \"Microsoft.OperationalInsights/workspaces/storageinsightconfigs/write\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Storage Insight Configuration\",\r\ - \n \"operation\": \"Create Storage Configuration\",\r\n \"description\"\ - : \"Creates a new storage configuration. These configurations are used to\ - \ pull data from a location in an existing storage account.\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/storageinsightconfigs/read\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Storage Insight Configuration\",\r\ - \n \"operation\": \"Get Storage Configuration\",\r\n \"description\"\ - : \"Gets a storage configuration.\"\r\n }\r\n },\r\n {\r\n \ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/storageinsightconfigs/delete\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Storage Insight Configuration\",\r\ - \n \"operation\": \"Delete Storage Configuration\",\r\n \"description\"\ - : \"Deletes a storage configuration. This will stop Microsoft Operational\ - \ Insights from reading data from the storage account.\"\r\n }\r\n \ - \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/register/action\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Register\",\r\n \"operation\"\ - : \"Register a subscription to a resource provider.\",\r\n \"description\"\ - : \"Register a subscription to a resource provider.\"\r\n }\r\n },\r\ - \n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/sharedKeys/action\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Shared Keys\",\r\n \"operation\"\ - : \"List Workspace Shared Keys\",\r\n \"description\": \"Retrieves\ - \ the shared keys for the workspace. These keys are used to connect Microsoft\ - \ Operational Insights agents to the workspace.\"\r\n }\r\n },\r\n\ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/sharedKeys/read\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Shared Keys\",\r\n \"operation\"\ - : \"List Workspace Shared Keys\",\r\n \"description\": \"Retrieves\ - \ the shared keys for the workspace. These keys are used to connect Microsoft\ - \ Operational Insights agents to the workspace.\"\r\n }\r\n },\r\n\ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/listKeys/action\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"List Keys\",\r\n \"operation\"\ - : \"List Workspace Keys\",\r\n \"description\": \"Retrieves the list\ - \ keys for the workspace. These keys are used to connect Microsoft Operational\ - \ Insights agents to the workspace.\"\r\n }\r\n },\r\n {\r\n \ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/listKeys/read\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"List Keys\",\r\n \"operation\"\ - : \"List Workspace Keys\",\r\n \"description\": \"Retrieves the list\ - \ keys for the workspace. These keys are used to connect Microsoft Operational\ - \ Insights agents to the workspace.\"\r\n }\r\n },\r\n {\r\n \ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/managementGroups/read\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Management Group\",\r\n \"\ - operation\": \"Get Management Groups for Workspace\",\r\n \"description\"\ - : \"Gets the names and metadata for System Center Operations Manager management\ - \ groups connected to this workspace.\"\r\n }\r\n },\r\n {\r\n\ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/usages/read\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Usage Metric\",\r\n \"operation\"\ - : \"Get Usage Data for Workspace\",\r\n \"description\": \"Gets usage\ - \ data for a workspace including the amount of data read by the workspace.\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/search/action\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Search\",\r\n \"operation\"\ - : \"Search Workspace Data\",\r\n \"description\": \"Executes a search\ - \ query\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/schema/read\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Search Schema\",\r\n \"operation\"\ - : \"Get Search Schema\",\r\n \"description\": \"Gets the search schema\ - \ for the workspace. Search schema includes the exposed fields and their\ - \ types.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/datasources/read\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Data Source\",\r\n \"operation\"\ - : \"Get datasources under a workspace.\",\r\n \"description\": \"Get\ - \ datasources under a workspace.\"\r\n }\r\n },\r\n {\r\n \ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/datasources/write\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Data Source\",\r\n \"operation\"\ - : \"Create/Update datasources under a workspace.\",\r\n \"description\"\ - : \"Create/Update datasources under a workspace.\"\r\n }\r\n },\r\n\ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/datasources/delete\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Data Source\",\r\n \"operation\"\ - : \"Delete datasources under a workspace.\",\r\n \"description\": \"\ - Delete datasources under a workspace.\"\r\n }\r\n },\r\n {\r\n\ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/savedSearches/read\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Saved Search\",\r\n \"operation\"\ - : \"Get Saved Search\",\r\n \"description\": \"Gets a saved search\ - \ query\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/savedSearches/write\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Saved Search\",\r\n \"operation\"\ - : \"Create Saved Search\",\r\n \"description\": \"Creates a saved search\ - \ query\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/savedSearches/delete\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Saved Search\",\r\n \"operation\"\ - : \"Delete Saved Search\",\r\n \"description\": \"Deletes a saved search\ - \ query\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/notificationSettings/read\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Notification Settings\",\r\n \ - \ \"operation\": \"Get Notification Settings\",\r\n \"description\"\ - : \"Get the user's notification settings for the workspace.\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/notificationSettings/write\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Notification Settings\",\r\n \ - \ \"operation\": \"Put Notification Settings\",\r\n \"description\"\ - : \"Set the user's notification settings for the workspace.\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/notificationSettings/delete\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Notification Settings\",\r\n \ - \ \"operation\": \"Delete Notification Settings\",\r\n \"description\"\ - : \"Delete the user's notification settings for the workspace.\"\r\n \ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/configurationScopes/read\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Configuration Scope\",\r\n \ - \ \"operation\": \"Get Configuration Scope\",\r\n \"description\"\ - : \"Get Configuration Scope\"\r\n }\r\n },\r\n {\r\n \"name\"\ - : \"Microsoft.OperationalInsights/workspaces/configurationScopes/write\",\r\ - \n \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\"\ - ,\r\n \"resource\": \"Configuration Scope\",\r\n \"operation\"\ - : \"Set Configuration Scope\",\r\n \"description\": \"Set Configuration\ - \ Scope\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/configurationScopes/delete\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Configuration Scope\",\r\n \ - \ \"operation\": \"Delete Configuration Scope\",\r\n \"description\"\ - : \"Delete Configuration Scope\"\r\n }\r\n },\r\n {\r\n \"\ - name\": \"Microsoft.OperationalInsights/workspaces/linkedServices/read\",\r\ - \n \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\"\ - ,\r\n \"resource\": \"Linked Services\",\r\n \"operation\":\ - \ \"Get linked services under given workspace.\",\r\n \"description\"\ - : \"Get linked services under given workspace.\"\r\n }\r\n },\r\n\ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/linkedServices/write\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Linked Services\",\r\n \"\ - operation\": \"Create/Update linked services under given workspace.\",\r\n\ - \ \"description\": \"Create/Update linked services under given workspace.\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/linkedServices/delete\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Linked Services\",\r\n \"\ - operation\": \"Delete linked services under given workspace.\",\r\n \ - \ \"description\": \"Delete linked services under given workspace.\"\r\n\ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/clusters/read\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Cluster\",\r\n \"operation\"\ - : \"Get Cluster\",\r\n \"description\": \"Get Cluster\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/clusters/write\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Cluster\",\r\n \"operation\"\ - : \"Create/Update Cluster\",\r\n \"description\": \"Create or updates\ - \ a Cluster\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/clusters/delete\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Cluster\",\r\n \"operation\"\ - : \"Delete Cluster\",\r\n \"description\": \"Delete Cluster\"\r\n \ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/intelligencepacks/read\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Intelligence Packs\",\r\n \ - \ \"operation\": \"List Intelligence Packs\",\r\n \"description\":\ - \ \"Lists all intelligence packs that are visible for a given worksapce and\ - \ also lists whether the pack is enabled or disabled for that workspace.\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/intelligencepacks/enable/action\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Intelligence Packs\",\r\n \ - \ \"operation\": \"Enable Intelligence Pack\",\r\n \"description\"\ - : \"Enables an intelligence pack for a given workspace.\"\r\n }\r\n \ - \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/intelligencepacks/disable/action\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Intelligence Packs\",\r\n \ - \ \"operation\": \"Disable Intelligence Pack\",\r\n \"description\"\ - : \"Disables an intelligence pack for a given workspace.\"\r\n }\r\n\ - \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/analytics/query/action\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"analytics\",\r\n \"operation\"\ - : \"Search using new engine.\",\r\n \"description\": \"Search using\ - \ new engine.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/analytics/query/schema/read\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"analytics\",\r\n \"operation\"\ - : \"Get search schema V2.\",\r\n \"description\": \"Get search schema\ - \ V2.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/api/query/action\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"analytics\",\r\n \"operation\"\ - : \"Search using new engine.\",\r\n \"description\": \"Search using\ - \ new engine.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/api/query/schema/read\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"analytics\",\r\n \"operation\"\ - : \"Get search schema V2.\",\r\n \"description\": \"Get search schema\ - \ V2.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/purge/action\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"analytics\",\r\n \"operation\"\ - : \"Delete specified data from workspace\",\r\n \"description\": \"\ - Delete specified data from workspace\"\r\n }\r\n },\r\n {\r\n \ - \ \"name\": \"Microsoft.OperationalInsights/linkTargets/read\",\r\n \ - \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\"\ - ,\r\n \"resource\": \"Deleted Workspace\",\r\n \"operation\"\ - : \"List Deleted Workspaces\",\r\n \"description\": \"Lists workspaces\ - \ in soft deleted period.\"\r\n }\r\n },\r\n {\r\n \"name\"\ - : \"Microsoft.OperationalInsights/workspaces/availableservicetiers/read\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Available Service Tiers\",\r\n \ - \ \"operation\": \"List Available Service Tiers\",\r\n \"description\"\ - : \"List of all the available service tiers for workspace.\"\r\n }\r\n\ - \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/deletedWorkspaces/read\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Deleted Workspace\",\r\n \"\ - operation\": \"List Deleted Workspaces\",\r\n \"description\": \"Lists\ - \ workspaces in soft deleted period.\"\r\n }\r\n },\r\n {\r\n \ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/upgradetranslationfailures/read\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Upgrade Translation Failures\",\r\ - \n \"operation\": \"Get translation failure log\",\r\n \"description\"\ - : \"Get Search Upgrade Translation Failure log for the workspace\"\r\n \ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/regeneratesharedkey/action\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Shared key\",\r\n \"operation\"\ - : \"regenerated shared key of the workspace\",\r\n \"description\"\ - : \"Regenerates the specified workspace shared key\"\r\n }\r\n },\r\ - \n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/gateways/delete\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Gateways\",\r\n \"operation\"\ - : \"Remove workspace gateway\",\r\n \"description\": \"Removes a gateway\ - \ configured for the workspace.\"\r\n }\r\n },\r\n {\r\n \"\ - name\": \"Microsoft.OperationalInsights/workspaces/metricDefinitions/read\"\ - ,\r\n \"display\": {\r\n \"provider\": \"Microsoft Operational\ - \ Insights\",\r\n \"resource\": \"Metric Definitions\",\r\n \ - \ \"operation\": \"Metric Definition operation\",\r\n \"description\"\ - : \"Get Metric Definitions under workspace\"\r\n },\r\n \"properties\"\ - : {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\"\ - : [\r\n {\r\n \"name\": \"Average_% Free Inodes\"\ - ,\r\n \"displayName\": \"% Free Inodes\",\r\n \"\ - displayDescription\": \"Average_% Free Inodes\",\r\n \"unit\"\ - : \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \ - \ \"dimensions\": [\r\n {\r\n \"name\"\ - : \"Computer\",\r\n \"displayName\": \"Computer\"\r\n \ - \ },\r\n {\r\n \"name\": \"ObjectName\"\ - ,\r\n \"displayName\": \"ObjectName\"\r\n \ - \ },\r\n {\r\n \"name\": \"InstanceName\"\ - ,\r\n \"displayName\": \"InstanceName\"\r\n \ - \ },\r\n {\r\n \"name\": \"CounterPath\"\ - ,\r\n \"displayName\": \"CounterPath\"\r\n \ - \ },\r\n {\r\n \"name\": \"SourceSystem\"\ - ,\r\n \"displayName\": \"SourceSystem\"\r\n \ - \ }\r\n ]\r\n },\r\n {\r\n \ - \ \"name\": \"Average_% Free Space\",\r\n \"displayName\"\ - : \"% Free Space\",\r\n \"displayDescription\": \"Average_% Free\ - \ Space\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\"\ - : \"Average\",\r\n \"dimensions\": [\r\n {\r\n\ - \ \"name\": \"Computer\",\r\n \"displayName\"\ - : \"Computer\"\r\n },\r\n {\r\n \ - \ \"name\": \"ObjectName\",\r\n \"displayName\": \"\ - ObjectName\"\r\n },\r\n {\r\n \ - \ \"name\": \"InstanceName\",\r\n \"displayName\": \"\ - InstanceName\"\r\n },\r\n {\r\n \ - \ \"name\": \"CounterPath\",\r\n \"displayName\": \"\ - CounterPath\"\r\n },\r\n {\r\n \ - \ \"name\": \"SourceSystem\",\r\n \"displayName\": \"\ - SourceSystem\"\r\n }\r\n ]\r\n },\r\ - \n {\r\n \"name\": \"Average_% Used Inodes\",\r\n\ - \ \"displayName\": \"% Used Inodes\",\r\n \"displayDescription\"\ - : \"Average_% Used Inodes\",\r\n \"unit\": \"Count\",\r\n \ - \ \"aggregationType\": \"Average\",\r\n \"dimensions\"\ - : [\r\n {\r\n \"name\": \"Computer\",\r\n\ - \ \"displayName\": \"Computer\"\r\n },\r\n\ - \ {\r\n \"name\": \"ObjectName\",\r\n \ - \ \"displayName\": \"ObjectName\"\r\n },\r\n \ - \ {\r\n \"name\": \"InstanceName\",\r\n \ - \ \"displayName\": \"InstanceName\"\r\n },\r\n\ - \ {\r\n \"name\": \"CounterPath\",\r\n \ - \ \"displayName\": \"CounterPath\"\r\n },\r\n\ - \ {\r\n \"name\": \"SourceSystem\",\r\n \ - \ \"displayName\": \"SourceSystem\"\r\n }\r\n\ - \ ]\r\n },\r\n {\r\n \"name\"\ - : \"Average_% Used Space\",\r\n \"displayName\": \"% Used Space\"\ - ,\r\n \"displayDescription\": \"Average_% Used Space\",\r\n \ - \ \"unit\": \"Count\",\r\n \"aggregationType\": \"\ - Average\",\r\n \"dimensions\": [\r\n {\r\n \ - \ \"name\": \"Computer\",\r\n \"displayName\"\ - : \"Computer\"\r\n },\r\n {\r\n \ - \ \"name\": \"ObjectName\",\r\n \"displayName\": \"\ - ObjectName\"\r\n },\r\n {\r\n \ - \ \"name\": \"InstanceName\",\r\n \"displayName\": \"\ - InstanceName\"\r\n },\r\n {\r\n \ - \ \"name\": \"CounterPath\",\r\n \"displayName\": \"\ - CounterPath\"\r\n },\r\n {\r\n \ - \ \"name\": \"SourceSystem\",\r\n \"displayName\": \"\ - SourceSystem\"\r\n }\r\n ]\r\n },\r\ - \n {\r\n \"name\": \"Average_Disk Read Bytes/sec\"\ - ,\r\n \"displayName\": \"Disk Read Bytes/sec\",\r\n \ - \ \"displayDescription\": \"Average_Disk Read Bytes/sec\",\r\n \ - \ \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\ - ,\r\n \"dimensions\": [\r\n {\r\n \ - \ \"name\": \"Computer\",\r\n \"displayName\": \"Computer\"\ - \r\n },\r\n {\r\n \"name\"\ - : \"ObjectName\",\r\n \"displayName\": \"ObjectName\"\r\n\ - \ },\r\n {\r\n \"name\": \"\ - InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n\ - \ },\r\n {\r\n \"name\": \"\ - CounterPath\",\r\n \"displayName\": \"CounterPath\"\r\n \ - \ },\r\n {\r\n \"name\": \"\ - SourceSystem\",\r\n \"displayName\": \"SourceSystem\"\r\n\ - \ }\r\n ]\r\n },\r\n {\r\ - \n \"name\": \"Average_Disk Reads/sec\",\r\n \"\ - displayName\": \"Disk Reads/sec\",\r\n \"displayDescription\"\ - : \"Average_Disk Reads/sec\",\r\n \"unit\": \"Count\",\r\n \ - \ \"aggregationType\": \"Average\",\r\n \"dimensions\"\ - : [\r\n {\r\n \"name\": \"Computer\",\r\n\ - \ \"displayName\": \"Computer\"\r\n },\r\n\ - \ {\r\n \"name\": \"ObjectName\",\r\n \ - \ \"displayName\": \"ObjectName\"\r\n },\r\n \ - \ {\r\n \"name\": \"InstanceName\",\r\n \ - \ \"displayName\": \"InstanceName\"\r\n },\r\n\ - \ {\r\n \"name\": \"CounterPath\",\r\n \ - \ \"displayName\": \"CounterPath\"\r\n },\r\n\ - \ {\r\n \"name\": \"SourceSystem\",\r\n \ - \ \"displayName\": \"SourceSystem\"\r\n }\r\n\ - \ ]\r\n },\r\n {\r\n \"name\"\ - : \"Average_Disk Transfers/sec\",\r\n \"displayName\": \"Disk\ - \ Transfers/sec\",\r\n \"displayDescription\": \"Average_Disk\ - \ Transfers/sec\",\r\n \"unit\": \"Count\",\r\n \ - \ \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n\ - \ {\r\n \"name\": \"Computer\",\r\n \ - \ \"displayName\": \"Computer\"\r\n },\r\n \ - \ {\r\n \"name\": \"ObjectName\",\r\n \ - \ \"displayName\": \"ObjectName\"\r\n },\r\n \ - \ {\r\n \"name\": \"InstanceName\",\r\n \ - \ \"displayName\": \"InstanceName\"\r\n },\r\n \ - \ {\r\n \"name\": \"CounterPath\",\r\n \ - \ \"displayName\": \"CounterPath\"\r\n },\r\n \ - \ {\r\n \"name\": \"SourceSystem\",\r\n \ - \ \"displayName\": \"SourceSystem\"\r\n }\r\n\ - \ ]\r\n },\r\n {\r\n \"name\"\ - : \"Average_Disk Write Bytes/sec\",\r\n \"displayName\": \"Disk\ - \ Write Bytes/sec\",\r\n \"displayDescription\": \"Average_Disk\ - \ Write Bytes/sec\",\r\n \"unit\": \"Count\",\r\n \ - \ \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\ - \n {\r\n \"name\": \"Computer\",\r\n \ - \ \"displayName\": \"Computer\"\r\n },\r\n \ - \ {\r\n \"name\": \"ObjectName\",\r\n \ - \ \"displayName\": \"ObjectName\"\r\n },\r\n \ - \ {\r\n \"name\": \"InstanceName\",\r\n \ - \ \"displayName\": \"InstanceName\"\r\n },\r\n \ - \ {\r\n \"name\": \"CounterPath\",\r\n \ - \ \"displayName\": \"CounterPath\"\r\n },\r\n \ - \ {\r\n \"name\": \"SourceSystem\",\r\n \ - \ \"displayName\": \"SourceSystem\"\r\n }\r\n\ - \ ]\r\n },\r\n {\r\n \"name\"\ - : \"Average_Disk Writes/sec\",\r\n \"displayName\": \"Disk Writes/sec\"\ - ,\r\n \"displayDescription\": \"Average_Disk Writes/sec\",\r\n\ - \ \"unit\": \"Count\",\r\n \"aggregationType\":\ - \ \"Average\",\r\n \"dimensions\": [\r\n {\r\n\ - \ \"name\": \"Computer\",\r\n \"displayName\"\ - : \"Computer\"\r\n },\r\n {\r\n \ - \ \"name\": \"ObjectName\",\r\n \"displayName\": \"\ - ObjectName\"\r\n },\r\n {\r\n \ - \ \"name\": \"InstanceName\",\r\n \"displayName\": \"\ - InstanceName\"\r\n },\r\n {\r\n \ - \ \"name\": \"CounterPath\",\r\n \"displayName\": \"\ - CounterPath\"\r\n },\r\n {\r\n \ - \ \"name\": \"SourceSystem\",\r\n \"displayName\": \"\ - SourceSystem\"\r\n }\r\n ]\r\n },\r\ - \n {\r\n \"name\": \"Average_Free Megabytes\",\r\n\ - \ \"displayName\": \"Free Megabytes\",\r\n \"displayDescription\"\ - : \"Average_Free Megabytes\",\r\n \"unit\": \"Count\",\r\n \ - \ \"aggregationType\": \"Average\",\r\n \"dimensions\"\ - : [\r\n {\r\n \"name\": \"Computer\",\r\n\ - \ \"displayName\": \"Computer\"\r\n },\r\n\ - \ {\r\n \"name\": \"ObjectName\",\r\n \ - \ \"displayName\": \"ObjectName\"\r\n },\r\n \ - \ {\r\n \"name\": \"InstanceName\",\r\n \ - \ \"displayName\": \"InstanceName\"\r\n },\r\n\ - \ {\r\n \"name\": \"CounterPath\",\r\n \ - \ \"displayName\": \"CounterPath\"\r\n },\r\n\ - \ {\r\n \"name\": \"SourceSystem\",\r\n \ - \ \"displayName\": \"SourceSystem\"\r\n }\r\n\ - \ ]\r\n },\r\n {\r\n \"name\"\ - : \"Average_Logical Disk Bytes/sec\",\r\n \"displayName\": \"\ - Logical Disk Bytes/sec\",\r\n \"displayDescription\": \"Average_Logical\ - \ Disk Bytes/sec\",\r\n \"unit\": \"Count\",\r\n \ - \ \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n\ - \ {\r\n \"name\": \"Computer\",\r\n \ - \ \"displayName\": \"Computer\"\r\n },\r\n \ - \ {\r\n \"name\": \"ObjectName\",\r\n \ - \ \"displayName\": \"ObjectName\"\r\n },\r\n \ - \ {\r\n \"name\": \"InstanceName\",\r\n \ - \ \"displayName\": \"InstanceName\"\r\n },\r\n \ - \ {\r\n \"name\": \"CounterPath\",\r\n \ - \ \"displayName\": \"CounterPath\"\r\n },\r\n \ - \ {\r\n \"name\": \"SourceSystem\",\r\n \ - \ \"displayName\": \"SourceSystem\"\r\n }\r\n\ - \ ]\r\n },\r\n {\r\n \"name\"\ - : \"Average_% Available Memory\",\r\n \"displayName\": \"% Available\ - \ Memory\",\r\n \"displayDescription\": \"Average_% Available\ - \ Memory\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\"\ - : \"Average\",\r\n \"dimensions\": [\r\n {\r\n\ - \ \"name\": \"Computer\",\r\n \"displayName\"\ - : \"Computer\"\r\n },\r\n {\r\n \ - \ \"name\": \"ObjectName\",\r\n \"displayName\": \"\ - ObjectName\"\r\n },\r\n {\r\n \ - \ \"name\": \"InstanceName\",\r\n \"displayName\": \"\ - InstanceName\"\r\n },\r\n {\r\n \ - \ \"name\": \"CounterPath\",\r\n \"displayName\": \"\ - CounterPath\"\r\n },\r\n {\r\n \ - \ \"name\": \"SourceSystem\",\r\n \"displayName\": \"\ - SourceSystem\"\r\n }\r\n ]\r\n },\r\ - \n {\r\n \"name\": \"Average_% Available Swap Space\"\ - ,\r\n \"displayName\": \"% Available Swap Space\",\r\n \ - \ \"displayDescription\": \"Average_% Available Swap Space\",\r\n \ - \ \"unit\": \"Count\",\r\n \"aggregationType\": \"\ - Average\",\r\n \"dimensions\": [\r\n {\r\n \ - \ \"name\": \"Computer\",\r\n \"displayName\"\ - : \"Computer\"\r\n },\r\n {\r\n \ - \ \"name\": \"ObjectName\",\r\n \"displayName\": \"\ - ObjectName\"\r\n },\r\n {\r\n \ - \ \"name\": \"InstanceName\",\r\n \"displayName\": \"\ - InstanceName\"\r\n },\r\n {\r\n \ - \ \"name\": \"CounterPath\",\r\n \"displayName\": \"\ - CounterPath\"\r\n },\r\n {\r\n \ - \ \"name\": \"SourceSystem\",\r\n \"displayName\": \"\ - SourceSystem\"\r\n }\r\n ]\r\n },\r\ - \n {\r\n \"name\": \"Average_% Used Memory\",\r\n\ - \ \"displayName\": \"% Used Memory\",\r\n \"displayDescription\"\ - : \"Average_% Used Memory\",\r\n \"unit\": \"Count\",\r\n \ - \ \"aggregationType\": \"Average\",\r\n \"dimensions\"\ - : [\r\n {\r\n \"name\": \"Computer\",\r\n\ - \ \"displayName\": \"Computer\"\r\n },\r\n\ - \ {\r\n \"name\": \"ObjectName\",\r\n \ - \ \"displayName\": \"ObjectName\"\r\n },\r\n \ - \ {\r\n \"name\": \"InstanceName\",\r\n \ - \ \"displayName\": \"InstanceName\"\r\n },\r\n\ - \ {\r\n \"name\": \"CounterPath\",\r\n \ - \ \"displayName\": \"CounterPath\"\r\n },\r\n\ - \ {\r\n \"name\": \"SourceSystem\",\r\n \ - \ \"displayName\": \"SourceSystem\"\r\n }\r\n\ - \ ]\r\n },\r\n {\r\n \"name\"\ - : \"Average_% Used Swap Space\",\r\n \"displayName\": \"% Used\ - \ Swap Space\",\r\n \"displayDescription\": \"Average_% Used\ - \ Swap Space\",\r\n \"unit\": \"Count\",\r\n \"\ - aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n \ - \ {\r\n \"name\": \"Computer\",\r\n \ - \ \"displayName\": \"Computer\"\r\n },\r\n \ - \ {\r\n \"name\": \"ObjectName\",\r\n \ - \ \"displayName\": \"ObjectName\"\r\n },\r\n \ - \ {\r\n \"name\": \"InstanceName\",\r\n \ - \ \"displayName\": \"InstanceName\"\r\n },\r\n \ - \ {\r\n \"name\": \"CounterPath\",\r\n \ - \ \"displayName\": \"CounterPath\"\r\n },\r\n \ - \ {\r\n \"name\": \"SourceSystem\",\r\n \ - \ \"displayName\": \"SourceSystem\"\r\n }\r\n \ - \ ]\r\n },\r\n {\r\n \"name\"\ - : \"Average_Available MBytes Memory\",\r\n \"displayName\": \"\ - Available MBytes Memory\",\r\n \"displayDescription\": \"Average_Available\ - \ MBytes Memory\",\r\n \"unit\": \"Count\",\r\n \ - \ \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n\ - \ {\r\n \"name\": \"Computer\",\r\n \ - \ \"displayName\": \"Computer\"\r\n },\r\n \ - \ {\r\n \"name\": \"ObjectName\",\r\n \ - \ \"displayName\": \"ObjectName\"\r\n },\r\n \ - \ {\r\n \"name\": \"InstanceName\",\r\n \ - \ \"displayName\": \"InstanceName\"\r\n },\r\n \ - \ {\r\n \"name\": \"CounterPath\",\r\n \ - \ \"displayName\": \"CounterPath\"\r\n },\r\n \ - \ {\r\n \"name\": \"SourceSystem\",\r\n \ - \ \"displayName\": \"SourceSystem\"\r\n }\r\n\ - \ ]\r\n },\r\n {\r\n \"name\"\ - : \"Average_Available MBytes Swap\",\r\n \"displayName\": \"\ - Available MBytes Swap\",\r\n \"displayDescription\": \"Average_Available\ - \ MBytes Swap\",\r\n \"unit\": \"Count\",\r\n \"\ - aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n \ - \ {\r\n \"name\": \"Computer\",\r\n \ - \ \"displayName\": \"Computer\"\r\n },\r\n \ - \ {\r\n \"name\": \"ObjectName\",\r\n \ - \ \"displayName\": \"ObjectName\"\r\n },\r\n \ - \ {\r\n \"name\": \"InstanceName\",\r\n \ - \ \"displayName\": \"InstanceName\"\r\n },\r\n \ - \ {\r\n \"name\": \"CounterPath\",\r\n \ - \ \"displayName\": \"CounterPath\"\r\n },\r\n \ - \ {\r\n \"name\": \"SourceSystem\",\r\n \ - \ \"displayName\": \"SourceSystem\"\r\n }\r\n \ - \ ]\r\n },\r\n {\r\n \"name\"\ - : \"Average_Page Reads/sec\",\r\n \"displayName\": \"Page Reads/sec\"\ - ,\r\n \"displayDescription\": \"Average_Page Reads/sec\",\r\n\ - \ \"unit\": \"Count\",\r\n \"aggregationType\":\ - \ \"Average\",\r\n \"dimensions\": [\r\n {\r\n\ - \ \"name\": \"Computer\",\r\n \"displayName\"\ - : \"Computer\"\r\n },\r\n {\r\n \ - \ \"name\": \"ObjectName\",\r\n \"displayName\": \"\ - ObjectName\"\r\n },\r\n {\r\n \ - \ \"name\": \"InstanceName\",\r\n \"displayName\": \"\ - InstanceName\"\r\n },\r\n {\r\n \ - \ \"name\": \"CounterPath\",\r\n \"displayName\": \"\ - CounterPath\"\r\n },\r\n {\r\n \ - \ \"name\": \"SourceSystem\",\r\n \"displayName\": \"\ - SourceSystem\"\r\n }\r\n ]\r\n },\r\ - \n {\r\n \"name\": \"Average_Page Writes/sec\",\r\n\ - \ \"displayName\": \"Page Writes/sec\",\r\n \"displayDescription\"\ - : \"Average_Page Writes/sec\",\r\n \"unit\": \"Count\",\r\n \ - \ \"aggregationType\": \"Average\",\r\n \"dimensions\"\ - : [\r\n {\r\n \"name\": \"Computer\",\r\n\ - \ \"displayName\": \"Computer\"\r\n },\r\n\ - \ {\r\n \"name\": \"ObjectName\",\r\n \ - \ \"displayName\": \"ObjectName\"\r\n },\r\n \ - \ {\r\n \"name\": \"InstanceName\",\r\n \ - \ \"displayName\": \"InstanceName\"\r\n },\r\n\ - \ {\r\n \"name\": \"CounterPath\",\r\n \ - \ \"displayName\": \"CounterPath\"\r\n },\r\n\ - \ {\r\n \"name\": \"SourceSystem\",\r\n \ - \ \"displayName\": \"SourceSystem\"\r\n }\r\n\ - \ ]\r\n },\r\n {\r\n \"name\"\ - : \"Average_Pages/sec\",\r\n \"displayName\": \"Pages/sec\",\r\ - \n \"displayDescription\": \"Average_Pages/sec\",\r\n \ - \ \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\ - ,\r\n \"dimensions\": [\r\n {\r\n \ - \ \"name\": \"Computer\",\r\n \"displayName\": \"Computer\"\ - \r\n },\r\n {\r\n \"name\"\ - : \"ObjectName\",\r\n \"displayName\": \"ObjectName\"\r\n\ - \ },\r\n {\r\n \"name\": \"\ - InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n\ - \ },\r\n {\r\n \"name\": \"\ - CounterPath\",\r\n \"displayName\": \"CounterPath\"\r\n \ - \ },\r\n {\r\n \"name\": \"\ - SourceSystem\",\r\n \"displayName\": \"SourceSystem\"\r\n\ - \ }\r\n ]\r\n },\r\n {\r\ - \n \"name\": \"Average_Used MBytes Swap Space\",\r\n \ - \ \"displayName\": \"Used MBytes Swap Space\",\r\n \"displayDescription\"\ - : \"Average_Used MBytes Swap Space\",\r\n \"unit\": \"Count\"\ - ,\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\"\ - : [\r\n {\r\n \"name\": \"Computer\",\r\n\ - \ \"displayName\": \"Computer\"\r\n },\r\n\ - \ {\r\n \"name\": \"ObjectName\",\r\n \ - \ \"displayName\": \"ObjectName\"\r\n },\r\n \ - \ {\r\n \"name\": \"InstanceName\",\r\n \ - \ \"displayName\": \"InstanceName\"\r\n },\r\n\ - \ {\r\n \"name\": \"CounterPath\",\r\n \ - \ \"displayName\": \"CounterPath\"\r\n },\r\n\ - \ {\r\n \"name\": \"SourceSystem\",\r\n \ - \ \"displayName\": \"SourceSystem\"\r\n }\r\n\ - \ ]\r\n },\r\n {\r\n \"name\"\ - : \"Average_Used Memory MBytes\",\r\n \"displayName\": \"Used\ - \ Memory MBytes\",\r\n \"displayDescription\": \"Average_Used\ - \ Memory MBytes\",\r\n \"unit\": \"Count\",\r\n \ - \ \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n\ - \ {\r\n \"name\": \"Computer\",\r\n \ - \ \"displayName\": \"Computer\"\r\n },\r\n \ - \ {\r\n \"name\": \"ObjectName\",\r\n \ - \ \"displayName\": \"ObjectName\"\r\n },\r\n \ - \ {\r\n \"name\": \"InstanceName\",\r\n \ - \ \"displayName\": \"InstanceName\"\r\n },\r\n \ - \ {\r\n \"name\": \"CounterPath\",\r\n \ - \ \"displayName\": \"CounterPath\"\r\n },\r\n \ - \ {\r\n \"name\": \"SourceSystem\",\r\n \ - \ \"displayName\": \"SourceSystem\"\r\n }\r\n\ - \ ]\r\n },\r\n {\r\n \"name\"\ - : \"Average_Total Bytes Transmitted\",\r\n \"displayName\": \"\ - Total Bytes Transmitted\",\r\n \"displayDescription\": \"Average_Total\ - \ Bytes Transmitted\",\r\n \"unit\": \"Count\",\r\n \ - \ \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\ - \n {\r\n \"name\": \"Computer\",\r\n \ - \ \"displayName\": \"Computer\"\r\n },\r\n \ - \ {\r\n \"name\": \"ObjectName\",\r\n \ - \ \"displayName\": \"ObjectName\"\r\n },\r\n \ - \ {\r\n \"name\": \"InstanceName\",\r\n \ - \ \"displayName\": \"InstanceName\"\r\n },\r\n \ - \ {\r\n \"name\": \"CounterPath\",\r\n \ - \ \"displayName\": \"CounterPath\"\r\n },\r\n \ - \ {\r\n \"name\": \"SourceSystem\",\r\n \ - \ \"displayName\": \"SourceSystem\"\r\n }\r\n\ - \ ]\r\n },\r\n {\r\n \"name\"\ - : \"Average_Total Bytes Received\",\r\n \"displayName\": \"Total\ - \ Bytes Received\",\r\n \"displayDescription\": \"Average_Total\ - \ Bytes Received\",\r\n \"unit\": \"Count\",\r\n \ - \ \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n\ - \ {\r\n \"name\": \"Computer\",\r\n \ - \ \"displayName\": \"Computer\"\r\n },\r\n \ - \ {\r\n \"name\": \"ObjectName\",\r\n \ - \ \"displayName\": \"ObjectName\"\r\n },\r\n \ - \ {\r\n \"name\": \"InstanceName\",\r\n \ - \ \"displayName\": \"InstanceName\"\r\n },\r\n \ - \ {\r\n \"name\": \"CounterPath\",\r\n \ - \ \"displayName\": \"CounterPath\"\r\n },\r\n \ - \ {\r\n \"name\": \"SourceSystem\",\r\n \ - \ \"displayName\": \"SourceSystem\"\r\n }\r\n\ - \ ]\r\n },\r\n {\r\n \"name\"\ - : \"Average_Total Bytes\",\r\n \"displayName\": \"Total Bytes\"\ - ,\r\n \"displayDescription\": \"Average_Total Bytes\",\r\n \ - \ \"unit\": \"Count\",\r\n \"aggregationType\": \"\ - Average\",\r\n \"dimensions\": [\r\n {\r\n \ - \ \"name\": \"Computer\",\r\n \"displayName\"\ - : \"Computer\"\r\n },\r\n {\r\n \ - \ \"name\": \"ObjectName\",\r\n \"displayName\": \"\ - ObjectName\"\r\n },\r\n {\r\n \ - \ \"name\": \"InstanceName\",\r\n \"displayName\": \"\ - InstanceName\"\r\n },\r\n {\r\n \ - \ \"name\": \"CounterPath\",\r\n \"displayName\": \"\ - CounterPath\"\r\n },\r\n {\r\n \ - \ \"name\": \"SourceSystem\",\r\n \"displayName\": \"\ - SourceSystem\"\r\n }\r\n ]\r\n },\r\ - \n {\r\n \"name\": \"Average_Total Packets Transmitted\"\ - ,\r\n \"displayName\": \"Total Packets Transmitted\",\r\n \ - \ \"displayDescription\": \"Average_Total Packets Transmitted\"\ - ,\r\n \"unit\": \"Count\",\r\n \"aggregationType\"\ - : \"Average\",\r\n \"dimensions\": [\r\n {\r\n\ - \ \"name\": \"Computer\",\r\n \"displayName\"\ - : \"Computer\"\r\n },\r\n {\r\n \ - \ \"name\": \"ObjectName\",\r\n \"displayName\": \"\ - ObjectName\"\r\n },\r\n {\r\n \ - \ \"name\": \"InstanceName\",\r\n \"displayName\": \"\ - InstanceName\"\r\n },\r\n {\r\n \ - \ \"name\": \"CounterPath\",\r\n \"displayName\": \"\ - CounterPath\"\r\n },\r\n {\r\n \ - \ \"name\": \"SourceSystem\",\r\n \"displayName\": \"\ - SourceSystem\"\r\n }\r\n ]\r\n },\r\ - \n {\r\n \"name\": \"Average_Total Packets Received\"\ - ,\r\n \"displayName\": \"Total Packets Received\",\r\n \ - \ \"displayDescription\": \"Average_Total Packets Received\",\r\n \ - \ \"unit\": \"Count\",\r\n \"aggregationType\": \"\ - Average\",\r\n \"dimensions\": [\r\n {\r\n \ - \ \"name\": \"Computer\",\r\n \"displayName\"\ - : \"Computer\"\r\n },\r\n {\r\n \ - \ \"name\": \"ObjectName\",\r\n \"displayName\": \"\ - ObjectName\"\r\n },\r\n {\r\n \ - \ \"name\": \"InstanceName\",\r\n \"displayName\": \"\ - InstanceName\"\r\n },\r\n {\r\n \ - \ \"name\": \"CounterPath\",\r\n \"displayName\": \"\ - CounterPath\"\r\n },\r\n {\r\n \ - \ \"name\": \"SourceSystem\",\r\n \"displayName\": \"\ - SourceSystem\"\r\n }\r\n ]\r\n },\r\ - \n {\r\n \"name\": \"Average_Total Rx Errors\",\r\n\ - \ \"displayName\": \"Total Rx Errors\",\r\n \"displayDescription\"\ - : \"Average_Total Rx Errors\",\r\n \"unit\": \"Count\",\r\n \ - \ \"aggregationType\": \"Average\",\r\n \"dimensions\"\ - : [\r\n {\r\n \"name\": \"Computer\",\r\n\ - \ \"displayName\": \"Computer\"\r\n },\r\n\ - \ {\r\n \"name\": \"ObjectName\",\r\n \ - \ \"displayName\": \"ObjectName\"\r\n },\r\n \ - \ {\r\n \"name\": \"InstanceName\",\r\n \ - \ \"displayName\": \"InstanceName\"\r\n },\r\n\ - \ {\r\n \"name\": \"CounterPath\",\r\n \ - \ \"displayName\": \"CounterPath\"\r\n },\r\n\ - \ {\r\n \"name\": \"SourceSystem\",\r\n \ - \ \"displayName\": \"SourceSystem\"\r\n }\r\n\ - \ ]\r\n },\r\n {\r\n \"name\"\ - : \"Average_Total Tx Errors\",\r\n \"displayName\": \"Total Tx\ - \ Errors\",\r\n \"displayDescription\": \"Average_Total Tx Errors\"\ - ,\r\n \"unit\": \"Count\",\r\n \"aggregationType\"\ - : \"Average\",\r\n \"dimensions\": [\r\n {\r\n\ - \ \"name\": \"Computer\",\r\n \"displayName\"\ - : \"Computer\"\r\n },\r\n {\r\n \ - \ \"name\": \"ObjectName\",\r\n \"displayName\": \"\ - ObjectName\"\r\n },\r\n {\r\n \ - \ \"name\": \"InstanceName\",\r\n \"displayName\": \"\ - InstanceName\"\r\n },\r\n {\r\n \ - \ \"name\": \"CounterPath\",\r\n \"displayName\": \"\ - CounterPath\"\r\n },\r\n {\r\n \ - \ \"name\": \"SourceSystem\",\r\n \"displayName\": \"\ - SourceSystem\"\r\n }\r\n ]\r\n },\r\ - \n {\r\n \"name\": \"Average_Total Collisions\",\r\ - \n \"displayName\": \"Total Collisions\",\r\n \"\ - displayDescription\": \"Average_Total Collisions\",\r\n \"unit\"\ - : \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \ - \ \"dimensions\": [\r\n {\r\n \"name\"\ - : \"Computer\",\r\n \"displayName\": \"Computer\"\r\n \ - \ },\r\n {\r\n \"name\": \"ObjectName\"\ - ,\r\n \"displayName\": \"ObjectName\"\r\n \ - \ },\r\n {\r\n \"name\": \"InstanceName\"\ - ,\r\n \"displayName\": \"InstanceName\"\r\n \ - \ },\r\n {\r\n \"name\": \"CounterPath\"\ - ,\r\n \"displayName\": \"CounterPath\"\r\n \ - \ },\r\n {\r\n \"name\": \"SourceSystem\"\ - ,\r\n \"displayName\": \"SourceSystem\"\r\n \ - \ }\r\n ]\r\n },\r\n {\r\n \ - \ \"name\": \"Average_Avg. Disk sec/Read\",\r\n \"displayName\"\ - : \"Avg. Disk sec/Read\",\r\n \"displayDescription\": \"Average_Avg.\ - \ Disk sec/Read\",\r\n \"unit\": \"Count\",\r\n \ - \ \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n\ - \ {\r\n \"name\": \"Computer\",\r\n \ - \ \"displayName\": \"Computer\"\r\n },\r\n \ - \ {\r\n \"name\": \"ObjectName\",\r\n \ - \ \"displayName\": \"ObjectName\"\r\n },\r\n \ - \ {\r\n \"name\": \"InstanceName\",\r\n \ - \ \"displayName\": \"InstanceName\"\r\n },\r\n \ - \ {\r\n \"name\": \"CounterPath\",\r\n \ - \ \"displayName\": \"CounterPath\"\r\n },\r\n \ - \ {\r\n \"name\": \"SourceSystem\",\r\n \ - \ \"displayName\": \"SourceSystem\"\r\n }\r\n\ - \ ]\r\n },\r\n {\r\n \"name\"\ - : \"Average_Avg. Disk sec/Transfer\",\r\n \"displayName\": \"\ - Avg. Disk sec/Transfer\",\r\n \"displayDescription\": \"Average_Avg.\ - \ Disk sec/Transfer\",\r\n \"unit\": \"Count\",\r\n \ - \ \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\ - \n {\r\n \"name\": \"Computer\",\r\n \ - \ \"displayName\": \"Computer\"\r\n },\r\n \ - \ {\r\n \"name\": \"ObjectName\",\r\n \ - \ \"displayName\": \"ObjectName\"\r\n },\r\n \ - \ {\r\n \"name\": \"InstanceName\",\r\n \ - \ \"displayName\": \"InstanceName\"\r\n },\r\n \ - \ {\r\n \"name\": \"CounterPath\",\r\n \ - \ \"displayName\": \"CounterPath\"\r\n },\r\n \ - \ {\r\n \"name\": \"SourceSystem\",\r\n \ - \ \"displayName\": \"SourceSystem\"\r\n }\r\n\ - \ ]\r\n },\r\n {\r\n \"name\"\ - : \"Average_Avg. Disk sec/Write\",\r\n \"displayName\": \"Avg.\ - \ Disk sec/Write\",\r\n \"displayDescription\": \"Average_Avg.\ - \ Disk sec/Write\",\r\n \"unit\": \"Count\",\r\n \ - \ \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n\ - \ {\r\n \"name\": \"Computer\",\r\n \ - \ \"displayName\": \"Computer\"\r\n },\r\n \ - \ {\r\n \"name\": \"ObjectName\",\r\n \ - \ \"displayName\": \"ObjectName\"\r\n },\r\n \ - \ {\r\n \"name\": \"InstanceName\",\r\n \ - \ \"displayName\": \"InstanceName\"\r\n },\r\n \ - \ {\r\n \"name\": \"CounterPath\",\r\n \ - \ \"displayName\": \"CounterPath\"\r\n },\r\n \ - \ {\r\n \"name\": \"SourceSystem\",\r\n \ - \ \"displayName\": \"SourceSystem\"\r\n }\r\n\ - \ ]\r\n },\r\n {\r\n \"name\"\ - : \"Average_Physical Disk Bytes/sec\",\r\n \"displayName\": \"\ - Physical Disk Bytes/sec\",\r\n \"displayDescription\": \"Average_Physical\ - \ Disk Bytes/sec\",\r\n \"unit\": \"Count\",\r\n \ - \ \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n\ - \ {\r\n \"name\": \"Computer\",\r\n \ - \ \"displayName\": \"Computer\"\r\n },\r\n \ - \ {\r\n \"name\": \"ObjectName\",\r\n \ - \ \"displayName\": \"ObjectName\"\r\n },\r\n \ - \ {\r\n \"name\": \"InstanceName\",\r\n \ - \ \"displayName\": \"InstanceName\"\r\n },\r\n \ - \ {\r\n \"name\": \"CounterPath\",\r\n \ - \ \"displayName\": \"CounterPath\"\r\n },\r\n \ - \ {\r\n \"name\": \"SourceSystem\",\r\n \ - \ \"displayName\": \"SourceSystem\"\r\n }\r\n\ - \ ]\r\n },\r\n {\r\n \"name\"\ - : \"Average_Pct Privileged Time\",\r\n \"displayName\": \"Pct\ - \ Privileged Time\",\r\n \"displayDescription\": \"Average_Pct\ - \ Privileged Time\",\r\n \"unit\": \"Count\",\r\n \ - \ \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\ - \n {\r\n \"name\": \"Computer\",\r\n \ - \ \"displayName\": \"Computer\"\r\n },\r\n \ - \ {\r\n \"name\": \"ObjectName\",\r\n \ - \ \"displayName\": \"ObjectName\"\r\n },\r\n \ - \ {\r\n \"name\": \"InstanceName\",\r\n \ - \ \"displayName\": \"InstanceName\"\r\n },\r\n \ - \ {\r\n \"name\": \"CounterPath\",\r\n \ - \ \"displayName\": \"CounterPath\"\r\n },\r\n \ - \ {\r\n \"name\": \"SourceSystem\",\r\n \ - \ \"displayName\": \"SourceSystem\"\r\n }\r\n\ - \ ]\r\n },\r\n {\r\n \"name\"\ - : \"Average_Pct User Time\",\r\n \"displayName\": \"Pct User\ - \ Time\",\r\n \"displayDescription\": \"Average_Pct User Time\"\ - ,\r\n \"unit\": \"Count\",\r\n \"aggregationType\"\ - : \"Average\",\r\n \"dimensions\": [\r\n {\r\n\ - \ \"name\": \"Computer\",\r\n \"displayName\"\ - : \"Computer\"\r\n },\r\n {\r\n \ - \ \"name\": \"ObjectName\",\r\n \"displayName\": \"\ - ObjectName\"\r\n },\r\n {\r\n \ - \ \"name\": \"InstanceName\",\r\n \"displayName\": \"\ - InstanceName\"\r\n },\r\n {\r\n \ - \ \"name\": \"CounterPath\",\r\n \"displayName\": \"\ - CounterPath\"\r\n },\r\n {\r\n \ - \ \"name\": \"SourceSystem\",\r\n \"displayName\": \"\ - SourceSystem\"\r\n }\r\n ]\r\n },\r\ - \n {\r\n \"name\": \"Average_Used Memory kBytes\"\ - ,\r\n \"displayName\": \"Used Memory kBytes\",\r\n \ - \ \"displayDescription\": \"Average_Used Memory kBytes\",\r\n \ - \ \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\ - ,\r\n \"dimensions\": [\r\n {\r\n \ - \ \"name\": \"Computer\",\r\n \"displayName\": \"Computer\"\ - \r\n },\r\n {\r\n \"name\"\ - : \"ObjectName\",\r\n \"displayName\": \"ObjectName\"\r\n\ - \ },\r\n {\r\n \"name\": \"\ - InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n\ - \ },\r\n {\r\n \"name\": \"\ - CounterPath\",\r\n \"displayName\": \"CounterPath\"\r\n \ - \ },\r\n {\r\n \"name\": \"\ - SourceSystem\",\r\n \"displayName\": \"SourceSystem\"\r\n\ - \ }\r\n ]\r\n },\r\n {\r\ - \n \"name\": \"Average_Virtual Shared Memory\",\r\n \ - \ \"displayName\": \"Virtual Shared Memory\",\r\n \"displayDescription\"\ - : \"Average_Virtual Shared Memory\",\r\n \"unit\": \"Count\"\ - ,\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\"\ - : [\r\n {\r\n \"name\": \"Computer\",\r\n\ - \ \"displayName\": \"Computer\"\r\n },\r\n\ - \ {\r\n \"name\": \"ObjectName\",\r\n \ - \ \"displayName\": \"ObjectName\"\r\n },\r\n \ - \ {\r\n \"name\": \"InstanceName\",\r\n \ - \ \"displayName\": \"InstanceName\"\r\n },\r\n\ - \ {\r\n \"name\": \"CounterPath\",\r\n \ - \ \"displayName\": \"CounterPath\"\r\n },\r\n\ - \ {\r\n \"name\": \"SourceSystem\",\r\n \ - \ \"displayName\": \"SourceSystem\"\r\n }\r\n\ - \ ]\r\n },\r\n {\r\n \"name\"\ - : \"Average_% DPC Time\",\r\n \"displayName\": \"% DPC Time\"\ - ,\r\n \"displayDescription\": \"Average_% DPC Time\",\r\n \ - \ \"unit\": \"Count\",\r\n \"aggregationType\": \"\ - Average\",\r\n \"dimensions\": [\r\n {\r\n \ - \ \"name\": \"Computer\",\r\n \"displayName\"\ - : \"Computer\"\r\n },\r\n {\r\n \ - \ \"name\": \"ObjectName\",\r\n \"displayName\": \"\ - ObjectName\"\r\n },\r\n {\r\n \ - \ \"name\": \"InstanceName\",\r\n \"displayName\": \"\ - InstanceName\"\r\n },\r\n {\r\n \ - \ \"name\": \"CounterPath\",\r\n \"displayName\": \"\ - CounterPath\"\r\n },\r\n {\r\n \ - \ \"name\": \"SourceSystem\",\r\n \"displayName\": \"\ - SourceSystem\"\r\n }\r\n ]\r\n },\r\ - \n {\r\n \"name\": \"Average_% Idle Time\",\r\n \ - \ \"displayName\": \"% Idle Time\",\r\n \"displayDescription\"\ - : \"Average_% Idle Time\",\r\n \"unit\": \"Count\",\r\n \ - \ \"aggregationType\": \"Average\",\r\n \"dimensions\"\ - : [\r\n {\r\n \"name\": \"Computer\",\r\n\ - \ \"displayName\": \"Computer\"\r\n },\r\n\ - \ {\r\n \"name\": \"ObjectName\",\r\n \ - \ \"displayName\": \"ObjectName\"\r\n },\r\n \ - \ {\r\n \"name\": \"InstanceName\",\r\n \ - \ \"displayName\": \"InstanceName\"\r\n },\r\n\ - \ {\r\n \"name\": \"CounterPath\",\r\n \ - \ \"displayName\": \"CounterPath\"\r\n },\r\n\ - \ {\r\n \"name\": \"SourceSystem\",\r\n \ - \ \"displayName\": \"SourceSystem\"\r\n }\r\n\ - \ ]\r\n },\r\n {\r\n \"name\"\ - : \"Average_% Interrupt Time\",\r\n \"displayName\": \"% Interrupt\ - \ Time\",\r\n \"displayDescription\": \"Average_% Interrupt Time\"\ - ,\r\n \"unit\": \"Count\",\r\n \"aggregationType\"\ - : \"Average\",\r\n \"dimensions\": [\r\n {\r\n\ - \ \"name\": \"Computer\",\r\n \"displayName\"\ - : \"Computer\"\r\n },\r\n {\r\n \ - \ \"name\": \"ObjectName\",\r\n \"displayName\": \"\ - ObjectName\"\r\n },\r\n {\r\n \ - \ \"name\": \"InstanceName\",\r\n \"displayName\": \"\ - InstanceName\"\r\n },\r\n {\r\n \ - \ \"name\": \"CounterPath\",\r\n \"displayName\": \"\ - CounterPath\"\r\n },\r\n {\r\n \ - \ \"name\": \"SourceSystem\",\r\n \"displayName\": \"\ - SourceSystem\"\r\n }\r\n ]\r\n },\r\ - \n {\r\n \"name\": \"Average_% IO Wait Time\",\r\n\ - \ \"displayName\": \"% IO Wait Time\",\r\n \"displayDescription\"\ - : \"Average_% IO Wait Time\",\r\n \"unit\": \"Count\",\r\n \ - \ \"aggregationType\": \"Average\",\r\n \"dimensions\"\ - : [\r\n {\r\n \"name\": \"Computer\",\r\n\ - \ \"displayName\": \"Computer\"\r\n },\r\n\ - \ {\r\n \"name\": \"ObjectName\",\r\n \ - \ \"displayName\": \"ObjectName\"\r\n },\r\n \ - \ {\r\n \"name\": \"InstanceName\",\r\n \ - \ \"displayName\": \"InstanceName\"\r\n },\r\n\ - \ {\r\n \"name\": \"CounterPath\",\r\n \ - \ \"displayName\": \"CounterPath\"\r\n },\r\n\ - \ {\r\n \"name\": \"SourceSystem\",\r\n \ - \ \"displayName\": \"SourceSystem\"\r\n }\r\n\ - \ ]\r\n },\r\n {\r\n \"name\"\ - : \"Average_% Nice Time\",\r\n \"displayName\": \"% Nice Time\"\ - ,\r\n \"displayDescription\": \"Average_% Nice Time\",\r\n \ - \ \"unit\": \"Count\",\r\n \"aggregationType\": \"\ - Average\",\r\n \"dimensions\": [\r\n {\r\n \ - \ \"name\": \"Computer\",\r\n \"displayName\"\ - : \"Computer\"\r\n },\r\n {\r\n \ - \ \"name\": \"ObjectName\",\r\n \"displayName\": \"\ - ObjectName\"\r\n },\r\n {\r\n \ - \ \"name\": \"InstanceName\",\r\n \"displayName\": \"\ - InstanceName\"\r\n },\r\n {\r\n \ - \ \"name\": \"CounterPath\",\r\n \"displayName\": \"\ - CounterPath\"\r\n },\r\n {\r\n \ - \ \"name\": \"SourceSystem\",\r\n \"displayName\": \"\ - SourceSystem\"\r\n }\r\n ]\r\n },\r\ - \n {\r\n \"name\": \"Average_% Privileged Time\",\r\ - \n \"displayName\": \"% Privileged Time\",\r\n \"\ - displayDescription\": \"Average_% Privileged Time\",\r\n \"unit\"\ - : \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \ - \ \"dimensions\": [\r\n {\r\n \"name\"\ - : \"Computer\",\r\n \"displayName\": \"Computer\"\r\n \ - \ },\r\n {\r\n \"name\": \"ObjectName\"\ - ,\r\n \"displayName\": \"ObjectName\"\r\n \ - \ },\r\n {\r\n \"name\": \"InstanceName\"\ - ,\r\n \"displayName\": \"InstanceName\"\r\n \ - \ },\r\n {\r\n \"name\": \"CounterPath\"\ - ,\r\n \"displayName\": \"CounterPath\"\r\n \ - \ },\r\n {\r\n \"name\": \"SourceSystem\"\ - ,\r\n \"displayName\": \"SourceSystem\"\r\n \ - \ }\r\n ]\r\n },\r\n {\r\n \ - \ \"name\": \"Average_% Processor Time\",\r\n \"displayName\"\ - : \"% Processor Time\",\r\n \"displayDescription\": \"Average_%\ - \ Processor Time\",\r\n \"unit\": \"Count\",\r\n \ - \ \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n\ - \ {\r\n \"name\": \"Computer\",\r\n \ - \ \"displayName\": \"Computer\"\r\n },\r\n \ - \ {\r\n \"name\": \"ObjectName\",\r\n \ - \ \"displayName\": \"ObjectName\"\r\n },\r\n \ - \ {\r\n \"name\": \"InstanceName\",\r\n \ - \ \"displayName\": \"InstanceName\"\r\n },\r\n \ - \ {\r\n \"name\": \"CounterPath\",\r\n \ - \ \"displayName\": \"CounterPath\"\r\n },\r\n \ - \ {\r\n \"name\": \"SourceSystem\",\r\n \ - \ \"displayName\": \"SourceSystem\"\r\n }\r\n\ - \ ]\r\n },\r\n {\r\n \"name\"\ - : \"Average_% User Time\",\r\n \"displayName\": \"% User Time\"\ - ,\r\n \"displayDescription\": \"Average_% User Time\",\r\n \ - \ \"unit\": \"Count\",\r\n \"aggregationType\": \"\ - Average\",\r\n \"dimensions\": [\r\n {\r\n \ - \ \"name\": \"Computer\",\r\n \"displayName\"\ - : \"Computer\"\r\n },\r\n {\r\n \ - \ \"name\": \"ObjectName\",\r\n \"displayName\": \"\ - ObjectName\"\r\n },\r\n {\r\n \ - \ \"name\": \"InstanceName\",\r\n \"displayName\": \"\ - InstanceName\"\r\n },\r\n {\r\n \ - \ \"name\": \"CounterPath\",\r\n \"displayName\": \"\ - CounterPath\"\r\n },\r\n {\r\n \ - \ \"name\": \"SourceSystem\",\r\n \"displayName\": \"\ - SourceSystem\"\r\n }\r\n ]\r\n },\r\ - \n {\r\n \"name\": \"Average_Free Physical Memory\"\ - ,\r\n \"displayName\": \"Free Physical Memory\",\r\n \ - \ \"displayDescription\": \"Average_Free Physical Memory\",\r\n \ - \ \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\ - ,\r\n \"dimensions\": [\r\n {\r\n \ - \ \"name\": \"Computer\",\r\n \"displayName\": \"Computer\"\ - \r\n },\r\n {\r\n \"name\"\ - : \"ObjectName\",\r\n \"displayName\": \"ObjectName\"\r\n\ - \ },\r\n {\r\n \"name\": \"\ - InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n\ - \ },\r\n {\r\n \"name\": \"\ - CounterPath\",\r\n \"displayName\": \"CounterPath\"\r\n \ - \ },\r\n {\r\n \"name\": \"\ - SourceSystem\",\r\n \"displayName\": \"SourceSystem\"\r\n\ - \ }\r\n ]\r\n },\r\n {\r\ - \n \"name\": \"Average_Free Space in Paging Files\",\r\n \ - \ \"displayName\": \"Free Space in Paging Files\",\r\n \ - \ \"displayDescription\": \"Average_Free Space in Paging Files\",\r\n \ - \ \"unit\": \"Count\",\r\n \"aggregationType\": \"\ - Average\",\r\n \"dimensions\": [\r\n {\r\n \ - \ \"name\": \"Computer\",\r\n \"displayName\"\ - : \"Computer\"\r\n },\r\n {\r\n \ - \ \"name\": \"ObjectName\",\r\n \"displayName\": \"\ - ObjectName\"\r\n },\r\n {\r\n \ - \ \"name\": \"InstanceName\",\r\n \"displayName\": \"\ - InstanceName\"\r\n },\r\n {\r\n \ - \ \"name\": \"CounterPath\",\r\n \"displayName\": \"\ - CounterPath\"\r\n },\r\n {\r\n \ - \ \"name\": \"SourceSystem\",\r\n \"displayName\": \"\ - SourceSystem\"\r\n }\r\n ]\r\n },\r\ - \n {\r\n \"name\": \"Average_Free Virtual Memory\"\ - ,\r\n \"displayName\": \"Free Virtual Memory\",\r\n \ - \ \"displayDescription\": \"Average_Free Virtual Memory\",\r\n \ - \ \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\ - ,\r\n \"dimensions\": [\r\n {\r\n \ - \ \"name\": \"Computer\",\r\n \"displayName\": \"Computer\"\ - \r\n },\r\n {\r\n \"name\"\ - : \"ObjectName\",\r\n \"displayName\": \"ObjectName\"\r\n\ - \ },\r\n {\r\n \"name\": \"\ - InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n\ - \ },\r\n {\r\n \"name\": \"\ - CounterPath\",\r\n \"displayName\": \"CounterPath\"\r\n \ - \ },\r\n {\r\n \"name\": \"\ - SourceSystem\",\r\n \"displayName\": \"SourceSystem\"\r\n\ - \ }\r\n ]\r\n },\r\n {\r\ - \n \"name\": \"Average_Processes\",\r\n \"displayName\"\ - : \"Processes\",\r\n \"displayDescription\": \"Average_Processes\"\ - ,\r\n \"unit\": \"Count\",\r\n \"aggregationType\"\ - : \"Average\",\r\n \"dimensions\": [\r\n {\r\n\ - \ \"name\": \"Computer\",\r\n \"displayName\"\ - : \"Computer\"\r\n },\r\n {\r\n \ - \ \"name\": \"ObjectName\",\r\n \"displayName\": \"\ - ObjectName\"\r\n },\r\n {\r\n \ - \ \"name\": \"InstanceName\",\r\n \"displayName\": \"\ - InstanceName\"\r\n },\r\n {\r\n \ - \ \"name\": \"CounterPath\",\r\n \"displayName\": \"\ - CounterPath\"\r\n },\r\n {\r\n \ - \ \"name\": \"SourceSystem\",\r\n \"displayName\": \"\ - SourceSystem\"\r\n }\r\n ]\r\n },\r\ - \n {\r\n \"name\": \"Average_Size Stored In Paging\ - \ Files\",\r\n \"displayName\": \"Size Stored In Paging Files\"\ - ,\r\n \"displayDescription\": \"Average_Size Stored In Paging\ - \ Files\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\"\ - : \"Average\",\r\n \"dimensions\": [\r\n {\r\n\ - \ \"name\": \"Computer\",\r\n \"displayName\"\ - : \"Computer\"\r\n },\r\n {\r\n \ - \ \"name\": \"ObjectName\",\r\n \"displayName\": \"\ - ObjectName\"\r\n },\r\n {\r\n \ - \ \"name\": \"InstanceName\",\r\n \"displayName\": \"\ - InstanceName\"\r\n },\r\n {\r\n \ - \ \"name\": \"CounterPath\",\r\n \"displayName\": \"\ - CounterPath\"\r\n },\r\n {\r\n \ - \ \"name\": \"SourceSystem\",\r\n \"displayName\": \"\ - SourceSystem\"\r\n }\r\n ]\r\n },\r\ - \n {\r\n \"name\": \"Average_Uptime\",\r\n \ - \ \"displayName\": \"Uptime\",\r\n \"displayDescription\"\ - : \"Average_Uptime\",\r\n \"unit\": \"Count\",\r\n \ - \ \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\ - \n {\r\n \"name\": \"Computer\",\r\n \ - \ \"displayName\": \"Computer\"\r\n },\r\n \ - \ {\r\n \"name\": \"ObjectName\",\r\n \ - \ \"displayName\": \"ObjectName\"\r\n },\r\n \ - \ {\r\n \"name\": \"InstanceName\",\r\n \ - \ \"displayName\": \"InstanceName\"\r\n },\r\n \ - \ {\r\n \"name\": \"CounterPath\",\r\n \ - \ \"displayName\": \"CounterPath\"\r\n },\r\n \ - \ {\r\n \"name\": \"SourceSystem\",\r\n \ - \ \"displayName\": \"SourceSystem\"\r\n }\r\n\ - \ ]\r\n },\r\n {\r\n \"name\"\ - : \"Average_Users\",\r\n \"displayName\": \"Users\",\r\n \ - \ \"displayDescription\": \"Average_Users\",\r\n \"\ - unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n\ - \ \"dimensions\": [\r\n {\r\n \ - \ \"name\": \"Computer\",\r\n \"displayName\": \"Computer\"\ - \r\n },\r\n {\r\n \"name\"\ - : \"ObjectName\",\r\n \"displayName\": \"ObjectName\"\r\n\ - \ },\r\n {\r\n \"name\": \"\ - InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n\ - \ },\r\n {\r\n \"name\": \"\ - CounterPath\",\r\n \"displayName\": \"CounterPath\"\r\n \ - \ },\r\n {\r\n \"name\": \"\ - SourceSystem\",\r\n \"displayName\": \"SourceSystem\"\r\n\ - \ }\r\n ]\r\n },\r\n {\r\ - \n \"name\": \"Average_Current Disk Queue Length\",\r\n \ - \ \"displayName\": \"Current Disk Queue Length\",\r\n \ - \ \"displayDescription\": \"Average_Current Disk Queue Length\",\r\n \ - \ \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\"\ - ,\r\n \"dimensions\": [\r\n {\r\n \ - \ \"name\": \"Computer\",\r\n \"displayName\": \"Computer\"\ - \r\n },\r\n {\r\n \"name\"\ - : \"ObjectName\",\r\n \"displayName\": \"ObjectName\"\r\n\ - \ },\r\n {\r\n \"name\": \"\ - InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n\ - \ },\r\n {\r\n \"name\": \"\ - CounterPath\",\r\n \"displayName\": \"CounterPath\"\r\n \ - \ },\r\n {\r\n \"name\": \"\ - SourceSystem\",\r\n \"displayName\": \"SourceSystem\"\r\n\ - \ }\r\n ]\r\n },\r\n {\r\ - \n \"name\": \"Average_Available MBytes\",\r\n \"\ - displayName\": \"Available MBytes\",\r\n \"displayDescription\"\ - : \"Average_Available MBytes\",\r\n \"unit\": \"Count\",\r\n\ - \ \"aggregationType\": \"Average\",\r\n \"dimensions\"\ - : [\r\n {\r\n \"name\": \"Computer\",\r\n\ - \ \"displayName\": \"Computer\"\r\n },\r\n\ - \ {\r\n \"name\": \"ObjectName\",\r\n \ - \ \"displayName\": \"ObjectName\"\r\n },\r\n \ - \ {\r\n \"name\": \"InstanceName\",\r\n \ - \ \"displayName\": \"InstanceName\"\r\n },\r\n\ - \ {\r\n \"name\": \"CounterPath\",\r\n \ - \ \"displayName\": \"CounterPath\"\r\n },\r\n\ - \ {\r\n \"name\": \"SourceSystem\",\r\n \ - \ \"displayName\": \"SourceSystem\"\r\n }\r\n\ - \ ]\r\n },\r\n {\r\n \"name\"\ - : \"Average_% Committed Bytes In Use\",\r\n \"displayName\":\ - \ \"% Committed Bytes In Use\",\r\n \"displayDescription\": \"\ - Average_% Committed Bytes In Use\",\r\n \"unit\": \"Count\",\r\ - \n \"aggregationType\": \"Average\",\r\n \"dimensions\"\ - : [\r\n {\r\n \"name\": \"Computer\",\r\n\ - \ \"displayName\": \"Computer\"\r\n },\r\n\ - \ {\r\n \"name\": \"ObjectName\",\r\n \ - \ \"displayName\": \"ObjectName\"\r\n },\r\n \ - \ {\r\n \"name\": \"InstanceName\",\r\n \ - \ \"displayName\": \"InstanceName\"\r\n },\r\n\ - \ {\r\n \"name\": \"CounterPath\",\r\n \ - \ \"displayName\": \"CounterPath\"\r\n },\r\n\ - \ {\r\n \"name\": \"SourceSystem\",\r\n \ - \ \"displayName\": \"SourceSystem\"\r\n }\r\n\ - \ ]\r\n },\r\n {\r\n \"name\"\ - : \"Average_Bytes Received/sec\",\r\n \"displayName\": \"Bytes\ - \ Received/sec\",\r\n \"displayDescription\": \"Average_Bytes\ - \ Received/sec\",\r\n \"unit\": \"Count\",\r\n \"\ - aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n \ - \ {\r\n \"name\": \"Computer\",\r\n \ - \ \"displayName\": \"Computer\"\r\n },\r\n \ - \ {\r\n \"name\": \"ObjectName\",\r\n \ - \ \"displayName\": \"ObjectName\"\r\n },\r\n \ - \ {\r\n \"name\": \"InstanceName\",\r\n \ - \ \"displayName\": \"InstanceName\"\r\n },\r\n \ - \ {\r\n \"name\": \"CounterPath\",\r\n \ - \ \"displayName\": \"CounterPath\"\r\n },\r\n \ - \ {\r\n \"name\": \"SourceSystem\",\r\n \ - \ \"displayName\": \"SourceSystem\"\r\n }\r\n \ - \ ]\r\n },\r\n {\r\n \"name\"\ - : \"Average_Bytes Sent/sec\",\r\n \"displayName\": \"Bytes Sent/sec\"\ - ,\r\n \"displayDescription\": \"Average_Bytes Sent/sec\",\r\n\ - \ \"unit\": \"Count\",\r\n \"aggregationType\":\ - \ \"Average\",\r\n \"dimensions\": [\r\n {\r\n\ - \ \"name\": \"Computer\",\r\n \"displayName\"\ - : \"Computer\"\r\n },\r\n {\r\n \ - \ \"name\": \"ObjectName\",\r\n \"displayName\": \"\ - ObjectName\"\r\n },\r\n {\r\n \ - \ \"name\": \"InstanceName\",\r\n \"displayName\": \"\ - InstanceName\"\r\n },\r\n {\r\n \ - \ \"name\": \"CounterPath\",\r\n \"displayName\": \"\ - CounterPath\"\r\n },\r\n {\r\n \ - \ \"name\": \"SourceSystem\",\r\n \"displayName\": \"\ - SourceSystem\"\r\n }\r\n ]\r\n },\r\ - \n {\r\n \"name\": \"Average_Bytes Total/sec\",\r\n\ - \ \"displayName\": \"Bytes Total/sec\",\r\n \"displayDescription\"\ - : \"Average_Bytes Total/sec\",\r\n \"unit\": \"Count\",\r\n \ - \ \"aggregationType\": \"Average\",\r\n \"dimensions\"\ - : [\r\n {\r\n \"name\": \"Computer\",\r\n\ - \ \"displayName\": \"Computer\"\r\n },\r\n\ - \ {\r\n \"name\": \"ObjectName\",\r\n \ - \ \"displayName\": \"ObjectName\"\r\n },\r\n \ - \ {\r\n \"name\": \"InstanceName\",\r\n \ - \ \"displayName\": \"InstanceName\"\r\n },\r\n\ - \ {\r\n \"name\": \"CounterPath\",\r\n \ - \ \"displayName\": \"CounterPath\"\r\n },\r\n\ - \ {\r\n \"name\": \"SourceSystem\",\r\n \ - \ \"displayName\": \"SourceSystem\"\r\n }\r\n\ - \ ]\r\n },\r\n {\r\n \"name\"\ - : \"Average_Processor Queue Length\",\r\n \"displayName\": \"\ - Processor Queue Length\",\r\n \"displayDescription\": \"Average_Processor\ - \ Queue Length\",\r\n \"unit\": \"Count\",\r\n \"\ - aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n \ - \ {\r\n \"name\": \"Computer\",\r\n \ - \ \"displayName\": \"Computer\"\r\n },\r\n \ - \ {\r\n \"name\": \"ObjectName\",\r\n \ - \ \"displayName\": \"ObjectName\"\r\n },\r\n \ - \ {\r\n \"name\": \"InstanceName\",\r\n \ - \ \"displayName\": \"InstanceName\"\r\n },\r\n \ - \ {\r\n \"name\": \"CounterPath\",\r\n \ - \ \"displayName\": \"CounterPath\"\r\n },\r\n \ - \ {\r\n \"name\": \"SourceSystem\",\r\n \ - \ \"displayName\": \"SourceSystem\"\r\n }\r\n \ - \ ]\r\n },\r\n {\r\n \"name\"\ - : \"Heartbeat\",\r\n \"displayName\": \"Heartbeat\",\r\n \ - \ \"displayDescription\": \"Heartbeat\",\r\n \"unit\"\ - : \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \ - \ \"fillGapWithZero\": true,\r\n \"dimensions\": [\r\n \ - \ {\r\n \"name\": \"Computer\",\r\n \ - \ \"displayName\": \"Computer\"\r\n },\r\n \ - \ {\r\n \"name\": \"OSType\",\r\n \ - \ \"displayName\": \"OSType\"\r\n },\r\n \ - \ {\r\n \"name\": \"Version\",\r\n \"displayName\"\ - : \"Version\"\r\n },\r\n {\r\n \ - \ \"name\": \"SourceComputerId\",\r\n \"displayName\"\ - : \"SourceComputerId\"\r\n }\r\n ]\r\n \ - \ },\r\n {\r\n \"name\": \"Update\",\r\n \ - \ \"displayName\": \"Update\",\r\n \"displayDescription\"\ - : \"Update\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\"\ - : \"Average\",\r\n \"dimensions\": [\r\n {\r\n\ - \ \"name\": \"Computer\",\r\n \"displayName\"\ - : \"Computer\"\r\n },\r\n {\r\n \ - \ \"name\": \"Product\",\r\n \"displayName\": \"Product\"\ - \r\n },\r\n {\r\n \"name\"\ - : \"Classification\",\r\n \"displayName\": \"Classification\"\ - \r\n },\r\n {\r\n \"name\"\ - : \"UpdateState\",\r\n \"displayName\": \"UpdateState\"\r\ - \n },\r\n {\r\n \"name\": \"\ - Optional\",\r\n \"displayName\": \"Optional\"\r\n \ - \ },\r\n {\r\n \"name\": \"Approved\"\ - ,\r\n \"displayName\": \"Approved\"\r\n }\r\ - \n ]\r\n },\r\n {\r\n \"name\"\ - : \"Event\",\r\n \"displayName\": \"Event\",\r\n \ - \ \"displayDescription\": \"Event\",\r\n \"unit\": \"Count\"\ - ,\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\"\ - : [\r\n {\r\n \"name\": \"Source\",\r\n \ - \ \"displayName\": \"Source\"\r\n },\r\n \ - \ {\r\n \"name\": \"EventLog\",\r\n \ - \ \"displayName\": \"EventLog\"\r\n },\r\n \ - \ {\r\n \"name\": \"Computer\",\r\n \ - \ \"displayName\": \"Computer\"\r\n },\r\n \ - \ {\r\n \"name\": \"EventCategory\",\r\n \ - \ \"displayName\": \"EventCategory\"\r\n },\r\n \ - \ {\r\n \"name\": \"EventLevel\",\r\n \ - \ \"displayName\": \"EventLevel\"\r\n },\r\n \ - \ {\r\n \"name\": \"EventLevelName\",\r\n \ - \ \"displayName\": \"EventLevelName\"\r\n },\r\n \ - \ {\r\n \"name\": \"EventID\",\r\n \ - \ \"displayName\": \"EventID\"\r\n }\r\n \ - \ ]\r\n }\r\n ]\r\n }\r\n }\r\n },\r\ - \n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/providers/Microsoft.Insights/diagnosticSettings/Read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"Workspaces\"\ - ,\r\n \"operation\": \"Read diagnostic setting\",\r\n \"description\"\ - : \"Gets the diagnostic setting for the resource\"\r\n }\r\n },\r\n\ - \ {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/providers/Microsoft.Insights/diagnosticSettings/Write\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"Workspaces\"\ - ,\r\n \"operation\": \"Write diagnostic setting\",\r\n \"description\"\ - : \"Creates or updates the diagnostic setting for the resource\"\r\n \ - \ }\r\n },\r\n {\r\n \"origin\": \"system\",\r\n \"name\"\ - : \"Microsoft.OperationalInsights/workspaces/providers/Microsoft.Insights/logDefinitions/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"The log definition\ - \ of Workspaces\",\r\n \"operation\": \"Read Workspaces log definitions\"\ - ,\r\n \"description\": \"Gets the available logs for a Workspace\"\r\ - \n },\r\n \"properties\": {\r\n \"serviceSpecification\"\ - : {\r\n \"logSpecifications\": [\r\n {\r\n \ - \ \"name\": \"Audit\",\r\n \"displayName\": \"Audit Logs\"\r\ - \n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AADDomainServicesAccountLogon/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AADDomainServicesAccountLogon\"\ - ,\r\n \"operation\": \"Read AADDomainServicesAccountLogon data\",\r\ - \n \"description\": \"Read data from the AADDomainServicesAccountLogon\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AADDomainServicesAccountManagement/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AADDomainServicesAccountManagement\"\ - ,\r\n \"operation\": \"Read AADDomainServicesAccountManagement data\"\ - ,\r\n \"description\": \"Read data from the AADDomainServicesAccountManagement\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AADDomainServicesDirectoryServiceAccess/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AADDomainServicesDirectoryServiceAccess\"\ - ,\r\n \"operation\": \"Read AADDomainServicesDirectoryServiceAccess\ - \ data\",\r\n \"description\": \"Read data from the AADDomainServicesDirectoryServiceAccess\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AADDomainServicesLogonLogoff/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AADDomainServicesLogonLogoff\"\ - ,\r\n \"operation\": \"Read AADDomainServicesLogonLogoff data\",\r\n\ - \ \"description\": \"Read data from the AADDomainServicesLogonLogoff\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AADDomainServicesPolicyChange/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AADDomainServicesPolicyChange\"\ - ,\r\n \"operation\": \"Read AADDomainServicesPolicyChange data\",\r\ - \n \"description\": \"Read data from the AADDomainServicesPolicyChange\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AADDomainServicesPrivilegeUse/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AADDomainServicesPrivilegeUse\"\ - ,\r\n \"operation\": \"Read AADDomainServicesPrivilegeUse data\",\r\ - \n \"description\": \"Read data from the AADDomainServicesPrivilegeUse\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AADDomainServicesSystemSecurity/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AADDomainServicesSystemSecurity\"\ - ,\r\n \"operation\": \"Read AADDomainServicesSystemSecurity data\"\ - ,\r\n \"description\": \"Read data from the AADDomainServicesSystemSecurity\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AADManagedIdentitySignInLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AADManagedIdentitySignInLogs\"\ - ,\r\n \"operation\": \"Read AADManagedIdentitySignInLogs data\",\r\n\ - \ \"description\": \"Read data from the AADManagedIdentitySignInLogs\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AADNonInteractiveUserSignInLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AADNonInteractiveUserSignInLogs\"\ - ,\r\n \"operation\": \"Read AADNonInteractiveUserSignInLogs data\"\ - ,\r\n \"description\": \"Read data from the AADNonInteractiveUserSignInLogs\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AADProvisioningLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AADProvisioningLogs\"\ - ,\r\n \"operation\": \"Read AADProvisioningLogs data\",\r\n \ - \ \"description\": \"Read data from the AADProvisioningLogs table\"\r\n \ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AADServicePrincipalSignInLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AADServicePrincipalSignInLogs\"\ - ,\r\n \"operation\": \"Read AADServicePrincipalSignInLogs data\",\r\ - \n \"description\": \"Read data from the AADServicePrincipalSignInLogs\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ABSBotRequests/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ABSBotRequests\"\ - ,\r\n \"operation\": \"Read ABSBotRequests data\",\r\n \"description\"\ - : \"Read data from the ABSBotRequests table\"\r\n }\r\n },\r\n \ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ABSChannelToBotRequests/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ABSChannelToBotRequests\"\ - ,\r\n \"operation\": \"Read ABSChannelToBotRequests data\",\r\n \ - \ \"description\": \"Read data from the ABSChannelToBotRequests table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ABSDependenciesRequests/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ABSDependenciesRequests\"\ - ,\r\n \"operation\": \"Read ABSDependenciesRequests data\",\r\n \ - \ \"description\": \"Read data from the ABSDependenciesRequests table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ACSBillingUsage/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ACSBillingUsage\"\ - ,\r\n \"operation\": \"Read ACSBillingUsage data\",\r\n \"description\"\ - : \"Read data from the ACSBillingUsage table\"\r\n }\r\n },\r\n \ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ACSChatIncomingOperations/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ACSChatIncomingOperations\"\ - ,\r\n \"operation\": \"Read ACSChatIncomingOperations data\",\r\n \ - \ \"description\": \"Read data from the ACSChatIncomingOperations table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ACSSMSIncomingOperations/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ACSSMSIncomingOperations\"\ - ,\r\n \"operation\": \"Read ACSSMSIncomingOperations data\",\r\n \ - \ \"description\": \"Read data from the ACSSMSIncomingOperations table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADAssessmentRecommendation/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ADAssessmentRecommendation\"\ - ,\r\n \"operation\": \"Read ADAssessmentRecommendation data\",\r\n\ - \ \"description\": \"Read data from the ADAssessmentRecommendation\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AddonAzureBackupAlerts/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AddonAzureBackupAlerts\"\ - ,\r\n \"operation\": \"Read AddonAzureBackupAlerts data\",\r\n \ - \ \"description\": \"Read data from the AddonAzureBackupAlerts table\"\r\ - \n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AddonAzureBackupJobs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AddonAzureBackupJobs\"\ - ,\r\n \"operation\": \"Read AddonAzureBackupJobs data\",\r\n \ - \ \"description\": \"Read data from the AddonAzureBackupJobs table\"\r\n\ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AddonAzureBackupPolicy/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AddonAzureBackupPolicy\"\ - ,\r\n \"operation\": \"Read AddonAzureBackupPolicy data\",\r\n \ - \ \"description\": \"Read data from the AddonAzureBackupPolicy table\"\r\ - \n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AddonAzureBackupProtectedInstance/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AddonAzureBackupProtectedInstance\"\ - ,\r\n \"operation\": \"Read AddonAzureBackupProtectedInstance data\"\ - ,\r\n \"description\": \"Read data from the AddonAzureBackupProtectedInstance\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AddonAzureBackupStorage/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AddonAzureBackupStorage\"\ - ,\r\n \"operation\": \"Read AddonAzureBackupStorage data\",\r\n \ - \ \"description\": \"Read data from the AddonAzureBackupStorage table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADFActivityRun/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ADFActivityRun\"\ - ,\r\n \"operation\": \"Read ADFActivityRun data\",\r\n \"description\"\ - : \"Read data from the ADFActivityRun table\"\r\n }\r\n },\r\n \ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADFPipelineRun/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ADFPipelineRun\"\ - ,\r\n \"operation\": \"Read ADFPipelineRun data\",\r\n \"description\"\ - : \"Read data from the ADFPipelineRun table\"\r\n }\r\n },\r\n \ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADFSSISIntegrationRuntimeLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ADFSSISIntegrationRuntimeLogs\"\ - ,\r\n \"operation\": \"Read ADFSSISIntegrationRuntimeLogs data\",\r\ - \n \"description\": \"Read data from the ADFSSISIntegrationRuntimeLogs\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADFSSISPackageEventMessageContext/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ADFSSISPackageEventMessageContext\"\ - ,\r\n \"operation\": \"Read ADFSSISPackageEventMessageContext data\"\ - ,\r\n \"description\": \"Read data from the ADFSSISPackageEventMessageContext\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADFSSISPackageEventMessages/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ADFSSISPackageEventMessages\"\ - ,\r\n \"operation\": \"Read ADFSSISPackageEventMessages data\",\r\n\ - \ \"description\": \"Read data from the ADFSSISPackageEventMessages\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADFSSISPackageExecutableStatistics/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ADFSSISPackageExecutableStatistics\"\ - ,\r\n \"operation\": \"Read ADFSSISPackageExecutableStatistics data\"\ - ,\r\n \"description\": \"Read data from the ADFSSISPackageExecutableStatistics\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADFSSISPackageExecutionComponentPhases/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ADFSSISPackageExecutionComponentPhases\"\ - ,\r\n \"operation\": \"Read ADFSSISPackageExecutionComponentPhases\ - \ data\",\r\n \"description\": \"Read data from the ADFSSISPackageExecutionComponentPhases\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADFSSISPackageExecutionDataStatistics/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ADFSSISPackageExecutionDataStatistics\"\ - ,\r\n \"operation\": \"Read ADFSSISPackageExecutionDataStatistics data\"\ - ,\r\n \"description\": \"Read data from the ADFSSISPackageExecutionDataStatistics\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADFTriggerRun/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ADFTriggerRun\"\ - ,\r\n \"operation\": \"Read ADFTriggerRun data\",\r\n \"description\"\ - : \"Read data from the ADFTriggerRun table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADReplicationResult/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ADReplicationResult\"\ - ,\r\n \"operation\": \"Read ADReplicationResult data\",\r\n \ - \ \"description\": \"Read data from the ADReplicationResult table\"\r\n \ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADSecurityAssessmentRecommendation/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ADSecurityAssessmentRecommendation\"\ - ,\r\n \"operation\": \"Read ADSecurityAssessmentRecommendation data\"\ - ,\r\n \"description\": \"Read data from the ADSecurityAssessmentRecommendation\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADTDigitalTwinsOperation/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ADTDigitalTwinsOperation\"\ - ,\r\n \"operation\": \"Read ADTDigitalTwinsOperation data\",\r\n \ - \ \"description\": \"Read data from the ADTDigitalTwinsOperation table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADTEventRoutesOperation/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ADTEventRoutesOperation\"\ - ,\r\n \"operation\": \"Read ADTEventRoutesOperation data\",\r\n \ - \ \"description\": \"Read data from the ADTEventRoutesOperation table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADTModelsOperation/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ADTModelsOperation\"\ - ,\r\n \"operation\": \"Read ADTModelsOperation data\",\r\n \"\ - description\": \"Read data from the ADTModelsOperation table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADTQueryOperation/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ADTQueryOperation\"\ - ,\r\n \"operation\": \"Read ADTQueryOperation data\",\r\n \"\ - description\": \"Read data from the ADTQueryOperation table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADXCommand/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ADXCommand\"\ - ,\r\n \"operation\": \"Read ADXCommand data\",\r\n \"description\"\ - : \"Read data from the ADXCommand table\"\r\n }\r\n },\r\n {\r\n\ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADXIngestionBatching/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ADXIngestionBatching\"\ - ,\r\n \"operation\": \"Read ADXIngestionBatching data\",\r\n \ - \ \"description\": \"Read data from the ADXIngestionBatching table\"\r\n\ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADXQuery/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ADXQuery\"\ - ,\r\n \"operation\": \"Read ADXQuery data\",\r\n \"description\"\ - : \"Read data from the ADXQuery table\"\r\n }\r\n },\r\n {\r\n\ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADXTableDetails/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ADXTableDetails\"\ - ,\r\n \"operation\": \"Read ADXTableDetails data\",\r\n \"description\"\ - : \"Read data from the ADXTableDetails table\"\r\n }\r\n },\r\n \ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADXTableUsageStatistics/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ADXTableUsageStatistics\"\ - ,\r\n \"operation\": \"Read ADXTableUsageStatistics data\",\r\n \ - \ \"description\": \"Read data from the ADXTableUsageStatistics table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AegDeliveryFailureLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AegDeliveryFailureLogs\"\ - ,\r\n \"operation\": \"Read AegDeliveryFailureLogs data\",\r\n \ - \ \"description\": \"Read data from the AegDeliveryFailureLogs table\"\r\ - \n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AegPublishFailureLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AegPublishFailureLogs\"\ - ,\r\n \"operation\": \"Read AegPublishFailureLogs data\",\r\n \ - \ \"description\": \"Read data from the AegPublishFailureLogs table\"\r\n\ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AEWAuditLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AEWAuditLogs\"\ - ,\r\n \"operation\": \"Read AEWAuditLogs data\",\r\n \"description\"\ - : \"Read data from the AEWAuditLogs table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/Alert/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"Alert\",\r\ - \n \"operation\": \"Read Alert data\",\r\n \"description\":\ - \ \"Read data from the Alert table\"\r\n }\r\n },\r\n {\r\n \ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/AlertHistory/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AlertHistory\"\ - ,\r\n \"operation\": \"Read AlertHistory data\",\r\n \"description\"\ - : \"Read data from the AlertHistory table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AmlComputeClusterEvent/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AmlComputeClusterEvent\"\ - ,\r\n \"operation\": \"Read AmlComputeClusterEvent data\",\r\n \ - \ \"description\": \"Read data from the AmlComputeClusterEvent table\"\r\ - \n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AmlComputeClusterNodeEvent/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AmlComputeClusterNodeEvent\"\ - ,\r\n \"operation\": \"Read AmlComputeClusterNodeEvent data\",\r\n\ - \ \"description\": \"Read data from the AmlComputeClusterNodeEvent\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AmlComputeCpuGpuUtilization/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AmlComputeCpuGpuUtilization\"\ - ,\r\n \"operation\": \"Read AmlComputeCpuGpuUtilization data\",\r\n\ - \ \"description\": \"Read data from the AmlComputeCpuGpuUtilization\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AmlComputeJobEvent/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AmlComputeJobEvent\"\ - ,\r\n \"operation\": \"Read AmlComputeJobEvent data\",\r\n \"\ - description\": \"Read data from the AmlComputeJobEvent table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AmlRunStatusChangedEvent/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AmlRunStatusChangedEvent\"\ - ,\r\n \"operation\": \"Read AmlRunStatusChangedEvent data\",\r\n \ - \ \"description\": \"Read data from the AmlRunStatusChangedEvent table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/Anomalies/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"Anomalies\"\ - ,\r\n \"operation\": \"Read Anomalies data\",\r\n \"description\"\ - : \"Read data from the Anomalies table\"\r\n }\r\n },\r\n {\r\n\ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/ApiManagementGatewayLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ApiManagementGatewayLogs\"\ - ,\r\n \"operation\": \"Read ApiManagementGatewayLogs data\",\r\n \ - \ \"description\": \"Read data from the ApiManagementGatewayLogs table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppAvailabilityResults/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AppAvailabilityResults\"\ - ,\r\n \"operation\": \"Read AppAvailabilityResults data\",\r\n \ - \ \"description\": \"Read data from the AppAvailabilityResults table\"\r\ - \n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppBrowserTimings/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AppBrowserTimings\"\ - ,\r\n \"operation\": \"Read AppBrowserTimings data\",\r\n \"\ - description\": \"Read data from the AppBrowserTimings table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppCenterError/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AppCenterError\"\ - ,\r\n \"operation\": \"Read AppCenterError data\",\r\n \"description\"\ - : \"Read data from the AppCenterError table\"\r\n }\r\n },\r\n \ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppDependencies/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AppDependencies\"\ - ,\r\n \"operation\": \"Read AppDependencies data\",\r\n \"description\"\ - : \"Read data from the AppDependencies table\"\r\n }\r\n },\r\n \ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppEvents/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AppEvents\"\ - ,\r\n \"operation\": \"Read AppEvents data\",\r\n \"description\"\ - : \"Read data from the AppEvents table\"\r\n }\r\n },\r\n {\r\n\ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppExceptions/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AppExceptions\"\ - ,\r\n \"operation\": \"Read AppExceptions data\",\r\n \"description\"\ - : \"Read data from the AppExceptions table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ApplicationInsights/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ApplicationInsights\"\ - ,\r\n \"operation\": \"Read ApplicationInsights data\",\r\n \ - \ \"description\": \"Read data from the ApplicationInsights table\"\r\n \ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppMetrics/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AppMetrics\"\ - ,\r\n \"operation\": \"Read AppMetrics data\",\r\n \"description\"\ - : \"Read data from the AppMetrics table\"\r\n }\r\n },\r\n {\r\n\ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppPageViews/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AppPageViews\"\ - ,\r\n \"operation\": \"Read AppPageViews data\",\r\n \"description\"\ - : \"Read data from the AppPageViews table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppPerformanceCounters/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AppPerformanceCounters\"\ - ,\r\n \"operation\": \"Read AppPerformanceCounters data\",\r\n \ - \ \"description\": \"Read data from the AppPerformanceCounters table\"\r\ - \n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppPlatformLogsforSpring/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AppPlatformLogsforSpring\"\ - ,\r\n \"operation\": \"Read AppPlatformLogsforSpring data\",\r\n \ - \ \"description\": \"Read data from the AppPlatformLogsforSpring table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppPlatformSystemLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AppPlatformSystemLogs\"\ - ,\r\n \"operation\": \"Read AppPlatformSystemLogs data\",\r\n \ - \ \"description\": \"Read data from the AppPlatformSystemLogs table\"\r\n\ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppRequests/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AppRequests\"\ - ,\r\n \"operation\": \"Read AppRequests data\",\r\n \"description\"\ - : \"Read data from the AppRequests table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppServiceAntivirusScanAuditLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AppServiceAntivirusScanAuditLogs\"\ - ,\r\n \"operation\": \"Read AppServiceAntivirusScanAuditLogs data\"\ - ,\r\n \"description\": \"Read data from the AppServiceAntivirusScanAuditLogs\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppServiceAntivirusScanLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AppServiceAntivirusScanLogs\"\ - ,\r\n \"operation\": \"Read AppServiceAntivirusScanLogs data\",\r\n\ - \ \"description\": \"Read data from the AppServiceAntivirusScanLogs\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppServiceAppLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AppServiceAppLogs\"\ - ,\r\n \"operation\": \"Read AppServiceAppLogs data\",\r\n \"\ - description\": \"Read data from the AppServiceAppLogs table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppServiceAuditLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AppServiceAuditLogs\"\ - ,\r\n \"operation\": \"Read AppServiceAuditLogs data\",\r\n \ - \ \"description\": \"Read data from the AppServiceAuditLogs table\"\r\n \ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppServiceConsoleLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AppServiceConsoleLogs\"\ - ,\r\n \"operation\": \"Read AppServiceConsoleLogs data\",\r\n \ - \ \"description\": \"Read data from the AppServiceConsoleLogs table\"\r\n\ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppServiceEnvironmentPlatformLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AppServiceEnvironmentPlatformLogs\"\ - ,\r\n \"operation\": \"Read AppServiceEnvironmentPlatformLogs data\"\ - ,\r\n \"description\": \"Read data from the AppServiceEnvironmentPlatformLogs\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppServiceFileAuditLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AppServiceFileAuditLogs\"\ - ,\r\n \"operation\": \"Read AppServiceFileAuditLogs data\",\r\n \ - \ \"description\": \"Read data from the AppServiceFileAuditLogs table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppServiceHTTPLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AppServiceHTTPLogs\"\ - ,\r\n \"operation\": \"Read AppServiceHTTPLogs data\",\r\n \"\ - description\": \"Read data from the AppServiceHTTPLogs table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppServiceIPSecAuditLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AppServiceIPSecAuditLogs\"\ - ,\r\n \"operation\": \"Read AppServiceIPSecAuditLogs data\",\r\n \ - \ \"description\": \"Read data from the AppServiceIPSecAuditLogs table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppServicePlatformLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AppServicePlatformLogs\"\ - ,\r\n \"operation\": \"Read AppServicePlatformLogs data\",\r\n \ - \ \"description\": \"Read data from the AppServicePlatformLogs table\"\r\ - \n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppSystemEvents/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AppSystemEvents\"\ - ,\r\n \"operation\": \"Read AppSystemEvents data\",\r\n \"description\"\ - : \"Read data from the AppSystemEvents table\"\r\n }\r\n },\r\n \ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppTraces/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AppTraces\"\ - ,\r\n \"operation\": \"Read AppTraces data\",\r\n \"description\"\ - : \"Read data from the AppTraces table\"\r\n }\r\n },\r\n {\r\n\ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/AuditLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AuditLogs\"\ - ,\r\n \"operation\": \"Read AuditLogs data\",\r\n \"description\"\ - : \"Read data from the AuditLogs table\"\r\n }\r\n },\r\n {\r\n\ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/AutoscaleEvaluationsLog/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AutoscaleEvaluationsLog\"\ - ,\r\n \"operation\": \"Read AutoscaleEvaluationsLog data\",\r\n \ - \ \"description\": \"Read data from the AutoscaleEvaluationsLog table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AutoscaleScaleActionsLog/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AutoscaleScaleActionsLog\"\ - ,\r\n \"operation\": \"Read AutoscaleScaleActionsLog data\",\r\n \ - \ \"description\": \"Read data from the AutoscaleScaleActionsLog table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AWSCloudTrail/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AWSCloudTrail\"\ - ,\r\n \"operation\": \"Read AWSCloudTrail data\",\r\n \"description\"\ - : \"Read data from the AWSCloudTrail table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AzureActivity/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AzureActivity\"\ - ,\r\n \"operation\": \"Read AzureActivity data\",\r\n \"description\"\ - : \"Read data from the AzureActivity table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AzureAssessmentRecommendation/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AzureAssessmentRecommendation\"\ - ,\r\n \"operation\": \"Read AzureAssessmentRecommendation data\",\r\ - \n \"description\": \"Read data from the AzureAssessmentRecommendation\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AzureDevOpsAuditing/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AzureDevOpsAuditing\"\ - ,\r\n \"operation\": \"Read AzureDevOpsAuditing data\",\r\n \ - \ \"description\": \"Read data from the AzureDevOpsAuditing table\"\r\n \ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AzureDiagnostics/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AzureDiagnostics\"\ - ,\r\n \"operation\": \"Read AzureDiagnostics data\",\r\n \"\ - description\": \"Read data from the AzureDiagnostics table\"\r\n }\r\n\ - \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AzureDiagnostics/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AzureDiagnostics\"\ - ,\r\n \"operation\": \"Read AzureDiagnostics data\",\r\n \"\ - description\": \"Read data from the AzureDiagnostics table\"\r\n }\r\n\ - \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AzureMetrics/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"AzureMetrics\"\ - ,\r\n \"operation\": \"Read AzureMetrics data\",\r\n \"description\"\ - : \"Read data from the AzureMetrics table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/BaiClusterEvent/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"BaiClusterEvent\"\ - ,\r\n \"operation\": \"Read BaiClusterEvent data\",\r\n \"description\"\ - : \"Read data from the BaiClusterEvent table\"\r\n }\r\n },\r\n \ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/BaiClusterNodeEvent/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"BaiClusterNodeEvent\"\ - ,\r\n \"operation\": \"Read BaiClusterNodeEvent data\",\r\n \ - \ \"description\": \"Read data from the BaiClusterNodeEvent table\"\r\n \ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/BaiJobEvent/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"BaiJobEvent\"\ - ,\r\n \"operation\": \"Read BaiJobEvent data\",\r\n \"description\"\ - : \"Read data from the BaiJobEvent table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/BehaviorAnalytics/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"BehaviorAnalytics\"\ - ,\r\n \"operation\": \"Read BehaviorAnalytics data\",\r\n \"\ - description\": \"Read data from the BehaviorAnalytics table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/BlockchainApplicationLog/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"BlockchainApplicationLog\"\ - ,\r\n \"operation\": \"Read BlockchainApplicationLog data\",\r\n \ - \ \"description\": \"Read data from the BlockchainApplicationLog table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/BlockchainProxyLog/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"BlockchainProxyLog\"\ - ,\r\n \"operation\": \"Read BlockchainProxyLog data\",\r\n \"\ - description\": \"Read data from the BlockchainProxyLog table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/BoundPort/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"BoundPort\"\ - ,\r\n \"operation\": \"Read BoundPort data\",\r\n \"description\"\ - : \"Read data from the BoundPort table\"\r\n }\r\n },\r\n {\r\n\ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/CommonSecurityLog/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"CommonSecurityLog\"\ - ,\r\n \"operation\": \"Read CommonSecurityLog data\",\r\n \"\ - description\": \"Read data from the CommonSecurityLog table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ComputerGroup/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ComputerGroup\"\ - ,\r\n \"operation\": \"Read ComputerGroup data\",\r\n \"description\"\ - : \"Read data from the ComputerGroup table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ConfigurationChange/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ConfigurationChange\"\ - ,\r\n \"operation\": \"Read ConfigurationChange data\",\r\n \ - \ \"description\": \"Read data from the ConfigurationChange table\"\r\n \ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ConfigurationData/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ConfigurationData\"\ - ,\r\n \"operation\": \"Read ConfigurationData data\",\r\n \"\ - description\": \"Read data from the ConfigurationData table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ContainerImageInventory/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ContainerImageInventory\"\ - ,\r\n \"operation\": \"Read ContainerImageInventory data\",\r\n \ - \ \"description\": \"Read data from the ContainerImageInventory table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ContainerInventory/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ContainerInventory\"\ - ,\r\n \"operation\": \"Read ContainerInventory data\",\r\n \"\ - description\": \"Read data from the ContainerInventory table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ContainerLog/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ContainerLog\"\ - ,\r\n \"operation\": \"Read ContainerLog data\",\r\n \"description\"\ - : \"Read data from the ContainerLog table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ContainerNodeInventory/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ContainerNodeInventory\"\ - ,\r\n \"operation\": \"Read ContainerNodeInventory data\",\r\n \ - \ \"description\": \"Read data from the ContainerNodeInventory table\"\r\ - \n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ContainerRegistryLoginEvents/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ContainerRegistryLoginEvents\"\ - ,\r\n \"operation\": \"Read ContainerRegistryLoginEvents data\",\r\n\ - \ \"description\": \"Read data from the ContainerRegistryLoginEvents\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ContainerRegistryRepositoryEvents/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ContainerRegistryRepositoryEvents\"\ - ,\r\n \"operation\": \"Read ContainerRegistryRepositoryEvents data\"\ - ,\r\n \"description\": \"Read data from the ContainerRegistryRepositoryEvents\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ContainerServiceLog/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ContainerServiceLog\"\ - ,\r\n \"operation\": \"Read ContainerServiceLog data\",\r\n \ - \ \"description\": \"Read data from the ContainerServiceLog table\"\r\n \ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/CoreAzureBackup/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"CoreAzureBackup\"\ - ,\r\n \"operation\": \"Read CoreAzureBackup data\",\r\n \"description\"\ - : \"Read data from the CoreAzureBackup table\"\r\n }\r\n },\r\n \ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DatabricksAccounts/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DatabricksAccounts\"\ - ,\r\n \"operation\": \"Read DatabricksAccounts data\",\r\n \"\ - description\": \"Read data from the DatabricksAccounts table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DatabricksClusters/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DatabricksClusters\"\ - ,\r\n \"operation\": \"Read DatabricksClusters data\",\r\n \"\ - description\": \"Read data from the DatabricksClusters table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DatabricksDBFS/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DatabricksDBFS\"\ - ,\r\n \"operation\": \"Read DatabricksDBFS data\",\r\n \"description\"\ - : \"Read data from the DatabricksDBFS table\"\r\n }\r\n },\r\n \ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DatabricksInstancePools/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DatabricksInstancePools\"\ - ,\r\n \"operation\": \"Read DatabricksInstancePools data\",\r\n \ - \ \"description\": \"Read data from the DatabricksInstancePools table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DatabricksJobs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DatabricksJobs\"\ - ,\r\n \"operation\": \"Read DatabricksJobs data\",\r\n \"description\"\ - : \"Read data from the DatabricksJobs table\"\r\n }\r\n },\r\n \ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DatabricksNotebook/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DatabricksNotebook\"\ - ,\r\n \"operation\": \"Read DatabricksNotebook data\",\r\n \"\ - description\": \"Read data from the DatabricksNotebook table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DatabricksSecrets/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DatabricksSecrets\"\ - ,\r\n \"operation\": \"Read DatabricksSecrets data\",\r\n \"\ - description\": \"Read data from the DatabricksSecrets table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DatabricksSQLPermissions/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DatabricksSQLPermissions\"\ - ,\r\n \"operation\": \"Read DatabricksSQLPermissions data\",\r\n \ - \ \"description\": \"Read data from the DatabricksSQLPermissions table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DatabricksSSH/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DatabricksSSH\"\ - ,\r\n \"operation\": \"Read DatabricksSSH data\",\r\n \"description\"\ - : \"Read data from the DatabricksSSH table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DatabricksTables/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DatabricksTables\"\ - ,\r\n \"operation\": \"Read DatabricksTables data\",\r\n \"\ - description\": \"Read data from the DatabricksTables table\"\r\n }\r\n\ - \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DatabricksWorkspace/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DatabricksWorkspace\"\ - ,\r\n \"operation\": \"Read DatabricksWorkspace data\",\r\n \ - \ \"description\": \"Read data from the DatabricksWorkspace table\"\r\n \ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/dependencies/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"dependencies\"\ - ,\r\n \"operation\": \"Read dependencies data\",\r\n \"description\"\ - : \"Read data from the dependencies table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceAppCrash/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DeviceAppCrash\"\ - ,\r\n \"operation\": \"Read DeviceAppCrash data\",\r\n \"description\"\ - : \"Read data from the DeviceAppCrash table\"\r\n }\r\n },\r\n \ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceAppLaunch/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DeviceAppLaunch\"\ - ,\r\n \"operation\": \"Read DeviceAppLaunch data\",\r\n \"description\"\ - : \"Read data from the DeviceAppLaunch table\"\r\n }\r\n },\r\n \ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceCalendar/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DeviceCalendar\"\ - ,\r\n \"operation\": \"Read DeviceCalendar data\",\r\n \"description\"\ - : \"Read data from the DeviceCalendar table\"\r\n }\r\n },\r\n \ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceCleanup/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DeviceCleanup\"\ - ,\r\n \"operation\": \"Read DeviceCleanup data\",\r\n \"description\"\ - : \"Read data from the DeviceCleanup table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceConnectSession/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DeviceConnectSession\"\ - ,\r\n \"operation\": \"Read DeviceConnectSession data\",\r\n \ - \ \"description\": \"Read data from the DeviceConnectSession table\"\r\n\ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceEtw/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DeviceEtw\"\ - ,\r\n \"operation\": \"Read DeviceEtw data\",\r\n \"description\"\ - : \"Read data from the DeviceEtw table\"\r\n }\r\n },\r\n {\r\n\ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceEvents/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DeviceEvents\"\ - ,\r\n \"operation\": \"Read DeviceEvents data\",\r\n \"description\"\ - : \"Read data from the DeviceEvents table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceFileCertificateInfo/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DeviceFileCertificateInfo\"\ - ,\r\n \"operation\": \"Read DeviceFileCertificateInfo data\",\r\n \ - \ \"description\": \"Read data from the DeviceFileCertificateInfo table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceFileEvents/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DeviceFileEvents\"\ - ,\r\n \"operation\": \"Read DeviceFileEvents data\",\r\n \"\ - description\": \"Read data from the DeviceFileEvents table\"\r\n }\r\n\ - \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceHardwareHealth/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DeviceHardwareHealth\"\ - ,\r\n \"operation\": \"Read DeviceHardwareHealth data\",\r\n \ - \ \"description\": \"Read data from the DeviceHardwareHealth table\"\r\n\ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceHealth/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DeviceHealth\"\ - ,\r\n \"operation\": \"Read DeviceHealth data\",\r\n \"description\"\ - : \"Read data from the DeviceHealth table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceHeartbeat/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DeviceHeartbeat\"\ - ,\r\n \"operation\": \"Read DeviceHeartbeat data\",\r\n \"description\"\ - : \"Read data from the DeviceHeartbeat table\"\r\n }\r\n },\r\n \ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceImageLoadEvents/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DeviceImageLoadEvents\"\ - ,\r\n \"operation\": \"Read DeviceImageLoadEvents data\",\r\n \ - \ \"description\": \"Read data from the DeviceImageLoadEvents table\"\r\n\ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceInfo/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DeviceInfo\"\ - ,\r\n \"operation\": \"Read DeviceInfo data\",\r\n \"description\"\ - : \"Read data from the DeviceInfo table\"\r\n }\r\n },\r\n {\r\n\ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceLogonEvents/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DeviceLogonEvents\"\ - ,\r\n \"operation\": \"Read DeviceLogonEvents data\",\r\n \"\ - description\": \"Read data from the DeviceLogonEvents table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceNetworkEvents/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DeviceNetworkEvents\"\ - ,\r\n \"operation\": \"Read DeviceNetworkEvents data\",\r\n \ - \ \"description\": \"Read data from the DeviceNetworkEvents table\"\r\n \ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceNetworkInfo/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DeviceNetworkInfo\"\ - ,\r\n \"operation\": \"Read DeviceNetworkInfo data\",\r\n \"\ - description\": \"Read data from the DeviceNetworkInfo table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceProcessEvents/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DeviceProcessEvents\"\ - ,\r\n \"operation\": \"Read DeviceProcessEvents data\",\r\n \ - \ \"description\": \"Read data from the DeviceProcessEvents table\"\r\n \ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceRegistryEvents/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DeviceRegistryEvents\"\ - ,\r\n \"operation\": \"Read DeviceRegistryEvents data\",\r\n \ - \ \"description\": \"Read data from the DeviceRegistryEvents table\"\r\n\ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceSkypeHeartbeat/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DeviceSkypeHeartbeat\"\ - ,\r\n \"operation\": \"Read DeviceSkypeHeartbeat data\",\r\n \ - \ \"description\": \"Read data from the DeviceSkypeHeartbeat table\"\r\n\ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceSkypeSignIn/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DeviceSkypeSignIn\"\ - ,\r\n \"operation\": \"Read DeviceSkypeSignIn data\",\r\n \"\ - description\": \"Read data from the DeviceSkypeSignIn table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceSleepState/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DeviceSleepState\"\ - ,\r\n \"operation\": \"Read DeviceSleepState data\",\r\n \"\ - description\": \"Read data from the DeviceSleepState table\"\r\n }\r\n\ - \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DHAppFailure/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DHAppFailure\"\ - ,\r\n \"operation\": \"Read DHAppFailure data\",\r\n \"description\"\ - : \"Read data from the DHAppFailure table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DHAppReliability/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DHAppReliability\"\ - ,\r\n \"operation\": \"Read DHAppReliability data\",\r\n \"\ - description\": \"Read data from the DHAppReliability table\"\r\n }\r\n\ - \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DHCPActivity/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DHCPActivity\"\ - ,\r\n \"operation\": \"Read DHCPActivity data\",\r\n \"description\"\ - : \"Read data from the DHCPActivity table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DHDriverReliability/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DHDriverReliability\"\ - ,\r\n \"operation\": \"Read DHDriverReliability data\",\r\n \ - \ \"description\": \"Read data from the DHDriverReliability table\"\r\n \ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DHLogonFailures/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DHLogonFailures\"\ - ,\r\n \"operation\": \"Read DHLogonFailures data\",\r\n \"description\"\ - : \"Read data from the DHLogonFailures table\"\r\n }\r\n },\r\n \ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DHLogonMetrics/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DHLogonMetrics\"\ - ,\r\n \"operation\": \"Read DHLogonMetrics data\",\r\n \"description\"\ - : \"Read data from the DHLogonMetrics table\"\r\n }\r\n },\r\n \ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DHOSCrashData/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DHOSCrashData\"\ - ,\r\n \"operation\": \"Read DHOSCrashData data\",\r\n \"description\"\ - : \"Read data from the DHOSCrashData table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DHOSReliability/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DHOSReliability\"\ - ,\r\n \"operation\": \"Read DHOSReliability data\",\r\n \"description\"\ - : \"Read data from the DHOSReliability table\"\r\n }\r\n },\r\n \ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DHWipAppLearning/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DHWipAppLearning\"\ - ,\r\n \"operation\": \"Read DHWipAppLearning data\",\r\n \"\ - description\": \"Read data from the DHWipAppLearning table\"\r\n }\r\n\ - \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DnsEvents/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DnsEvents\"\ - ,\r\n \"operation\": \"Read DnsEvents data\",\r\n \"description\"\ - : \"Read data from the DnsEvents table\"\r\n }\r\n },\r\n {\r\n\ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/DnsInventory/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DnsInventory\"\ - ,\r\n \"operation\": \"Read DnsInventory data\",\r\n \"description\"\ - : \"Read data from the DnsInventory table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DynamicEventCollection/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"DynamicEventCollection\"\ - ,\r\n \"operation\": \"Read DynamicEventCollection data\",\r\n \ - \ \"description\": \"Read data from the DynamicEventCollection table\"\r\ - \n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/Dynamics365Activity/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"Dynamics365Activity\"\ - ,\r\n \"operation\": \"Read Dynamics365Activity data\",\r\n \ - \ \"description\": \"Read data from the Dynamics365Activity table\"\r\n \ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ETWEvent/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ETWEvent\"\ - ,\r\n \"operation\": \"Read ETWEvent data\",\r\n \"description\"\ - : \"Read data from the ETWEvent table\"\r\n }\r\n },\r\n {\r\n\ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/Event/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"Event\",\r\ - \n \"operation\": \"Read Event data\",\r\n \"description\":\ - \ \"Read data from the Event table\"\r\n }\r\n },\r\n {\r\n \ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/ExchangeAssessmentRecommendation/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ExchangeAssessmentRecommendation\"\ - ,\r\n \"operation\": \"Read ExchangeAssessmentRecommendation data\"\ - ,\r\n \"description\": \"Read data from the ExchangeAssessmentRecommendation\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ExchangeOnlineAssessmentRecommendation/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ExchangeOnlineAssessmentRecommendation\"\ - ,\r\n \"operation\": \"Read ExchangeOnlineAssessmentRecommendation\ - \ data\",\r\n \"description\": \"Read data from the ExchangeOnlineAssessmentRecommendation\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/FailedIngestion/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"FailedIngestion\"\ - ,\r\n \"operation\": \"Read FailedIngestion data\",\r\n \"description\"\ - : \"Read data from the FailedIngestion table\"\r\n }\r\n },\r\n \ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/FunctionAppLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"FunctionAppLogs\"\ - ,\r\n \"operation\": \"Read FunctionAppLogs data\",\r\n \"description\"\ - : \"Read data from the FunctionAppLogs table\"\r\n }\r\n },\r\n \ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightAmbariClusterAlerts/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightAmbariClusterAlerts\"\ - ,\r\n \"operation\": \"Read HDInsightAmbariClusterAlerts data\",\r\n\ - \ \"description\": \"Read data from the HDInsightAmbariClusterAlerts\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightAmbariSystemMetrics/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightAmbariSystemMetrics\"\ - ,\r\n \"operation\": \"Read HDInsightAmbariSystemMetrics data\",\r\n\ - \ \"description\": \"Read data from the HDInsightAmbariSystemMetrics\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightGatewayAuditLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightGatewayAuditLogs\"\ - ,\r\n \"operation\": \"Read HDInsightGatewayAuditLogs data\",\r\n \ - \ \"description\": \"Read data from the HDInsightGatewayAuditLogs table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightHadoopAndYarnLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightHadoopAndYarnLogs\"\ - ,\r\n \"operation\": \"Read HDInsightHadoopAndYarnLogs data\",\r\n\ - \ \"description\": \"Read data from the HDInsightHadoopAndYarnLogs\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightHadoopAndYarnMetrics/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightHadoopAndYarnMetrics\"\ - ,\r\n \"operation\": \"Read HDInsightHadoopAndYarnMetrics data\",\r\ - \n \"description\": \"Read data from the HDInsightHadoopAndYarnMetrics\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightHBaseLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightHBaseLogs\"\ - ,\r\n \"operation\": \"Read HDInsightHBaseLogs data\",\r\n \"\ - description\": \"Read data from the HDInsightHBaseLogs table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightHBaseMetrics/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightHBaseMetrics\"\ - ,\r\n \"operation\": \"Read HDInsightHBaseMetrics data\",\r\n \ - \ \"description\": \"Read data from the HDInsightHBaseMetrics table\"\r\n\ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightHiveAndLLAPLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightHiveAndLLAPLogs\"\ - ,\r\n \"operation\": \"Read HDInsightHiveAndLLAPLogs data\",\r\n \ - \ \"description\": \"Read data from the HDInsightHiveAndLLAPLogs table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightHiveAndLLAPMetrics/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightHiveAndLLAPMetrics\"\ - ,\r\n \"operation\": \"Read HDInsightHiveAndLLAPMetrics data\",\r\n\ - \ \"description\": \"Read data from the HDInsightHiveAndLLAPMetrics\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightJupyterNotebookEvents/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightJupyterNotebookEvents\"\ - ,\r\n \"operation\": \"Read HDInsightJupyterNotebookEvents data\",\r\ - \n \"description\": \"Read data from the HDInsightJupyterNotebookEvents\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightKafkaLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightKafkaLogs\"\ - ,\r\n \"operation\": \"Read HDInsightKafkaLogs data\",\r\n \"\ - description\": \"Read data from the HDInsightKafkaLogs table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightKafkaMetrics/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightKafkaMetrics\"\ - ,\r\n \"operation\": \"Read HDInsightKafkaMetrics data\",\r\n \ - \ \"description\": \"Read data from the HDInsightKafkaMetrics table\"\r\n\ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightOozieLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightOozieLogs\"\ - ,\r\n \"operation\": \"Read HDInsightOozieLogs data\",\r\n \"\ - description\": \"Read data from the HDInsightOozieLogs table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightRangerAuditLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightRangerAuditLogs\"\ - ,\r\n \"operation\": \"Read HDInsightRangerAuditLogs data\",\r\n \ - \ \"description\": \"Read data from the HDInsightRangerAuditLogs table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightSecurityLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightSecurityLogs\"\ - ,\r\n \"operation\": \"Read HDInsightSecurityLogs data\",\r\n \ - \ \"description\": \"Read data from the HDInsightSecurityLogs table\"\r\n\ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightSparkApplicationEvents/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightSparkApplicationEvents\"\ - ,\r\n \"operation\": \"Read HDInsightSparkApplicationEvents data\"\ - ,\r\n \"description\": \"Read data from the HDInsightSparkApplicationEvents\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightSparkBlockManagerEvents/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightSparkBlockManagerEvents\"\ - ,\r\n \"operation\": \"Read HDInsightSparkBlockManagerEvents data\"\ - ,\r\n \"description\": \"Read data from the HDInsightSparkBlockManagerEvents\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightSparkEnvironmentEvents/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightSparkEnvironmentEvents\"\ - ,\r\n \"operation\": \"Read HDInsightSparkEnvironmentEvents data\"\ - ,\r\n \"description\": \"Read data from the HDInsightSparkEnvironmentEvents\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightSparkExecutorEvents/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightSparkExecutorEvents\"\ - ,\r\n \"operation\": \"Read HDInsightSparkExecutorEvents data\",\r\n\ - \ \"description\": \"Read data from the HDInsightSparkExecutorEvents\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightSparkExtraEvents/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightSparkExtraEvents\"\ - ,\r\n \"operation\": \"Read HDInsightSparkExtraEvents data\",\r\n \ - \ \"description\": \"Read data from the HDInsightSparkExtraEvents table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightSparkJobEvents/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightSparkJobEvents\"\ - ,\r\n \"operation\": \"Read HDInsightSparkJobEvents data\",\r\n \ - \ \"description\": \"Read data from the HDInsightSparkJobEvents table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightSparkLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightSparkLogs\"\ - ,\r\n \"operation\": \"Read HDInsightSparkLogs data\",\r\n \"\ - description\": \"Read data from the HDInsightSparkLogs table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightSparkSQLExecutionEvents/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightSparkSQLExecutionEvents\"\ - ,\r\n \"operation\": \"Read HDInsightSparkSQLExecutionEvents data\"\ - ,\r\n \"description\": \"Read data from the HDInsightSparkSQLExecutionEvents\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightSparkStageEvents/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightSparkStageEvents\"\ - ,\r\n \"operation\": \"Read HDInsightSparkStageEvents data\",\r\n \ - \ \"description\": \"Read data from the HDInsightSparkStageEvents table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightSparkStageTaskAccumulables/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightSparkStageTaskAccumulables\"\ - ,\r\n \"operation\": \"Read HDInsightSparkStageTaskAccumulables data\"\ - ,\r\n \"description\": \"Read data from the HDInsightSparkStageTaskAccumulables\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightSparkTaskEvents/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightSparkTaskEvents\"\ - ,\r\n \"operation\": \"Read HDInsightSparkTaskEvents data\",\r\n \ - \ \"description\": \"Read data from the HDInsightSparkTaskEvents table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightStormLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightStormLogs\"\ - ,\r\n \"operation\": \"Read HDInsightStormLogs data\",\r\n \"\ - description\": \"Read data from the HDInsightStormLogs table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightStormMetrics/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightStormMetrics\"\ - ,\r\n \"operation\": \"Read HDInsightStormMetrics data\",\r\n \ - \ \"description\": \"Read data from the HDInsightStormMetrics table\"\r\n\ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightStormTopologyMetrics/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightStormTopologyMetrics\"\ - ,\r\n \"operation\": \"Read HDInsightStormTopologyMetrics data\",\r\ - \n \"description\": \"Read data from the HDInsightStormTopologyMetrics\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HealthStateChangeEvent/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"HealthStateChangeEvent\"\ - ,\r\n \"operation\": \"Read HealthStateChangeEvent data\",\r\n \ - \ \"description\": \"Read data from the HealthStateChangeEvent table\"\r\ - \n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/Heartbeat/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"Heartbeat\"\ - ,\r\n \"operation\": \"Read Heartbeat data\",\r\n \"description\"\ - : \"Read data from the Heartbeat table\"\r\n }\r\n },\r\n {\r\n\ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/HuntingBookmark/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"HuntingBookmark\"\ - ,\r\n \"operation\": \"Read HuntingBookmark data\",\r\n \"description\"\ - : \"Read data from the HuntingBookmark table\"\r\n }\r\n },\r\n \ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/IdentityInfo/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"IdentityInfo\"\ - ,\r\n \"operation\": \"Read IdentityInfo data\",\r\n \"description\"\ - : \"Read data from the IdentityInfo table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/IISAssessmentRecommendation/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"IISAssessmentRecommendation\"\ - ,\r\n \"operation\": \"Read IISAssessmentRecommendation data\",\r\n\ - \ \"description\": \"Read data from the IISAssessmentRecommendation\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/InboundConnection/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"InboundConnection\"\ - ,\r\n \"operation\": \"Read InboundConnection data\",\r\n \"\ - description\": \"Read data from the InboundConnection table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/InsightsMetrics/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"InsightsMetrics\"\ - ,\r\n \"operation\": \"Read InsightsMetrics data\",\r\n \"description\"\ - : \"Read data from the InsightsMetrics table\"\r\n }\r\n },\r\n \ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/IntuneAuditLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"IntuneAuditLogs\"\ - ,\r\n \"operation\": \"Read IntuneAuditLogs data\",\r\n \"description\"\ - : \"Read data from the IntuneAuditLogs table\"\r\n }\r\n },\r\n \ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/IntuneDeviceComplianceOrg/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"IntuneDeviceComplianceOrg\"\ - ,\r\n \"operation\": \"Read IntuneDeviceComplianceOrg data\",\r\n \ - \ \"description\": \"Read data from the IntuneDeviceComplianceOrg table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/IntuneDevices/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"IntuneDevices\"\ - ,\r\n \"operation\": \"Read IntuneDevices data\",\r\n \"description\"\ - : \"Read data from the IntuneDevices table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/IntuneOperationalLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"IntuneOperationalLogs\"\ - ,\r\n \"operation\": \"Read IntuneOperationalLogs data\",\r\n \ - \ \"description\": \"Read data from the IntuneOperationalLogs table\"\r\n\ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/IoTHubDistributedTracing/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"IoTHubDistributedTracing\"\ - ,\r\n \"operation\": \"Read IoTHubDistributedTracing data\",\r\n \ - \ \"description\": \"Read data from the IoTHubDistributedTracing table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/KubeEvents/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"KubeEvents\"\ - ,\r\n \"operation\": \"Read KubeEvents data\",\r\n \"description\"\ - : \"Read data from the KubeEvents table\"\r\n }\r\n },\r\n {\r\n\ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/KubeHealth/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"KubeHealth\"\ - ,\r\n \"operation\": \"Read KubeHealth data\",\r\n \"description\"\ - : \"Read data from the KubeHealth table\"\r\n }\r\n },\r\n {\r\n\ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/KubeMonAgentEvents/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"KubeMonAgentEvents\"\ - ,\r\n \"operation\": \"Read KubeMonAgentEvents data\",\r\n \"\ - description\": \"Read data from the KubeMonAgentEvents table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/KubeNodeInventory/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"KubeNodeInventory\"\ - ,\r\n \"operation\": \"Read KubeNodeInventory data\",\r\n \"\ - description\": \"Read data from the KubeNodeInventory table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/KubePodInventory/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"KubePodInventory\"\ - ,\r\n \"operation\": \"Read KubePodInventory data\",\r\n \"\ - description\": \"Read data from the KubePodInventory table\"\r\n }\r\n\ - \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/KubePVInventory/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"KubePVInventory\"\ - ,\r\n \"operation\": \"Read KubePVInventory data\",\r\n \"description\"\ - : \"Read data from the KubePVInventory table\"\r\n }\r\n },\r\n \ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/KubeServices/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"KubeServices\"\ - ,\r\n \"operation\": \"Read KubeServices data\",\r\n \"description\"\ - : \"Read data from the KubeServices table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/LAQueryLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"LAQueryLogs\"\ - ,\r\n \"operation\": \"Read LAQueryLogs data\",\r\n \"description\"\ - : \"Read data from the LAQueryLogs table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/LinuxAuditLog/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"LinuxAuditLog\"\ - ,\r\n \"operation\": \"Read LinuxAuditLog data\",\r\n \"description\"\ - : \"Read data from the LinuxAuditLog table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAApplication/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAApplication\"\ - ,\r\n \"operation\": \"Read MAApplication data\",\r\n \"description\"\ - : \"Read data from the MAApplication table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAApplicationHealth/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAApplicationHealth\"\ - ,\r\n \"operation\": \"Read MAApplicationHealth data\",\r\n \ - \ \"description\": \"Read data from the MAApplicationHealth table\"\r\n \ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAApplicationHealthAlternativeVersions/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAApplicationHealthAlternativeVersions\"\ - ,\r\n \"operation\": \"Read MAApplicationHealthAlternativeVersions\ - \ data\",\r\n \"description\": \"Read data from the MAApplicationHealthAlternativeVersions\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAApplicationHealthIssues/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAApplicationHealthIssues\"\ - ,\r\n \"operation\": \"Read MAApplicationHealthIssues data\",\r\n \ - \ \"description\": \"Read data from the MAApplicationHealthIssues table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAApplicationInstance/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAApplicationInstance\"\ - ,\r\n \"operation\": \"Read MAApplicationInstance data\",\r\n \ - \ \"description\": \"Read data from the MAApplicationInstance table\"\r\n\ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAApplicationInstanceReadiness/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAApplicationInstanceReadiness\"\ - ,\r\n \"operation\": \"Read MAApplicationInstanceReadiness data\",\r\ - \n \"description\": \"Read data from the MAApplicationInstanceReadiness\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAApplicationReadiness/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAApplicationReadiness\"\ - ,\r\n \"operation\": \"Read MAApplicationReadiness data\",\r\n \ - \ \"description\": \"Read data from the MAApplicationReadiness table\"\r\ - \n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MADeploymentPlan/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MADeploymentPlan\"\ - ,\r\n \"operation\": \"Read MADeploymentPlan data\",\r\n \"\ - description\": \"Read data from the MADeploymentPlan table\"\r\n }\r\n\ - \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MADevice/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MADevice\"\ - ,\r\n \"operation\": \"Read MADevice data\",\r\n \"description\"\ - : \"Read data from the MADevice table\"\r\n }\r\n },\r\n {\r\n\ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/MADeviceNotEnrolled/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MADeviceNotEnrolled\"\ - ,\r\n \"operation\": \"Read MADeviceNotEnrolled data\",\r\n \ - \ \"description\": \"Read data from the MADeviceNotEnrolled table\"\r\n \ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MADeviceNRT/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MADeviceNRT\"\ - ,\r\n \"operation\": \"Read MADeviceNRT data\",\r\n \"description\"\ - : \"Read data from the MADeviceNRT table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MADevicePnPHealth/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MADevicePnPHealth\"\ - ,\r\n \"operation\": \"Read MADevicePnPHealth data\",\r\n \"\ - description\": \"Read data from the MADevicePnPHealth table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MADevicePnPHealthAlternativeVersions/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MADevicePnPHealthAlternativeVersions\"\ - ,\r\n \"operation\": \"Read MADevicePnPHealthAlternativeVersions data\"\ - ,\r\n \"description\": \"Read data from the MADevicePnPHealthAlternativeVersions\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MADevicePnPHealthIssues/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MADevicePnPHealthIssues\"\ - ,\r\n \"operation\": \"Read MADevicePnPHealthIssues data\",\r\n \ - \ \"description\": \"Read data from the MADevicePnPHealthIssues table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MADeviceReadiness/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MADeviceReadiness\"\ - ,\r\n \"operation\": \"Read MADeviceReadiness data\",\r\n \"\ - description\": \"Read data from the MADeviceReadiness table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MADriverInstanceReadiness/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MADriverInstanceReadiness\"\ - ,\r\n \"operation\": \"Read MADriverInstanceReadiness data\",\r\n \ - \ \"description\": \"Read data from the MADriverInstanceReadiness table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MADriverReadiness/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MADriverReadiness\"\ - ,\r\n \"operation\": \"Read MADriverReadiness data\",\r\n \"\ - description\": \"Read data from the MADriverReadiness table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeAddin/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeAddin\"\ - ,\r\n \"operation\": \"Read MAOfficeAddin data\",\r\n \"description\"\ - : \"Read data from the MAOfficeAddin table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeAddinEntityHealth/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeAddinEntityHealth\"\ - ,\r\n \"operation\": \"Read MAOfficeAddinEntityHealth data\",\r\n \ - \ \"description\": \"Read data from the MAOfficeAddinEntityHealth table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeAddinHealth/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeAddinHealth\"\ - ,\r\n \"operation\": \"Read MAOfficeAddinHealth data\",\r\n \ - \ \"description\": \"Read data from the MAOfficeAddinHealth table\"\r\n \ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeAddinHealthEventNRT/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeAddinHealthEventNRT\"\ - ,\r\n \"operation\": \"Read MAOfficeAddinHealthEventNRT data\",\r\n\ - \ \"description\": \"Read data from the MAOfficeAddinHealthEventNRT\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeAddinHealthIssues/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeAddinHealthIssues\"\ - ,\r\n \"operation\": \"Read MAOfficeAddinHealthIssues data\",\r\n \ - \ \"description\": \"Read data from the MAOfficeAddinHealthIssues table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeAddinInstance/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeAddinInstance\"\ - ,\r\n \"operation\": \"Read MAOfficeAddinInstance data\",\r\n \ - \ \"description\": \"Read data from the MAOfficeAddinInstance table\"\r\n\ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeAddinInstanceReadiness/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeAddinInstanceReadiness\"\ - ,\r\n \"operation\": \"Read MAOfficeAddinInstanceReadiness data\",\r\ - \n \"description\": \"Read data from the MAOfficeAddinInstanceReadiness\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeAddinReadiness/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeAddinReadiness\"\ - ,\r\n \"operation\": \"Read MAOfficeAddinReadiness data\",\r\n \ - \ \"description\": \"Read data from the MAOfficeAddinReadiness table\"\r\ - \n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeApp/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeApp\"\ - ,\r\n \"operation\": \"Read MAOfficeApp data\",\r\n \"description\"\ - : \"Read data from the MAOfficeApp table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeAppCrashesNRT/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeAppCrashesNRT\"\ - ,\r\n \"operation\": \"Read MAOfficeAppCrashesNRT data\",\r\n \ - \ \"description\": \"Read data from the MAOfficeAppCrashesNRT table\"\r\n\ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeAppHealth/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeAppHealth\"\ - ,\r\n \"operation\": \"Read MAOfficeAppHealth data\",\r\n \"\ - description\": \"Read data from the MAOfficeAppHealth table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeAppInstance/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeAppInstance\"\ - ,\r\n \"operation\": \"Read MAOfficeAppInstance data\",\r\n \ - \ \"description\": \"Read data from the MAOfficeAppInstance table\"\r\n \ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeAppInstanceHealth/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeAppInstanceHealth\"\ - ,\r\n \"operation\": \"Read MAOfficeAppInstanceHealth data\",\r\n \ - \ \"description\": \"Read data from the MAOfficeAppInstanceHealth table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeAppReadiness/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeAppReadiness\"\ - ,\r\n \"operation\": \"Read MAOfficeAppReadiness data\",\r\n \ - \ \"description\": \"Read data from the MAOfficeAppReadiness table\"\r\n\ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeAppSessionsNRT/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeAppSessionsNRT\"\ - ,\r\n \"operation\": \"Read MAOfficeAppSessionsNRT data\",\r\n \ - \ \"description\": \"Read data from the MAOfficeAppSessionsNRT table\"\r\ - \n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeBuildInfo/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeBuildInfo\"\ - ,\r\n \"operation\": \"Read MAOfficeBuildInfo data\",\r\n \"\ - description\": \"Read data from the MAOfficeBuildInfo table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeCurrencyAssessment/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeCurrencyAssessment\"\ - ,\r\n \"operation\": \"Read MAOfficeCurrencyAssessment data\",\r\n\ - \ \"description\": \"Read data from the MAOfficeCurrencyAssessment\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeCurrencyAssessmentDailyCounts/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeCurrencyAssessmentDailyCounts\"\ - ,\r\n \"operation\": \"Read MAOfficeCurrencyAssessmentDailyCounts data\"\ - ,\r\n \"description\": \"Read data from the MAOfficeCurrencyAssessmentDailyCounts\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeDeploymentStatus/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeDeploymentStatus\"\ - ,\r\n \"operation\": \"Read MAOfficeDeploymentStatus data\",\r\n \ - \ \"description\": \"Read data from the MAOfficeDeploymentStatus table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeDeploymentStatusNRT/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeDeploymentStatusNRT\"\ - ,\r\n \"operation\": \"Read MAOfficeDeploymentStatusNRT data\",\r\n\ - \ \"description\": \"Read data from the MAOfficeDeploymentStatusNRT\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeMacroErrorNRT/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeMacroErrorNRT\"\ - ,\r\n \"operation\": \"Read MAOfficeMacroErrorNRT data\",\r\n \ - \ \"description\": \"Read data from the MAOfficeMacroErrorNRT table\"\r\n\ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeMacroGlobalHealth/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeMacroGlobalHealth\"\ - ,\r\n \"operation\": \"Read MAOfficeMacroGlobalHealth data\",\r\n \ - \ \"description\": \"Read data from the MAOfficeMacroGlobalHealth table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeMacroHealth/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeMacroHealth\"\ - ,\r\n \"operation\": \"Read MAOfficeMacroHealth data\",\r\n \ - \ \"description\": \"Read data from the MAOfficeMacroHealth table\"\r\n \ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeMacroHealthIssues/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeMacroHealthIssues\"\ - ,\r\n \"operation\": \"Read MAOfficeMacroHealthIssues data\",\r\n \ - \ \"description\": \"Read data from the MAOfficeMacroHealthIssues table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeMacroIssueInstanceReadiness/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeMacroIssueInstanceReadiness\"\ - ,\r\n \"operation\": \"Read MAOfficeMacroIssueInstanceReadiness data\"\ - ,\r\n \"description\": \"Read data from the MAOfficeMacroIssueInstanceReadiness\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeMacroIssueReadiness/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeMacroIssueReadiness\"\ - ,\r\n \"operation\": \"Read MAOfficeMacroIssueReadiness data\",\r\n\ - \ \"description\": \"Read data from the MAOfficeMacroIssueReadiness\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeMacroSummary/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeMacroSummary\"\ - ,\r\n \"operation\": \"Read MAOfficeMacroSummary data\",\r\n \ - \ \"description\": \"Read data from the MAOfficeMacroSummary table\"\r\n\ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeSuite/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeSuite\"\ - ,\r\n \"operation\": \"Read MAOfficeSuite data\",\r\n \"description\"\ - : \"Read data from the MAOfficeSuite table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeSuiteInstance/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeSuiteInstance\"\ - ,\r\n \"operation\": \"Read MAOfficeSuiteInstance data\",\r\n \ - \ \"description\": \"Read data from the MAOfficeSuiteInstance table\"\r\n\ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAProposedPilotDevices/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAProposedPilotDevices\"\ - ,\r\n \"operation\": \"Read MAProposedPilotDevices data\",\r\n \ - \ \"description\": \"Read data from the MAProposedPilotDevices table\"\r\ - \n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAWindowsBuildInfo/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAWindowsBuildInfo\"\ - ,\r\n \"operation\": \"Read MAWindowsBuildInfo data\",\r\n \"\ - description\": \"Read data from the MAWindowsBuildInfo table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAWindowsCurrencyAssessment/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAWindowsCurrencyAssessment\"\ - ,\r\n \"operation\": \"Read MAWindowsCurrencyAssessment data\",\r\n\ - \ \"description\": \"Read data from the MAWindowsCurrencyAssessment\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAWindowsCurrencyAssessmentDailyCounts/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAWindowsCurrencyAssessmentDailyCounts\"\ - ,\r\n \"operation\": \"Read MAWindowsCurrencyAssessmentDailyCounts\ - \ data\",\r\n \"description\": \"Read data from the MAWindowsCurrencyAssessmentDailyCounts\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAWindowsDeploymentStatus/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAWindowsDeploymentStatus\"\ - ,\r\n \"operation\": \"Read MAWindowsDeploymentStatus data\",\r\n \ - \ \"description\": \"Read data from the MAWindowsDeploymentStatus table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAWindowsDeploymentStatusNRT/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAWindowsDeploymentStatusNRT\"\ - ,\r\n \"operation\": \"Read MAWindowsDeploymentStatusNRT data\",\r\n\ - \ \"description\": \"Read data from the MAWindowsDeploymentStatusNRT\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAWindowsSysReqInstanceReadiness/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MAWindowsSysReqInstanceReadiness\"\ - ,\r\n \"operation\": \"Read MAWindowsSysReqInstanceReadiness data\"\ - ,\r\n \"description\": \"Read data from the MAWindowsSysReqInstanceReadiness\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/McasShadowItReporting/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"McasShadowItReporting\"\ - ,\r\n \"operation\": \"Read McasShadowItReporting data\",\r\n \ - \ \"description\": \"Read data from the McasShadowItReporting table\"\r\n\ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MicrosoftAzureBastionAuditLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MicrosoftAzureBastionAuditLogs\"\ - ,\r\n \"operation\": \"Read MicrosoftAzureBastionAuditLogs data\",\r\ - \n \"description\": \"Read data from the MicrosoftAzureBastionAuditLogs\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MicrosoftDataShareReceivedSnapshotLog/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MicrosoftDataShareReceivedSnapshotLog\"\ - ,\r\n \"operation\": \"Read MicrosoftDataShareReceivedSnapshotLog data\"\ - ,\r\n \"description\": \"Read data from the MicrosoftDataShareReceivedSnapshotLog\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MicrosoftDataShareSentSnapshotLog/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MicrosoftDataShareSentSnapshotLog\"\ - ,\r\n \"operation\": \"Read MicrosoftDataShareSentSnapshotLog data\"\ - ,\r\n \"description\": \"Read data from the MicrosoftDataShareSentSnapshotLog\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MicrosoftDataShareShareLog/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MicrosoftDataShareShareLog\"\ - ,\r\n \"operation\": \"Read MicrosoftDataShareShareLog data\",\r\n\ - \ \"description\": \"Read data from the MicrosoftDataShareShareLog\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MicrosoftDynamicsTelemetryPerformanceLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MicrosoftDynamicsTelemetryPerformanceLogs\"\ - ,\r\n \"operation\": \"Read MicrosoftDynamicsTelemetryPerformanceLogs\ - \ data\",\r\n \"description\": \"Read data from the MicrosoftDynamicsTelemetryPerformanceLogs\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MicrosoftDynamicsTelemetrySystemMetricsLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MicrosoftDynamicsTelemetrySystemMetricsLogs\"\ - ,\r\n \"operation\": \"Read MicrosoftDynamicsTelemetrySystemMetricsLogs\ - \ data\",\r\n \"description\": \"Read data from the MicrosoftDynamicsTelemetrySystemMetricsLogs\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MicrosoftHealthcareApisAuditLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"MicrosoftHealthcareApisAuditLogs\"\ - ,\r\n \"operation\": \"Read MicrosoftHealthcareApisAuditLogs data\"\ - ,\r\n \"description\": \"Read data from the MicrosoftHealthcareApisAuditLogs\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/NetworkMonitoring/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"NetworkMonitoring\"\ - ,\r\n \"operation\": \"Read NetworkMonitoring data\",\r\n \"\ - description\": \"Read data from the NetworkMonitoring table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/NWConnectionMonitorDestinationListenerResult/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"NWConnectionMonitorDestinationListenerResult\"\ - ,\r\n \"operation\": \"Read NWConnectionMonitorDestinationListenerResult\ - \ data\",\r\n \"description\": \"Read data from the NWConnectionMonitorDestinationListenerResult\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/NWConnectionMonitorDNSResult/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"NWConnectionMonitorDNSResult\"\ - ,\r\n \"operation\": \"Read NWConnectionMonitorDNSResult data\",\r\n\ - \ \"description\": \"Read data from the NWConnectionMonitorDNSResult\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/NWConnectionMonitorPathResult/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"NWConnectionMonitorPathResult\"\ - ,\r\n \"operation\": \"Read NWConnectionMonitorPathResult data\",\r\ - \n \"description\": \"Read data from the NWConnectionMonitorPathResult\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/NWConnectionMonitorTestResult/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"NWConnectionMonitorTestResult\"\ - ,\r\n \"operation\": \"Read NWConnectionMonitorTestResult data\",\r\ - \n \"description\": \"Read data from the NWConnectionMonitorTestResult\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/OfficeActivity/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"OfficeActivity\"\ - ,\r\n \"operation\": \"Read OfficeActivity data\",\r\n \"description\"\ - : \"Read data from the OfficeActivity table\"\r\n }\r\n },\r\n \ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/Operation/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"Operation\"\ - ,\r\n \"operation\": \"Read Operation data\",\r\n \"description\"\ - : \"Read data from the Operation table\"\r\n }\r\n },\r\n {\r\n\ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/OutboundConnection/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"OutboundConnection\"\ - ,\r\n \"operation\": \"Read OutboundConnection data\",\r\n \"\ - description\": \"Read data from the OutboundConnection table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/Perf/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"Perf\",\r\n\ - \ \"operation\": \"Read Perf data\",\r\n \"description\": \"\ - Read data from the Perf table\"\r\n }\r\n },\r\n {\r\n \"\ - name\": \"Microsoft.OperationalInsights/workspaces/query/PowerBIDatasetsTenantPreview/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"PowerBIDatasetsTenantPreview\"\ - ,\r\n \"operation\": \"Read PowerBIDatasetsTenantPreview data\",\r\n\ - \ \"description\": \"Read data from the PowerBIDatasetsTenantPreview\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/PowerBIDatasetsWorkspacePreview/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"PowerBIDatasetsWorkspacePreview\"\ - ,\r\n \"operation\": \"Read PowerBIDatasetsWorkspacePreview data\"\ - ,\r\n \"description\": \"Read data from the PowerBIDatasetsWorkspacePreview\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ProtectionStatus/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ProtectionStatus\"\ - ,\r\n \"operation\": \"Read ProtectionStatus data\",\r\n \"\ - description\": \"Read data from the ProtectionStatus table\"\r\n }\r\n\ - \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"query\",\r\ - \n \"operation\": \"Query Data in Workspace\",\r\n \"description\"\ - : \"Run queries over the data in the workspace\"\r\n }\r\n },\r\n\ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/requests/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"requests\"\ - ,\r\n \"operation\": \"Read requests data\",\r\n \"description\"\ - : \"Read data from the requests table\"\r\n }\r\n },\r\n {\r\n\ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/SCCMAssessmentRecommendation/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SCCMAssessmentRecommendation\"\ - ,\r\n \"operation\": \"Read SCCMAssessmentRecommendation data\",\r\n\ - \ \"description\": \"Read data from the SCCMAssessmentRecommendation\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SCOMAssessmentRecommendation/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SCOMAssessmentRecommendation\"\ - ,\r\n \"operation\": \"Read SCOMAssessmentRecommendation data\",\r\n\ - \ \"description\": \"Read data from the SCOMAssessmentRecommendation\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SecureScoreControls/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SecureScoreControls\"\ - ,\r\n \"operation\": \"Read SecureScoreControls data\",\r\n \ - \ \"description\": \"Read data from the SecureScoreControls table\"\r\n \ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SecureScores/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SecureScores\"\ - ,\r\n \"operation\": \"Read SecureScores data\",\r\n \"description\"\ - : \"Read data from the SecureScores table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SecurityAlert/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SecurityAlert\"\ - ,\r\n \"operation\": \"Read SecurityAlert data\",\r\n \"description\"\ - : \"Read data from the SecurityAlert table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SecurityBaseline/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SecurityBaseline\"\ - ,\r\n \"operation\": \"Read SecurityBaseline data\",\r\n \"\ - description\": \"Read data from the SecurityBaseline table\"\r\n }\r\n\ - \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SecurityBaselineSummary/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SecurityBaselineSummary\"\ - ,\r\n \"operation\": \"Read SecurityBaselineSummary data\",\r\n \ - \ \"description\": \"Read data from the SecurityBaselineSummary table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SecurityDetection/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SecurityDetection\"\ - ,\r\n \"operation\": \"Read SecurityDetection data\",\r\n \"\ - description\": \"Read data from the SecurityDetection table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SecurityEvent/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SecurityEvent\"\ - ,\r\n \"operation\": \"Read SecurityEvent data\",\r\n \"description\"\ - : \"Read data from the SecurityEvent table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SecurityIncident/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SecurityIncident\"\ - ,\r\n \"operation\": \"Read SecurityIncident data\",\r\n \"\ - description\": \"Read data from the SecurityIncident table\"\r\n }\r\n\ - \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SecurityIoTRawEvent/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SecurityIoTRawEvent\"\ - ,\r\n \"operation\": \"Read SecurityIoTRawEvent data\",\r\n \ - \ \"description\": \"Read data from the SecurityIoTRawEvent table\"\r\n \ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SecurityNestedRecommendation/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SecurityNestedRecommendation\"\ - ,\r\n \"operation\": \"Read SecurityNestedRecommendation data\",\r\n\ - \ \"description\": \"Read data from the SecurityNestedRecommendation\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SecurityRecommendation/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SecurityRecommendation\"\ - ,\r\n \"operation\": \"Read SecurityRecommendation data\",\r\n \ - \ \"description\": \"Read data from the SecurityRecommendation table\"\r\ - \n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SecurityRegulatoryCompliance/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SecurityRegulatoryCompliance\"\ - ,\r\n \"operation\": \"Read SecurityRegulatoryCompliance data\",\r\n\ - \ \"description\": \"Read data from the SecurityRegulatoryCompliance\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ServiceFabricOperationalEvent/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ServiceFabricOperationalEvent\"\ - ,\r\n \"operation\": \"Read ServiceFabricOperationalEvent data\",\r\ - \n \"description\": \"Read data from the ServiceFabricOperationalEvent\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ServiceFabricReliableActorEvent/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ServiceFabricReliableActorEvent\"\ - ,\r\n \"operation\": \"Read ServiceFabricReliableActorEvent data\"\ - ,\r\n \"description\": \"Read data from the ServiceFabricReliableActorEvent\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ServiceFabricReliableServiceEvent/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ServiceFabricReliableServiceEvent\"\ - ,\r\n \"operation\": \"Read ServiceFabricReliableServiceEvent data\"\ - ,\r\n \"description\": \"Read data from the ServiceFabricReliableServiceEvent\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SfBAssessmentRecommendation/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SfBAssessmentRecommendation\"\ - ,\r\n \"operation\": \"Read SfBAssessmentRecommendation data\",\r\n\ - \ \"description\": \"Read data from the SfBAssessmentRecommendation\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SfBOnlineAssessmentRecommendation/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SfBOnlineAssessmentRecommendation\"\ - ,\r\n \"operation\": \"Read SfBOnlineAssessmentRecommendation data\"\ - ,\r\n \"description\": \"Read data from the SfBOnlineAssessmentRecommendation\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SharePointOnlineAssessmentRecommendation/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SharePointOnlineAssessmentRecommendation\"\ - ,\r\n \"operation\": \"Read SharePointOnlineAssessmentRecommendation\ - \ data\",\r\n \"description\": \"Read data from the SharePointOnlineAssessmentRecommendation\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SignalRServiceDiagnosticLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SignalRServiceDiagnosticLogs\"\ - ,\r\n \"operation\": \"Read SignalRServiceDiagnosticLogs data\",\r\n\ - \ \"description\": \"Read data from the SignalRServiceDiagnosticLogs\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SigninLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SigninLogs\"\ - ,\r\n \"operation\": \"Read SigninLogs data\",\r\n \"description\"\ - : \"Read data from the SigninLogs table\"\r\n }\r\n },\r\n {\r\n\ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/SPAssessmentRecommendation/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SPAssessmentRecommendation\"\ - ,\r\n \"operation\": \"Read SPAssessmentRecommendation data\",\r\n\ - \ \"description\": \"Read data from the SPAssessmentRecommendation\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SQLAssessmentRecommendation/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SQLAssessmentRecommendation\"\ - ,\r\n \"operation\": \"Read SQLAssessmentRecommendation data\",\r\n\ - \ \"description\": \"Read data from the SQLAssessmentRecommendation\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SqlDataClassification/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SqlDataClassification\"\ - ,\r\n \"operation\": \"Read SqlDataClassification data\",\r\n \ - \ \"description\": \"Read data from the SqlDataClassification table\"\r\n\ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SQLQueryPerformance/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SQLQueryPerformance\"\ - ,\r\n \"operation\": \"Read SQLQueryPerformance data\",\r\n \ - \ \"description\": \"Read data from the SQLQueryPerformance table\"\r\n \ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SqlVulnerabilityAssessmentResult/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SqlVulnerabilityAssessmentResult\"\ - ,\r\n \"operation\": \"Read SqlVulnerabilityAssessmentResult data\"\ - ,\r\n \"description\": \"Read data from the SqlVulnerabilityAssessmentResult\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SqlVulnerabilityAssessmentScanStatus/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SqlVulnerabilityAssessmentScanStatus\"\ - ,\r\n \"operation\": \"Read SqlVulnerabilityAssessmentScanStatus data\"\ - ,\r\n \"description\": \"Read data from the SqlVulnerabilityAssessmentScanStatus\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/StorageBlobLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"StorageBlobLogs\"\ - ,\r\n \"operation\": \"Read StorageBlobLogs data\",\r\n \"description\"\ - : \"Read data from the StorageBlobLogs table\"\r\n }\r\n },\r\n \ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/StorageFileLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"StorageFileLogs\"\ - ,\r\n \"operation\": \"Read StorageFileLogs data\",\r\n \"description\"\ - : \"Read data from the StorageFileLogs table\"\r\n }\r\n },\r\n \ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/StorageQueueLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"StorageQueueLogs\"\ - ,\r\n \"operation\": \"Read StorageQueueLogs data\",\r\n \"\ - description\": \"Read data from the StorageQueueLogs table\"\r\n }\r\n\ - \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/StorageTableLogs/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"StorageTableLogs\"\ - ,\r\n \"operation\": \"Read StorageTableLogs data\",\r\n \"\ - description\": \"Read data from the StorageTableLogs table\"\r\n }\r\n\ - \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SucceededIngestion/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SucceededIngestion\"\ - ,\r\n \"operation\": \"Read SucceededIngestion data\",\r\n \"\ - description\": \"Read data from the SucceededIngestion table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SynapseBigDataPoolApplicationsEnded/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SynapseBigDataPoolApplicationsEnded\"\ - ,\r\n \"operation\": \"Read SynapseBigDataPoolApplicationsEnded data\"\ - ,\r\n \"description\": \"Read data from the SynapseBigDataPoolApplicationsEnded\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SynapseBuiltinSqlPoolRequestsEnded/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SynapseBuiltinSqlPoolRequestsEnded\"\ - ,\r\n \"operation\": \"Read SynapseBuiltinSqlPoolRequestsEnded data\"\ - ,\r\n \"description\": \"Read data from the SynapseBuiltinSqlPoolRequestsEnded\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SynapseGatewayApiRequests/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SynapseGatewayApiRequests\"\ - ,\r\n \"operation\": \"Read SynapseGatewayApiRequests data\",\r\n \ - \ \"description\": \"Read data from the SynapseGatewayApiRequests table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SynapseGatewayEvents/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SynapseGatewayEvents\"\ - ,\r\n \"operation\": \"Read SynapseGatewayEvents data\",\r\n \ - \ \"description\": \"Read data from the SynapseGatewayEvents table\"\r\n\ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SynapseIntegrationActivityRunsEnded/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SynapseIntegrationActivityRunsEnded\"\ - ,\r\n \"operation\": \"Read SynapseIntegrationActivityRunsEnded data\"\ - ,\r\n \"description\": \"Read data from the SynapseIntegrationActivityRunsEnded\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SynapseIntegrationPipelineRunsEnded/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SynapseIntegrationPipelineRunsEnded\"\ - ,\r\n \"operation\": \"Read SynapseIntegrationPipelineRunsEnded data\"\ - ,\r\n \"description\": \"Read data from the SynapseIntegrationPipelineRunsEnded\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SynapseIntegrationTriggerRunsEnded/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SynapseIntegrationTriggerRunsEnded\"\ - ,\r\n \"operation\": \"Read SynapseIntegrationTriggerRunsEnded data\"\ - ,\r\n \"description\": \"Read data from the SynapseIntegrationTriggerRunsEnded\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SynapseRBACEvents/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SynapseRBACEvents\"\ - ,\r\n \"operation\": \"Read SynapseRBACEvents data\",\r\n \"\ - description\": \"Read data from the SynapseRBACEvents table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SynapseRbacOperations/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SynapseRbacOperations\"\ - ,\r\n \"operation\": \"Read SynapseRbacOperations data\",\r\n \ - \ \"description\": \"Read data from the SynapseRbacOperations table\"\r\n\ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SynapseSqlPoolDmsWorkers/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SynapseSqlPoolDmsWorkers\"\ - ,\r\n \"operation\": \"Read SynapseSqlPoolDmsWorkers data\",\r\n \ - \ \"description\": \"Read data from the SynapseSqlPoolDmsWorkers table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SynapseSqlPoolExecRequests/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SynapseSqlPoolExecRequests\"\ - ,\r\n \"operation\": \"Read SynapseSqlPoolExecRequests data\",\r\n\ - \ \"description\": \"Read data from the SynapseSqlPoolExecRequests\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SynapseSqlPoolRequestSteps/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SynapseSqlPoolRequestSteps\"\ - ,\r\n \"operation\": \"Read SynapseSqlPoolRequestSteps data\",\r\n\ - \ \"description\": \"Read data from the SynapseSqlPoolRequestSteps\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SynapseSqlPoolSqlRequests/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SynapseSqlPoolSqlRequests\"\ - ,\r\n \"operation\": \"Read SynapseSqlPoolSqlRequests data\",\r\n \ - \ \"description\": \"Read data from the SynapseSqlPoolSqlRequests table\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SynapseSqlPoolWaits/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SynapseSqlPoolWaits\"\ - ,\r\n \"operation\": \"Read SynapseSqlPoolWaits data\",\r\n \ - \ \"description\": \"Read data from the SynapseSqlPoolWaits table\"\r\n \ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/Syslog/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"Syslog\",\r\ - \n \"operation\": \"Read Syslog data\",\r\n \"description\"\ - : \"Read data from the Syslog table\"\r\n }\r\n },\r\n {\r\n \ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/SysmonEvent/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"SysmonEvent\"\ - ,\r\n \"operation\": \"Read SysmonEvent data\",\r\n \"description\"\ - : \"Read data from the SysmonEvent table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/Tables.Custom/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"Tables.Custom\"\ - ,\r\n \"operation\": \"Read Custom Logs\",\r\n \"description\"\ - : \"Reading data from any custom log\"\r\n }\r\n },\r\n {\r\n \ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/ThreatIntelligenceIndicator/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"ThreatIntelligenceIndicator\"\ - ,\r\n \"operation\": \"Read ThreatIntelligenceIndicator data\",\r\n\ - \ \"description\": \"Read data from the ThreatIntelligenceIndicator\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/TSIIngress/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"TSIIngress\"\ - ,\r\n \"operation\": \"Read TSIIngress data\",\r\n \"description\"\ - : \"Read data from the TSIIngress table\"\r\n }\r\n },\r\n {\r\n\ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/UAApp/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"UAApp\",\r\ - \n \"operation\": \"Read UAApp data\",\r\n \"description\":\ - \ \"Read data from the UAApp table\"\r\n }\r\n },\r\n {\r\n \ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/UAComputer/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"UAComputer\"\ - ,\r\n \"operation\": \"Read UAComputer data\",\r\n \"description\"\ - : \"Read data from the UAComputer table\"\r\n }\r\n },\r\n {\r\n\ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/UAComputerRank/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"UAComputerRank\"\ - ,\r\n \"operation\": \"Read UAComputerRank data\",\r\n \"description\"\ - : \"Read data from the UAComputerRank table\"\r\n }\r\n },\r\n \ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/UADriver/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"UADriver\"\ - ,\r\n \"operation\": \"Read UADriver data\",\r\n \"description\"\ - : \"Read data from the UADriver table\"\r\n }\r\n },\r\n {\r\n\ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/UADriverProblemCodes/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"UADriverProblemCodes\"\ - ,\r\n \"operation\": \"Read UADriverProblemCodes data\",\r\n \ - \ \"description\": \"Read data from the UADriverProblemCodes table\"\r\n\ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/UAFeedback/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"UAFeedback\"\ - ,\r\n \"operation\": \"Read UAFeedback data\",\r\n \"description\"\ - : \"Read data from the UAFeedback table\"\r\n }\r\n },\r\n {\r\n\ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/UAHardwareSecurity/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"UAHardwareSecurity\"\ - ,\r\n \"operation\": \"Read UAHardwareSecurity data\",\r\n \"\ - description\": \"Read data from the UAHardwareSecurity table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/UAIESiteDiscovery/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"UAIESiteDiscovery\"\ - ,\r\n \"operation\": \"Read UAIESiteDiscovery data\",\r\n \"\ - description\": \"Read data from the UAIESiteDiscovery table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/UAOfficeAddIn/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"UAOfficeAddIn\"\ - ,\r\n \"operation\": \"Read UAOfficeAddIn data\",\r\n \"description\"\ - : \"Read data from the UAOfficeAddIn table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/UAProposedActionPlan/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"UAProposedActionPlan\"\ - ,\r\n \"operation\": \"Read UAProposedActionPlan data\",\r\n \ - \ \"description\": \"Read data from the UAProposedActionPlan table\"\r\n\ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/UASysReqIssue/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"UASysReqIssue\"\ - ,\r\n \"operation\": \"Read UASysReqIssue data\",\r\n \"description\"\ - : \"Read data from the UASysReqIssue table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/UAUpgradedComputer/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"UAUpgradedComputer\"\ - ,\r\n \"operation\": \"Read UAUpgradedComputer data\",\r\n \"\ - description\": \"Read data from the UAUpgradedComputer table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/Update/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"Update\",\r\ - \n \"operation\": \"Read Update data\",\r\n \"description\"\ - : \"Read data from the Update table\"\r\n }\r\n },\r\n {\r\n \ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/UpdateRunProgress/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"UpdateRunProgress\"\ - ,\r\n \"operation\": \"Read UpdateRunProgress data\",\r\n \"\ - description\": \"Read data from the UpdateRunProgress table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/UpdateSummary/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"UpdateSummary\"\ - ,\r\n \"operation\": \"Read UpdateSummary data\",\r\n \"description\"\ - : \"Read data from the UpdateSummary table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/Usage/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"Usage\",\r\ - \n \"operation\": \"Read Usage data\",\r\n \"description\":\ - \ \"Read data from the Usage table\"\r\n }\r\n },\r\n {\r\n \ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/UserAccessAnalytics/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"UserAccessAnalytics\"\ - ,\r\n \"operation\": \"Read UserAccessAnalytics data\",\r\n \ - \ \"description\": \"Read data from the UserAccessAnalytics table\"\r\n \ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/UserPeerAnalytics/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"UserPeerAnalytics\"\ - ,\r\n \"operation\": \"Read UserPeerAnalytics data\",\r\n \"\ - description\": \"Read data from the UserPeerAnalytics table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/VMBoundPort/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"VMBoundPort\"\ - ,\r\n \"operation\": \"Read VMBoundPort data\",\r\n \"description\"\ - : \"Read data from the VMBoundPort table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/VMComputer/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"VMComputer\"\ - ,\r\n \"operation\": \"Read VMComputer data\",\r\n \"description\"\ - : \"Read data from the VMComputer table\"\r\n }\r\n },\r\n {\r\n\ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/VMConnection/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"VMConnection\"\ - ,\r\n \"operation\": \"Read VMConnection data\",\r\n \"description\"\ - : \"Read data from the VMConnection table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/VMProcess/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"VMProcess\"\ - ,\r\n \"operation\": \"Read VMProcess data\",\r\n \"description\"\ - : \"Read data from the VMProcess table\"\r\n }\r\n },\r\n {\r\n\ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/W3CIISLog/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"W3CIISLog\"\ - ,\r\n \"operation\": \"Read W3CIISLog data\",\r\n \"description\"\ - : \"Read data from the W3CIISLog table\"\r\n }\r\n },\r\n {\r\n\ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/WaaSDeploymentStatus/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"WaaSDeploymentStatus\"\ - ,\r\n \"operation\": \"Read WaaSDeploymentStatus data\",\r\n \ - \ \"description\": \"Read data from the WaaSDeploymentStatus table\"\r\n\ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/WaaSInsiderStatus/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"WaaSInsiderStatus\"\ - ,\r\n \"operation\": \"Read WaaSInsiderStatus data\",\r\n \"\ - description\": \"Read data from the WaaSInsiderStatus table\"\r\n }\r\ - \n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/WaaSUpdateStatus/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"WaaSUpdateStatus\"\ - ,\r\n \"operation\": \"Read WaaSUpdateStatus data\",\r\n \"\ - description\": \"Read data from the WaaSUpdateStatus table\"\r\n }\r\n\ - \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/Watchlist/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"Watchlist\"\ - ,\r\n \"operation\": \"Read Watchlist data\",\r\n \"description\"\ - : \"Read data from the Watchlist table\"\r\n }\r\n },\r\n {\r\n\ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/WDAVStatus/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"WDAVStatus\"\ - ,\r\n \"operation\": \"Read WDAVStatus data\",\r\n \"description\"\ - : \"Read data from the WDAVStatus table\"\r\n }\r\n },\r\n {\r\n\ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/WDAVThreat/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"WDAVThreat\"\ - ,\r\n \"operation\": \"Read WDAVThreat data\",\r\n \"description\"\ - : \"Read data from the WDAVThreat table\"\r\n }\r\n },\r\n {\r\n\ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/WindowsClientAssessmentRecommendation/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"WindowsClientAssessmentRecommendation\"\ - ,\r\n \"operation\": \"Read WindowsClientAssessmentRecommendation data\"\ - ,\r\n \"description\": \"Read data from the WindowsClientAssessmentRecommendation\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/WindowsEvent/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"WindowsEvent\"\ - ,\r\n \"operation\": \"Read WindowsEvent data\",\r\n \"description\"\ - : \"Read data from the WindowsEvent table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"Microsoft.OperationalInsights/workspaces/query/WindowsFirewall/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"WindowsFirewall\"\ - ,\r\n \"operation\": \"Read WindowsFirewall data\",\r\n \"description\"\ - : \"Read data from the WindowsFirewall table\"\r\n }\r\n },\r\n \ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/WindowsServerAssessmentRecommendation/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"WindowsServerAssessmentRecommendation\"\ - ,\r\n \"operation\": \"Read WindowsServerAssessmentRecommendation data\"\ - ,\r\n \"description\": \"Read data from the WindowsServerAssessmentRecommendation\ - \ table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/WireData/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"WireData\"\ - ,\r\n \"operation\": \"Read WireData data\",\r\n \"description\"\ - : \"Read data from the WireData table\"\r\n }\r\n },\r\n {\r\n\ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/WorkloadMonitoringPerf/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"WorkloadMonitoringPerf\"\ - ,\r\n \"operation\": \"Read WorkloadMonitoringPerf data\",\r\n \ - \ \"description\": \"Read data from the WorkloadMonitoringPerf table\"\r\ - \n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/WUDOAggregatedStatus/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"WUDOAggregatedStatus\"\ - ,\r\n \"operation\": \"Read WUDOAggregatedStatus data\",\r\n \ - \ \"description\": \"Read data from the WUDOAggregatedStatus table\"\r\n\ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/WUDOStatus/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"WUDOStatus\"\ - ,\r\n \"operation\": \"Read WUDOStatus data\",\r\n \"description\"\ - : \"Read data from the WUDOStatus table\"\r\n }\r\n },\r\n {\r\n\ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/WVDAgentHealthStatus/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"WVDAgentHealthStatus\"\ - ,\r\n \"operation\": \"Read WVDAgentHealthStatus data\",\r\n \ - \ \"description\": \"Read data from the WVDAgentHealthStatus table\"\r\n\ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/WVDCheckpoints/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"WVDCheckpoints\"\ - ,\r\n \"operation\": \"Read WVDCheckpoints data\",\r\n \"description\"\ - : \"Read data from the WVDCheckpoints table\"\r\n }\r\n },\r\n \ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/WVDConnections/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"WVDConnections\"\ - ,\r\n \"operation\": \"Read WVDConnections data\",\r\n \"description\"\ - : \"Read data from the WVDConnections table\"\r\n }\r\n },\r\n \ - \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/WVDErrors/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"WVDErrors\"\ - ,\r\n \"operation\": \"Read WVDErrors data\",\r\n \"description\"\ - : \"Read data from the WVDErrors table\"\r\n }\r\n },\r\n {\r\n\ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/WVDFeeds/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"WVDFeeds\"\ - ,\r\n \"operation\": \"Read WVDFeeds data\",\r\n \"description\"\ - : \"Read data from the WVDFeeds table\"\r\n }\r\n },\r\n {\r\n\ - \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/WVDHostRegistrations/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"WVDHostRegistrations\"\ - ,\r\n \"operation\": \"Read WVDHostRegistrations data\",\r\n \ - \ \"description\": \"Read data from the WVDHostRegistrations table\"\r\n\ - \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/WVDManagement/read\"\ - ,\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"\ - provider\": \"Azure Log Analytics\",\r\n \"resource\": \"WVDManagement\"\ - ,\r\n \"operation\": \"Read WVDManagement data\",\r\n \"description\"\ - : \"Read data from the WVDManagement table\"\r\n }\r\n },\r\n {\r\ - \n \"name\": \"microsoft.operationalinsights/workspaces/search/read\"\ - ,\r\n \"display\": {\r\n \"provider\": \"MicrosoftOperationalInsights\"\ - ,\r\n \"resource\": \"Workspaces\",\r\n \"operation\": \"Get\ - \ Search Results\",\r\n \"description\": \"Get search results. Deprecated.\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"microsoft.operationalinsights/workspaces/savedsearches/results/read\"\ - ,\r\n \"display\": {\r\n \"provider\": \"MicrosoftOperationalInsights\"\ - ,\r\n \"resource\": \"Workspaces\",\r\n \"operation\": \"Get\ - \ Saved Searches Results\",\r\n \"description\": \"Get saved searches\ - \ results. Deprecated\"\r\n }\r\n },\r\n {\r\n \"name\": \"\ - microsoft.operationalinsights/operations/read\",\r\n \"display\": {\r\ - \n \"provider\": \"MicrosoftOperationalInsights\",\r\n \"resource\"\ - : \"Operations\",\r\n \"operation\": \"Get Operations List\",\r\n \ - \ \"description\": \"Lists all of the available OperationalInsights\ - \ Rest API operations.\"\r\n }\r\n },\r\n {\r\n \"name\":\ - \ \"microsoft.operationalinsights/workspaces/operations/read\",\r\n \"\ - display\": {\r\n \"provider\": \"MicrosoftOperationalInsights\",\r\n\ - \ \"resource\": \"Workspaces\",\r\n \"operation\": \"Get Operations\ - \ Status\",\r\n \"description\": \"Gets the status of an OperationalInsights\ - \ workspace operation.\"\r\n }\r\n },\r\n {\r\n \"name\":\ - \ \"microsoft.operationalinsights/workspaces/rules/read\",\r\n \"display\"\ - : {\r\n \"provider\": \"MicrosoftOperationalInsights\",\r\n \ - \ \"resource\": \"Rules\",\r\n \"operation\": \"Get all alert rules\"\ - ,\r\n \"description\": \"Get all alert rules.\"\r\n }\r\n },\r\ - \n {\r\n \"name\": \"microsoft.operationalinsights/workspaces/savedsearches/schedules/read\"\ - ,\r\n \"display\": {\r\n \"provider\": \"MicrosoftOperationalInsights\"\ - ,\r\n \"resource\": \"Schedules\",\r\n \"operation\": \"Get\ - \ scheduled searches\",\r\n \"description\": \"Get scheduled searches.\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"microsoft.operationalinsights/workspaces/savedsearches/schedules/delete\"\ - ,\r\n \"display\": {\r\n \"provider\": \"MicrosoftOperationalInsights\"\ - ,\r\n \"resource\": \"Schedules\",\r\n \"operation\": \"Delete\ - \ scheduled searches\",\r\n \"description\": \"Delete scheduled searches.\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"microsoft.operationalinsights/workspaces/savedsearches/schedules/write\"\ - ,\r\n \"display\": {\r\n \"provider\": \"MicrosoftOperationalInsights\"\ - ,\r\n \"resource\": \"Schedules\",\r\n \"operation\": \"Create\ - \ or update scheduled searches\",\r\n \"description\": \"Create or\ - \ update scheduled searches.\"\r\n }\r\n },\r\n {\r\n \"name\"\ - : \"microsoft.operationalinsights/workspaces/savedsearches/schedules/actions/read\"\ - ,\r\n \"display\": {\r\n \"provider\": \"MicrosoftOperationalInsights\"\ - ,\r\n \"resource\": \"Schedules\",\r\n \"operation\": \"Get\ - \ scheduled search actions\",\r\n \"description\": \"Get scheduled\ - \ search actions.\"\r\n }\r\n },\r\n {\r\n \"name\": \"microsoft.operationalinsights/workspaces/savedsearches/schedules/actions/delete\"\ - ,\r\n \"display\": {\r\n \"provider\": \"MicrosoftOperationalInsights\"\ - ,\r\n \"resource\": \"Schedules\",\r\n \"operation\": \"Delete\ - \ scheduled search actions\",\r\n \"description\": \"Delete scheduled\ - \ search actions.\"\r\n }\r\n },\r\n {\r\n \"name\": \"microsoft.operationalinsights/workspaces/savedsearches/schedules/actions/write\"\ - ,\r\n \"display\": {\r\n \"provider\": \"MicrosoftOperationalInsights\"\ - ,\r\n \"resource\": \"Schedules\",\r\n \"operation\": \"Create\ - \ or update scheduled search actions\",\r\n \"description\": \"Create\ - \ or update scheduled search actions.\"\r\n }\r\n },\r\n {\r\n\ - \ \"name\": \"microsoft.operationalinsights/register/action\",\r\n \ - \ \"display\": {\r\n \"provider\": \"MicrosoftOperationalInsights\"\ - ,\r\n \"resource\": \"Subscription\",\r\n \"operation\": \"\ - RegisterSubscription\",\r\n \"description\": \"Rergisters the subscription.\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"microsoft.operationalinsights/unregister/action\"\ - ,\r\n \"display\": {\r\n \"provider\": \"MicrosoftOperationalInsights\"\ - ,\r\n \"resource\": \"Subscription\",\r\n \"operation\": \"\ - UnregisterSubscription\",\r\n \"description\": \"Unregisters the subscription.\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"microsoft.operationalinsights/availableservicetiers/read\"\ - ,\r\n \"display\": {\r\n \"provider\": \"MicrosoftOperationalInsights\"\ - ,\r\n \"resource\": \"Availableservicetiers\",\r\n \"operation\"\ - : \"Get the available service tiers\",\r\n \"description\": \"Get the\ - \ available service tiers.\"\r\n }\r\n },\r\n {\r\n \"name\"\ - : \"microsoft.operationalinsights/workspaces/dataExports/read\",\r\n \ - \ \"display\": {\r\n \"provider\": \"MicrosoftOperationalInsights\"\ - ,\r\n \"resource\": \"DataExports\",\r\n \"operation\": \"Get\ - \ data export\",\r\n \"description\": \"Get specific data export.\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"microsoft.operationalinsights/workspaces/dataExports/write\"\ - ,\r\n \"display\": {\r\n \"provider\": \"MicrosoftOperationalInsights\"\ - ,\r\n \"resource\": \"DataExports\",\r\n \"operation\": \"Upsert\ - \ data export\",\r\n \"description\": \"Create or update data export.\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"microsoft.operationalinsights/workspaces/dataExports/delete\"\ - ,\r\n \"display\": {\r\n \"provider\": \"MicrosoftOperationalInsights\"\ - ,\r\n \"resource\": \"DataExports\",\r\n \"operation\": \"Delete\ - \ data export\",\r\n \"description\": \"Delete specific data export.\"\ - \r\n }\r\n },\r\n {\r\n \"name\": \"microsoft.operationalinsights/locations/operationStatuses/read\"\ - ,\r\n \"display\": {\r\n \"provider\": \"MicrosoftOperationalInsights\"\ - ,\r\n \"resource\": \"OperationStatus\",\r\n \"operation\":\ - \ \"Get Log Analytics Azure Async Operation Status\",\r\n \"description\"\ - : \"Get Log Analytics Azure Async Operation Status.\"\r\n }\r\n },\r\ - \n {\r\n \"name\": \"microsoft.operationalinsights/workspaces/scopedPrivateLinkProxies/read\"\ - ,\r\n \"display\": {\r\n \"provider\": \"MicrosoftOperationalInsights\"\ - ,\r\n \"resource\": \"ScopedPrivateLinkProxy\",\r\n \"operation\"\ - : \"Get Scoped Private Link Proxy\",\r\n \"description\": \"Get Scoped\ - \ Private Link Proxy.\"\r\n }\r\n },\r\n {\r\n \"name\": \"\ - microsoft.operationalinsights/workspaces/scopedPrivateLinkProxies/write\"\ - ,\r\n \"display\": {\r\n \"provider\": \"MicrosoftOperationalInsights\"\ - ,\r\n \"resource\": \"ScopedPrivateLinkProxy\",\r\n \"operation\"\ - : \"Put Scoped Private Link Proxy\",\r\n \"description\": \"Put Scoped\ - \ Private Link Proxy.\"\r\n }\r\n },\r\n {\r\n \"name\": \"\ - microsoft.operationalinsights/workspaces/scopedPrivateLinkProxies/delete\"\ - ,\r\n \"display\": {\r\n \"provider\": \"MicrosoftOperationalInsights\"\ - ,\r\n \"resource\": \"ScopedPrivateLinkProxy\",\r\n \"operation\"\ - : \"Delete Scoped Private Link Proxy\",\r\n \"description\": \"Delete\ - \ Scoped Private Link Proxy.\"\r\n }\r\n }\r\n ]\r\n}" + string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/write\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"Workspace\",\r\n \"operation\": \"Create Workspace\",\r\n + \ \"description\": \"Creates a new workspace or links to an existing + workspace by providing the customer id from the existing workspace.\"\r\n + \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/read\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"Workspace\",\r\n \"operation\": \"Get Workspace\",\r\n + \ \"description\": \"Gets an existing workspace\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/delete\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"Workspace\",\r\n \"operation\": \"Delete Workspace\",\r\n + \ \"description\": \"Deletes a workspace. If the workspace was linked + to an existing workspace at creation time then the workspace it was linked + to is not deleted.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/generateregistrationcertificate/action\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"Registration Certificate\",\r\n \"operation\": + \"Generates Registration Certificate for Workspace.\",\r\n \"description\": + \"Generates Registration Certificate for the workspace. This Certificate is + used to connect Microsoft System Center Operation Manager to the workspace.\"\r\n + \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/storageinsightconfigs/write\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"Storage Insight Configuration\",\r\n \"operation\": + \"Create Storage Configuration\",\r\n \"description\": \"Creates a + new storage configuration. These configurations are used to pull data from + a location in an existing storage account.\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/storageinsightconfigs/read\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"Storage Insight Configuration\",\r\n \"operation\": + \"Get Storage Configuration\",\r\n \"description\": \"Gets a storage + configuration.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/storageinsightconfigs/delete\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"Storage Insight Configuration\",\r\n \"operation\": + \"Delete Storage Configuration\",\r\n \"description\": \"Deletes a + storage configuration. This will stop Microsoft Operational Insights from + reading data from the storage account.\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/register/action\",\r\n \"display\": + {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n \"resource\": + \"Register\",\r\n \"operation\": \"Register a subscription to a resource + provider.\",\r\n \"description\": \"Register a subscription to a resource + provider.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/sharedKeys/action\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"Shared Keys\",\r\n \"operation\": \"List Workspace + Shared Keys\",\r\n \"description\": \"Retrieves the shared keys for + the workspace. These keys are used to connect Microsoft Operational Insights + agents to the workspace.\"\r\n }\r\n },\r\n {\r\n \"name\": + \"Microsoft.OperationalInsights/workspaces/sharedKeys/read\",\r\n \"display\": + {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n \"resource\": + \"Shared Keys\",\r\n \"operation\": \"List Workspace Shared Keys\",\r\n + \ \"description\": \"Retrieves the shared keys for the workspace. These + keys are used to connect Microsoft Operational Insights agents to the workspace.\"\r\n + \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/listKeys/action\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"List Keys\",\r\n \"operation\": \"List Workspace + Keys\",\r\n \"description\": \"Retrieves the list keys for the workspace. + These keys are used to connect Microsoft Operational Insights agents to the + workspace.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/listKeys/read\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"List Keys\",\r\n \"operation\": \"List Workspace + Keys\",\r\n \"description\": \"Retrieves the list keys for the workspace. + These keys are used to connect Microsoft Operational Insights agents to the + workspace.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/managementGroups/read\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"Management Group\",\r\n \"operation\": \"Get + Management Groups for Workspace\",\r\n \"description\": \"Gets the + names and metadata for System Center Operations Manager management groups + connected to this workspace.\"\r\n }\r\n },\r\n {\r\n \"name\": + \"Microsoft.OperationalInsights/workspaces/usages/read\",\r\n \"display\": + {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n \"resource\": + \"Usage Metric\",\r\n \"operation\": \"Get Usage Data for Workspace\",\r\n + \ \"description\": \"Gets usage data for a workspace including the amount + of data read by the workspace.\"\r\n }\r\n },\r\n {\r\n \"name\": + \"Microsoft.OperationalInsights/workspaces/search/action\",\r\n \"display\": + {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n \"resource\": + \"Search\",\r\n \"operation\": \"Search Workspace Data\",\r\n \"description\": + \"Executes a search query\"\r\n }\r\n },\r\n {\r\n \"name\": + \"Microsoft.OperationalInsights/workspaces/schema/read\",\r\n \"display\": + {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n \"resource\": + \"Search Schema\",\r\n \"operation\": \"Get Search Schema\",\r\n \"description\": + \"Gets the search schema for the workspace. Search schema includes the exposed + fields and their types.\"\r\n }\r\n },\r\n {\r\n \"name\": + \"Microsoft.OperationalInsights/workspaces/datasources/read\",\r\n \"display\": + {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n \"resource\": + \"Data Source\",\r\n \"operation\": \"Get datasources under a workspace.\",\r\n + \ \"description\": \"Get datasources under a workspace.\"\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/datasources/write\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"Data Source\",\r\n \"operation\": \"Create/Update + datasources under a workspace.\",\r\n \"description\": \"Create/Update + datasources under a workspace.\"\r\n }\r\n },\r\n {\r\n \"name\": + \"Microsoft.OperationalInsights/workspaces/datasources/delete\",\r\n \"display\": + {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n \"resource\": + \"Data Source\",\r\n \"operation\": \"Delete datasources under a workspace.\",\r\n + \ \"description\": \"Delete datasources under a workspace.\"\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/savedSearches/read\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"Saved Search\",\r\n \"operation\": \"Get Saved + Search\",\r\n \"description\": \"Gets a saved search query\"\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/savedSearches/write\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"Saved Search\",\r\n \"operation\": \"Create + Saved Search\",\r\n \"description\": \"Creates a saved search query\"\r\n + \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/savedSearches/delete\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"Saved Search\",\r\n \"operation\": \"Delete + Saved Search\",\r\n \"description\": \"Deletes a saved search query\"\r\n + \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/notificationSettings/read\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"Notification Settings\",\r\n \"operation\": + \"Get Notification Settings\",\r\n \"description\": \"Get the user's + notification settings for the workspace.\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/notificationSettings/write\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"Notification Settings\",\r\n \"operation\": + \"Put Notification Settings\",\r\n \"description\": \"Set the user's + notification settings for the workspace.\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/notificationSettings/delete\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"Notification Settings\",\r\n \"operation\": + \"Delete Notification Settings\",\r\n \"description\": \"Delete the + user's notification settings for the workspace.\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/configurationScopes/read\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"Configuration Scope\",\r\n \"operation\": \"Get + Configuration Scope\",\r\n \"description\": \"Get Configuration Scope\"\r\n + \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/configurationScopes/write\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"Configuration Scope\",\r\n \"operation\": \"Set + Configuration Scope\",\r\n \"description\": \"Set Configuration Scope\"\r\n + \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/configurationScopes/delete\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"Configuration Scope\",\r\n \"operation\": \"Delete + Configuration Scope\",\r\n \"description\": \"Delete Configuration + Scope\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/linkedServices/read\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"Linked Services\",\r\n \"operation\": \"Get + linked services under given workspace.\",\r\n \"description\": \"Get + linked services under given workspace.\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/linkedServices/write\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"Linked Services\",\r\n \"operation\": \"Create/Update + linked services under given workspace.\",\r\n \"description\": \"Create/Update + linked services under given workspace.\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/linkedServices/delete\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"Linked Services\",\r\n \"operation\": \"Delete + linked services under given workspace.\",\r\n \"description\": \"Delete + linked services under given workspace.\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/clusters/read\",\r\n \"display\": + {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n \"resource\": + \"Cluster\",\r\n \"operation\": \"Get Cluster\",\r\n \"description\": + \"Get Cluster\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/clusters/write\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"Cluster\",\r\n \"operation\": \"Create/Update + Cluster\",\r\n \"description\": \"Create or updates a Cluster\"\r\n + \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/clusters/delete\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"Cluster\",\r\n \"operation\": \"Delete Cluster\",\r\n + \ \"description\": \"Delete Cluster\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/intelligencepacks/read\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"Intelligence Packs\",\r\n \"operation\": \"List + Intelligence Packs\",\r\n \"description\": \"Lists all intelligence + packs that are visible for a given worksapce and also lists whether the pack + is enabled or disabled for that workspace.\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/intelligencepacks/enable/action\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"Intelligence Packs\",\r\n \"operation\": \"Enable + Intelligence Pack\",\r\n \"description\": \"Enables an intelligence + pack for a given workspace.\"\r\n }\r\n },\r\n {\r\n \"name\": + \"Microsoft.OperationalInsights/workspaces/intelligencepacks/disable/action\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"Intelligence Packs\",\r\n \"operation\": \"Disable + Intelligence Pack\",\r\n \"description\": \"Disables an intelligence + pack for a given workspace.\"\r\n }\r\n },\r\n {\r\n \"name\": + \"Microsoft.OperationalInsights/workspaces/analytics/query/action\",\r\n \"display\": + {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n \"resource\": + \"analytics\",\r\n \"operation\": \"Search using new engine.\",\r\n + \ \"description\": \"Search using new engine.\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/analytics/query/schema/read\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"analytics\",\r\n \"operation\": \"Get search + schema V2.\",\r\n \"description\": \"Get search schema V2.\"\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/api/query/action\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"analytics\",\r\n \"operation\": \"Search using + new engine.\",\r\n \"description\": \"Search using new engine.\"\r\n + \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/api/query/schema/read\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"analytics\",\r\n \"operation\": \"Get search + schema V2.\",\r\n \"description\": \"Get search schema V2.\"\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/purge/action\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"analytics\",\r\n \"operation\": \"Delete specified + data from workspace\",\r\n \"description\": \"Delete specified data + from workspace\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/linkTargets/read\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"Deleted Workspace\",\r\n \"operation\": \"List + Deleted Workspaces\",\r\n \"description\": \"Lists workspaces in soft + deleted period.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/availableservicetiers/read\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"Available Service Tiers\",\r\n \"operation\": + \"List Available Service Tiers\",\r\n \"description\": \"List of all + the available service tiers for workspace.\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/deletedWorkspaces/read\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"Deleted Workspace\",\r\n \"operation\": \"List + Deleted Workspaces\",\r\n \"description\": \"Lists workspaces in soft + deleted period.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/upgradetranslationfailures/read\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"Upgrade Translation Failures\",\r\n \"operation\": + \"Get translation failure log\",\r\n \"description\": \"Get Search + Upgrade Translation Failure log for the workspace\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/regeneratesharedkey/action\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"Shared key\",\r\n \"operation\": \"regenerated + shared key of the workspace\",\r\n \"description\": \"Regenerates the + specified workspace shared key\"\r\n }\r\n },\r\n {\r\n \"name\": + \"Microsoft.OperationalInsights/workspaces/gateways/delete\",\r\n \"display\": + {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n \"resource\": + \"Gateways\",\r\n \"operation\": \"Remove workspace gateway\",\r\n + \ \"description\": \"Removes a gateway configured for the workspace.\"\r\n + \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/metricDefinitions/read\",\r\n + \ \"display\": {\r\n \"provider\": \"Microsoft Operational Insights\",\r\n + \ \"resource\": \"Metric Definitions\",\r\n \"operation\": \"Metric + Definition operation\",\r\n \"description\": \"Get Metric Definitions + under workspace\"\r\n },\r\n \"properties\": {\r\n \"serviceSpecification\": + {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": + \"Average_% Free Inodes\",\r\n \"displayName\": \"% Free Inodes\",\r\n + \ \"displayDescription\": \"Average_% Free Inodes\",\r\n \"unit\": + \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": + [\r\n {\r\n \"name\": \"Computer\",\r\n \"displayName\": + \"Computer\"\r\n },\r\n {\r\n \"name\": + \"ObjectName\",\r\n \"displayName\": \"ObjectName\"\r\n },\r\n + \ {\r\n \"name\": \"InstanceName\",\r\n \"displayName\": + \"InstanceName\"\r\n },\r\n {\r\n \"name\": + \"CounterPath\",\r\n \"displayName\": \"CounterPath\"\r\n + \ },\r\n {\r\n \"name\": \"SourceSystem\",\r\n + \ \"displayName\": \"SourceSystem\"\r\n }\r\n + \ ]\r\n },\r\n {\r\n \"name\": + \"Average_% Free Space\",\r\n \"displayName\": \"% Free Space\",\r\n + \ \"displayDescription\": \"Average_% Free Space\",\r\n \"unit\": + \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": + [\r\n {\r\n \"name\": \"Computer\",\r\n \"displayName\": + \"Computer\"\r\n },\r\n {\r\n \"name\": + \"ObjectName\",\r\n \"displayName\": \"ObjectName\"\r\n },\r\n + \ {\r\n \"name\": \"InstanceName\",\r\n \"displayName\": + \"InstanceName\"\r\n },\r\n {\r\n \"name\": + \"CounterPath\",\r\n \"displayName\": \"CounterPath\"\r\n + \ },\r\n {\r\n \"name\": \"SourceSystem\",\r\n + \ \"displayName\": \"SourceSystem\"\r\n }\r\n + \ ]\r\n },\r\n {\r\n \"name\": + \"Average_% Used Inodes\",\r\n \"displayName\": \"% Used Inodes\",\r\n + \ \"displayDescription\": \"Average_% Used Inodes\",\r\n \"unit\": + \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": + [\r\n {\r\n \"name\": \"Computer\",\r\n \"displayName\": + \"Computer\"\r\n },\r\n {\r\n \"name\": + \"ObjectName\",\r\n \"displayName\": \"ObjectName\"\r\n },\r\n + \ {\r\n \"name\": \"InstanceName\",\r\n \"displayName\": + \"InstanceName\"\r\n },\r\n {\r\n \"name\": + \"CounterPath\",\r\n \"displayName\": \"CounterPath\"\r\n + \ },\r\n {\r\n \"name\": \"SourceSystem\",\r\n + \ \"displayName\": \"SourceSystem\"\r\n }\r\n + \ ]\r\n },\r\n {\r\n \"name\": + \"Average_% Used Space\",\r\n \"displayName\": \"% Used Space\",\r\n + \ \"displayDescription\": \"Average_% Used Space\",\r\n \"unit\": + \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": + [\r\n {\r\n \"name\": \"Computer\",\r\n \"displayName\": + \"Computer\"\r\n },\r\n {\r\n \"name\": + \"ObjectName\",\r\n \"displayName\": \"ObjectName\"\r\n },\r\n + \ {\r\n \"name\": \"InstanceName\",\r\n \"displayName\": + \"InstanceName\"\r\n },\r\n {\r\n \"name\": + \"CounterPath\",\r\n \"displayName\": \"CounterPath\"\r\n + \ },\r\n {\r\n \"name\": \"SourceSystem\",\r\n + \ \"displayName\": \"SourceSystem\"\r\n }\r\n + \ ]\r\n },\r\n {\r\n \"name\": + \"Average_Disk Read Bytes/sec\",\r\n \"displayName\": \"Disk + Read Bytes/sec\",\r\n \"displayDescription\": \"Average_Disk + Read Bytes/sec\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": + \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": + \"Computer\",\r\n \"displayName\": \"Computer\"\r\n },\r\n + \ {\r\n \"name\": \"ObjectName\",\r\n \"displayName\": + \"ObjectName\"\r\n },\r\n {\r\n \"name\": + \"InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n + \ },\r\n {\r\n \"name\": \"CounterPath\",\r\n + \ \"displayName\": \"CounterPath\"\r\n },\r\n + \ {\r\n \"name\": \"SourceSystem\",\r\n \"displayName\": + \"SourceSystem\"\r\n }\r\n ]\r\n },\r\n + \ {\r\n \"name\": \"Average_Disk Reads/sec\",\r\n \"displayName\": + \"Disk Reads/sec\",\r\n \"displayDescription\": \"Average_Disk + Reads/sec\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": + \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": + \"Computer\",\r\n \"displayName\": \"Computer\"\r\n },\r\n + \ {\r\n \"name\": \"ObjectName\",\r\n \"displayName\": + \"ObjectName\"\r\n },\r\n {\r\n \"name\": + \"InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n + \ },\r\n {\r\n \"name\": \"CounterPath\",\r\n + \ \"displayName\": \"CounterPath\"\r\n },\r\n + \ {\r\n \"name\": \"SourceSystem\",\r\n \"displayName\": + \"SourceSystem\"\r\n }\r\n ]\r\n },\r\n + \ {\r\n \"name\": \"Average_Disk Transfers/sec\",\r\n + \ \"displayName\": \"Disk Transfers/sec\",\r\n \"displayDescription\": + \"Average_Disk Transfers/sec\",\r\n \"unit\": \"Count\",\r\n + \ \"aggregationType\": \"Average\",\r\n \"dimensions\": + [\r\n {\r\n \"name\": \"Computer\",\r\n \"displayName\": + \"Computer\"\r\n },\r\n {\r\n \"name\": + \"ObjectName\",\r\n \"displayName\": \"ObjectName\"\r\n },\r\n + \ {\r\n \"name\": \"InstanceName\",\r\n \"displayName\": + \"InstanceName\"\r\n },\r\n {\r\n \"name\": + \"CounterPath\",\r\n \"displayName\": \"CounterPath\"\r\n + \ },\r\n {\r\n \"name\": \"SourceSystem\",\r\n + \ \"displayName\": \"SourceSystem\"\r\n }\r\n + \ ]\r\n },\r\n {\r\n \"name\": + \"Average_Disk Write Bytes/sec\",\r\n \"displayName\": \"Disk + Write Bytes/sec\",\r\n \"displayDescription\": \"Average_Disk + Write Bytes/sec\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": + \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": + \"Computer\",\r\n \"displayName\": \"Computer\"\r\n },\r\n + \ {\r\n \"name\": \"ObjectName\",\r\n \"displayName\": + \"ObjectName\"\r\n },\r\n {\r\n \"name\": + \"InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n + \ },\r\n {\r\n \"name\": \"CounterPath\",\r\n + \ \"displayName\": \"CounterPath\"\r\n },\r\n + \ {\r\n \"name\": \"SourceSystem\",\r\n \"displayName\": + \"SourceSystem\"\r\n }\r\n ]\r\n },\r\n + \ {\r\n \"name\": \"Average_Disk Writes/sec\",\r\n + \ \"displayName\": \"Disk Writes/sec\",\r\n \"displayDescription\": + \"Average_Disk Writes/sec\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": + \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": + \"Computer\",\r\n \"displayName\": \"Computer\"\r\n },\r\n + \ {\r\n \"name\": \"ObjectName\",\r\n \"displayName\": + \"ObjectName\"\r\n },\r\n {\r\n \"name\": + \"InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n + \ },\r\n {\r\n \"name\": \"CounterPath\",\r\n + \ \"displayName\": \"CounterPath\"\r\n },\r\n + \ {\r\n \"name\": \"SourceSystem\",\r\n \"displayName\": + \"SourceSystem\"\r\n }\r\n ]\r\n },\r\n + \ {\r\n \"name\": \"Average_Free Megabytes\",\r\n \"displayName\": + \"Free Megabytes\",\r\n \"displayDescription\": \"Average_Free + Megabytes\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": + \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": + \"Computer\",\r\n \"displayName\": \"Computer\"\r\n },\r\n + \ {\r\n \"name\": \"ObjectName\",\r\n \"displayName\": + \"ObjectName\"\r\n },\r\n {\r\n \"name\": + \"InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n + \ },\r\n {\r\n \"name\": \"CounterPath\",\r\n + \ \"displayName\": \"CounterPath\"\r\n },\r\n + \ {\r\n \"name\": \"SourceSystem\",\r\n \"displayName\": + \"SourceSystem\"\r\n }\r\n ]\r\n },\r\n + \ {\r\n \"name\": \"Average_Logical Disk Bytes/sec\",\r\n + \ \"displayName\": \"Logical Disk Bytes/sec\",\r\n \"displayDescription\": + \"Average_Logical Disk Bytes/sec\",\r\n \"unit\": \"Count\",\r\n + \ \"aggregationType\": \"Average\",\r\n \"dimensions\": + [\r\n {\r\n \"name\": \"Computer\",\r\n \"displayName\": + \"Computer\"\r\n },\r\n {\r\n \"name\": + \"ObjectName\",\r\n \"displayName\": \"ObjectName\"\r\n },\r\n + \ {\r\n \"name\": \"InstanceName\",\r\n \"displayName\": + \"InstanceName\"\r\n },\r\n {\r\n \"name\": + \"CounterPath\",\r\n \"displayName\": \"CounterPath\"\r\n + \ },\r\n {\r\n \"name\": \"SourceSystem\",\r\n + \ \"displayName\": \"SourceSystem\"\r\n }\r\n + \ ]\r\n },\r\n {\r\n \"name\": + \"Average_% Available Memory\",\r\n \"displayName\": \"% Available + Memory\",\r\n \"displayDescription\": \"Average_% Available Memory\",\r\n + \ \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n + \ \"dimensions\": [\r\n {\r\n \"name\": + \"Computer\",\r\n \"displayName\": \"Computer\"\r\n },\r\n + \ {\r\n \"name\": \"ObjectName\",\r\n \"displayName\": + \"ObjectName\"\r\n },\r\n {\r\n \"name\": + \"InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n + \ },\r\n {\r\n \"name\": \"CounterPath\",\r\n + \ \"displayName\": \"CounterPath\"\r\n },\r\n + \ {\r\n \"name\": \"SourceSystem\",\r\n \"displayName\": + \"SourceSystem\"\r\n }\r\n ]\r\n },\r\n + \ {\r\n \"name\": \"Average_% Available Swap Space\",\r\n + \ \"displayName\": \"% Available Swap Space\",\r\n \"displayDescription\": + \"Average_% Available Swap Space\",\r\n \"unit\": \"Count\",\r\n + \ \"aggregationType\": \"Average\",\r\n \"dimensions\": + [\r\n {\r\n \"name\": \"Computer\",\r\n \"displayName\": + \"Computer\"\r\n },\r\n {\r\n \"name\": + \"ObjectName\",\r\n \"displayName\": \"ObjectName\"\r\n },\r\n + \ {\r\n \"name\": \"InstanceName\",\r\n \"displayName\": + \"InstanceName\"\r\n },\r\n {\r\n \"name\": + \"CounterPath\",\r\n \"displayName\": \"CounterPath\"\r\n + \ },\r\n {\r\n \"name\": \"SourceSystem\",\r\n + \ \"displayName\": \"SourceSystem\"\r\n }\r\n + \ ]\r\n },\r\n {\r\n \"name\": + \"Average_% Used Memory\",\r\n \"displayName\": \"% Used Memory\",\r\n + \ \"displayDescription\": \"Average_% Used Memory\",\r\n \"unit\": + \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": + [\r\n {\r\n \"name\": \"Computer\",\r\n \"displayName\": + \"Computer\"\r\n },\r\n {\r\n \"name\": + \"ObjectName\",\r\n \"displayName\": \"ObjectName\"\r\n },\r\n + \ {\r\n \"name\": \"InstanceName\",\r\n \"displayName\": + \"InstanceName\"\r\n },\r\n {\r\n \"name\": + \"CounterPath\",\r\n \"displayName\": \"CounterPath\"\r\n + \ },\r\n {\r\n \"name\": \"SourceSystem\",\r\n + \ \"displayName\": \"SourceSystem\"\r\n }\r\n + \ ]\r\n },\r\n {\r\n \"name\": + \"Average_% Used Swap Space\",\r\n \"displayName\": \"% Used + Swap Space\",\r\n \"displayDescription\": \"Average_% Used Swap + Space\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": + \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": + \"Computer\",\r\n \"displayName\": \"Computer\"\r\n },\r\n + \ {\r\n \"name\": \"ObjectName\",\r\n \"displayName\": + \"ObjectName\"\r\n },\r\n {\r\n \"name\": + \"InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n + \ },\r\n {\r\n \"name\": \"CounterPath\",\r\n + \ \"displayName\": \"CounterPath\"\r\n },\r\n + \ {\r\n \"name\": \"SourceSystem\",\r\n \"displayName\": + \"SourceSystem\"\r\n }\r\n ]\r\n },\r\n + \ {\r\n \"name\": \"Average_Available MBytes Memory\",\r\n + \ \"displayName\": \"Available MBytes Memory\",\r\n \"displayDescription\": + \"Average_Available MBytes Memory\",\r\n \"unit\": \"Count\",\r\n + \ \"aggregationType\": \"Average\",\r\n \"dimensions\": + [\r\n {\r\n \"name\": \"Computer\",\r\n \"displayName\": + \"Computer\"\r\n },\r\n {\r\n \"name\": + \"ObjectName\",\r\n \"displayName\": \"ObjectName\"\r\n },\r\n + \ {\r\n \"name\": \"InstanceName\",\r\n \"displayName\": + \"InstanceName\"\r\n },\r\n {\r\n \"name\": + \"CounterPath\",\r\n \"displayName\": \"CounterPath\"\r\n + \ },\r\n {\r\n \"name\": \"SourceSystem\",\r\n + \ \"displayName\": \"SourceSystem\"\r\n }\r\n + \ ]\r\n },\r\n {\r\n \"name\": + \"Average_Available MBytes Swap\",\r\n \"displayName\": \"Available + MBytes Swap\",\r\n \"displayDescription\": \"Average_Available + MBytes Swap\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": + \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": + \"Computer\",\r\n \"displayName\": \"Computer\"\r\n },\r\n + \ {\r\n \"name\": \"ObjectName\",\r\n \"displayName\": + \"ObjectName\"\r\n },\r\n {\r\n \"name\": + \"InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n + \ },\r\n {\r\n \"name\": \"CounterPath\",\r\n + \ \"displayName\": \"CounterPath\"\r\n },\r\n + \ {\r\n \"name\": \"SourceSystem\",\r\n \"displayName\": + \"SourceSystem\"\r\n }\r\n ]\r\n },\r\n + \ {\r\n \"name\": \"Average_Page Reads/sec\",\r\n \"displayName\": + \"Page Reads/sec\",\r\n \"displayDescription\": \"Average_Page + Reads/sec\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": + \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": + \"Computer\",\r\n \"displayName\": \"Computer\"\r\n },\r\n + \ {\r\n \"name\": \"ObjectName\",\r\n \"displayName\": + \"ObjectName\"\r\n },\r\n {\r\n \"name\": + \"InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n + \ },\r\n {\r\n \"name\": \"CounterPath\",\r\n + \ \"displayName\": \"CounterPath\"\r\n },\r\n + \ {\r\n \"name\": \"SourceSystem\",\r\n \"displayName\": + \"SourceSystem\"\r\n }\r\n ]\r\n },\r\n + \ {\r\n \"name\": \"Average_Page Writes/sec\",\r\n + \ \"displayName\": \"Page Writes/sec\",\r\n \"displayDescription\": + \"Average_Page Writes/sec\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": + \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": + \"Computer\",\r\n \"displayName\": \"Computer\"\r\n },\r\n + \ {\r\n \"name\": \"ObjectName\",\r\n \"displayName\": + \"ObjectName\"\r\n },\r\n {\r\n \"name\": + \"InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n + \ },\r\n {\r\n \"name\": \"CounterPath\",\r\n + \ \"displayName\": \"CounterPath\"\r\n },\r\n + \ {\r\n \"name\": \"SourceSystem\",\r\n \"displayName\": + \"SourceSystem\"\r\n }\r\n ]\r\n },\r\n + \ {\r\n \"name\": \"Average_Pages/sec\",\r\n \"displayName\": + \"Pages/sec\",\r\n \"displayDescription\": \"Average_Pages/sec\",\r\n + \ \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n + \ \"dimensions\": [\r\n {\r\n \"name\": + \"Computer\",\r\n \"displayName\": \"Computer\"\r\n },\r\n + \ {\r\n \"name\": \"ObjectName\",\r\n \"displayName\": + \"ObjectName\"\r\n },\r\n {\r\n \"name\": + \"InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n + \ },\r\n {\r\n \"name\": \"CounterPath\",\r\n + \ \"displayName\": \"CounterPath\"\r\n },\r\n + \ {\r\n \"name\": \"SourceSystem\",\r\n \"displayName\": + \"SourceSystem\"\r\n }\r\n ]\r\n },\r\n + \ {\r\n \"name\": \"Average_Used MBytes Swap Space\",\r\n + \ \"displayName\": \"Used MBytes Swap Space\",\r\n \"displayDescription\": + \"Average_Used MBytes Swap Space\",\r\n \"unit\": \"Count\",\r\n + \ \"aggregationType\": \"Average\",\r\n \"dimensions\": + [\r\n {\r\n \"name\": \"Computer\",\r\n \"displayName\": + \"Computer\"\r\n },\r\n {\r\n \"name\": + \"ObjectName\",\r\n \"displayName\": \"ObjectName\"\r\n },\r\n + \ {\r\n \"name\": \"InstanceName\",\r\n \"displayName\": + \"InstanceName\"\r\n },\r\n {\r\n \"name\": + \"CounterPath\",\r\n \"displayName\": \"CounterPath\"\r\n + \ },\r\n {\r\n \"name\": \"SourceSystem\",\r\n + \ \"displayName\": \"SourceSystem\"\r\n }\r\n + \ ]\r\n },\r\n {\r\n \"name\": + \"Average_Used Memory MBytes\",\r\n \"displayName\": \"Used Memory + MBytes\",\r\n \"displayDescription\": \"Average_Used Memory MBytes\",\r\n + \ \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n + \ \"dimensions\": [\r\n {\r\n \"name\": + \"Computer\",\r\n \"displayName\": \"Computer\"\r\n },\r\n + \ {\r\n \"name\": \"ObjectName\",\r\n \"displayName\": + \"ObjectName\"\r\n },\r\n {\r\n \"name\": + \"InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n + \ },\r\n {\r\n \"name\": \"CounterPath\",\r\n + \ \"displayName\": \"CounterPath\"\r\n },\r\n + \ {\r\n \"name\": \"SourceSystem\",\r\n \"displayName\": + \"SourceSystem\"\r\n }\r\n ]\r\n },\r\n + \ {\r\n \"name\": \"Average_Total Bytes Transmitted\",\r\n + \ \"displayName\": \"Total Bytes Transmitted\",\r\n \"displayDescription\": + \"Average_Total Bytes Transmitted\",\r\n \"unit\": \"Count\",\r\n + \ \"aggregationType\": \"Average\",\r\n \"dimensions\": + [\r\n {\r\n \"name\": \"Computer\",\r\n \"displayName\": + \"Computer\"\r\n },\r\n {\r\n \"name\": + \"ObjectName\",\r\n \"displayName\": \"ObjectName\"\r\n },\r\n + \ {\r\n \"name\": \"InstanceName\",\r\n \"displayName\": + \"InstanceName\"\r\n },\r\n {\r\n \"name\": + \"CounterPath\",\r\n \"displayName\": \"CounterPath\"\r\n + \ },\r\n {\r\n \"name\": \"SourceSystem\",\r\n + \ \"displayName\": \"SourceSystem\"\r\n }\r\n + \ ]\r\n },\r\n {\r\n \"name\": + \"Average_Total Bytes Received\",\r\n \"displayName\": \"Total + Bytes Received\",\r\n \"displayDescription\": \"Average_Total + Bytes Received\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": + \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": + \"Computer\",\r\n \"displayName\": \"Computer\"\r\n },\r\n + \ {\r\n \"name\": \"ObjectName\",\r\n \"displayName\": + \"ObjectName\"\r\n },\r\n {\r\n \"name\": + \"InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n + \ },\r\n {\r\n \"name\": \"CounterPath\",\r\n + \ \"displayName\": \"CounterPath\"\r\n },\r\n + \ {\r\n \"name\": \"SourceSystem\",\r\n \"displayName\": + \"SourceSystem\"\r\n }\r\n ]\r\n },\r\n + \ {\r\n \"name\": \"Average_Total Bytes\",\r\n \"displayName\": + \"Total Bytes\",\r\n \"displayDescription\": \"Average_Total + Bytes\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": + \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": + \"Computer\",\r\n \"displayName\": \"Computer\"\r\n },\r\n + \ {\r\n \"name\": \"ObjectName\",\r\n \"displayName\": + \"ObjectName\"\r\n },\r\n {\r\n \"name\": + \"InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n + \ },\r\n {\r\n \"name\": \"CounterPath\",\r\n + \ \"displayName\": \"CounterPath\"\r\n },\r\n + \ {\r\n \"name\": \"SourceSystem\",\r\n \"displayName\": + \"SourceSystem\"\r\n }\r\n ]\r\n },\r\n + \ {\r\n \"name\": \"Average_Total Packets Transmitted\",\r\n + \ \"displayName\": \"Total Packets Transmitted\",\r\n \"displayDescription\": + \"Average_Total Packets Transmitted\",\r\n \"unit\": \"Count\",\r\n + \ \"aggregationType\": \"Average\",\r\n \"dimensions\": + [\r\n {\r\n \"name\": \"Computer\",\r\n \"displayName\": + \"Computer\"\r\n },\r\n {\r\n \"name\": + \"ObjectName\",\r\n \"displayName\": \"ObjectName\"\r\n },\r\n + \ {\r\n \"name\": \"InstanceName\",\r\n \"displayName\": + \"InstanceName\"\r\n },\r\n {\r\n \"name\": + \"CounterPath\",\r\n \"displayName\": \"CounterPath\"\r\n + \ },\r\n {\r\n \"name\": \"SourceSystem\",\r\n + \ \"displayName\": \"SourceSystem\"\r\n }\r\n + \ ]\r\n },\r\n {\r\n \"name\": + \"Average_Total Packets Received\",\r\n \"displayName\": \"Total + Packets Received\",\r\n \"displayDescription\": \"Average_Total + Packets Received\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": + \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": + \"Computer\",\r\n \"displayName\": \"Computer\"\r\n },\r\n + \ {\r\n \"name\": \"ObjectName\",\r\n \"displayName\": + \"ObjectName\"\r\n },\r\n {\r\n \"name\": + \"InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n + \ },\r\n {\r\n \"name\": \"CounterPath\",\r\n + \ \"displayName\": \"CounterPath\"\r\n },\r\n + \ {\r\n \"name\": \"SourceSystem\",\r\n \"displayName\": + \"SourceSystem\"\r\n }\r\n ]\r\n },\r\n + \ {\r\n \"name\": \"Average_Total Rx Errors\",\r\n + \ \"displayName\": \"Total Rx Errors\",\r\n \"displayDescription\": + \"Average_Total Rx Errors\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": + \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": + \"Computer\",\r\n \"displayName\": \"Computer\"\r\n },\r\n + \ {\r\n \"name\": \"ObjectName\",\r\n \"displayName\": + \"ObjectName\"\r\n },\r\n {\r\n \"name\": + \"InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n + \ },\r\n {\r\n \"name\": \"CounterPath\",\r\n + \ \"displayName\": \"CounterPath\"\r\n },\r\n + \ {\r\n \"name\": \"SourceSystem\",\r\n \"displayName\": + \"SourceSystem\"\r\n }\r\n ]\r\n },\r\n + \ {\r\n \"name\": \"Average_Total Tx Errors\",\r\n + \ \"displayName\": \"Total Tx Errors\",\r\n \"displayDescription\": + \"Average_Total Tx Errors\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": + \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": + \"Computer\",\r\n \"displayName\": \"Computer\"\r\n },\r\n + \ {\r\n \"name\": \"ObjectName\",\r\n \"displayName\": + \"ObjectName\"\r\n },\r\n {\r\n \"name\": + \"InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n + \ },\r\n {\r\n \"name\": \"CounterPath\",\r\n + \ \"displayName\": \"CounterPath\"\r\n },\r\n + \ {\r\n \"name\": \"SourceSystem\",\r\n \"displayName\": + \"SourceSystem\"\r\n }\r\n ]\r\n },\r\n + \ {\r\n \"name\": \"Average_Total Collisions\",\r\n + \ \"displayName\": \"Total Collisions\",\r\n \"displayDescription\": + \"Average_Total Collisions\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": + \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": + \"Computer\",\r\n \"displayName\": \"Computer\"\r\n },\r\n + \ {\r\n \"name\": \"ObjectName\",\r\n \"displayName\": + \"ObjectName\"\r\n },\r\n {\r\n \"name\": + \"InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n + \ },\r\n {\r\n \"name\": \"CounterPath\",\r\n + \ \"displayName\": \"CounterPath\"\r\n },\r\n + \ {\r\n \"name\": \"SourceSystem\",\r\n \"displayName\": + \"SourceSystem\"\r\n }\r\n ]\r\n },\r\n + \ {\r\n \"name\": \"Average_Avg. Disk sec/Read\",\r\n + \ \"displayName\": \"Avg. Disk sec/Read\",\r\n \"displayDescription\": + \"Average_Avg. Disk sec/Read\",\r\n \"unit\": \"Count\",\r\n + \ \"aggregationType\": \"Average\",\r\n \"dimensions\": + [\r\n {\r\n \"name\": \"Computer\",\r\n \"displayName\": + \"Computer\"\r\n },\r\n {\r\n \"name\": + \"ObjectName\",\r\n \"displayName\": \"ObjectName\"\r\n },\r\n + \ {\r\n \"name\": \"InstanceName\",\r\n \"displayName\": + \"InstanceName\"\r\n },\r\n {\r\n \"name\": + \"CounterPath\",\r\n \"displayName\": \"CounterPath\"\r\n + \ },\r\n {\r\n \"name\": \"SourceSystem\",\r\n + \ \"displayName\": \"SourceSystem\"\r\n }\r\n + \ ]\r\n },\r\n {\r\n \"name\": + \"Average_Avg. Disk sec/Transfer\",\r\n \"displayName\": \"Avg. + Disk sec/Transfer\",\r\n \"displayDescription\": \"Average_Avg. + Disk sec/Transfer\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": + \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": + \"Computer\",\r\n \"displayName\": \"Computer\"\r\n },\r\n + \ {\r\n \"name\": \"ObjectName\",\r\n \"displayName\": + \"ObjectName\"\r\n },\r\n {\r\n \"name\": + \"InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n + \ },\r\n {\r\n \"name\": \"CounterPath\",\r\n + \ \"displayName\": \"CounterPath\"\r\n },\r\n + \ {\r\n \"name\": \"SourceSystem\",\r\n \"displayName\": + \"SourceSystem\"\r\n }\r\n ]\r\n },\r\n + \ {\r\n \"name\": \"Average_Avg. Disk sec/Write\",\r\n + \ \"displayName\": \"Avg. Disk sec/Write\",\r\n \"displayDescription\": + \"Average_Avg. Disk sec/Write\",\r\n \"unit\": \"Count\",\r\n + \ \"aggregationType\": \"Average\",\r\n \"dimensions\": + [\r\n {\r\n \"name\": \"Computer\",\r\n \"displayName\": + \"Computer\"\r\n },\r\n {\r\n \"name\": + \"ObjectName\",\r\n \"displayName\": \"ObjectName\"\r\n },\r\n + \ {\r\n \"name\": \"InstanceName\",\r\n \"displayName\": + \"InstanceName\"\r\n },\r\n {\r\n \"name\": + \"CounterPath\",\r\n \"displayName\": \"CounterPath\"\r\n + \ },\r\n {\r\n \"name\": \"SourceSystem\",\r\n + \ \"displayName\": \"SourceSystem\"\r\n }\r\n + \ ]\r\n },\r\n {\r\n \"name\": + \"Average_Physical Disk Bytes/sec\",\r\n \"displayName\": \"Physical + Disk Bytes/sec\",\r\n \"displayDescription\": \"Average_Physical + Disk Bytes/sec\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": + \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": + \"Computer\",\r\n \"displayName\": \"Computer\"\r\n },\r\n + \ {\r\n \"name\": \"ObjectName\",\r\n \"displayName\": + \"ObjectName\"\r\n },\r\n {\r\n \"name\": + \"InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n + \ },\r\n {\r\n \"name\": \"CounterPath\",\r\n + \ \"displayName\": \"CounterPath\"\r\n },\r\n + \ {\r\n \"name\": \"SourceSystem\",\r\n \"displayName\": + \"SourceSystem\"\r\n }\r\n ]\r\n },\r\n + \ {\r\n \"name\": \"Average_Pct Privileged Time\",\r\n + \ \"displayName\": \"Pct Privileged Time\",\r\n \"displayDescription\": + \"Average_Pct Privileged Time\",\r\n \"unit\": \"Count\",\r\n + \ \"aggregationType\": \"Average\",\r\n \"dimensions\": + [\r\n {\r\n \"name\": \"Computer\",\r\n \"displayName\": + \"Computer\"\r\n },\r\n {\r\n \"name\": + \"ObjectName\",\r\n \"displayName\": \"ObjectName\"\r\n },\r\n + \ {\r\n \"name\": \"InstanceName\",\r\n \"displayName\": + \"InstanceName\"\r\n },\r\n {\r\n \"name\": + \"CounterPath\",\r\n \"displayName\": \"CounterPath\"\r\n + \ },\r\n {\r\n \"name\": \"SourceSystem\",\r\n + \ \"displayName\": \"SourceSystem\"\r\n }\r\n + \ ]\r\n },\r\n {\r\n \"name\": + \"Average_Pct User Time\",\r\n \"displayName\": \"Pct User Time\",\r\n + \ \"displayDescription\": \"Average_Pct User Time\",\r\n \"unit\": + \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": + [\r\n {\r\n \"name\": \"Computer\",\r\n \"displayName\": + \"Computer\"\r\n },\r\n {\r\n \"name\": + \"ObjectName\",\r\n \"displayName\": \"ObjectName\"\r\n },\r\n + \ {\r\n \"name\": \"InstanceName\",\r\n \"displayName\": + \"InstanceName\"\r\n },\r\n {\r\n \"name\": + \"CounterPath\",\r\n \"displayName\": \"CounterPath\"\r\n + \ },\r\n {\r\n \"name\": \"SourceSystem\",\r\n + \ \"displayName\": \"SourceSystem\"\r\n }\r\n + \ ]\r\n },\r\n {\r\n \"name\": + \"Average_Used Memory kBytes\",\r\n \"displayName\": \"Used Memory + kBytes\",\r\n \"displayDescription\": \"Average_Used Memory kBytes\",\r\n + \ \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n + \ \"dimensions\": [\r\n {\r\n \"name\": + \"Computer\",\r\n \"displayName\": \"Computer\"\r\n },\r\n + \ {\r\n \"name\": \"ObjectName\",\r\n \"displayName\": + \"ObjectName\"\r\n },\r\n {\r\n \"name\": + \"InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n + \ },\r\n {\r\n \"name\": \"CounterPath\",\r\n + \ \"displayName\": \"CounterPath\"\r\n },\r\n + \ {\r\n \"name\": \"SourceSystem\",\r\n \"displayName\": + \"SourceSystem\"\r\n }\r\n ]\r\n },\r\n + \ {\r\n \"name\": \"Average_Virtual Shared Memory\",\r\n + \ \"displayName\": \"Virtual Shared Memory\",\r\n \"displayDescription\": + \"Average_Virtual Shared Memory\",\r\n \"unit\": \"Count\",\r\n + \ \"aggregationType\": \"Average\",\r\n \"dimensions\": + [\r\n {\r\n \"name\": \"Computer\",\r\n \"displayName\": + \"Computer\"\r\n },\r\n {\r\n \"name\": + \"ObjectName\",\r\n \"displayName\": \"ObjectName\"\r\n },\r\n + \ {\r\n \"name\": \"InstanceName\",\r\n \"displayName\": + \"InstanceName\"\r\n },\r\n {\r\n \"name\": + \"CounterPath\",\r\n \"displayName\": \"CounterPath\"\r\n + \ },\r\n {\r\n \"name\": \"SourceSystem\",\r\n + \ \"displayName\": \"SourceSystem\"\r\n }\r\n + \ ]\r\n },\r\n {\r\n \"name\": + \"Average_% DPC Time\",\r\n \"displayName\": \"% DPC Time\",\r\n + \ \"displayDescription\": \"Average_% DPC Time\",\r\n \"unit\": + \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": + [\r\n {\r\n \"name\": \"Computer\",\r\n \"displayName\": + \"Computer\"\r\n },\r\n {\r\n \"name\": + \"ObjectName\",\r\n \"displayName\": \"ObjectName\"\r\n },\r\n + \ {\r\n \"name\": \"InstanceName\",\r\n \"displayName\": + \"InstanceName\"\r\n },\r\n {\r\n \"name\": + \"CounterPath\",\r\n \"displayName\": \"CounterPath\"\r\n + \ },\r\n {\r\n \"name\": \"SourceSystem\",\r\n + \ \"displayName\": \"SourceSystem\"\r\n }\r\n + \ ]\r\n },\r\n {\r\n \"name\": + \"Average_% Idle Time\",\r\n \"displayName\": \"% Idle Time\",\r\n + \ \"displayDescription\": \"Average_% Idle Time\",\r\n \"unit\": + \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": + [\r\n {\r\n \"name\": \"Computer\",\r\n \"displayName\": + \"Computer\"\r\n },\r\n {\r\n \"name\": + \"ObjectName\",\r\n \"displayName\": \"ObjectName\"\r\n },\r\n + \ {\r\n \"name\": \"InstanceName\",\r\n \"displayName\": + \"InstanceName\"\r\n },\r\n {\r\n \"name\": + \"CounterPath\",\r\n \"displayName\": \"CounterPath\"\r\n + \ },\r\n {\r\n \"name\": \"SourceSystem\",\r\n + \ \"displayName\": \"SourceSystem\"\r\n }\r\n + \ ]\r\n },\r\n {\r\n \"name\": + \"Average_% Interrupt Time\",\r\n \"displayName\": \"% Interrupt + Time\",\r\n \"displayDescription\": \"Average_% Interrupt Time\",\r\n + \ \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n + \ \"dimensions\": [\r\n {\r\n \"name\": + \"Computer\",\r\n \"displayName\": \"Computer\"\r\n },\r\n + \ {\r\n \"name\": \"ObjectName\",\r\n \"displayName\": + \"ObjectName\"\r\n },\r\n {\r\n \"name\": + \"InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n + \ },\r\n {\r\n \"name\": \"CounterPath\",\r\n + \ \"displayName\": \"CounterPath\"\r\n },\r\n + \ {\r\n \"name\": \"SourceSystem\",\r\n \"displayName\": + \"SourceSystem\"\r\n }\r\n ]\r\n },\r\n + \ {\r\n \"name\": \"Average_% IO Wait Time\",\r\n \"displayName\": + \"% IO Wait Time\",\r\n \"displayDescription\": \"Average_% IO + Wait Time\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": + \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": + \"Computer\",\r\n \"displayName\": \"Computer\"\r\n },\r\n + \ {\r\n \"name\": \"ObjectName\",\r\n \"displayName\": + \"ObjectName\"\r\n },\r\n {\r\n \"name\": + \"InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n + \ },\r\n {\r\n \"name\": \"CounterPath\",\r\n + \ \"displayName\": \"CounterPath\"\r\n },\r\n + \ {\r\n \"name\": \"SourceSystem\",\r\n \"displayName\": + \"SourceSystem\"\r\n }\r\n ]\r\n },\r\n + \ {\r\n \"name\": \"Average_% Nice Time\",\r\n \"displayName\": + \"% Nice Time\",\r\n \"displayDescription\": \"Average_% Nice + Time\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": + \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": + \"Computer\",\r\n \"displayName\": \"Computer\"\r\n },\r\n + \ {\r\n \"name\": \"ObjectName\",\r\n \"displayName\": + \"ObjectName\"\r\n },\r\n {\r\n \"name\": + \"InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n + \ },\r\n {\r\n \"name\": \"CounterPath\",\r\n + \ \"displayName\": \"CounterPath\"\r\n },\r\n + \ {\r\n \"name\": \"SourceSystem\",\r\n \"displayName\": + \"SourceSystem\"\r\n }\r\n ]\r\n },\r\n + \ {\r\n \"name\": \"Average_% Privileged Time\",\r\n + \ \"displayName\": \"% Privileged Time\",\r\n \"displayDescription\": + \"Average_% Privileged Time\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": + \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": + \"Computer\",\r\n \"displayName\": \"Computer\"\r\n },\r\n + \ {\r\n \"name\": \"ObjectName\",\r\n \"displayName\": + \"ObjectName\"\r\n },\r\n {\r\n \"name\": + \"InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n + \ },\r\n {\r\n \"name\": \"CounterPath\",\r\n + \ \"displayName\": \"CounterPath\"\r\n },\r\n + \ {\r\n \"name\": \"SourceSystem\",\r\n \"displayName\": + \"SourceSystem\"\r\n }\r\n ]\r\n },\r\n + \ {\r\n \"name\": \"Average_% Processor Time\",\r\n + \ \"displayName\": \"% Processor Time\",\r\n \"displayDescription\": + \"Average_% Processor Time\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": + \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": + \"Computer\",\r\n \"displayName\": \"Computer\"\r\n },\r\n + \ {\r\n \"name\": \"ObjectName\",\r\n \"displayName\": + \"ObjectName\"\r\n },\r\n {\r\n \"name\": + \"InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n + \ },\r\n {\r\n \"name\": \"CounterPath\",\r\n + \ \"displayName\": \"CounterPath\"\r\n },\r\n + \ {\r\n \"name\": \"SourceSystem\",\r\n \"displayName\": + \"SourceSystem\"\r\n }\r\n ]\r\n },\r\n + \ {\r\n \"name\": \"Average_% User Time\",\r\n \"displayName\": + \"% User Time\",\r\n \"displayDescription\": \"Average_% User + Time\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": + \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": + \"Computer\",\r\n \"displayName\": \"Computer\"\r\n },\r\n + \ {\r\n \"name\": \"ObjectName\",\r\n \"displayName\": + \"ObjectName\"\r\n },\r\n {\r\n \"name\": + \"InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n + \ },\r\n {\r\n \"name\": \"CounterPath\",\r\n + \ \"displayName\": \"CounterPath\"\r\n },\r\n + \ {\r\n \"name\": \"SourceSystem\",\r\n \"displayName\": + \"SourceSystem\"\r\n }\r\n ]\r\n },\r\n + \ {\r\n \"name\": \"Average_Free Physical Memory\",\r\n + \ \"displayName\": \"Free Physical Memory\",\r\n \"displayDescription\": + \"Average_Free Physical Memory\",\r\n \"unit\": \"Count\",\r\n + \ \"aggregationType\": \"Average\",\r\n \"dimensions\": + [\r\n {\r\n \"name\": \"Computer\",\r\n \"displayName\": + \"Computer\"\r\n },\r\n {\r\n \"name\": + \"ObjectName\",\r\n \"displayName\": \"ObjectName\"\r\n },\r\n + \ {\r\n \"name\": \"InstanceName\",\r\n \"displayName\": + \"InstanceName\"\r\n },\r\n {\r\n \"name\": + \"CounterPath\",\r\n \"displayName\": \"CounterPath\"\r\n + \ },\r\n {\r\n \"name\": \"SourceSystem\",\r\n + \ \"displayName\": \"SourceSystem\"\r\n }\r\n + \ ]\r\n },\r\n {\r\n \"name\": + \"Average_Free Space in Paging Files\",\r\n \"displayName\": + \"Free Space in Paging Files\",\r\n \"displayDescription\": \"Average_Free + Space in Paging Files\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": + \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": + \"Computer\",\r\n \"displayName\": \"Computer\"\r\n },\r\n + \ {\r\n \"name\": \"ObjectName\",\r\n \"displayName\": + \"ObjectName\"\r\n },\r\n {\r\n \"name\": + \"InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n + \ },\r\n {\r\n \"name\": \"CounterPath\",\r\n + \ \"displayName\": \"CounterPath\"\r\n },\r\n + \ {\r\n \"name\": \"SourceSystem\",\r\n \"displayName\": + \"SourceSystem\"\r\n }\r\n ]\r\n },\r\n + \ {\r\n \"name\": \"Average_Free Virtual Memory\",\r\n + \ \"displayName\": \"Free Virtual Memory\",\r\n \"displayDescription\": + \"Average_Free Virtual Memory\",\r\n \"unit\": \"Count\",\r\n + \ \"aggregationType\": \"Average\",\r\n \"dimensions\": + [\r\n {\r\n \"name\": \"Computer\",\r\n \"displayName\": + \"Computer\"\r\n },\r\n {\r\n \"name\": + \"ObjectName\",\r\n \"displayName\": \"ObjectName\"\r\n },\r\n + \ {\r\n \"name\": \"InstanceName\",\r\n \"displayName\": + \"InstanceName\"\r\n },\r\n {\r\n \"name\": + \"CounterPath\",\r\n \"displayName\": \"CounterPath\"\r\n + \ },\r\n {\r\n \"name\": \"SourceSystem\",\r\n + \ \"displayName\": \"SourceSystem\"\r\n }\r\n + \ ]\r\n },\r\n {\r\n \"name\": + \"Average_Processes\",\r\n \"displayName\": \"Processes\",\r\n + \ \"displayDescription\": \"Average_Processes\",\r\n \"unit\": + \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": + [\r\n {\r\n \"name\": \"Computer\",\r\n \"displayName\": + \"Computer\"\r\n },\r\n {\r\n \"name\": + \"ObjectName\",\r\n \"displayName\": \"ObjectName\"\r\n },\r\n + \ {\r\n \"name\": \"InstanceName\",\r\n \"displayName\": + \"InstanceName\"\r\n },\r\n {\r\n \"name\": + \"CounterPath\",\r\n \"displayName\": \"CounterPath\"\r\n + \ },\r\n {\r\n \"name\": \"SourceSystem\",\r\n + \ \"displayName\": \"SourceSystem\"\r\n }\r\n + \ ]\r\n },\r\n {\r\n \"name\": + \"Average_Size Stored In Paging Files\",\r\n \"displayName\": + \"Size Stored In Paging Files\",\r\n \"displayDescription\": + \"Average_Size Stored In Paging Files\",\r\n \"unit\": \"Count\",\r\n + \ \"aggregationType\": \"Average\",\r\n \"dimensions\": + [\r\n {\r\n \"name\": \"Computer\",\r\n \"displayName\": + \"Computer\"\r\n },\r\n {\r\n \"name\": + \"ObjectName\",\r\n \"displayName\": \"ObjectName\"\r\n },\r\n + \ {\r\n \"name\": \"InstanceName\",\r\n \"displayName\": + \"InstanceName\"\r\n },\r\n {\r\n \"name\": + \"CounterPath\",\r\n \"displayName\": \"CounterPath\"\r\n + \ },\r\n {\r\n \"name\": \"SourceSystem\",\r\n + \ \"displayName\": \"SourceSystem\"\r\n }\r\n + \ ]\r\n },\r\n {\r\n \"name\": + \"Average_Uptime\",\r\n \"displayName\": \"Uptime\",\r\n \"displayDescription\": + \"Average_Uptime\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": + \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": + \"Computer\",\r\n \"displayName\": \"Computer\"\r\n },\r\n + \ {\r\n \"name\": \"ObjectName\",\r\n \"displayName\": + \"ObjectName\"\r\n },\r\n {\r\n \"name\": + \"InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n + \ },\r\n {\r\n \"name\": \"CounterPath\",\r\n + \ \"displayName\": \"CounterPath\"\r\n },\r\n + \ {\r\n \"name\": \"SourceSystem\",\r\n \"displayName\": + \"SourceSystem\"\r\n }\r\n ]\r\n },\r\n + \ {\r\n \"name\": \"Average_Users\",\r\n \"displayName\": + \"Users\",\r\n \"displayDescription\": \"Average_Users\",\r\n + \ \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n + \ \"dimensions\": [\r\n {\r\n \"name\": + \"Computer\",\r\n \"displayName\": \"Computer\"\r\n },\r\n + \ {\r\n \"name\": \"ObjectName\",\r\n \"displayName\": + \"ObjectName\"\r\n },\r\n {\r\n \"name\": + \"InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n + \ },\r\n {\r\n \"name\": \"CounterPath\",\r\n + \ \"displayName\": \"CounterPath\"\r\n },\r\n + \ {\r\n \"name\": \"SourceSystem\",\r\n \"displayName\": + \"SourceSystem\"\r\n }\r\n ]\r\n },\r\n + \ {\r\n \"name\": \"Average_Current Disk Queue Length\",\r\n + \ \"displayName\": \"Current Disk Queue Length\",\r\n \"displayDescription\": + \"Average_Current Disk Queue Length\",\r\n \"unit\": \"Count\",\r\n + \ \"aggregationType\": \"Average\",\r\n \"dimensions\": + [\r\n {\r\n \"name\": \"Computer\",\r\n \"displayName\": + \"Computer\"\r\n },\r\n {\r\n \"name\": + \"ObjectName\",\r\n \"displayName\": \"ObjectName\"\r\n },\r\n + \ {\r\n \"name\": \"InstanceName\",\r\n \"displayName\": + \"InstanceName\"\r\n },\r\n {\r\n \"name\": + \"CounterPath\",\r\n \"displayName\": \"CounterPath\"\r\n + \ },\r\n {\r\n \"name\": \"SourceSystem\",\r\n + \ \"displayName\": \"SourceSystem\"\r\n }\r\n + \ ]\r\n },\r\n {\r\n \"name\": + \"Average_Available MBytes\",\r\n \"displayName\": \"Available + MBytes\",\r\n \"displayDescription\": \"Average_Available MBytes\",\r\n + \ \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n + \ \"dimensions\": [\r\n {\r\n \"name\": + \"Computer\",\r\n \"displayName\": \"Computer\"\r\n },\r\n + \ {\r\n \"name\": \"ObjectName\",\r\n \"displayName\": + \"ObjectName\"\r\n },\r\n {\r\n \"name\": + \"InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n + \ },\r\n {\r\n \"name\": \"CounterPath\",\r\n + \ \"displayName\": \"CounterPath\"\r\n },\r\n + \ {\r\n \"name\": \"SourceSystem\",\r\n \"displayName\": + \"SourceSystem\"\r\n }\r\n ]\r\n },\r\n + \ {\r\n \"name\": \"Average_% Committed Bytes In Use\",\r\n + \ \"displayName\": \"% Committed Bytes In Use\",\r\n \"displayDescription\": + \"Average_% Committed Bytes In Use\",\r\n \"unit\": \"Count\",\r\n + \ \"aggregationType\": \"Average\",\r\n \"dimensions\": + [\r\n {\r\n \"name\": \"Computer\",\r\n \"displayName\": + \"Computer\"\r\n },\r\n {\r\n \"name\": + \"ObjectName\",\r\n \"displayName\": \"ObjectName\"\r\n },\r\n + \ {\r\n \"name\": \"InstanceName\",\r\n \"displayName\": + \"InstanceName\"\r\n },\r\n {\r\n \"name\": + \"CounterPath\",\r\n \"displayName\": \"CounterPath\"\r\n + \ },\r\n {\r\n \"name\": \"SourceSystem\",\r\n + \ \"displayName\": \"SourceSystem\"\r\n }\r\n + \ ]\r\n },\r\n {\r\n \"name\": + \"Average_Bytes Received/sec\",\r\n \"displayName\": \"Bytes + Received/sec\",\r\n \"displayDescription\": \"Average_Bytes Received/sec\",\r\n + \ \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n + \ \"dimensions\": [\r\n {\r\n \"name\": + \"Computer\",\r\n \"displayName\": \"Computer\"\r\n },\r\n + \ {\r\n \"name\": \"ObjectName\",\r\n \"displayName\": + \"ObjectName\"\r\n },\r\n {\r\n \"name\": + \"InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n + \ },\r\n {\r\n \"name\": \"CounterPath\",\r\n + \ \"displayName\": \"CounterPath\"\r\n },\r\n + \ {\r\n \"name\": \"SourceSystem\",\r\n \"displayName\": + \"SourceSystem\"\r\n }\r\n ]\r\n },\r\n + \ {\r\n \"name\": \"Average_Bytes Sent/sec\",\r\n \"displayName\": + \"Bytes Sent/sec\",\r\n \"displayDescription\": \"Average_Bytes + Sent/sec\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": + \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": + \"Computer\",\r\n \"displayName\": \"Computer\"\r\n },\r\n + \ {\r\n \"name\": \"ObjectName\",\r\n \"displayName\": + \"ObjectName\"\r\n },\r\n {\r\n \"name\": + \"InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n + \ },\r\n {\r\n \"name\": \"CounterPath\",\r\n + \ \"displayName\": \"CounterPath\"\r\n },\r\n + \ {\r\n \"name\": \"SourceSystem\",\r\n \"displayName\": + \"SourceSystem\"\r\n }\r\n ]\r\n },\r\n + \ {\r\n \"name\": \"Average_Bytes Total/sec\",\r\n + \ \"displayName\": \"Bytes Total/sec\",\r\n \"displayDescription\": + \"Average_Bytes Total/sec\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": + \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": + \"Computer\",\r\n \"displayName\": \"Computer\"\r\n },\r\n + \ {\r\n \"name\": \"ObjectName\",\r\n \"displayName\": + \"ObjectName\"\r\n },\r\n {\r\n \"name\": + \"InstanceName\",\r\n \"displayName\": \"InstanceName\"\r\n + \ },\r\n {\r\n \"name\": \"CounterPath\",\r\n + \ \"displayName\": \"CounterPath\"\r\n },\r\n + \ {\r\n \"name\": \"SourceSystem\",\r\n \"displayName\": + \"SourceSystem\"\r\n }\r\n ]\r\n },\r\n + \ {\r\n \"name\": \"Average_Processor Queue Length\",\r\n + \ \"displayName\": \"Processor Queue Length\",\r\n \"displayDescription\": + \"Average_Processor Queue Length\",\r\n \"unit\": \"Count\",\r\n + \ \"aggregationType\": \"Average\",\r\n \"dimensions\": + [\r\n {\r\n \"name\": \"Computer\",\r\n \"displayName\": + \"Computer\"\r\n },\r\n {\r\n \"name\": + \"ObjectName\",\r\n \"displayName\": \"ObjectName\"\r\n },\r\n + \ {\r\n \"name\": \"InstanceName\",\r\n \"displayName\": + \"InstanceName\"\r\n },\r\n {\r\n \"name\": + \"CounterPath\",\r\n \"displayName\": \"CounterPath\"\r\n + \ },\r\n {\r\n \"name\": \"SourceSystem\",\r\n + \ \"displayName\": \"SourceSystem\"\r\n }\r\n + \ ]\r\n },\r\n {\r\n \"name\": + \"Heartbeat\",\r\n \"displayName\": \"Heartbeat\",\r\n \"displayDescription\": + \"Heartbeat\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": + \"Total\",\r\n \"fillGapWithZero\": true,\r\n \"dimensions\": + [\r\n {\r\n \"name\": \"Computer\",\r\n \"displayName\": + \"Computer\"\r\n },\r\n {\r\n \"name\": + \"OSType\",\r\n \"displayName\": \"OSType\"\r\n },\r\n + \ {\r\n \"name\": \"Version\",\r\n \"displayName\": + \"Version\"\r\n },\r\n {\r\n \"name\": + \"SourceComputerId\",\r\n \"displayName\": \"SourceComputerId\"\r\n + \ }\r\n ]\r\n },\r\n {\r\n + \ \"name\": \"Update\",\r\n \"displayName\": \"Update\",\r\n + \ \"displayDescription\": \"Update\",\r\n \"unit\": + \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": + [\r\n {\r\n \"name\": \"Computer\",\r\n \"displayName\": + \"Computer\"\r\n },\r\n {\r\n \"name\": + \"Product\",\r\n \"displayName\": \"Product\"\r\n },\r\n + \ {\r\n \"name\": \"Classification\",\r\n \"displayName\": + \"Classification\"\r\n },\r\n {\r\n \"name\": + \"UpdateState\",\r\n \"displayName\": \"UpdateState\"\r\n + \ },\r\n {\r\n \"name\": \"Optional\",\r\n + \ \"displayName\": \"Optional\"\r\n },\r\n + \ {\r\n \"name\": \"Approved\",\r\n \"displayName\": + \"Approved\"\r\n }\r\n ]\r\n },\r\n + \ {\r\n \"name\": \"Event\",\r\n \"displayName\": + \"Event\",\r\n \"displayDescription\": \"Event\",\r\n \"unit\": + \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": + [\r\n {\r\n \"name\": \"Source\",\r\n \"displayName\": + \"Source\"\r\n },\r\n {\r\n \"name\": + \"EventLog\",\r\n \"displayName\": \"EventLog\"\r\n },\r\n + \ {\r\n \"name\": \"Computer\",\r\n \"displayName\": + \"Computer\"\r\n },\r\n {\r\n \"name\": + \"EventCategory\",\r\n \"displayName\": \"EventCategory\"\r\n + \ },\r\n {\r\n \"name\": \"EventLevel\",\r\n + \ \"displayName\": \"EventLevel\"\r\n },\r\n + \ {\r\n \"name\": \"EventLevelName\",\r\n \"displayName\": + \"EventLevelName\"\r\n },\r\n {\r\n \"name\": + \"EventID\",\r\n \"displayName\": \"EventID\"\r\n }\r\n + \ ]\r\n }\r\n ]\r\n }\r\n }\r\n + \ },\r\n {\r\n \"origin\": \"system\",\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/providers/Microsoft.Insights/diagnosticSettings/Read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"Workspaces\",\r\n \"operation\": + \"Read diagnostic setting\",\r\n \"description\": \"Gets the diagnostic + setting for the resource\"\r\n }\r\n },\r\n {\r\n \"origin\": + \"system\",\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/providers/Microsoft.Insights/diagnosticSettings/Write\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"Workspaces\",\r\n \"operation\": + \"Write diagnostic setting\",\r\n \"description\": \"Creates or updates + the diagnostic setting for the resource\"\r\n }\r\n },\r\n {\r\n + \ \"origin\": \"system\",\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/providers/Microsoft.Insights/logDefinitions/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"The log definition of + Workspaces\",\r\n \"operation\": \"Read Workspaces log definitions\",\r\n + \ \"description\": \"Gets the available logs for a Workspace\"\r\n },\r\n + \ \"properties\": {\r\n \"serviceSpecification\": {\r\n \"logSpecifications\": + [\r\n {\r\n \"name\": \"Audit\",\r\n \"displayName\": + \"Audit Logs\"\r\n }\r\n ]\r\n }\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AACHttpRequest/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AACHttpRequest\",\r\n + \ \"operation\": \"Read AACHttpRequest data\",\r\n \"description\": + \"Read data from the AACHttpRequest table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/AADDomainServicesAccountLogon/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AADDomainServicesAccountLogon\",\r\n + \ \"operation\": \"Read AADDomainServicesAccountLogon data\",\r\n \"description\": + \"Read data from the AADDomainServicesAccountLogon table\"\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AADDomainServicesAccountManagement/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AADDomainServicesAccountManagement\",\r\n + \ \"operation\": \"Read AADDomainServicesAccountManagement data\",\r\n + \ \"description\": \"Read data from the AADDomainServicesAccountManagement + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AADDomainServicesDirectoryServiceAccess/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AADDomainServicesDirectoryServiceAccess\",\r\n + \ \"operation\": \"Read AADDomainServicesDirectoryServiceAccess data\",\r\n + \ \"description\": \"Read data from the AADDomainServicesDirectoryServiceAccess + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AADDomainServicesLogonLogoff/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AADDomainServicesLogonLogoff\",\r\n + \ \"operation\": \"Read AADDomainServicesLogonLogoff data\",\r\n \"description\": + \"Read data from the AADDomainServicesLogonLogoff table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AADDomainServicesPolicyChange/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AADDomainServicesPolicyChange\",\r\n + \ \"operation\": \"Read AADDomainServicesPolicyChange data\",\r\n \"description\": + \"Read data from the AADDomainServicesPolicyChange table\"\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AADDomainServicesPrivilegeUse/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AADDomainServicesPrivilegeUse\",\r\n + \ \"operation\": \"Read AADDomainServicesPrivilegeUse data\",\r\n \"description\": + \"Read data from the AADDomainServicesPrivilegeUse table\"\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AADDomainServicesSystemSecurity/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AADDomainServicesSystemSecurity\",\r\n + \ \"operation\": \"Read AADDomainServicesSystemSecurity data\",\r\n + \ \"description\": \"Read data from the AADDomainServicesSystemSecurity + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AADManagedIdentitySignInLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AADManagedIdentitySignInLogs\",\r\n + \ \"operation\": \"Read AADManagedIdentitySignInLogs data\",\r\n \"description\": + \"Read data from the AADManagedIdentitySignInLogs table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AADNonInteractiveUserSignInLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AADNonInteractiveUserSignInLogs\",\r\n + \ \"operation\": \"Read AADNonInteractiveUserSignInLogs data\",\r\n + \ \"description\": \"Read data from the AADNonInteractiveUserSignInLogs + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AADProvisioningLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AADProvisioningLogs\",\r\n + \ \"operation\": \"Read AADProvisioningLogs data\",\r\n \"description\": + \"Read data from the AADProvisioningLogs table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AADServicePrincipalSignInLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AADServicePrincipalSignInLogs\",\r\n + \ \"operation\": \"Read AADServicePrincipalSignInLogs data\",\r\n \"description\": + \"Read data from the AADServicePrincipalSignInLogs table\"\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ABSBotRequests/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ABSBotRequests\",\r\n + \ \"operation\": \"Read ABSBotRequests data\",\r\n \"description\": + \"Read data from the ABSBotRequests table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/ABSChannelToBotRequests/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ABSChannelToBotRequests\",\r\n + \ \"operation\": \"Read ABSChannelToBotRequests data\",\r\n \"description\": + \"Read data from the ABSChannelToBotRequests table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ABSDependenciesRequests/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ABSDependenciesRequests\",\r\n + \ \"operation\": \"Read ABSDependenciesRequests data\",\r\n \"description\": + \"Read data from the ABSDependenciesRequests table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ACSAuthIncomingOperations/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ACSAuthIncomingOperations\",\r\n + \ \"operation\": \"Read ACSAuthIncomingOperations data\",\r\n \"description\": + \"Read data from the ACSAuthIncomingOperations table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ACSBillingUsage/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ACSBillingUsage\",\r\n + \ \"operation\": \"Read ACSBillingUsage data\",\r\n \"description\": + \"Read data from the ACSBillingUsage table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/ACSChatIncomingOperations/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ACSChatIncomingOperations\",\r\n + \ \"operation\": \"Read ACSChatIncomingOperations data\",\r\n \"description\": + \"Read data from the ACSChatIncomingOperations table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ACSSMSIncomingOperations/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ACSSMSIncomingOperations\",\r\n + \ \"operation\": \"Read ACSSMSIncomingOperations data\",\r\n \"description\": + \"Read data from the ACSSMSIncomingOperations table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADAssessmentRecommendation/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ADAssessmentRecommendation\",\r\n + \ \"operation\": \"Read ADAssessmentRecommendation data\",\r\n \"description\": + \"Read data from the ADAssessmentRecommendation table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AddonAzureBackupAlerts/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AddonAzureBackupAlerts\",\r\n + \ \"operation\": \"Read AddonAzureBackupAlerts data\",\r\n \"description\": + \"Read data from the AddonAzureBackupAlerts table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AddonAzureBackupJobs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AddonAzureBackupJobs\",\r\n + \ \"operation\": \"Read AddonAzureBackupJobs data\",\r\n \"description\": + \"Read data from the AddonAzureBackupJobs table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AddonAzureBackupPolicy/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AddonAzureBackupPolicy\",\r\n + \ \"operation\": \"Read AddonAzureBackupPolicy data\",\r\n \"description\": + \"Read data from the AddonAzureBackupPolicy table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AddonAzureBackupProtectedInstance/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AddonAzureBackupProtectedInstance\",\r\n + \ \"operation\": \"Read AddonAzureBackupProtectedInstance data\",\r\n + \ \"description\": \"Read data from the AddonAzureBackupProtectedInstance + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AddonAzureBackupStorage/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AddonAzureBackupStorage\",\r\n + \ \"operation\": \"Read AddonAzureBackupStorage data\",\r\n \"description\": + \"Read data from the AddonAzureBackupStorage table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADFActivityRun/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ADFActivityRun\",\r\n + \ \"operation\": \"Read ADFActivityRun data\",\r\n \"description\": + \"Read data from the ADFActivityRun table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADFPipelineRun/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ADFPipelineRun\",\r\n + \ \"operation\": \"Read ADFPipelineRun data\",\r\n \"description\": + \"Read data from the ADFPipelineRun table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADFSandboxActivityRun/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ADFSandboxActivityRun\",\r\n + \ \"operation\": \"Read ADFSandboxActivityRun data\",\r\n \"description\": + \"Read data from the ADFSandboxActivityRun table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADFSandboxPipelineRun/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ADFSandboxPipelineRun\",\r\n + \ \"operation\": \"Read ADFSandboxPipelineRun data\",\r\n \"description\": + \"Read data from the ADFSandboxPipelineRun table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADFSSignInLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ADFSSignInLogs\",\r\n + \ \"operation\": \"Read ADFSSignInLogs data\",\r\n \"description\": + \"Read data from the ADFSSignInLogs table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADFSSISIntegrationRuntimeLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ADFSSISIntegrationRuntimeLogs\",\r\n + \ \"operation\": \"Read ADFSSISIntegrationRuntimeLogs data\",\r\n \"description\": + \"Read data from the ADFSSISIntegrationRuntimeLogs table\"\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADFSSISPackageEventMessageContext/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ADFSSISPackageEventMessageContext\",\r\n + \ \"operation\": \"Read ADFSSISPackageEventMessageContext data\",\r\n + \ \"description\": \"Read data from the ADFSSISPackageEventMessageContext + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADFSSISPackageEventMessages/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ADFSSISPackageEventMessages\",\r\n + \ \"operation\": \"Read ADFSSISPackageEventMessages data\",\r\n \"description\": + \"Read data from the ADFSSISPackageEventMessages table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADFSSISPackageExecutableStatistics/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ADFSSISPackageExecutableStatistics\",\r\n + \ \"operation\": \"Read ADFSSISPackageExecutableStatistics data\",\r\n + \ \"description\": \"Read data from the ADFSSISPackageExecutableStatistics + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADFSSISPackageExecutionComponentPhases/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ADFSSISPackageExecutionComponentPhases\",\r\n + \ \"operation\": \"Read ADFSSISPackageExecutionComponentPhases data\",\r\n + \ \"description\": \"Read data from the ADFSSISPackageExecutionComponentPhases + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADFSSISPackageExecutionDataStatistics/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ADFSSISPackageExecutionDataStatistics\",\r\n + \ \"operation\": \"Read ADFSSISPackageExecutionDataStatistics data\",\r\n + \ \"description\": \"Read data from the ADFSSISPackageExecutionDataStatistics + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADFTriggerRun/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ADFTriggerRun\",\r\n \"operation\": + \"Read ADFTriggerRun data\",\r\n \"description\": \"Read data from + the ADFTriggerRun table\"\r\n }\r\n },\r\n {\r\n \"name\": + \"Microsoft.OperationalInsights/workspaces/query/ADPAudit/read\",\r\n \"isDataAction\": + false,\r\n \"display\": {\r\n \"provider\": \"Azure Log Analytics\",\r\n + \ \"resource\": \"ADPAudit\",\r\n \"operation\": \"Read ADPAudit + data\",\r\n \"description\": \"Read data from the ADPAudit table\"\r\n + \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADPRequests/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ADPRequests\",\r\n \"operation\": + \"Read ADPRequests data\",\r\n \"description\": \"Read data from the + ADPRequests table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADReplicationResult/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ADReplicationResult\",\r\n + \ \"operation\": \"Read ADReplicationResult data\",\r\n \"description\": + \"Read data from the ADReplicationResult table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADSecurityAssessmentRecommendation/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ADSecurityAssessmentRecommendation\",\r\n + \ \"operation\": \"Read ADSecurityAssessmentRecommendation data\",\r\n + \ \"description\": \"Read data from the ADSecurityAssessmentRecommendation + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADTDigitalTwinsOperation/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ADTDigitalTwinsOperation\",\r\n + \ \"operation\": \"Read ADTDigitalTwinsOperation data\",\r\n \"description\": + \"Read data from the ADTDigitalTwinsOperation table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADTEventRoutesOperation/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ADTEventRoutesOperation\",\r\n + \ \"operation\": \"Read ADTEventRoutesOperation data\",\r\n \"description\": + \"Read data from the ADTEventRoutesOperation table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADTModelsOperation/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ADTModelsOperation\",\r\n + \ \"operation\": \"Read ADTModelsOperation data\",\r\n \"description\": + \"Read data from the ADTModelsOperation table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADTQueryOperation/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ADTQueryOperation\",\r\n + \ \"operation\": \"Read ADTQueryOperation data\",\r\n \"description\": + \"Read data from the ADTQueryOperation table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADXCommand/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ADXCommand\",\r\n \"operation\": + \"Read ADXCommand data\",\r\n \"description\": \"Read data from the + ADXCommand table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADXIngestionBatching/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ADXIngestionBatching\",\r\n + \ \"operation\": \"Read ADXIngestionBatching data\",\r\n \"description\": + \"Read data from the ADXIngestionBatching table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADXQuery/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ADXQuery\",\r\n \"operation\": + \"Read ADXQuery data\",\r\n \"description\": \"Read data from the ADXQuery + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADXTableDetails/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ADXTableDetails\",\r\n + \ \"operation\": \"Read ADXTableDetails data\",\r\n \"description\": + \"Read data from the ADXTableDetails table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/ADXTableUsageStatistics/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ADXTableUsageStatistics\",\r\n + \ \"operation\": \"Read ADXTableUsageStatistics data\",\r\n \"description\": + \"Read data from the ADXTableUsageStatistics table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AegDeliveryFailureLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AegDeliveryFailureLogs\",\r\n + \ \"operation\": \"Read AegDeliveryFailureLogs data\",\r\n \"description\": + \"Read data from the AegDeliveryFailureLogs table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AegPublishFailureLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AegPublishFailureLogs\",\r\n + \ \"operation\": \"Read AegPublishFailureLogs data\",\r\n \"description\": + \"Read data from the AegPublishFailureLogs table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AEWAuditLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AEWAuditLogs\",\r\n \"operation\": + \"Read AEWAuditLogs data\",\r\n \"description\": \"Read data from the + AEWAuditLogs table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/Alert/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"Alert\",\r\n \"operation\": + \"Read Alert data\",\r\n \"description\": \"Read data from the Alert + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AlertHistory/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AlertHistory\",\r\n \"operation\": + \"Read AlertHistory data\",\r\n \"description\": \"Read data from the + AlertHistory table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AmlComputeClusterEvent/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AmlComputeClusterEvent\",\r\n + \ \"operation\": \"Read AmlComputeClusterEvent data\",\r\n \"description\": + \"Read data from the AmlComputeClusterEvent table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AmlComputeClusterNodeEvent/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AmlComputeClusterNodeEvent\",\r\n + \ \"operation\": \"Read AmlComputeClusterNodeEvent data\",\r\n \"description\": + \"Read data from the AmlComputeClusterNodeEvent table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AmlComputeCpuGpuUtilization/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AmlComputeCpuGpuUtilization\",\r\n + \ \"operation\": \"Read AmlComputeCpuGpuUtilization data\",\r\n \"description\": + \"Read data from the AmlComputeCpuGpuUtilization table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AmlComputeJobEvent/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AmlComputeJobEvent\",\r\n + \ \"operation\": \"Read AmlComputeJobEvent data\",\r\n \"description\": + \"Read data from the AmlComputeJobEvent table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/AmlOnlineEndpointConsoleLog/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AmlOnlineEndpointConsoleLog\",\r\n + \ \"operation\": \"Read AmlOnlineEndpointConsoleLog data\",\r\n \"description\": + \"Read data from the AmlOnlineEndpointConsoleLog table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AmlRunStatusChangedEvent/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AmlRunStatusChangedEvent\",\r\n + \ \"operation\": \"Read AmlRunStatusChangedEvent data\",\r\n \"description\": + \"Read data from the AmlRunStatusChangedEvent table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/Anomalies/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"Anomalies\",\r\n \"operation\": + \"Read Anomalies data\",\r\n \"description\": \"Read data from the + Anomalies table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ApiManagementGatewayLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ApiManagementGatewayLogs\",\r\n + \ \"operation\": \"Read ApiManagementGatewayLogs data\",\r\n \"description\": + \"Read data from the ApiManagementGatewayLogs table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppAvailabilityResults/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AppAvailabilityResults\",\r\n + \ \"operation\": \"Read AppAvailabilityResults data\",\r\n \"description\": + \"Read data from the AppAvailabilityResults table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppBrowserTimings/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AppBrowserTimings\",\r\n + \ \"operation\": \"Read AppBrowserTimings data\",\r\n \"description\": + \"Read data from the AppBrowserTimings table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppCenterError/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AppCenterError\",\r\n + \ \"operation\": \"Read AppCenterError data\",\r\n \"description\": + \"Read data from the AppCenterError table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppDependencies/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AppDependencies\",\r\n + \ \"operation\": \"Read AppDependencies data\",\r\n \"description\": + \"Read data from the AppDependencies table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppEvents/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AppEvents\",\r\n \"operation\": + \"Read AppEvents data\",\r\n \"description\": \"Read data from the + AppEvents table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppExceptions/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AppExceptions\",\r\n \"operation\": + \"Read AppExceptions data\",\r\n \"description\": \"Read data from + the AppExceptions table\"\r\n }\r\n },\r\n {\r\n \"name\": + \"Microsoft.OperationalInsights/workspaces/query/ApplicationInsights/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ApplicationInsights\",\r\n + \ \"operation\": \"Read ApplicationInsights data\",\r\n \"description\": + \"Read data from the ApplicationInsights table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppMetrics/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AppMetrics\",\r\n \"operation\": + \"Read AppMetrics data\",\r\n \"description\": \"Read data from the + AppMetrics table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppPageViews/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AppPageViews\",\r\n \"operation\": + \"Read AppPageViews data\",\r\n \"description\": \"Read data from the + AppPageViews table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppPerformanceCounters/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AppPerformanceCounters\",\r\n + \ \"operation\": \"Read AppPerformanceCounters data\",\r\n \"description\": + \"Read data from the AppPerformanceCounters table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppPlatformLogsforSpring/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AppPlatformLogsforSpring\",\r\n + \ \"operation\": \"Read AppPlatformLogsforSpring data\",\r\n \"description\": + \"Read data from the AppPlatformLogsforSpring table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppPlatformSystemLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AppPlatformSystemLogs\",\r\n + \ \"operation\": \"Read AppPlatformSystemLogs data\",\r\n \"description\": + \"Read data from the AppPlatformSystemLogs table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppRequests/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AppRequests\",\r\n \"operation\": + \"Read AppRequests data\",\r\n \"description\": \"Read data from the + AppRequests table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppServiceAntivirusScanAuditLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AppServiceAntivirusScanAuditLogs\",\r\n + \ \"operation\": \"Read AppServiceAntivirusScanAuditLogs data\",\r\n + \ \"description\": \"Read data from the AppServiceAntivirusScanAuditLogs + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppServiceAntivirusScanLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AppServiceAntivirusScanLogs\",\r\n + \ \"operation\": \"Read AppServiceAntivirusScanLogs data\",\r\n \"description\": + \"Read data from the AppServiceAntivirusScanLogs table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppServiceAppLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AppServiceAppLogs\",\r\n + \ \"operation\": \"Read AppServiceAppLogs data\",\r\n \"description\": + \"Read data from the AppServiceAppLogs table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppServiceAuditLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AppServiceAuditLogs\",\r\n + \ \"operation\": \"Read AppServiceAuditLogs data\",\r\n \"description\": + \"Read data from the AppServiceAuditLogs table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppServiceConsoleLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AppServiceConsoleLogs\",\r\n + \ \"operation\": \"Read AppServiceConsoleLogs data\",\r\n \"description\": + \"Read data from the AppServiceConsoleLogs table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppServiceEnvironmentPlatformLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AppServiceEnvironmentPlatformLogs\",\r\n + \ \"operation\": \"Read AppServiceEnvironmentPlatformLogs data\",\r\n + \ \"description\": \"Read data from the AppServiceEnvironmentPlatformLogs + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppServiceFileAuditLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AppServiceFileAuditLogs\",\r\n + \ \"operation\": \"Read AppServiceFileAuditLogs data\",\r\n \"description\": + \"Read data from the AppServiceFileAuditLogs table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppServiceHTTPLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AppServiceHTTPLogs\",\r\n + \ \"operation\": \"Read AppServiceHTTPLogs data\",\r\n \"description\": + \"Read data from the AppServiceHTTPLogs table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppServiceIPSecAuditLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AppServiceIPSecAuditLogs\",\r\n + \ \"operation\": \"Read AppServiceIPSecAuditLogs data\",\r\n \"description\": + \"Read data from the AppServiceIPSecAuditLogs table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppServicePlatformLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AppServicePlatformLogs\",\r\n + \ \"operation\": \"Read AppServicePlatformLogs data\",\r\n \"description\": + \"Read data from the AppServicePlatformLogs table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppSystemEvents/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AppSystemEvents\",\r\n + \ \"operation\": \"Read AppSystemEvents data\",\r\n \"description\": + \"Read data from the AppSystemEvents table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/AppTraces/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AppTraces\",\r\n \"operation\": + \"Read AppTraces data\",\r\n \"description\": \"Read data from the + AppTraces table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AuditLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AuditLogs\",\r\n \"operation\": + \"Read AuditLogs data\",\r\n \"description\": \"Read data from the + AuditLogs table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AutoscaleEvaluationsLog/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AutoscaleEvaluationsLog\",\r\n + \ \"operation\": \"Read AutoscaleEvaluationsLog data\",\r\n \"description\": + \"Read data from the AutoscaleEvaluationsLog table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AutoscaleScaleActionsLog/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AutoscaleScaleActionsLog\",\r\n + \ \"operation\": \"Read AutoscaleScaleActionsLog data\",\r\n \"description\": + \"Read data from the AutoscaleScaleActionsLog table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AWSCloudTrail/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AWSCloudTrail\",\r\n \"operation\": + \"Read AWSCloudTrail data\",\r\n \"description\": \"Read data from + the AWSCloudTrail table\"\r\n }\r\n },\r\n {\r\n \"name\": + \"Microsoft.OperationalInsights/workspaces/query/AzureActivity/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AzureActivity\",\r\n \"operation\": + \"Read AzureActivity data\",\r\n \"description\": \"Read data from + the AzureActivity table\"\r\n }\r\n },\r\n {\r\n \"name\": + \"Microsoft.OperationalInsights/workspaces/query/AzureActivityV2/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AzureActivityV2\",\r\n + \ \"operation\": \"Read AzureActivityV2 data\",\r\n \"description\": + \"Read data from the AzureActivityV2 table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/AzureAssessmentRecommendation/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AzureAssessmentRecommendation\",\r\n + \ \"operation\": \"Read AzureAssessmentRecommendation data\",\r\n \"description\": + \"Read data from the AzureAssessmentRecommendation table\"\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AzureDevOpsAuditing/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AzureDevOpsAuditing\",\r\n + \ \"operation\": \"Read AzureDevOpsAuditing data\",\r\n \"description\": + \"Read data from the AzureDevOpsAuditing table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/AzureDiagnostics/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AzureDiagnostics\",\r\n + \ \"operation\": \"Read AzureDiagnostics data\",\r\n \"description\": + \"Read data from the AzureDiagnostics table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/AzureDiagnostics/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AzureDiagnostics\",\r\n + \ \"operation\": \"Read AzureDiagnostics data\",\r\n \"description\": + \"Read data from the AzureDiagnostics table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/AzureMetrics/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"AzureMetrics\",\r\n \"operation\": + \"Read AzureMetrics data\",\r\n \"description\": \"Read data from the + AzureMetrics table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/BaiClusterEvent/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"BaiClusterEvent\",\r\n + \ \"operation\": \"Read BaiClusterEvent data\",\r\n \"description\": + \"Read data from the BaiClusterEvent table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/BaiClusterNodeEvent/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"BaiClusterNodeEvent\",\r\n + \ \"operation\": \"Read BaiClusterNodeEvent data\",\r\n \"description\": + \"Read data from the BaiClusterNodeEvent table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/BaiJobEvent/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"BaiJobEvent\",\r\n \"operation\": + \"Read BaiJobEvent data\",\r\n \"description\": \"Read data from the + BaiJobEvent table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/BehaviorAnalytics/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"BehaviorAnalytics\",\r\n + \ \"operation\": \"Read BehaviorAnalytics data\",\r\n \"description\": + \"Read data from the BehaviorAnalytics table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/BlockchainApplicationLog/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"BlockchainApplicationLog\",\r\n + \ \"operation\": \"Read BlockchainApplicationLog data\",\r\n \"description\": + \"Read data from the BlockchainApplicationLog table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/BlockchainProxyLog/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"BlockchainProxyLog\",\r\n + \ \"operation\": \"Read BlockchainProxyLog data\",\r\n \"description\": + \"Read data from the BlockchainProxyLog table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/BoundPort/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"BoundPort\",\r\n \"operation\": + \"Read BoundPort data\",\r\n \"description\": \"Read data from the + BoundPort table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/CommonSecurityLog/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"CommonSecurityLog\",\r\n + \ \"operation\": \"Read CommonSecurityLog data\",\r\n \"description\": + \"Read data from the CommonSecurityLog table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/ComputerGroup/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ComputerGroup\",\r\n \"operation\": + \"Read ComputerGroup data\",\r\n \"description\": \"Read data from + the ComputerGroup table\"\r\n }\r\n },\r\n {\r\n \"name\": + \"Microsoft.OperationalInsights/workspaces/query/ConfigurationChange/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ConfigurationChange\",\r\n + \ \"operation\": \"Read ConfigurationChange data\",\r\n \"description\": + \"Read data from the ConfigurationChange table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ConfigurationData/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ConfigurationData\",\r\n + \ \"operation\": \"Read ConfigurationData data\",\r\n \"description\": + \"Read data from the ConfigurationData table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/ContainerImageInventory/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ContainerImageInventory\",\r\n + \ \"operation\": \"Read ContainerImageInventory data\",\r\n \"description\": + \"Read data from the ContainerImageInventory table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ContainerInventory/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ContainerInventory\",\r\n + \ \"operation\": \"Read ContainerInventory data\",\r\n \"description\": + \"Read data from the ContainerInventory table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/ContainerLog/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ContainerLog\",\r\n \"operation\": + \"Read ContainerLog data\",\r\n \"description\": \"Read data from the + ContainerLog table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ContainerLogV2/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ContainerLogV2\",\r\n + \ \"operation\": \"Read ContainerLogV2 data\",\r\n \"description\": + \"Read data from the ContainerLogV2 table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/ContainerNodeInventory/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ContainerNodeInventory\",\r\n + \ \"operation\": \"Read ContainerNodeInventory data\",\r\n \"description\": + \"Read data from the ContainerNodeInventory table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ContainerRegistryLoginEvents/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ContainerRegistryLoginEvents\",\r\n + \ \"operation\": \"Read ContainerRegistryLoginEvents data\",\r\n \"description\": + \"Read data from the ContainerRegistryLoginEvents table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ContainerRegistryRepositoryEvents/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ContainerRegistryRepositoryEvents\",\r\n + \ \"operation\": \"Read ContainerRegistryRepositoryEvents data\",\r\n + \ \"description\": \"Read data from the ContainerRegistryRepositoryEvents + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ContainerServiceLog/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ContainerServiceLog\",\r\n + \ \"operation\": \"Read ContainerServiceLog data\",\r\n \"description\": + \"Read data from the ContainerServiceLog table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/CoreAzureBackup/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"CoreAzureBackup\",\r\n + \ \"operation\": \"Read CoreAzureBackup data\",\r\n \"description\": + \"Read data from the CoreAzureBackup table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/DatabricksAccounts/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DatabricksAccounts\",\r\n + \ \"operation\": \"Read DatabricksAccounts data\",\r\n \"description\": + \"Read data from the DatabricksAccounts table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/DatabricksClusters/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DatabricksClusters\",\r\n + \ \"operation\": \"Read DatabricksClusters data\",\r\n \"description\": + \"Read data from the DatabricksClusters table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/DatabricksDBFS/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DatabricksDBFS\",\r\n + \ \"operation\": \"Read DatabricksDBFS data\",\r\n \"description\": + \"Read data from the DatabricksDBFS table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/DatabricksInstancePools/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DatabricksInstancePools\",\r\n + \ \"operation\": \"Read DatabricksInstancePools data\",\r\n \"description\": + \"Read data from the DatabricksInstancePools table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DatabricksJobs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DatabricksJobs\",\r\n + \ \"operation\": \"Read DatabricksJobs data\",\r\n \"description\": + \"Read data from the DatabricksJobs table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/DatabricksNotebook/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DatabricksNotebook\",\r\n + \ \"operation\": \"Read DatabricksNotebook data\",\r\n \"description\": + \"Read data from the DatabricksNotebook table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/DatabricksSecrets/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DatabricksSecrets\",\r\n + \ \"operation\": \"Read DatabricksSecrets data\",\r\n \"description\": + \"Read data from the DatabricksSecrets table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/DatabricksSQLPermissions/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DatabricksSQLPermissions\",\r\n + \ \"operation\": \"Read DatabricksSQLPermissions data\",\r\n \"description\": + \"Read data from the DatabricksSQLPermissions table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DatabricksSSH/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DatabricksSSH\",\r\n \"operation\": + \"Read DatabricksSSH data\",\r\n \"description\": \"Read data from + the DatabricksSSH table\"\r\n }\r\n },\r\n {\r\n \"name\": + \"Microsoft.OperationalInsights/workspaces/query/DatabricksTables/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DatabricksTables\",\r\n + \ \"operation\": \"Read DatabricksTables data\",\r\n \"description\": + \"Read data from the DatabricksTables table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/DatabricksWorkspace/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DatabricksWorkspace\",\r\n + \ \"operation\": \"Read DatabricksWorkspace data\",\r\n \"description\": + \"Read data from the DatabricksWorkspace table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/dependencies/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"dependencies\",\r\n \"operation\": + \"Read dependencies data\",\r\n \"description\": \"Read data from the + dependencies table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceAppCrash/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DeviceAppCrash\",\r\n + \ \"operation\": \"Read DeviceAppCrash data\",\r\n \"description\": + \"Read data from the DeviceAppCrash table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceAppLaunch/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DeviceAppLaunch\",\r\n + \ \"operation\": \"Read DeviceAppLaunch data\",\r\n \"description\": + \"Read data from the DeviceAppLaunch table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceCalendar/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DeviceCalendar\",\r\n + \ \"operation\": \"Read DeviceCalendar data\",\r\n \"description\": + \"Read data from the DeviceCalendar table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceCleanup/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DeviceCleanup\",\r\n \"operation\": + \"Read DeviceCleanup data\",\r\n \"description\": \"Read data from + the DeviceCleanup table\"\r\n }\r\n },\r\n {\r\n \"name\": + \"Microsoft.OperationalInsights/workspaces/query/DeviceConnectSession/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DeviceConnectSession\",\r\n + \ \"operation\": \"Read DeviceConnectSession data\",\r\n \"description\": + \"Read data from the DeviceConnectSession table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceEtw/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DeviceEtw\",\r\n \"operation\": + \"Read DeviceEtw data\",\r\n \"description\": \"Read data from the + DeviceEtw table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceEvents/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DeviceEvents\",\r\n \"operation\": + \"Read DeviceEvents data\",\r\n \"description\": \"Read data from the + DeviceEvents table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceFileCertificateInfo/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DeviceFileCertificateInfo\",\r\n + \ \"operation\": \"Read DeviceFileCertificateInfo data\",\r\n \"description\": + \"Read data from the DeviceFileCertificateInfo table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceFileEvents/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DeviceFileEvents\",\r\n + \ \"operation\": \"Read DeviceFileEvents data\",\r\n \"description\": + \"Read data from the DeviceFileEvents table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceHardwareHealth/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DeviceHardwareHealth\",\r\n + \ \"operation\": \"Read DeviceHardwareHealth data\",\r\n \"description\": + \"Read data from the DeviceHardwareHealth table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceHealth/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DeviceHealth\",\r\n \"operation\": + \"Read DeviceHealth data\",\r\n \"description\": \"Read data from the + DeviceHealth table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceHeartbeat/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DeviceHeartbeat\",\r\n + \ \"operation\": \"Read DeviceHeartbeat data\",\r\n \"description\": + \"Read data from the DeviceHeartbeat table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceImageLoadEvents/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DeviceImageLoadEvents\",\r\n + \ \"operation\": \"Read DeviceImageLoadEvents data\",\r\n \"description\": + \"Read data from the DeviceImageLoadEvents table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceInfo/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DeviceInfo\",\r\n \"operation\": + \"Read DeviceInfo data\",\r\n \"description\": \"Read data from the + DeviceInfo table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceLogonEvents/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DeviceLogonEvents\",\r\n + \ \"operation\": \"Read DeviceLogonEvents data\",\r\n \"description\": + \"Read data from the DeviceLogonEvents table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceNetworkEvents/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DeviceNetworkEvents\",\r\n + \ \"operation\": \"Read DeviceNetworkEvents data\",\r\n \"description\": + \"Read data from the DeviceNetworkEvents table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceNetworkInfo/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DeviceNetworkInfo\",\r\n + \ \"operation\": \"Read DeviceNetworkInfo data\",\r\n \"description\": + \"Read data from the DeviceNetworkInfo table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceProcessEvents/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DeviceProcessEvents\",\r\n + \ \"operation\": \"Read DeviceProcessEvents data\",\r\n \"description\": + \"Read data from the DeviceProcessEvents table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceRegistryEvents/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DeviceRegistryEvents\",\r\n + \ \"operation\": \"Read DeviceRegistryEvents data\",\r\n \"description\": + \"Read data from the DeviceRegistryEvents table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceSkypeHeartbeat/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DeviceSkypeHeartbeat\",\r\n + \ \"operation\": \"Read DeviceSkypeHeartbeat data\",\r\n \"description\": + \"Read data from the DeviceSkypeHeartbeat table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceSkypeSignIn/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DeviceSkypeSignIn\",\r\n + \ \"operation\": \"Read DeviceSkypeSignIn data\",\r\n \"description\": + \"Read data from the DeviceSkypeSignIn table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/DeviceSleepState/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DeviceSleepState\",\r\n + \ \"operation\": \"Read DeviceSleepState data\",\r\n \"description\": + \"Read data from the DeviceSleepState table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/DHAppFailure/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DHAppFailure\",\r\n \"operation\": + \"Read DHAppFailure data\",\r\n \"description\": \"Read data from the + DHAppFailure table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DHAppReliability/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DHAppReliability\",\r\n + \ \"operation\": \"Read DHAppReliability data\",\r\n \"description\": + \"Read data from the DHAppReliability table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/DHCPActivity/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DHCPActivity\",\r\n \"operation\": + \"Read DHCPActivity data\",\r\n \"description\": \"Read data from the + DHCPActivity table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DHDriverReliability/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DHDriverReliability\",\r\n + \ \"operation\": \"Read DHDriverReliability data\",\r\n \"description\": + \"Read data from the DHDriverReliability table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DHLogonFailures/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DHLogonFailures\",\r\n + \ \"operation\": \"Read DHLogonFailures data\",\r\n \"description\": + \"Read data from the DHLogonFailures table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/DHLogonMetrics/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DHLogonMetrics\",\r\n + \ \"operation\": \"Read DHLogonMetrics data\",\r\n \"description\": + \"Read data from the DHLogonMetrics table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/DHOSCrashData/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DHOSCrashData\",\r\n \"operation\": + \"Read DHOSCrashData data\",\r\n \"description\": \"Read data from + the DHOSCrashData table\"\r\n }\r\n },\r\n {\r\n \"name\": + \"Microsoft.OperationalInsights/workspaces/query/DHOSReliability/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DHOSReliability\",\r\n + \ \"operation\": \"Read DHOSReliability data\",\r\n \"description\": + \"Read data from the DHOSReliability table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/DHWipAppLearning/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DHWipAppLearning\",\r\n + \ \"operation\": \"Read DHWipAppLearning data\",\r\n \"description\": + \"Read data from the DHWipAppLearning table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/DnsEvents/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DnsEvents\",\r\n \"operation\": + \"Read DnsEvents data\",\r\n \"description\": \"Read data from the + DnsEvents table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DnsInventory/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DnsInventory\",\r\n \"operation\": + \"Read DnsInventory data\",\r\n \"description\": \"Read data from the + DnsInventory table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/DynamicEventCollection/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"DynamicEventCollection\",\r\n + \ \"operation\": \"Read DynamicEventCollection data\",\r\n \"description\": + \"Read data from the DynamicEventCollection table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/Dynamics365Activity/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"Dynamics365Activity\",\r\n + \ \"operation\": \"Read Dynamics365Activity data\",\r\n \"description\": + \"Read data from the Dynamics365Activity table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/EmailAttachmentInfo/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"EmailAttachmentInfo\",\r\n + \ \"operation\": \"Read EmailAttachmentInfo data\",\r\n \"description\": + \"Read data from the EmailAttachmentInfo table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/EmailEvents/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"EmailEvents\",\r\n \"operation\": + \"Read EmailEvents data\",\r\n \"description\": \"Read data from the + EmailEvents table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/EmailPostDeliveryEvents/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"EmailPostDeliveryEvents\",\r\n + \ \"operation\": \"Read EmailPostDeliveryEvents data\",\r\n \"description\": + \"Read data from the EmailPostDeliveryEvents table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/EmailUrlInfo/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"EmailUrlInfo\",\r\n \"operation\": + \"Read EmailUrlInfo data\",\r\n \"description\": \"Read data from the + EmailUrlInfo table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ETWEvent/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ETWEvent\",\r\n \"operation\": + \"Read ETWEvent data\",\r\n \"description\": \"Read data from the ETWEvent + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/Event/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"Event\",\r\n \"operation\": + \"Read Event data\",\r\n \"description\": \"Read data from the Event + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ExchangeAssessmentRecommendation/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ExchangeAssessmentRecommendation\",\r\n + \ \"operation\": \"Read ExchangeAssessmentRecommendation data\",\r\n + \ \"description\": \"Read data from the ExchangeAssessmentRecommendation + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ExchangeOnlineAssessmentRecommendation/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ExchangeOnlineAssessmentRecommendation\",\r\n + \ \"operation\": \"Read ExchangeOnlineAssessmentRecommendation data\",\r\n + \ \"description\": \"Read data from the ExchangeOnlineAssessmentRecommendation + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/FailedIngestion/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"FailedIngestion\",\r\n + \ \"operation\": \"Read FailedIngestion data\",\r\n \"description\": + \"Read data from the FailedIngestion table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/FunctionAppLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"FunctionAppLogs\",\r\n + \ \"operation\": \"Read FunctionAppLogs data\",\r\n \"description\": + \"Read data from the FunctionAppLogs table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightAmbariClusterAlerts/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightAmbariClusterAlerts\",\r\n + \ \"operation\": \"Read HDInsightAmbariClusterAlerts data\",\r\n \"description\": + \"Read data from the HDInsightAmbariClusterAlerts table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightAmbariSystemMetrics/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightAmbariSystemMetrics\",\r\n + \ \"operation\": \"Read HDInsightAmbariSystemMetrics data\",\r\n \"description\": + \"Read data from the HDInsightAmbariSystemMetrics table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightGatewayAuditLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightGatewayAuditLogs\",\r\n + \ \"operation\": \"Read HDInsightGatewayAuditLogs data\",\r\n \"description\": + \"Read data from the HDInsightGatewayAuditLogs table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightHadoopAndYarnLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightHadoopAndYarnLogs\",\r\n + \ \"operation\": \"Read HDInsightHadoopAndYarnLogs data\",\r\n \"description\": + \"Read data from the HDInsightHadoopAndYarnLogs table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightHadoopAndYarnMetrics/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightHadoopAndYarnMetrics\",\r\n + \ \"operation\": \"Read HDInsightHadoopAndYarnMetrics data\",\r\n \"description\": + \"Read data from the HDInsightHadoopAndYarnMetrics table\"\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightHBaseLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightHBaseLogs\",\r\n + \ \"operation\": \"Read HDInsightHBaseLogs data\",\r\n \"description\": + \"Read data from the HDInsightHBaseLogs table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightHBaseMetrics/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightHBaseMetrics\",\r\n + \ \"operation\": \"Read HDInsightHBaseMetrics data\",\r\n \"description\": + \"Read data from the HDInsightHBaseMetrics table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightHiveAndLLAPLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightHiveAndLLAPLogs\",\r\n + \ \"operation\": \"Read HDInsightHiveAndLLAPLogs data\",\r\n \"description\": + \"Read data from the HDInsightHiveAndLLAPLogs table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightHiveAndLLAPMetrics/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightHiveAndLLAPMetrics\",\r\n + \ \"operation\": \"Read HDInsightHiveAndLLAPMetrics data\",\r\n \"description\": + \"Read data from the HDInsightHiveAndLLAPMetrics table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightJupyterNotebookEvents/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightJupyterNotebookEvents\",\r\n + \ \"operation\": \"Read HDInsightJupyterNotebookEvents data\",\r\n \"description\": + \"Read data from the HDInsightJupyterNotebookEvents table\"\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightKafkaLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightKafkaLogs\",\r\n + \ \"operation\": \"Read HDInsightKafkaLogs data\",\r\n \"description\": + \"Read data from the HDInsightKafkaLogs table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightKafkaMetrics/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightKafkaMetrics\",\r\n + \ \"operation\": \"Read HDInsightKafkaMetrics data\",\r\n \"description\": + \"Read data from the HDInsightKafkaMetrics table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightOozieLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightOozieLogs\",\r\n + \ \"operation\": \"Read HDInsightOozieLogs data\",\r\n \"description\": + \"Read data from the HDInsightOozieLogs table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightRangerAuditLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightRangerAuditLogs\",\r\n + \ \"operation\": \"Read HDInsightRangerAuditLogs data\",\r\n \"description\": + \"Read data from the HDInsightRangerAuditLogs table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightSecurityLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightSecurityLogs\",\r\n + \ \"operation\": \"Read HDInsightSecurityLogs data\",\r\n \"description\": + \"Read data from the HDInsightSecurityLogs table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightSparkApplicationEvents/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightSparkApplicationEvents\",\r\n + \ \"operation\": \"Read HDInsightSparkApplicationEvents data\",\r\n + \ \"description\": \"Read data from the HDInsightSparkApplicationEvents + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightSparkBlockManagerEvents/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightSparkBlockManagerEvents\",\r\n + \ \"operation\": \"Read HDInsightSparkBlockManagerEvents data\",\r\n + \ \"description\": \"Read data from the HDInsightSparkBlockManagerEvents + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightSparkEnvironmentEvents/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightSparkEnvironmentEvents\",\r\n + \ \"operation\": \"Read HDInsightSparkEnvironmentEvents data\",\r\n + \ \"description\": \"Read data from the HDInsightSparkEnvironmentEvents + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightSparkExecutorEvents/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightSparkExecutorEvents\",\r\n + \ \"operation\": \"Read HDInsightSparkExecutorEvents data\",\r\n \"description\": + \"Read data from the HDInsightSparkExecutorEvents table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightSparkExtraEvents/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightSparkExtraEvents\",\r\n + \ \"operation\": \"Read HDInsightSparkExtraEvents data\",\r\n \"description\": + \"Read data from the HDInsightSparkExtraEvents table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightSparkJobEvents/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightSparkJobEvents\",\r\n + \ \"operation\": \"Read HDInsightSparkJobEvents data\",\r\n \"description\": + \"Read data from the HDInsightSparkJobEvents table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightSparkLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightSparkLogs\",\r\n + \ \"operation\": \"Read HDInsightSparkLogs data\",\r\n \"description\": + \"Read data from the HDInsightSparkLogs table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightSparkSQLExecutionEvents/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightSparkSQLExecutionEvents\",\r\n + \ \"operation\": \"Read HDInsightSparkSQLExecutionEvents data\",\r\n + \ \"description\": \"Read data from the HDInsightSparkSQLExecutionEvents + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightSparkStageEvents/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightSparkStageEvents\",\r\n + \ \"operation\": \"Read HDInsightSparkStageEvents data\",\r\n \"description\": + \"Read data from the HDInsightSparkStageEvents table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightSparkStageTaskAccumulables/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightSparkStageTaskAccumulables\",\r\n + \ \"operation\": \"Read HDInsightSparkStageTaskAccumulables data\",\r\n + \ \"description\": \"Read data from the HDInsightSparkStageTaskAccumulables + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightSparkTaskEvents/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightSparkTaskEvents\",\r\n + \ \"operation\": \"Read HDInsightSparkTaskEvents data\",\r\n \"description\": + \"Read data from the HDInsightSparkTaskEvents table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightStormLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightStormLogs\",\r\n + \ \"operation\": \"Read HDInsightStormLogs data\",\r\n \"description\": + \"Read data from the HDInsightStormLogs table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightStormMetrics/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightStormMetrics\",\r\n + \ \"operation\": \"Read HDInsightStormMetrics data\",\r\n \"description\": + \"Read data from the HDInsightStormMetrics table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HDInsightStormTopologyMetrics/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"HDInsightStormTopologyMetrics\",\r\n + \ \"operation\": \"Read HDInsightStormTopologyMetrics data\",\r\n \"description\": + \"Read data from the HDInsightStormTopologyMetrics table\"\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HealthStateChangeEvent/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"HealthStateChangeEvent\",\r\n + \ \"operation\": \"Read HealthStateChangeEvent data\",\r\n \"description\": + \"Read data from the HealthStateChangeEvent table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/Heartbeat/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"Heartbeat\",\r\n \"operation\": + \"Read Heartbeat data\",\r\n \"description\": \"Read data from the + Heartbeat table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/HuntingBookmark/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"HuntingBookmark\",\r\n + \ \"operation\": \"Read HuntingBookmark data\",\r\n \"description\": + \"Read data from the HuntingBookmark table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/IdentityInfo/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"IdentityInfo\",\r\n \"operation\": + \"Read IdentityInfo data\",\r\n \"description\": \"Read data from the + IdentityInfo table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/IISAssessmentRecommendation/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"IISAssessmentRecommendation\",\r\n + \ \"operation\": \"Read IISAssessmentRecommendation data\",\r\n \"description\": + \"Read data from the IISAssessmentRecommendation table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/InboundConnection/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"InboundConnection\",\r\n + \ \"operation\": \"Read InboundConnection data\",\r\n \"description\": + \"Read data from the InboundConnection table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/InsightsMetrics/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"InsightsMetrics\",\r\n + \ \"operation\": \"Read InsightsMetrics data\",\r\n \"description\": + \"Read data from the InsightsMetrics table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/IntuneAuditLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"IntuneAuditLogs\",\r\n + \ \"operation\": \"Read IntuneAuditLogs data\",\r\n \"description\": + \"Read data from the IntuneAuditLogs table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/IntuneDeviceComplianceOrg/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"IntuneDeviceComplianceOrg\",\r\n + \ \"operation\": \"Read IntuneDeviceComplianceOrg data\",\r\n \"description\": + \"Read data from the IntuneDeviceComplianceOrg table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/IntuneDevices/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"IntuneDevices\",\r\n \"operation\": + \"Read IntuneDevices data\",\r\n \"description\": \"Read data from + the IntuneDevices table\"\r\n }\r\n },\r\n {\r\n \"name\": + \"Microsoft.OperationalInsights/workspaces/query/IntuneOperationalLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"IntuneOperationalLogs\",\r\n + \ \"operation\": \"Read IntuneOperationalLogs data\",\r\n \"description\": + \"Read data from the IntuneOperationalLogs table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/IoTHubDistributedTracing/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"IoTHubDistributedTracing\",\r\n + \ \"operation\": \"Read IoTHubDistributedTracing data\",\r\n \"description\": + \"Read data from the IoTHubDistributedTracing table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/KubeEvents/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"KubeEvents\",\r\n \"operation\": + \"Read KubeEvents data\",\r\n \"description\": \"Read data from the + KubeEvents table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/KubeHealth/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"KubeHealth\",\r\n \"operation\": + \"Read KubeHealth data\",\r\n \"description\": \"Read data from the + KubeHealth table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/KubeMonAgentEvents/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"KubeMonAgentEvents\",\r\n + \ \"operation\": \"Read KubeMonAgentEvents data\",\r\n \"description\": + \"Read data from the KubeMonAgentEvents table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/KubeNodeInventory/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"KubeNodeInventory\",\r\n + \ \"operation\": \"Read KubeNodeInventory data\",\r\n \"description\": + \"Read data from the KubeNodeInventory table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/KubePodInventory/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"KubePodInventory\",\r\n + \ \"operation\": \"Read KubePodInventory data\",\r\n \"description\": + \"Read data from the KubePodInventory table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/KubePVInventory/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"KubePVInventory\",\r\n + \ \"operation\": \"Read KubePVInventory data\",\r\n \"description\": + \"Read data from the KubePVInventory table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/KubeServices/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"KubeServices\",\r\n \"operation\": + \"Read KubeServices data\",\r\n \"description\": \"Read data from the + KubeServices table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/LAQueryLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"LAQueryLogs\",\r\n \"operation\": + \"Read LAQueryLogs data\",\r\n \"description\": \"Read data from the + LAQueryLogs table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/LinuxAuditLog/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"LinuxAuditLog\",\r\n \"operation\": + \"Read LinuxAuditLog data\",\r\n \"description\": \"Read data from + the LinuxAuditLog table\"\r\n }\r\n },\r\n {\r\n \"name\": + \"Microsoft.OperationalInsights/workspaces/query/MAApplication/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAApplication\",\r\n \"operation\": + \"Read MAApplication data\",\r\n \"description\": \"Read data from + the MAApplication table\"\r\n }\r\n },\r\n {\r\n \"name\": + \"Microsoft.OperationalInsights/workspaces/query/MAApplicationHealth/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAApplicationHealth\",\r\n + \ \"operation\": \"Read MAApplicationHealth data\",\r\n \"description\": + \"Read data from the MAApplicationHealth table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAApplicationHealthAlternativeVersions/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAApplicationHealthAlternativeVersions\",\r\n + \ \"operation\": \"Read MAApplicationHealthAlternativeVersions data\",\r\n + \ \"description\": \"Read data from the MAApplicationHealthAlternativeVersions + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAApplicationHealthIssues/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAApplicationHealthIssues\",\r\n + \ \"operation\": \"Read MAApplicationHealthIssues data\",\r\n \"description\": + \"Read data from the MAApplicationHealthIssues table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAApplicationInstance/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAApplicationInstance\",\r\n + \ \"operation\": \"Read MAApplicationInstance data\",\r\n \"description\": + \"Read data from the MAApplicationInstance table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAApplicationInstanceReadiness/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAApplicationInstanceReadiness\",\r\n + \ \"operation\": \"Read MAApplicationInstanceReadiness data\",\r\n \"description\": + \"Read data from the MAApplicationInstanceReadiness table\"\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAApplicationReadiness/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAApplicationReadiness\",\r\n + \ \"operation\": \"Read MAApplicationReadiness data\",\r\n \"description\": + \"Read data from the MAApplicationReadiness table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MADeploymentPlan/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MADeploymentPlan\",\r\n + \ \"operation\": \"Read MADeploymentPlan data\",\r\n \"description\": + \"Read data from the MADeploymentPlan table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/MADevice/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MADevice\",\r\n \"operation\": + \"Read MADevice data\",\r\n \"description\": \"Read data from the MADevice + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MADeviceNotEnrolled/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MADeviceNotEnrolled\",\r\n + \ \"operation\": \"Read MADeviceNotEnrolled data\",\r\n \"description\": + \"Read data from the MADeviceNotEnrolled table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MADeviceNRT/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MADeviceNRT\",\r\n \"operation\": + \"Read MADeviceNRT data\",\r\n \"description\": \"Read data from the + MADeviceNRT table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MADevicePnPHealth/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MADevicePnPHealth\",\r\n + \ \"operation\": \"Read MADevicePnPHealth data\",\r\n \"description\": + \"Read data from the MADevicePnPHealth table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/MADevicePnPHealthAlternativeVersions/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MADevicePnPHealthAlternativeVersions\",\r\n + \ \"operation\": \"Read MADevicePnPHealthAlternativeVersions data\",\r\n + \ \"description\": \"Read data from the MADevicePnPHealthAlternativeVersions + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MADevicePnPHealthIssues/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MADevicePnPHealthIssues\",\r\n + \ \"operation\": \"Read MADevicePnPHealthIssues data\",\r\n \"description\": + \"Read data from the MADevicePnPHealthIssues table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MADeviceReadiness/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MADeviceReadiness\",\r\n + \ \"operation\": \"Read MADeviceReadiness data\",\r\n \"description\": + \"Read data from the MADeviceReadiness table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/MADriverInstanceReadiness/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MADriverInstanceReadiness\",\r\n + \ \"operation\": \"Read MADriverInstanceReadiness data\",\r\n \"description\": + \"Read data from the MADriverInstanceReadiness table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MADriverReadiness/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MADriverReadiness\",\r\n + \ \"operation\": \"Read MADriverReadiness data\",\r\n \"description\": + \"Read data from the MADriverReadiness table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeAddin/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeAddin\",\r\n \"operation\": + \"Read MAOfficeAddin data\",\r\n \"description\": \"Read data from + the MAOfficeAddin table\"\r\n }\r\n },\r\n {\r\n \"name\": + \"Microsoft.OperationalInsights/workspaces/query/MAOfficeAddinEntityHealth/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeAddinEntityHealth\",\r\n + \ \"operation\": \"Read MAOfficeAddinEntityHealth data\",\r\n \"description\": + \"Read data from the MAOfficeAddinEntityHealth table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeAddinHealth/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeAddinHealth\",\r\n + \ \"operation\": \"Read MAOfficeAddinHealth data\",\r\n \"description\": + \"Read data from the MAOfficeAddinHealth table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeAddinHealthEventNRT/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeAddinHealthEventNRT\",\r\n + \ \"operation\": \"Read MAOfficeAddinHealthEventNRT data\",\r\n \"description\": + \"Read data from the MAOfficeAddinHealthEventNRT table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeAddinHealthIssues/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeAddinHealthIssues\",\r\n + \ \"operation\": \"Read MAOfficeAddinHealthIssues data\",\r\n \"description\": + \"Read data from the MAOfficeAddinHealthIssues table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeAddinInstance/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeAddinInstance\",\r\n + \ \"operation\": \"Read MAOfficeAddinInstance data\",\r\n \"description\": + \"Read data from the MAOfficeAddinInstance table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeAddinInstanceReadiness/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeAddinInstanceReadiness\",\r\n + \ \"operation\": \"Read MAOfficeAddinInstanceReadiness data\",\r\n \"description\": + \"Read data from the MAOfficeAddinInstanceReadiness table\"\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeAddinReadiness/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeAddinReadiness\",\r\n + \ \"operation\": \"Read MAOfficeAddinReadiness data\",\r\n \"description\": + \"Read data from the MAOfficeAddinReadiness table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeApp/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeApp\",\r\n \"operation\": + \"Read MAOfficeApp data\",\r\n \"description\": \"Read data from the + MAOfficeApp table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeAppCrashesNRT/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeAppCrashesNRT\",\r\n + \ \"operation\": \"Read MAOfficeAppCrashesNRT data\",\r\n \"description\": + \"Read data from the MAOfficeAppCrashesNRT table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeAppHealth/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeAppHealth\",\r\n + \ \"operation\": \"Read MAOfficeAppHealth data\",\r\n \"description\": + \"Read data from the MAOfficeAppHealth table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeAppInstance/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeAppInstance\",\r\n + \ \"operation\": \"Read MAOfficeAppInstance data\",\r\n \"description\": + \"Read data from the MAOfficeAppInstance table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeAppInstanceHealth/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeAppInstanceHealth\",\r\n + \ \"operation\": \"Read MAOfficeAppInstanceHealth data\",\r\n \"description\": + \"Read data from the MAOfficeAppInstanceHealth table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeAppReadiness/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeAppReadiness\",\r\n + \ \"operation\": \"Read MAOfficeAppReadiness data\",\r\n \"description\": + \"Read data from the MAOfficeAppReadiness table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeAppSessionsNRT/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeAppSessionsNRT\",\r\n + \ \"operation\": \"Read MAOfficeAppSessionsNRT data\",\r\n \"description\": + \"Read data from the MAOfficeAppSessionsNRT table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeBuildInfo/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeBuildInfo\",\r\n + \ \"operation\": \"Read MAOfficeBuildInfo data\",\r\n \"description\": + \"Read data from the MAOfficeBuildInfo table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeCurrencyAssessment/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeCurrencyAssessment\",\r\n + \ \"operation\": \"Read MAOfficeCurrencyAssessment data\",\r\n \"description\": + \"Read data from the MAOfficeCurrencyAssessment table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeCurrencyAssessmentDailyCounts/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeCurrencyAssessmentDailyCounts\",\r\n + \ \"operation\": \"Read MAOfficeCurrencyAssessmentDailyCounts data\",\r\n + \ \"description\": \"Read data from the MAOfficeCurrencyAssessmentDailyCounts + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeDeploymentStatus/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeDeploymentStatus\",\r\n + \ \"operation\": \"Read MAOfficeDeploymentStatus data\",\r\n \"description\": + \"Read data from the MAOfficeDeploymentStatus table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeDeploymentStatusNRT/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeDeploymentStatusNRT\",\r\n + \ \"operation\": \"Read MAOfficeDeploymentStatusNRT data\",\r\n \"description\": + \"Read data from the MAOfficeDeploymentStatusNRT table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeMacroErrorNRT/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeMacroErrorNRT\",\r\n + \ \"operation\": \"Read MAOfficeMacroErrorNRT data\",\r\n \"description\": + \"Read data from the MAOfficeMacroErrorNRT table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeMacroGlobalHealth/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeMacroGlobalHealth\",\r\n + \ \"operation\": \"Read MAOfficeMacroGlobalHealth data\",\r\n \"description\": + \"Read data from the MAOfficeMacroGlobalHealth table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeMacroHealth/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeMacroHealth\",\r\n + \ \"operation\": \"Read MAOfficeMacroHealth data\",\r\n \"description\": + \"Read data from the MAOfficeMacroHealth table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeMacroHealthIssues/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeMacroHealthIssues\",\r\n + \ \"operation\": \"Read MAOfficeMacroHealthIssues data\",\r\n \"description\": + \"Read data from the MAOfficeMacroHealthIssues table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeMacroIssueInstanceReadiness/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeMacroIssueInstanceReadiness\",\r\n + \ \"operation\": \"Read MAOfficeMacroIssueInstanceReadiness data\",\r\n + \ \"description\": \"Read data from the MAOfficeMacroIssueInstanceReadiness + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeMacroIssueReadiness/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeMacroIssueReadiness\",\r\n + \ \"operation\": \"Read MAOfficeMacroIssueReadiness data\",\r\n \"description\": + \"Read data from the MAOfficeMacroIssueReadiness table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeMacroSummary/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeMacroSummary\",\r\n + \ \"operation\": \"Read MAOfficeMacroSummary data\",\r\n \"description\": + \"Read data from the MAOfficeMacroSummary table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAOfficeSuite/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeSuite\",\r\n \"operation\": + \"Read MAOfficeSuite data\",\r\n \"description\": \"Read data from + the MAOfficeSuite table\"\r\n }\r\n },\r\n {\r\n \"name\": + \"Microsoft.OperationalInsights/workspaces/query/MAOfficeSuiteInstance/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAOfficeSuiteInstance\",\r\n + \ \"operation\": \"Read MAOfficeSuiteInstance data\",\r\n \"description\": + \"Read data from the MAOfficeSuiteInstance table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAProposedPilotDevices/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAProposedPilotDevices\",\r\n + \ \"operation\": \"Read MAProposedPilotDevices data\",\r\n \"description\": + \"Read data from the MAProposedPilotDevices table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAWindowsBuildInfo/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAWindowsBuildInfo\",\r\n + \ \"operation\": \"Read MAWindowsBuildInfo data\",\r\n \"description\": + \"Read data from the MAWindowsBuildInfo table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAWindowsCurrencyAssessment/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAWindowsCurrencyAssessment\",\r\n + \ \"operation\": \"Read MAWindowsCurrencyAssessment data\",\r\n \"description\": + \"Read data from the MAWindowsCurrencyAssessment table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAWindowsCurrencyAssessmentDailyCounts/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAWindowsCurrencyAssessmentDailyCounts\",\r\n + \ \"operation\": \"Read MAWindowsCurrencyAssessmentDailyCounts data\",\r\n + \ \"description\": \"Read data from the MAWindowsCurrencyAssessmentDailyCounts + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAWindowsDeploymentStatus/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAWindowsDeploymentStatus\",\r\n + \ \"operation\": \"Read MAWindowsDeploymentStatus data\",\r\n \"description\": + \"Read data from the MAWindowsDeploymentStatus table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAWindowsDeploymentStatusNRT/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAWindowsDeploymentStatusNRT\",\r\n + \ \"operation\": \"Read MAWindowsDeploymentStatusNRT data\",\r\n \"description\": + \"Read data from the MAWindowsDeploymentStatusNRT table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MAWindowsSysReqInstanceReadiness/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MAWindowsSysReqInstanceReadiness\",\r\n + \ \"operation\": \"Read MAWindowsSysReqInstanceReadiness data\",\r\n + \ \"description\": \"Read data from the MAWindowsSysReqInstanceReadiness + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/McasShadowItReporting/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"McasShadowItReporting\",\r\n + \ \"operation\": \"Read McasShadowItReporting data\",\r\n \"description\": + \"Read data from the McasShadowItReporting table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MicrosoftAzureBastionAuditLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MicrosoftAzureBastionAuditLogs\",\r\n + \ \"operation\": \"Read MicrosoftAzureBastionAuditLogs data\",\r\n \"description\": + \"Read data from the MicrosoftAzureBastionAuditLogs table\"\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MicrosoftDataShareReceivedSnapshotLog/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MicrosoftDataShareReceivedSnapshotLog\",\r\n + \ \"operation\": \"Read MicrosoftDataShareReceivedSnapshotLog data\",\r\n + \ \"description\": \"Read data from the MicrosoftDataShareReceivedSnapshotLog + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MicrosoftDataShareSentSnapshotLog/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MicrosoftDataShareSentSnapshotLog\",\r\n + \ \"operation\": \"Read MicrosoftDataShareSentSnapshotLog data\",\r\n + \ \"description\": \"Read data from the MicrosoftDataShareSentSnapshotLog + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MicrosoftDataShareShareLog/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MicrosoftDataShareShareLog\",\r\n + \ \"operation\": \"Read MicrosoftDataShareShareLog data\",\r\n \"description\": + \"Read data from the MicrosoftDataShareShareLog table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MicrosoftDynamicsTelemetryPerformanceLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MicrosoftDynamicsTelemetryPerformanceLogs\",\r\n + \ \"operation\": \"Read MicrosoftDynamicsTelemetryPerformanceLogs data\",\r\n + \ \"description\": \"Read data from the MicrosoftDynamicsTelemetryPerformanceLogs + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MicrosoftDynamicsTelemetrySystemMetricsLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MicrosoftDynamicsTelemetrySystemMetricsLogs\",\r\n + \ \"operation\": \"Read MicrosoftDynamicsTelemetrySystemMetricsLogs + data\",\r\n \"description\": \"Read data from the MicrosoftDynamicsTelemetrySystemMetricsLogs + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/MicrosoftHealthcareApisAuditLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"MicrosoftHealthcareApisAuditLogs\",\r\n + \ \"operation\": \"Read MicrosoftHealthcareApisAuditLogs data\",\r\n + \ \"description\": \"Read data from the MicrosoftHealthcareApisAuditLogs + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/NetworkMonitoring/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"NetworkMonitoring\",\r\n + \ \"operation\": \"Read NetworkMonitoring data\",\r\n \"description\": + \"Read data from the NetworkMonitoring table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/NetworkSessions/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"NetworkSessions\",\r\n + \ \"operation\": \"Read NetworkSessions data\",\r\n \"description\": + \"Read data from the NetworkSessions table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/NWConnectionMonitorDestinationListenerResult/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"NWConnectionMonitorDestinationListenerResult\",\r\n + \ \"operation\": \"Read NWConnectionMonitorDestinationListenerResult + data\",\r\n \"description\": \"Read data from the NWConnectionMonitorDestinationListenerResult + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/NWConnectionMonitorDNSResult/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"NWConnectionMonitorDNSResult\",\r\n + \ \"operation\": \"Read NWConnectionMonitorDNSResult data\",\r\n \"description\": + \"Read data from the NWConnectionMonitorDNSResult table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/NWConnectionMonitorPathResult/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"NWConnectionMonitorPathResult\",\r\n + \ \"operation\": \"Read NWConnectionMonitorPathResult data\",\r\n \"description\": + \"Read data from the NWConnectionMonitorPathResult table\"\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/NWConnectionMonitorTestResult/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"NWConnectionMonitorTestResult\",\r\n + \ \"operation\": \"Read NWConnectionMonitorTestResult data\",\r\n \"description\": + \"Read data from the NWConnectionMonitorTestResult table\"\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/OfficeActivity/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"OfficeActivity\",\r\n + \ \"operation\": \"Read OfficeActivity data\",\r\n \"description\": + \"Read data from the OfficeActivity table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/Operation/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"Operation\",\r\n \"operation\": + \"Read Operation data\",\r\n \"description\": \"Read data from the + Operation table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/OutboundConnection/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"OutboundConnection\",\r\n + \ \"operation\": \"Read OutboundConnection data\",\r\n \"description\": + \"Read data from the OutboundConnection table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/Perf/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"Perf\",\r\n \"operation\": + \"Read Perf data\",\r\n \"description\": \"Read data from the Perf + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/PowerBIDatasetsTenant/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"PowerBIDatasetsTenant\",\r\n + \ \"operation\": \"Read PowerBIDatasetsTenant data\",\r\n \"description\": + \"Read data from the PowerBIDatasetsTenant table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/PowerBIDatasetsTenantPreview/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"PowerBIDatasetsTenantPreview\",\r\n + \ \"operation\": \"Read PowerBIDatasetsTenantPreview data\",\r\n \"description\": + \"Read data from the PowerBIDatasetsTenantPreview table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/PowerBIDatasetsWorkspace/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"PowerBIDatasetsWorkspace\",\r\n + \ \"operation\": \"Read PowerBIDatasetsWorkspace data\",\r\n \"description\": + \"Read data from the PowerBIDatasetsWorkspace table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/PowerBIDatasetsWorkspacePreview/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"PowerBIDatasetsWorkspacePreview\",\r\n + \ \"operation\": \"Read PowerBIDatasetsWorkspacePreview data\",\r\n + \ \"description\": \"Read data from the PowerBIDatasetsWorkspacePreview + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ProtectionStatus/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ProtectionStatus\",\r\n + \ \"operation\": \"Read ProtectionStatus data\",\r\n \"description\": + \"Read data from the ProtectionStatus table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/PurviewScanStatusLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"PurviewScanStatusLogs\",\r\n + \ \"operation\": \"Read PurviewScanStatusLogs data\",\r\n \"description\": + \"Read data from the PurviewScanStatusLogs table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"query\",\r\n \"operation\": + \"Query Data in Workspace\",\r\n \"description\": \"Run queries over + the data in the workspace\"\r\n }\r\n },\r\n {\r\n \"name\": + \"Microsoft.OperationalInsights/workspaces/query/requests/read\",\r\n \"isDataAction\": + false,\r\n \"display\": {\r\n \"provider\": \"Azure Log Analytics\",\r\n + \ \"resource\": \"requests\",\r\n \"operation\": \"Read requests + data\",\r\n \"description\": \"Read data from the requests table\"\r\n + \ }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SCCMAssessmentRecommendation/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SCCMAssessmentRecommendation\",\r\n + \ \"operation\": \"Read SCCMAssessmentRecommendation data\",\r\n \"description\": + \"Read data from the SCCMAssessmentRecommendation table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SCOMAssessmentRecommendation/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SCOMAssessmentRecommendation\",\r\n + \ \"operation\": \"Read SCOMAssessmentRecommendation data\",\r\n \"description\": + \"Read data from the SCOMAssessmentRecommendation table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SecureScoreControls/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SecureScoreControls\",\r\n + \ \"operation\": \"Read SecureScoreControls data\",\r\n \"description\": + \"Read data from the SecureScoreControls table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SecureScores/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SecureScores\",\r\n \"operation\": + \"Read SecureScores data\",\r\n \"description\": \"Read data from the + SecureScores table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SecurityAlert/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SecurityAlert\",\r\n \"operation\": + \"Read SecurityAlert data\",\r\n \"description\": \"Read data from + the SecurityAlert table\"\r\n }\r\n },\r\n {\r\n \"name\": + \"Microsoft.OperationalInsights/workspaces/query/SecurityBaseline/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SecurityBaseline\",\r\n + \ \"operation\": \"Read SecurityBaseline data\",\r\n \"description\": + \"Read data from the SecurityBaseline table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/SecurityBaselineSummary/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SecurityBaselineSummary\",\r\n + \ \"operation\": \"Read SecurityBaselineSummary data\",\r\n \"description\": + \"Read data from the SecurityBaselineSummary table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SecurityDetection/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SecurityDetection\",\r\n + \ \"operation\": \"Read SecurityDetection data\",\r\n \"description\": + \"Read data from the SecurityDetection table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/SecurityEvent/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SecurityEvent\",\r\n \"operation\": + \"Read SecurityEvent data\",\r\n \"description\": \"Read data from + the SecurityEvent table\"\r\n }\r\n },\r\n {\r\n \"name\": + \"Microsoft.OperationalInsights/workspaces/query/SecurityIncident/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SecurityIncident\",\r\n + \ \"operation\": \"Read SecurityIncident data\",\r\n \"description\": + \"Read data from the SecurityIncident table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/SecurityIoTRawEvent/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SecurityIoTRawEvent\",\r\n + \ \"operation\": \"Read SecurityIoTRawEvent data\",\r\n \"description\": + \"Read data from the SecurityIoTRawEvent table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SecurityNestedRecommendation/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SecurityNestedRecommendation\",\r\n + \ \"operation\": \"Read SecurityNestedRecommendation data\",\r\n \"description\": + \"Read data from the SecurityNestedRecommendation table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SecurityRecommendation/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SecurityRecommendation\",\r\n + \ \"operation\": \"Read SecurityRecommendation data\",\r\n \"description\": + \"Read data from the SecurityRecommendation table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SecurityRegulatoryCompliance/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SecurityRegulatoryCompliance\",\r\n + \ \"operation\": \"Read SecurityRegulatoryCompliance data\",\r\n \"description\": + \"Read data from the SecurityRegulatoryCompliance table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SentinelHealth/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SentinelHealth\",\r\n + \ \"operation\": \"Read SentinelHealth data\",\r\n \"description\": + \"Read data from the SentinelHealth table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/ServiceFabricOperationalEvent/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ServiceFabricOperationalEvent\",\r\n + \ \"operation\": \"Read ServiceFabricOperationalEvent data\",\r\n \"description\": + \"Read data from the ServiceFabricOperationalEvent table\"\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ServiceFabricReliableActorEvent/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ServiceFabricReliableActorEvent\",\r\n + \ \"operation\": \"Read ServiceFabricReliableActorEvent data\",\r\n + \ \"description\": \"Read data from the ServiceFabricReliableActorEvent + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ServiceFabricReliableServiceEvent/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ServiceFabricReliableServiceEvent\",\r\n + \ \"operation\": \"Read ServiceFabricReliableServiceEvent data\",\r\n + \ \"description\": \"Read data from the ServiceFabricReliableServiceEvent + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SfBAssessmentRecommendation/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SfBAssessmentRecommendation\",\r\n + \ \"operation\": \"Read SfBAssessmentRecommendation data\",\r\n \"description\": + \"Read data from the SfBAssessmentRecommendation table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SfBOnlineAssessmentRecommendation/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SfBOnlineAssessmentRecommendation\",\r\n + \ \"operation\": \"Read SfBOnlineAssessmentRecommendation data\",\r\n + \ \"description\": \"Read data from the SfBOnlineAssessmentRecommendation + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SharePointOnlineAssessmentRecommendation/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SharePointOnlineAssessmentRecommendation\",\r\n + \ \"operation\": \"Read SharePointOnlineAssessmentRecommendation data\",\r\n + \ \"description\": \"Read data from the SharePointOnlineAssessmentRecommendation + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SignalRServiceDiagnosticLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SignalRServiceDiagnosticLogs\",\r\n + \ \"operation\": \"Read SignalRServiceDiagnosticLogs data\",\r\n \"description\": + \"Read data from the SignalRServiceDiagnosticLogs table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SigninLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SigninLogs\",\r\n \"operation\": + \"Read SigninLogs data\",\r\n \"description\": \"Read data from the + SigninLogs table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SPAssessmentRecommendation/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SPAssessmentRecommendation\",\r\n + \ \"operation\": \"Read SPAssessmentRecommendation data\",\r\n \"description\": + \"Read data from the SPAssessmentRecommendation table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SQLAssessmentRecommendation/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SQLAssessmentRecommendation\",\r\n + \ \"operation\": \"Read SQLAssessmentRecommendation data\",\r\n \"description\": + \"Read data from the SQLAssessmentRecommendation table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SqlAtpStatus/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SqlAtpStatus\",\r\n \"operation\": + \"Read SqlAtpStatus data\",\r\n \"description\": \"Read data from the + SqlAtpStatus table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SqlDataClassification/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SqlDataClassification\",\r\n + \ \"operation\": \"Read SqlDataClassification data\",\r\n \"description\": + \"Read data from the SqlDataClassification table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SQLQueryPerformance/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SQLQueryPerformance\",\r\n + \ \"operation\": \"Read SQLQueryPerformance data\",\r\n \"description\": + \"Read data from the SQLQueryPerformance table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SqlVulnerabilityAssessmentResult/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SqlVulnerabilityAssessmentResult\",\r\n + \ \"operation\": \"Read SqlVulnerabilityAssessmentResult data\",\r\n + \ \"description\": \"Read data from the SqlVulnerabilityAssessmentResult + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SqlVulnerabilityAssessmentScanStatus/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SqlVulnerabilityAssessmentScanStatus\",\r\n + \ \"operation\": \"Read SqlVulnerabilityAssessmentScanStatus data\",\r\n + \ \"description\": \"Read data from the SqlVulnerabilityAssessmentScanStatus + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/StorageBlobLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"StorageBlobLogs\",\r\n + \ \"operation\": \"Read StorageBlobLogs data\",\r\n \"description\": + \"Read data from the StorageBlobLogs table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/StorageFileLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"StorageFileLogs\",\r\n + \ \"operation\": \"Read StorageFileLogs data\",\r\n \"description\": + \"Read data from the StorageFileLogs table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/StorageQueueLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"StorageQueueLogs\",\r\n + \ \"operation\": \"Read StorageQueueLogs data\",\r\n \"description\": + \"Read data from the StorageQueueLogs table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/StorageTableLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"StorageTableLogs\",\r\n + \ \"operation\": \"Read StorageTableLogs data\",\r\n \"description\": + \"Read data from the StorageTableLogs table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/SucceededIngestion/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SucceededIngestion\",\r\n + \ \"operation\": \"Read SucceededIngestion data\",\r\n \"description\": + \"Read data from the SucceededIngestion table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/SynapseBigDataPoolApplicationsEnded/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SynapseBigDataPoolApplicationsEnded\",\r\n + \ \"operation\": \"Read SynapseBigDataPoolApplicationsEnded data\",\r\n + \ \"description\": \"Read data from the SynapseBigDataPoolApplicationsEnded + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SynapseBuiltinSqlPoolRequestsEnded/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SynapseBuiltinSqlPoolRequestsEnded\",\r\n + \ \"operation\": \"Read SynapseBuiltinSqlPoolRequestsEnded data\",\r\n + \ \"description\": \"Read data from the SynapseBuiltinSqlPoolRequestsEnded + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SynapseGatewayApiRequests/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SynapseGatewayApiRequests\",\r\n + \ \"operation\": \"Read SynapseGatewayApiRequests data\",\r\n \"description\": + \"Read data from the SynapseGatewayApiRequests table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SynapseGatewayEvents/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SynapseGatewayEvents\",\r\n + \ \"operation\": \"Read SynapseGatewayEvents data\",\r\n \"description\": + \"Read data from the SynapseGatewayEvents table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SynapseIntegrationActivityRuns/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SynapseIntegrationActivityRuns\",\r\n + \ \"operation\": \"Read SynapseIntegrationActivityRuns data\",\r\n \"description\": + \"Read data from the SynapseIntegrationActivityRuns table\"\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SynapseIntegrationActivityRunsEnded/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SynapseIntegrationActivityRunsEnded\",\r\n + \ \"operation\": \"Read SynapseIntegrationActivityRunsEnded data\",\r\n + \ \"description\": \"Read data from the SynapseIntegrationActivityRunsEnded + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SynapseIntegrationPipelineRuns/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SynapseIntegrationPipelineRuns\",\r\n + \ \"operation\": \"Read SynapseIntegrationPipelineRuns data\",\r\n \"description\": + \"Read data from the SynapseIntegrationPipelineRuns table\"\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SynapseIntegrationPipelineRunsEnded/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SynapseIntegrationPipelineRunsEnded\",\r\n + \ \"operation\": \"Read SynapseIntegrationPipelineRunsEnded data\",\r\n + \ \"description\": \"Read data from the SynapseIntegrationPipelineRunsEnded + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SynapseIntegrationTriggerRuns/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SynapseIntegrationTriggerRuns\",\r\n + \ \"operation\": \"Read SynapseIntegrationTriggerRuns data\",\r\n \"description\": + \"Read data from the SynapseIntegrationTriggerRuns table\"\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SynapseIntegrationTriggerRunsEnded/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SynapseIntegrationTriggerRunsEnded\",\r\n + \ \"operation\": \"Read SynapseIntegrationTriggerRunsEnded data\",\r\n + \ \"description\": \"Read data from the SynapseIntegrationTriggerRunsEnded + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SynapseRBACEvents/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SynapseRBACEvents\",\r\n + \ \"operation\": \"Read SynapseRBACEvents data\",\r\n \"description\": + \"Read data from the SynapseRBACEvents table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/SynapseRbacOperations/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SynapseRbacOperations\",\r\n + \ \"operation\": \"Read SynapseRbacOperations data\",\r\n \"description\": + \"Read data from the SynapseRbacOperations table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SynapseSqlPoolDmsWorkers/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SynapseSqlPoolDmsWorkers\",\r\n + \ \"operation\": \"Read SynapseSqlPoolDmsWorkers data\",\r\n \"description\": + \"Read data from the SynapseSqlPoolDmsWorkers table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SynapseSqlPoolExecRequests/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SynapseSqlPoolExecRequests\",\r\n + \ \"operation\": \"Read SynapseSqlPoolExecRequests data\",\r\n \"description\": + \"Read data from the SynapseSqlPoolExecRequests table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SynapseSqlPoolRequestSteps/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SynapseSqlPoolRequestSteps\",\r\n + \ \"operation\": \"Read SynapseSqlPoolRequestSteps data\",\r\n \"description\": + \"Read data from the SynapseSqlPoolRequestSteps table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SynapseSqlPoolSqlRequests/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SynapseSqlPoolSqlRequests\",\r\n + \ \"operation\": \"Read SynapseSqlPoolSqlRequests data\",\r\n \"description\": + \"Read data from the SynapseSqlPoolSqlRequests table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SynapseSqlPoolWaits/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SynapseSqlPoolWaits\",\r\n + \ \"operation\": \"Read SynapseSqlPoolWaits data\",\r\n \"description\": + \"Read data from the SynapseSqlPoolWaits table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/Syslog/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"Syslog\",\r\n \"operation\": + \"Read Syslog data\",\r\n \"description\": \"Read data from the Syslog + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/SysmonEvent/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"SysmonEvent\",\r\n \"operation\": + \"Read SysmonEvent data\",\r\n \"description\": \"Read data from the + SysmonEvent table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/Tables.Custom/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"Tables.Custom\",\r\n \"operation\": + \"Read Custom Logs\",\r\n \"description\": \"Reading data from any + custom log\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/ThreatIntelligenceIndicator/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"ThreatIntelligenceIndicator\",\r\n + \ \"operation\": \"Read ThreatIntelligenceIndicator data\",\r\n \"description\": + \"Read data from the ThreatIntelligenceIndicator table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/TSIIngress/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"TSIIngress\",\r\n \"operation\": + \"Read TSIIngress data\",\r\n \"description\": \"Read data from the + TSIIngress table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/UAApp/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"UAApp\",\r\n \"operation\": + \"Read UAApp data\",\r\n \"description\": \"Read data from the UAApp + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/UAComputer/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"UAComputer\",\r\n \"operation\": + \"Read UAComputer data\",\r\n \"description\": \"Read data from the + UAComputer table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/UAComputerRank/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"UAComputerRank\",\r\n + \ \"operation\": \"Read UAComputerRank data\",\r\n \"description\": + \"Read data from the UAComputerRank table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/UADriver/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"UADriver\",\r\n \"operation\": + \"Read UADriver data\",\r\n \"description\": \"Read data from the UADriver + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/UADriverProblemCodes/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"UADriverProblemCodes\",\r\n + \ \"operation\": \"Read UADriverProblemCodes data\",\r\n \"description\": + \"Read data from the UADriverProblemCodes table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/UAFeedback/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"UAFeedback\",\r\n \"operation\": + \"Read UAFeedback data\",\r\n \"description\": \"Read data from the + UAFeedback table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/UAHardwareSecurity/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"UAHardwareSecurity\",\r\n + \ \"operation\": \"Read UAHardwareSecurity data\",\r\n \"description\": + \"Read data from the UAHardwareSecurity table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/UAIESiteDiscovery/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"UAIESiteDiscovery\",\r\n + \ \"operation\": \"Read UAIESiteDiscovery data\",\r\n \"description\": + \"Read data from the UAIESiteDiscovery table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/UAOfficeAddIn/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"UAOfficeAddIn\",\r\n \"operation\": + \"Read UAOfficeAddIn data\",\r\n \"description\": \"Read data from + the UAOfficeAddIn table\"\r\n }\r\n },\r\n {\r\n \"name\": + \"Microsoft.OperationalInsights/workspaces/query/UAProposedActionPlan/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"UAProposedActionPlan\",\r\n + \ \"operation\": \"Read UAProposedActionPlan data\",\r\n \"description\": + \"Read data from the UAProposedActionPlan table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/UASysReqIssue/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"UASysReqIssue\",\r\n \"operation\": + \"Read UASysReqIssue data\",\r\n \"description\": \"Read data from + the UASysReqIssue table\"\r\n }\r\n },\r\n {\r\n \"name\": + \"Microsoft.OperationalInsights/workspaces/query/UAUpgradedComputer/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"UAUpgradedComputer\",\r\n + \ \"operation\": \"Read UAUpgradedComputer data\",\r\n \"description\": + \"Read data from the UAUpgradedComputer table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/Update/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"Update\",\r\n \"operation\": + \"Read Update data\",\r\n \"description\": \"Read data from the Update + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/UpdateRunProgress/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"UpdateRunProgress\",\r\n + \ \"operation\": \"Read UpdateRunProgress data\",\r\n \"description\": + \"Read data from the UpdateRunProgress table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/UpdateSummary/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"UpdateSummary\",\r\n \"operation\": + \"Read UpdateSummary data\",\r\n \"description\": \"Read data from + the UpdateSummary table\"\r\n }\r\n },\r\n {\r\n \"name\": + \"Microsoft.OperationalInsights/workspaces/query/Usage/read\",\r\n \"isDataAction\": + false,\r\n \"display\": {\r\n \"provider\": \"Azure Log Analytics\",\r\n + \ \"resource\": \"Usage\",\r\n \"operation\": \"Read Usage data\",\r\n + \ \"description\": \"Read data from the Usage table\"\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/UserAccessAnalytics/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"UserAccessAnalytics\",\r\n + \ \"operation\": \"Read UserAccessAnalytics data\",\r\n \"description\": + \"Read data from the UserAccessAnalytics table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/UserPeerAnalytics/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"UserPeerAnalytics\",\r\n + \ \"operation\": \"Read UserPeerAnalytics data\",\r\n \"description\": + \"Read data from the UserPeerAnalytics table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/VMBoundPort/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"VMBoundPort\",\r\n \"operation\": + \"Read VMBoundPort data\",\r\n \"description\": \"Read data from the + VMBoundPort table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/VMComputer/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"VMComputer\",\r\n \"operation\": + \"Read VMComputer data\",\r\n \"description\": \"Read data from the + VMComputer table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/VMConnection/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"VMConnection\",\r\n \"operation\": + \"Read VMConnection data\",\r\n \"description\": \"Read data from the + VMConnection table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/VMProcess/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"VMProcess\",\r\n \"operation\": + \"Read VMProcess data\",\r\n \"description\": \"Read data from the + VMProcess table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/W3CIISLog/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"W3CIISLog\",\r\n \"operation\": + \"Read W3CIISLog data\",\r\n \"description\": \"Read data from the + W3CIISLog table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/W3CIISLogV2/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"W3CIISLogV2\",\r\n \"operation\": + \"Read W3CIISLogV2 data\",\r\n \"description\": \"Read data from the + W3CIISLogV2 table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/WaaSDeploymentStatus/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"WaaSDeploymentStatus\",\r\n + \ \"operation\": \"Read WaaSDeploymentStatus data\",\r\n \"description\": + \"Read data from the WaaSDeploymentStatus table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/WaaSInsiderStatus/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"WaaSInsiderStatus\",\r\n + \ \"operation\": \"Read WaaSInsiderStatus data\",\r\n \"description\": + \"Read data from the WaaSInsiderStatus table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/WaaSUpdateStatus/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"WaaSUpdateStatus\",\r\n + \ \"operation\": \"Read WaaSUpdateStatus data\",\r\n \"description\": + \"Read data from the WaaSUpdateStatus table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/Watchlist/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"Watchlist\",\r\n \"operation\": + \"Read Watchlist data\",\r\n \"description\": \"Read data from the + Watchlist table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/WDAVStatus/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"WDAVStatus\",\r\n \"operation\": + \"Read WDAVStatus data\",\r\n \"description\": \"Read data from the + WDAVStatus table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/WDAVThreat/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"WDAVThreat\",\r\n \"operation\": + \"Read WDAVThreat data\",\r\n \"description\": \"Read data from the + WDAVThreat table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/WindowsClientAssessmentRecommendation/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"WindowsClientAssessmentRecommendation\",\r\n + \ \"operation\": \"Read WindowsClientAssessmentRecommendation data\",\r\n + \ \"description\": \"Read data from the WindowsClientAssessmentRecommendation + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/WindowsEvent/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"WindowsEvent\",\r\n \"operation\": + \"Read WindowsEvent data\",\r\n \"description\": \"Read data from the + WindowsEvent table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/WindowsFirewall/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"WindowsFirewall\",\r\n + \ \"operation\": \"Read WindowsFirewall data\",\r\n \"description\": + \"Read data from the WindowsFirewall table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/WindowsServerAssessmentRecommendation/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"WindowsServerAssessmentRecommendation\",\r\n + \ \"operation\": \"Read WindowsServerAssessmentRecommendation data\",\r\n + \ \"description\": \"Read data from the WindowsServerAssessmentRecommendation + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/WireData/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"WireData\",\r\n \"operation\": + \"Read WireData data\",\r\n \"description\": \"Read data from the WireData + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/WorkloadDiagnosticLogs/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"WorkloadDiagnosticLogs\",\r\n + \ \"operation\": \"Read WorkloadDiagnosticLogs data\",\r\n \"description\": + \"Read data from the WorkloadDiagnosticLogs table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/WorkloadMonitoringPerf/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"WorkloadMonitoringPerf\",\r\n + \ \"operation\": \"Read WorkloadMonitoringPerf data\",\r\n \"description\": + \"Read data from the WorkloadMonitoringPerf table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/WUDOAggregatedStatus/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"WUDOAggregatedStatus\",\r\n + \ \"operation\": \"Read WUDOAggregatedStatus data\",\r\n \"description\": + \"Read data from the WUDOAggregatedStatus table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/WUDOStatus/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"WUDOStatus\",\r\n \"operation\": + \"Read WUDOStatus data\",\r\n \"description\": \"Read data from the + WUDOStatus table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/WVDAgentHealthStatus/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"WVDAgentHealthStatus\",\r\n + \ \"operation\": \"Read WVDAgentHealthStatus data\",\r\n \"description\": + \"Read data from the WVDAgentHealthStatus table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/WVDCheckpoints/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"WVDCheckpoints\",\r\n + \ \"operation\": \"Read WVDCheckpoints data\",\r\n \"description\": + \"Read data from the WVDCheckpoints table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/WVDConnections/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"WVDConnections\",\r\n + \ \"operation\": \"Read WVDConnections data\",\r\n \"description\": + \"Read data from the WVDConnections table\"\r\n }\r\n },\r\n {\r\n + \ \"name\": \"Microsoft.OperationalInsights/workspaces/query/WVDErrors/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"WVDErrors\",\r\n \"operation\": + \"Read WVDErrors data\",\r\n \"description\": \"Read data from the + WVDErrors table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/WVDFeeds/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"WVDFeeds\",\r\n \"operation\": + \"Read WVDFeeds data\",\r\n \"description\": \"Read data from the WVDFeeds + table\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/WVDHostRegistrations/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"WVDHostRegistrations\",\r\n + \ \"operation\": \"Read WVDHostRegistrations data\",\r\n \"description\": + \"Read data from the WVDHostRegistrations table\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"Microsoft.OperationalInsights/workspaces/query/WVDManagement/read\",\r\n + \ \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": + \"Azure Log Analytics\",\r\n \"resource\": \"WVDManagement\",\r\n \"operation\": + \"Read WVDManagement data\",\r\n \"description\": \"Read data from + the WVDManagement table\"\r\n }\r\n },\r\n {\r\n \"name\": + \"microsoft.operationalinsights/workspaces/search/read\",\r\n \"display\": + {\r\n \"provider\": \"MicrosoftOperationalInsights\",\r\n \"resource\": + \"Workspaces\",\r\n \"operation\": \"Get Search Results\",\r\n \"description\": + \"Get search results. Deprecated.\"\r\n }\r\n },\r\n {\r\n \"name\": + \"microsoft.operationalinsights/workspaces/savedsearches/results/read\",\r\n + \ \"display\": {\r\n \"provider\": \"MicrosoftOperationalInsights\",\r\n + \ \"resource\": \"Workspaces\",\r\n \"operation\": \"Get Saved + Searches Results\",\r\n \"description\": \"Get saved searches results. + Deprecated\"\r\n }\r\n },\r\n {\r\n \"name\": \"microsoft.operationalinsights/operations/read\",\r\n + \ \"display\": {\r\n \"provider\": \"MicrosoftOperationalInsights\",\r\n + \ \"resource\": \"Operations\",\r\n \"operation\": \"Get Operations + List\",\r\n \"description\": \"Lists all of the available OperationalInsights + Rest API operations.\"\r\n }\r\n },\r\n {\r\n \"name\": \"microsoft.operationalinsights/workspaces/operations/read\",\r\n + \ \"display\": {\r\n \"provider\": \"MicrosoftOperationalInsights\",\r\n + \ \"resource\": \"Workspaces\",\r\n \"operation\": \"Get Operations + Status\",\r\n \"description\": \"Gets the status of an OperationalInsights + workspace operation.\"\r\n }\r\n },\r\n {\r\n \"name\": \"microsoft.operationalinsights/workspaces/views/read\",\r\n + \ \"display\": {\r\n \"provider\": \"MicrosoftOperationalInsights\",\r\n + \ \"resource\": \"Views\",\r\n \"operation\": \"Get views\",\r\n + \ \"description\": \"Get workspace views.\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"microsoft.operationalinsights/workspaces/views/write\",\r\n + \ \"display\": {\r\n \"provider\": \"MicrosoftOperationalInsights\",\r\n + \ \"resource\": \"Views\",\r\n \"operation\": \"Create or update + a view\",\r\n \"description\": \"Create or update a workspace view.\"\r\n + \ }\r\n },\r\n {\r\n \"name\": \"microsoft.operationalinsights/workspaces/views/delete\",\r\n + \ \"display\": {\r\n \"provider\": \"MicrosoftOperationalInsights\",\r\n + \ \"resource\": \"Views\",\r\n \"operation\": \"Delete view\",\r\n + \ \"description\": \"Delete a workspace view.\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"microsoft.operationalinsights/workspaces/rules/read\",\r\n + \ \"display\": {\r\n \"provider\": \"MicrosoftOperationalInsights\",\r\n + \ \"resource\": \"Rules\",\r\n \"operation\": \"Get all alert + rules\",\r\n \"description\": \"Get all alert rules.\"\r\n }\r\n + \ },\r\n {\r\n \"name\": \"microsoft.operationalinsights/workspaces/savedsearches/schedules/read\",\r\n + \ \"display\": {\r\n \"provider\": \"MicrosoftOperationalInsights\",\r\n + \ \"resource\": \"Schedules\",\r\n \"operation\": \"Get scheduled + searches\",\r\n \"description\": \"Get scheduled searches.\"\r\n }\r\n + \ },\r\n {\r\n \"name\": \"microsoft.operationalinsights/workspaces/savedsearches/schedules/delete\",\r\n + \ \"display\": {\r\n \"provider\": \"MicrosoftOperationalInsights\",\r\n + \ \"resource\": \"Schedules\",\r\n \"operation\": \"Delete scheduled + searches\",\r\n \"description\": \"Delete scheduled searches.\"\r\n + \ }\r\n },\r\n {\r\n \"name\": \"microsoft.operationalinsights/workspaces/savedsearches/schedules/write\",\r\n + \ \"display\": {\r\n \"provider\": \"MicrosoftOperationalInsights\",\r\n + \ \"resource\": \"Schedules\",\r\n \"operation\": \"Create or + update scheduled searches\",\r\n \"description\": \"Create or update + scheduled searches.\"\r\n }\r\n },\r\n {\r\n \"name\": \"microsoft.operationalinsights/workspaces/savedsearches/schedules/actions/read\",\r\n + \ \"display\": {\r\n \"provider\": \"MicrosoftOperationalInsights\",\r\n + \ \"resource\": \"Schedules\",\r\n \"operation\": \"Get scheduled + search actions\",\r\n \"description\": \"Get scheduled search actions.\"\r\n + \ }\r\n },\r\n {\r\n \"name\": \"microsoft.operationalinsights/workspaces/savedsearches/schedules/actions/delete\",\r\n + \ \"display\": {\r\n \"provider\": \"MicrosoftOperationalInsights\",\r\n + \ \"resource\": \"Schedules\",\r\n \"operation\": \"Delete scheduled + search actions\",\r\n \"description\": \"Delete scheduled search actions.\"\r\n + \ }\r\n },\r\n {\r\n \"name\": \"microsoft.operationalinsights/workspaces/savedsearches/schedules/actions/write\",\r\n + \ \"display\": {\r\n \"provider\": \"MicrosoftOperationalInsights\",\r\n + \ \"resource\": \"Schedules\",\r\n \"operation\": \"Create or + update scheduled search actions\",\r\n \"description\": \"Create or + update scheduled search actions.\"\r\n }\r\n },\r\n {\r\n \"name\": + \"microsoft.operationalinsights/register/action\",\r\n \"display\": {\r\n + \ \"provider\": \"MicrosoftOperationalInsights\",\r\n \"resource\": + \"Subscription\",\r\n \"operation\": \"RegisterSubscription\",\r\n + \ \"description\": \"Rergisters the subscription.\"\r\n }\r\n },\r\n + \ {\r\n \"name\": \"microsoft.operationalinsights/unregister/action\",\r\n + \ \"display\": {\r\n \"provider\": \"MicrosoftOperationalInsights\",\r\n + \ \"resource\": \"Subscription\",\r\n \"operation\": \"UnregisterSubscription\",\r\n + \ \"description\": \"Unregisters the subscription.\"\r\n }\r\n + \ },\r\n {\r\n \"name\": \"microsoft.operationalinsights/availableservicetiers/read\",\r\n + \ \"display\": {\r\n \"provider\": \"MicrosoftOperationalInsights\",\r\n + \ \"resource\": \"Availableservicetiers\",\r\n \"operation\": + \"Get the available service tiers\",\r\n \"description\": \"Get the + available service tiers.\"\r\n }\r\n },\r\n {\r\n \"name\": + \"microsoft.operationalinsights/workspaces/dataExports/read\",\r\n \"display\": + {\r\n \"provider\": \"MicrosoftOperationalInsights\",\r\n \"resource\": + \"DataExports\",\r\n \"operation\": \"Get data export\",\r\n \"description\": + \"Get specific data export.\"\r\n }\r\n },\r\n {\r\n \"name\": + \"microsoft.operationalinsights/workspaces/dataExports/write\",\r\n \"display\": + {\r\n \"provider\": \"MicrosoftOperationalInsights\",\r\n \"resource\": + \"DataExports\",\r\n \"operation\": \"Upsert data export\",\r\n \"description\": + \"Create or update data export.\"\r\n }\r\n },\r\n {\r\n \"name\": + \"microsoft.operationalinsights/workspaces/dataExports/delete\",\r\n \"display\": + {\r\n \"provider\": \"MicrosoftOperationalInsights\",\r\n \"resource\": + \"DataExports\",\r\n \"operation\": \"Delete data export\",\r\n \"description\": + \"Delete specific data export.\"\r\n }\r\n },\r\n {\r\n \"name\": + \"microsoft.operationalinsights/locations/operationStatuses/read\",\r\n \"display\": + {\r\n \"provider\": \"MicrosoftOperationalInsights\",\r\n \"resource\": + \"OperationStatus\",\r\n \"operation\": \"Get Log Analytics Azure Async + Operation Status\",\r\n \"description\": \"Get Log Analytics Azure + Async Operation Status.\"\r\n }\r\n },\r\n {\r\n \"name\": + \"microsoft.operationalinsights/workspaces/scopedPrivateLinkProxies/read\",\r\n + \ \"display\": {\r\n \"provider\": \"MicrosoftOperationalInsights\",\r\n + \ \"resource\": \"ScopedPrivateLinkProxy\",\r\n \"operation\": + \"Get Scoped Private Link Proxy\",\r\n \"description\": \"Get Scoped + Private Link Proxy.\"\r\n }\r\n },\r\n {\r\n \"name\": \"microsoft.operationalinsights/workspaces/scopedPrivateLinkProxies/write\",\r\n + \ \"display\": {\r\n \"provider\": \"MicrosoftOperationalInsights\",\r\n + \ \"resource\": \"ScopedPrivateLinkProxy\",\r\n \"operation\": + \"Put Scoped Private Link Proxy\",\r\n \"description\": \"Put Scoped + Private Link Proxy.\"\r\n }\r\n },\r\n {\r\n \"name\": \"microsoft.operationalinsights/workspaces/scopedPrivateLinkProxies/delete\",\r\n + \ \"display\": {\r\n \"provider\": \"MicrosoftOperationalInsights\",\r\n + \ \"resource\": \"ScopedPrivateLinkProxy\",\r\n \"operation\": + \"Delete Scoped Private Link Proxy\",\r\n \"description\": \"Delete + Scoped Private Link Proxy.\"\r\n }\r\n }\r\n ]\r\n}" headers: cache-control: - no-cache content-length: - - '233677' + - '243957' content-type: - application/json; charset=utf-8 date: - - Fri, 25 Dec 2020 08:15:37 GMT + - Tue, 06 Apr 2021 07:37:06 GMT expires: - '-1' pragma: diff --git a/shared_requirements.txt b/shared_requirements.txt index 07952d2a8ec7..39da98c54cb1 100644 --- a/shared_requirements.txt +++ b/shared_requirements.txt @@ -205,6 +205,6 @@ opentelemetry-sdk<2.0.0,>=1.0.0 #override azure-mgmt-datamigration msrest>=0.6.21 #override azure-mgmt-cosmosdb msrest>=0.6.21 #override azure-mgmt-labservices msrest>=0.6.21 +#override azure-mgmt-loganalytics msrest>=0.6.21 #override azure-mgmt-synapse msrest>=0.6.21 -#override azure-mgmt-compute msrest>=0.6.21 - +#override azure-mgmt-compute msrest>=0.6.21 \ No newline at end of file