Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
# regenerated.
# --------------------------------------------------------------------------

VERSION = "0.5.2"
VERSION = "0.3.0"