diff --git a/azure-mgmt-applicationinsights/MANIFEST.in b/azure-mgmt-applicationinsights/MANIFEST.in index bb37a2723dae..6ceb27f7a96e 100644 --- a/azure-mgmt-applicationinsights/MANIFEST.in +++ b/azure-mgmt-applicationinsights/MANIFEST.in @@ -1 +1,4 @@ include *.rst +include azure/__init__.py +include azure/mgmt/__init__.py + diff --git a/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_available_features.py b/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_available_features.py index cbf081c200ab..5358010ad5d4 100644 --- a/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_available_features.py +++ b/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_available_features.py @@ -18,7 +18,7 @@ class ApplicationInsightsComponentAvailableFeatures(Model): Variables are only populated by the server, and will be ignored when sending a request. - :ivar result: A list of Application Insigths component feature. + :ivar result: A list of Application Insights component feature. :vartype result: list[~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentFeature] """ diff --git a/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_available_features_py3.py b/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_available_features_py3.py index 838fbe432265..a42604832686 100644 --- a/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_available_features_py3.py +++ b/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_available_features_py3.py @@ -18,7 +18,7 @@ class ApplicationInsightsComponentAvailableFeatures(Model): Variables are only populated by the server, and will be ignored when sending a request. - :ivar result: A list of Application Insigths component feature. + :ivar result: A list of Application Insights component feature. :vartype result: list[~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentFeature] """ diff --git a/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_billing_features.py b/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_billing_features.py index ff7c3608eacc..4b194d4b26d4 100644 --- a/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_billing_features.py +++ b/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_billing_features.py @@ -16,7 +16,7 @@ class ApplicationInsightsComponentBillingFeatures(Model): """An Application Insights component billing features. :param data_volume_cap: An Application Insights component daily data - volumne cap + volume cap :type data_volume_cap: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentDataVolumeCap :param current_billing_features: Current enabled pricing plan. When the diff --git a/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_billing_features_py3.py b/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_billing_features_py3.py index 5bacc6e5a129..94ade3fcf09a 100644 --- a/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_billing_features_py3.py +++ b/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_billing_features_py3.py @@ -16,7 +16,7 @@ class ApplicationInsightsComponentBillingFeatures(Model): """An Application Insights component billing features. :param data_volume_cap: An Application Insights component daily data - volumne cap + volume cap :type data_volume_cap: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentDataVolumeCap :param current_billing_features: Current enabled pricing plan. When the diff --git a/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_data_volume_cap.py b/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_data_volume_cap.py index 00eeada8ed37..a364ad440217 100644 --- a/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_data_volume_cap.py +++ b/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_data_volume_cap.py @@ -13,7 +13,7 @@ class ApplicationInsightsComponentDataVolumeCap(Model): - """An Application Insights component daily data volumne cap. + """An Application Insights component daily data volume cap. Variables are only populated by the server, and will be ignored when sending a request. diff --git a/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_data_volume_cap_py3.py b/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_data_volume_cap_py3.py index 1d576c282e54..1065fa77ceba 100644 --- a/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_data_volume_cap_py3.py +++ b/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_data_volume_cap_py3.py @@ -13,7 +13,7 @@ class ApplicationInsightsComponentDataVolumeCap(Model): - """An Application Insights component daily data volumne cap. + """An Application Insights component daily data volume cap. Variables are only populated by the server, and will be ignored when sending a request. diff --git a/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_feature.py b/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_feature.py index d6c01805851b..88d9c54730be 100644 --- a/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_feature.py +++ b/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_feature.py @@ -22,17 +22,17 @@ class ApplicationInsightsComponentFeature(Model): :vartype feature_name: str :ivar meter_id: The meter id used for the feature. :vartype meter_id: str - :ivar meter_rate_frequency: The meter meter rate for the feature's meter. + :ivar meter_rate_frequency: The meter rate for the feature's meter. :vartype meter_rate_frequency: str :ivar resouce_id: Reserved, not used now. :vartype resouce_id: str :ivar is_hidden: Reserved, not used now. :vartype is_hidden: bool - :ivar capabilities: A list of Application Insigths component feature + :ivar capabilities: A list of Application Insights component feature capability. :vartype capabilities: list[~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentFeatureCapability] - :ivar title: Desplay name of the feature. + :ivar title: Display name of the feature. :vartype title: str :ivar is_main_feature: Whether can apply addon feature on to it. :vartype is_main_feature: bool diff --git a/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_feature_capabilities.py b/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_feature_capabilities.py index eee1d17a161d..7207366358e1 100644 --- a/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_feature_capabilities.py +++ b/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_feature_capabilities.py @@ -44,7 +44,7 @@ class ApplicationInsightsComponentFeatureCapabilities(Model): :vartype multiple_step_web_test: bool :ivar api_access_level: Reserved, not used now. :vartype api_access_level: str - :ivar tracking_type: The applciation insights component used tracking + :ivar tracking_type: The application insights component used tracking type. :vartype tracking_type: str :ivar daily_cap: Daily data volume cap in GB. diff --git a/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_feature_capabilities_py3.py b/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_feature_capabilities_py3.py index 8287db7a2e95..80cd00e62901 100644 --- a/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_feature_capabilities_py3.py +++ b/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_feature_capabilities_py3.py @@ -44,7 +44,7 @@ class ApplicationInsightsComponentFeatureCapabilities(Model): :vartype multiple_step_web_test: bool :ivar api_access_level: Reserved, not used now. :vartype api_access_level: str - :ivar tracking_type: The applciation insights component used tracking + :ivar tracking_type: The application insights component used tracking type. :vartype tracking_type: str :ivar daily_cap: Daily data volume cap in GB. diff --git a/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_feature_capability.py b/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_feature_capability.py index 6bb75e0c4f3a..eb5a4cee5c28 100644 --- a/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_feature_capability.py +++ b/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_feature_capability.py @@ -22,7 +22,7 @@ class ApplicationInsightsComponentFeatureCapability(Model): :vartype name: str :ivar description: The description of the capability. :vartype description: str - :ivar value: The vaule of the capability. + :ivar value: The value of the capability. :vartype value: str :ivar unit: The unit of the capability. :vartype unit: str diff --git a/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_feature_capability_py3.py b/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_feature_capability_py3.py index 71bd56316042..e301012a6694 100644 --- a/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_feature_capability_py3.py +++ b/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_feature_capability_py3.py @@ -22,7 +22,7 @@ class ApplicationInsightsComponentFeatureCapability(Model): :vartype name: str :ivar description: The description of the capability. :vartype description: str - :ivar value: The vaule of the capability. + :ivar value: The value of the capability. :vartype value: str :ivar unit: The unit of the capability. :vartype unit: str diff --git a/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_feature_py3.py b/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_feature_py3.py index fcad71779a8d..1df9aee5e940 100644 --- a/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_feature_py3.py +++ b/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/application_insights_component_feature_py3.py @@ -22,17 +22,17 @@ class ApplicationInsightsComponentFeature(Model): :vartype feature_name: str :ivar meter_id: The meter id used for the feature. :vartype meter_id: str - :ivar meter_rate_frequency: The meter meter rate for the feature's meter. + :ivar meter_rate_frequency: The meter rate for the feature's meter. :vartype meter_rate_frequency: str :ivar resouce_id: Reserved, not used now. :vartype resouce_id: str :ivar is_hidden: Reserved, not used now. :vartype is_hidden: bool - :ivar capabilities: A list of Application Insigths component feature + :ivar capabilities: A list of Application Insights component feature capability. :vartype capabilities: list[~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentFeatureCapability] - :ivar title: Desplay name of the feature. + :ivar title: Display name of the feature. :vartype title: str :ivar is_main_feature: Whether can apply addon feature on to it. :vartype is_main_feature: bool diff --git a/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/component_purge_body_filters.py b/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/component_purge_body_filters.py index 6f6f8e00746c..09948ccd3907 100644 --- a/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/component_purge_body_filters.py +++ b/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/component_purge_body_filters.py @@ -25,12 +25,16 @@ class ComponentPurgeBodyFilters(Model): number (e.g., > 100), a string (timestamp >= '2017-09-01') or array of values. :type value: object + :param key: When filtering over custom dimensions, this key will be used + as the name of the custom dimension. + :type key: str """ _attribute_map = { 'column': {'key': 'column', 'type': 'str'}, 'operator': {'key': 'operator', 'type': 'str'}, 'value': {'key': 'value', 'type': 'object'}, + 'key': {'key': 'key', 'type': 'str'}, } def __init__(self, **kwargs): @@ -38,3 +42,4 @@ def __init__(self, **kwargs): self.column = kwargs.get('column', None) self.operator = kwargs.get('operator', None) self.value = kwargs.get('value', None) + self.key = kwargs.get('key', None) diff --git a/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/component_purge_body_filters_py3.py b/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/component_purge_body_filters_py3.py index 72ad81f2783f..9da4c4eb8e6b 100644 --- a/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/component_purge_body_filters_py3.py +++ b/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/models/component_purge_body_filters_py3.py @@ -25,16 +25,21 @@ class ComponentPurgeBodyFilters(Model): number (e.g., > 100), a string (timestamp >= '2017-09-01') or array of values. :type value: object + :param key: When filtering over custom dimensions, this key will be used + as the name of the custom dimension. + :type key: str """ _attribute_map = { 'column': {'key': 'column', 'type': 'str'}, 'operator': {'key': 'operator', 'type': 'str'}, 'value': {'key': 'value', 'type': 'object'}, + 'key': {'key': 'key', 'type': 'str'}, } - def __init__(self, *, column: str=None, operator: str=None, value=None, **kwargs) -> None: + def __init__(self, *, column: str=None, operator: str=None, value=None, key: str=None, **kwargs) -> None: super(ComponentPurgeBodyFilters, self).__init__(**kwargs) self.column = column self.operator = operator self.value = value + self.key = key diff --git a/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/operations/component_current_billing_features_operations.py b/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/operations/component_current_billing_features_operations.py index 66decf6ef122..ad343900ae38 100644 --- a/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/operations/component_current_billing_features_operations.py +++ b/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/operations/component_current_billing_features_operations.py @@ -112,7 +112,7 @@ def update( resource. :type resource_name: str :param data_volume_cap: An Application Insights component daily data - volumne cap + volume cap :type data_volume_cap: ~azure.mgmt.applicationinsights.models.ApplicationInsightsComponentDataVolumeCap :param current_billing_features: Current enabled pricing plan. When diff --git a/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/operations/component_feature_capabilities_operations.py b/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/operations/component_feature_capabilities_operations.py index 1a8ecac2fca4..f20bfb7930f4 100644 --- a/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/operations/component_feature_capabilities_operations.py +++ b/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/operations/component_feature_capabilities_operations.py @@ -39,7 +39,7 @@ def __init__(self, client, config, serializer, deserializer): def get( self, resource_group_name, resource_name, custom_headers=None, raw=False, **operation_config): - """Returns feature capabilites of the application insights component. + """Returns feature capabilities of the application insights component. :param resource_group_name: The name of the resource group. :type resource_group_name: str