Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR cosmos-db/resource-manager] typo: cosmos-db/resource-manager/Microsoft.DocumentDB/cosmos-db.json #2625

Merged
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 @@ -18,7 +18,7 @@
*/
public interface Collections {
/**
* Retrieves metric defintions for the given collection.
* Retrieves metric definitions for the given collection.
*
* @param resourceGroupName Name of an Azure resource group.
* @param accountName Cosmos DB database account name.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
public interface Databases {
/**
* Retrieves metric defintions for the given database.
* Retrieves metric definitions for the given database.
*
* @param resourceGroupName Name of an Azure resource group.
* @param accountName Cosmos DB database account name.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ private ServiceResponse<PageImpl<UsageInner>> listUsagesDelegate(Response<Respon
}

/**
* Retrieves metric defintions for the given collection.
* Retrieves metric definitions for the given collection.
*
* @param resourceGroupName Name of an Azure resource group.
* @param accountName Cosmos DB database account name.
Expand All @@ -403,7 +403,7 @@ public List<MetricDefinitionInner> listMetricDefinitions(String resourceGroupNam
}

/**
* Retrieves metric defintions for the given collection.
* Retrieves metric definitions for the given collection.
*
* @param resourceGroupName Name of an Azure resource group.
* @param accountName Cosmos DB database account name.
Expand All @@ -418,7 +418,7 @@ public ServiceFuture<List<MetricDefinitionInner>> listMetricDefinitionsAsync(Str
}

/**
* Retrieves metric defintions for the given collection.
* Retrieves metric definitions for the given collection.
*
* @param resourceGroupName Name of an Azure resource group.
* @param accountName Cosmos DB database account name.
Expand All @@ -437,7 +437,7 @@ public List<MetricDefinitionInner> call(ServiceResponse<List<MetricDefinitionInn
}

/**
* Retrieves metric defintions for the given collection.
* Retrieves metric definitions for the given collection.
*
* @param resourceGroupName Name of an Azure resource group.
* @param accountName Cosmos DB database account name.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ private ServiceResponse<PageImpl<UsageInner>> listUsagesDelegate(Response<Respon
}

/**
* Retrieves metric defintions for the given database.
* Retrieves metric definitions for the given database.
*
* @param resourceGroupName Name of an Azure resource group.
* @param accountName Cosmos DB database account name.
Expand All @@ -381,7 +381,7 @@ public List<MetricDefinitionInner> listMetricDefinitions(String resourceGroupNam
}

/**
* Retrieves metric defintions for the given database.
* Retrieves metric definitions for the given database.
*
* @param resourceGroupName Name of an Azure resource group.
* @param accountName Cosmos DB database account name.
Expand All @@ -395,7 +395,7 @@ public ServiceFuture<List<MetricDefinitionInner>> listMetricDefinitionsAsync(Str
}

/**
* Retrieves metric defintions for the given database.
* Retrieves metric definitions for the given database.
*
* @param resourceGroupName Name of an Azure resource group.
* @param accountName Cosmos DB database account name.
Expand All @@ -413,7 +413,7 @@ public List<MetricDefinitionInner> call(ServiceResponse<List<MetricDefinitionInn
}

/**
* Retrieves metric defintions for the given database.
* Retrieves metric definitions for the given database.
*
* @param resourceGroupName Name of an Azure resource group.
* @param accountName Cosmos DB database account name.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
public class PartitionMetricInner extends MetricInner {
/**
* The parition id (GUID identifier) of the metric values.
* The partition id (GUID identifier) of the metric values.
*/
@JsonProperty(value = "partitionId", access = JsonProperty.Access.WRITE_ONLY)
private String partitionId;
Expand All @@ -27,7 +27,7 @@ public class PartitionMetricInner extends MetricInner {
private String partitionKeyRangeId;

/**
* Get the parition id (GUID identifier) of the metric values.
* Get the partition id (GUID identifier) of the metric values.
*
* @return the partitionId value
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
public class PartitionUsageInner extends UsageInner {
/**
* The parition id (GUID identifier) of the usages.
* The partition id (GUID identifier) of the usages.
*/
@JsonProperty(value = "partitionId", access = JsonProperty.Access.WRITE_ONLY)
private String partitionId;
Expand All @@ -27,7 +27,7 @@ public class PartitionUsageInner extends UsageInner {
private String partitionKeyRangeId;

/**
* Get the parition id (GUID identifier) of the usages.
* Get the partition id (GUID identifier) of the usages.
*
* @return the partitionId value
*/
Expand Down