From 7a6afb29eeace7d32e07d98c0d151e4df5780b62 Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Thu, 23 Jul 2020 18:19:16 +0000 Subject: [PATCH] Generated from 724fba3782e819f4e22b3f816363a32180640417 Adjust "Operation" name for uniqueness. --- .../v2020_02_02_preview/models/_models.py | 6 ++++++ .../v2020_02_02_preview/models/_models_py3.py | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/sdk/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_02_02_preview/models/_models.py b/sdk/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_02_02_preview/models/_models.py index 9ec1846ff99a..b8951324e122 100644 --- a/sdk/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_02_02_preview/models/_models.py +++ b/sdk/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_02_02_preview/models/_models.py @@ -135,6 +135,9 @@ class ApplicationInsightsComponent(ComponentsResource): :param workspace_resource_id: Required. ResourceId of the log analytics workspace which the data will be ingested to. :type workspace_resource_id: str + :ivar la_migration_date: The date which the component got migrated to LA, + in ISO 8601 format. + :vartype la_migration_date: datetime :ivar private_link_scoped_resources: List of linked private link scope resources. :vartype private_link_scoped_resources: @@ -174,6 +177,7 @@ class ApplicationInsightsComponent(ComponentsResource): 'connection_string': {'readonly': True}, 'retention_in_days': {'readonly': True}, 'workspace_resource_id': {'required': True}, + 'la_migration_date': {'readonly': True}, 'private_link_scoped_resources': {'readonly': True}, } @@ -201,6 +205,7 @@ class ApplicationInsightsComponent(ComponentsResource): 'disable_ip_masking': {'key': 'properties.DisableIpMasking', 'type': 'bool'}, 'immediate_purge_data_on30_days': {'key': 'properties.ImmediatePurgeDataOn30Days', 'type': 'bool'}, 'workspace_resource_id': {'key': 'properties.WorkspaceResourceId', 'type': 'str'}, + 'la_migration_date': {'key': 'properties.LaMigrationDate', 'type': 'iso-8601'}, 'private_link_scoped_resources': {'key': 'properties.PrivateLinkScopedResources', 'type': '[PrivateLinkScopedResource]'}, 'public_network_access_for_ingestion': {'key': 'properties.publicNetworkAccessForIngestion', 'type': 'str'}, 'public_network_access_for_query': {'key': 'properties.publicNetworkAccessForQuery', 'type': 'str'}, @@ -227,6 +232,7 @@ def __init__(self, **kwargs): self.disable_ip_masking = kwargs.get('disable_ip_masking', None) self.immediate_purge_data_on30_days = kwargs.get('immediate_purge_data_on30_days', None) self.workspace_resource_id = kwargs.get('workspace_resource_id', None) + self.la_migration_date = None self.private_link_scoped_resources = 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") diff --git a/sdk/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_02_02_preview/models/_models_py3.py b/sdk/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_02_02_preview/models/_models_py3.py index 760a46aa75e5..fbb2aaaf29dd 100644 --- a/sdk/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_02_02_preview/models/_models_py3.py +++ b/sdk/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_02_02_preview/models/_models_py3.py @@ -135,6 +135,9 @@ class ApplicationInsightsComponent(ComponentsResource): :param workspace_resource_id: Required. ResourceId of the log analytics workspace which the data will be ingested to. :type workspace_resource_id: str + :ivar la_migration_date: The date which the component got migrated to LA, + in ISO 8601 format. + :vartype la_migration_date: datetime :ivar private_link_scoped_resources: List of linked private link scope resources. :vartype private_link_scoped_resources: @@ -174,6 +177,7 @@ class ApplicationInsightsComponent(ComponentsResource): 'connection_string': {'readonly': True}, 'retention_in_days': {'readonly': True}, 'workspace_resource_id': {'required': True}, + 'la_migration_date': {'readonly': True}, 'private_link_scoped_resources': {'readonly': True}, } @@ -201,6 +205,7 @@ class ApplicationInsightsComponent(ComponentsResource): 'disable_ip_masking': {'key': 'properties.DisableIpMasking', 'type': 'bool'}, 'immediate_purge_data_on30_days': {'key': 'properties.ImmediatePurgeDataOn30Days', 'type': 'bool'}, 'workspace_resource_id': {'key': 'properties.WorkspaceResourceId', 'type': 'str'}, + 'la_migration_date': {'key': 'properties.LaMigrationDate', 'type': 'iso-8601'}, 'private_link_scoped_resources': {'key': 'properties.PrivateLinkScopedResources', 'type': '[PrivateLinkScopedResource]'}, 'public_network_access_for_ingestion': {'key': 'properties.publicNetworkAccessForIngestion', 'type': 'str'}, 'public_network_access_for_query': {'key': 'properties.publicNetworkAccessForQuery', 'type': 'str'}, @@ -227,6 +232,7 @@ def __init__(self, *, location: str, kind: str, workspace_resource_id: str, tags self.disable_ip_masking = disable_ip_masking self.immediate_purge_data_on30_days = immediate_purge_data_on30_days self.workspace_resource_id = workspace_resource_id + self.la_migration_date = None self.private_link_scoped_resources = None self.public_network_access_for_ingestion = public_network_access_for_ingestion self.public_network_access_for_query = public_network_access_for_query