Skip to content

Commit

Permalink
Generated from fb207b45b36291c4b48df3113dd0866d48207511
Browse files Browse the repository at this point in the history
PrivateEndpointConnections_CreateOrUpdate has no 200 return, and removing 200 from CosmosDBPrivateEndpointConnectionDelete.json
  • Loading branch information
SDK Automation committed Oct 24, 2019
1 parent 9fd2933 commit 0e702bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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

0 comments on commit 0e702bc

Please sign in to comment.