From fa6e86548147dab329f496af6605492514f92f19 Mon Sep 17 00:00:00 2001 From: Paul Van Eck Date: Tue, 10 Jan 2023 14:47:08 -0800 Subject: [PATCH] Remove colon in docstring Signed-off-by: Paul Van Eck --- sdk/monitor/azure-monitor-query/azure/monitor/query/_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/monitor/azure-monitor-query/azure/monitor/query/_models.py b/sdk/monitor/azure-monitor-query/azure/monitor/query/_models.py index cf34607088e7..4c59f849df20 100644 --- a/sdk/monitor/azure-monitor-query/azure/monitor/query/_models.py +++ b/sdk/monitor/azure-monitor-query/azure/monitor/query/_models.py @@ -548,7 +548,7 @@ class MetricDefinition: # pylint: disable=too-many-instance-attributes "NanoCores", "BitsPerSecond".""" primary_aggregation_type: Optional[Union[str, MetricAggregationType]] = None """The primary aggregation type value defining how to use the values for display. Possible values - include: "None", "Average", "Count", "Minimum", "Maximum", "Total".""" + include "None", "Average", "Count", "Minimum", "Maximum", "Total".""" metric_class: Optional[Union[str, MetricClass]] = None """The class of the metric. Possible values include "Availability", "Transactions", "Errors", "Latency", "Saturation"."""