diff --git a/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/partition_metric.py b/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/partition_metric.py index b00c2462067d..c18fed6e6bfe 100644 --- a/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/partition_metric.py +++ b/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/partition_metric.py @@ -34,7 +34,7 @@ class PartitionMetric(Metric): :ivar metric_values: The metric values for the specified time window and timestep. :vartype metric_values: list[~azure.mgmt.cosmosdb.models.MetricValue] - :ivar partition_id: The parition id (GUID identifier) of the metric + :ivar partition_id: The partition id (GUID identifier) of the metric values. :vartype partition_id: str :ivar partition_key_range_id: The partition key range id (integer diff --git a/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/partition_metric_py3.py b/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/partition_metric_py3.py index 9bf4c1680b3d..875351ddd481 100644 --- a/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/partition_metric_py3.py +++ b/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/partition_metric_py3.py @@ -34,7 +34,7 @@ class PartitionMetric(Metric): :ivar metric_values: The metric values for the specified time window and timestep. :vartype metric_values: list[~azure.mgmt.cosmosdb.models.MetricValue] - :ivar partition_id: The parition id (GUID identifier) of the metric + :ivar partition_id: The partition id (GUID identifier) of the metric values. :vartype partition_id: str :ivar partition_key_range_id: The partition key range id (integer diff --git a/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/partition_usage.py b/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/partition_usage.py index e19c3f5d49ad..9981802f9ff2 100644 --- a/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/partition_usage.py +++ b/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/partition_usage.py @@ -30,7 +30,7 @@ class PartitionUsage(Usage): :vartype limit: int :ivar current_value: Current value for this metric :vartype current_value: int - :ivar partition_id: The parition id (GUID identifier) of the usages. + :ivar partition_id: The partition id (GUID identifier) of the usages. :vartype partition_id: str :ivar partition_key_range_id: The partition key range id (integer identifier) of the usages. diff --git a/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/partition_usage_py3.py b/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/partition_usage_py3.py index 2be875fda586..bec033ce2d3e 100644 --- a/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/partition_usage_py3.py +++ b/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/partition_usage_py3.py @@ -30,7 +30,7 @@ class PartitionUsage(Usage): :vartype limit: int :ivar current_value: Current value for this metric :vartype current_value: int - :ivar partition_id: The parition id (GUID identifier) of the usages. + :ivar partition_id: The partition id (GUID identifier) of the usages. :vartype partition_id: str :ivar partition_key_range_id: The partition key range id (integer identifier) of the usages. diff --git a/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/collection_operations.py b/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/collection_operations.py index 38a75081f098..6405dded524d 100644 --- a/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/collection_operations.py +++ b/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/collection_operations.py @@ -205,7 +205,7 @@ def internal_paging(next_link=None, raw=False): def list_metric_definitions( self, resource_group_name, account_name, database_rid, collection_rid, custom_headers=None, raw=False, **operation_config): - """Retrieves metric defintions for the given collection. + """Retrieves metric definitions for the given collection. :param resource_group_name: Name of an Azure resource group. :type resource_group_name: str diff --git a/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/database_operations.py b/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/database_operations.py index 626e2282f4a2..ad0157377a49 100644 --- a/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/database_operations.py +++ b/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/database_operations.py @@ -198,7 +198,7 @@ def internal_paging(next_link=None, raw=False): def list_metric_definitions( self, resource_group_name, account_name, database_rid, custom_headers=None, raw=False, **operation_config): - """Retrieves metric defintions for the given database. + """Retrieves metric definitions for the given database. :param resource_group_name: Name of an Azure resource group. :type resource_group_name: str diff --git a/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/version.py b/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/version.py index 3c93989b8fef..3e682bbd5fb1 100644 --- a/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/version.py +++ b/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/version.py @@ -9,5 +9,5 @@ # regenerated. # -------------------------------------------------------------------------- -VERSION = "0.5.2" +VERSION = "0.3.0"