Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.
Closed
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
2 changes: 1 addition & 1 deletion cosmosdb/resource-manager/v2015_04_08/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<relativePath>../../../pom.management.xml</relativePath>
</parent>
<artifactId>azure-mgmt-cosmosdb</artifactId>
<version>1.0.0-beta-3</version>
<version>1.0.0-beta</version>
<packaging>jar</packaging>
<name>Microsoft Azure SDK for CosmosDB Management</name>
<description>This package contains Microsoft CosmosDB Management SDK.</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ public final class PrimaryAggregationType extends ExpandableStringEnum<PrimaryAg
/** Static value Total for PrimaryAggregationType. */
public static final PrimaryAggregationType TOTAL = fromString("Total");

/** Static value Minimimum for PrimaryAggregationType. */
public static final PrimaryAggregationType MINIMIMUM = fromString("Minimimum");
/** Static value Minimum for PrimaryAggregationType. */
public static final PrimaryAggregationType MINIMUM = fromString("Minimum");

/** Static value Maximum for PrimaryAggregationType. */
public static final PrimaryAggregationType MAXIMUM = fromString("Maximum");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class MetricDefinitionInner {

/**
* The primary aggregation type of the metric. Possible values include:
* 'None', 'Average', 'Total', 'Minimimum', 'Maximum', 'Last'.
* 'None', 'Average', 'Total', 'Minimum', 'Maximum', 'Last'.
*/
@JsonProperty(value = "primaryAggregationType", access = JsonProperty.Access.WRITE_ONLY)
private PrimaryAggregationType primaryAggregationType;
Expand Down Expand Up @@ -62,7 +62,7 @@ public List<MetricAvailability> metricAvailabilities() {
}

/**
* Get the primary aggregation type of the metric. Possible values include: 'None', 'Average', 'Total', 'Minimimum', 'Maximum', 'Last'.
* Get the primary aggregation type of the metric. Possible values include: 'None', 'Average', 'Total', 'Minimum', 'Maximum', 'Last'.
*
* @return the primaryAggregationType value
*/
Expand Down
3 changes: 2 additions & 1 deletion swagger_to_sdk_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"verbose": "",
"sdkrel:azure-libraries-for-java-folder": ".",
"multiapi": "",
"use": "@microsoft.azure/autorest.java@preview"
"use": "@microsoft.azure/autorest.java@preview",
"java.clear-output-folder": ""
},
"version": "0.2.0",
"advanced_options": {
Expand Down