diff --git a/azure-applicationinsights-query/azure/applicationinsights/query/models/events_exception_info.py b/azure-applicationinsights-query/azure/applicationinsights/query/models/events_exception_info.py index 986f82cbc365..f2bedc61ca6b 100644 --- a/azure-applicationinsights-query/azure/applicationinsights/query/models/events_exception_info.py +++ b/azure-applicationinsights-query/azure/applicationinsights/query/models/events_exception_info.py @@ -33,7 +33,7 @@ class EventsExceptionInfo(Model): :type outer_type: str :param outer_method: The outer method of the exception :type outer_method: str - :param outer_assembly: The outer assmebly of the exception + :param outer_assembly: The outer assembly of the exception :type outer_assembly: str :param outer_message: The outer message of the exception :type outer_message: str diff --git a/azure-applicationinsights-query/azure/applicationinsights/query/models/events_exception_info_py3.py b/azure-applicationinsights-query/azure/applicationinsights/query/models/events_exception_info_py3.py index 8c77597625c2..0585cc9cf538 100644 --- a/azure-applicationinsights-query/azure/applicationinsights/query/models/events_exception_info_py3.py +++ b/azure-applicationinsights-query/azure/applicationinsights/query/models/events_exception_info_py3.py @@ -33,7 +33,7 @@ class EventsExceptionInfo(Model): :type outer_type: str :param outer_method: The outer method of the exception :type outer_method: str - :param outer_assembly: The outer assmebly of the exception + :param outer_assembly: The outer assembly of the exception :type outer_assembly: str :param outer_message: The outer message of the exception :type outer_message: str diff --git a/azure-applicationinsights-query/azure/applicationinsights/query/operations/metrics_operations.py b/azure-applicationinsights-query/azure/applicationinsights/query/operations/metrics_operations.py index 79eecf0a68fa..2639e0466f5a 100644 --- a/azure-applicationinsights-query/azure/applicationinsights/query/operations/metrics_operations.py +++ b/azure-applicationinsights-query/azure/applicationinsights/query/operations/metrics_operations.py @@ -229,7 +229,7 @@ def get_multiple( def get_metadata( self, app_id, custom_headers=None, raw=False, **operation_config): - """Retrieve metric metatadata. + """Retrieve metric metadata. Gets metadata describing the available metrics.