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 sql/mgmt/2014-04-01/sql] Update ManagedServerDnsAliases API definition #374

Closed
wants to merge 1 commit into from
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
41 changes: 40 additions & 1 deletion services/preview/sql/mgmt/2015-05-01-preview/sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,41 @@
# Change History
# Unreleased

## Breaking Changes

### Removed Constants

1. PrimaryAggregationType.Average
1. PrimaryAggregationType.Maximum
1. PrimaryAggregationType.Minimum
1. PrimaryAggregationType.Total
1. UnitDefinitionType.UnitDefinitionTypeBytes
1. UnitDefinitionType.UnitDefinitionTypeBytesPerSecond
1. UnitDefinitionType.UnitDefinitionTypeCount
1. UnitDefinitionType.UnitDefinitionTypeCountPerSecond
1. UnitDefinitionType.UnitDefinitionTypePercent
1. UnitDefinitionType.UnitDefinitionTypeSeconds

### Signature Changes

#### Const Types

1. Count changed type from PrimaryAggregationType to UnitDefinitionType
1. None changed type from PrimaryAggregationType to IdentityType

## Additive Changes

### New Constants

1. IdentityType.SystemAssignedUserAssigned
1. IdentityType.UserAssigned
1. PrimaryAggregationType.PrimaryAggregationTypeAverage
1. PrimaryAggregationType.PrimaryAggregationTypeCount
1. PrimaryAggregationType.PrimaryAggregationTypeMaximum
1. PrimaryAggregationType.PrimaryAggregationTypeMinimum
1. PrimaryAggregationType.PrimaryAggregationTypeNone
1. PrimaryAggregationType.PrimaryAggregationTypeTotal
1. UnitDefinitionType.Bytes
1. UnitDefinitionType.BytesPerSecond
1. UnitDefinitionType.CountPerSecond
1. UnitDefinitionType.Percent
1. UnitDefinitionType.Seconds
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"commit": "3c764635e7d442b3e74caf593029fcd440b3ef82",
"commit": "ea5f776735686bc6842f382f3d081000b4b680e8",
"readme": "/_/azure-rest-api-specs/specification/sql/resource-manager/readme.md",
"tag": "package-2015-05-preview",
"use": "@microsoft.azure/autorest.go@2.1.187",
Expand Down
60 changes: 33 additions & 27 deletions services/preview/sql/mgmt/2015-05-01-preview/sql/enums.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions services/preview/sql/mgmt/2015-05-01-preview/sql/models.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 40 additions & 1 deletion services/preview/sql/mgmt/2017-03-01-preview/sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,41 @@
# Change History
# Unreleased

## Breaking Changes

### Removed Constants

1. PrimaryAggregationType.Average
1. PrimaryAggregationType.Maximum
1. PrimaryAggregationType.Minimum
1. PrimaryAggregationType.Total
1. UnitDefinitionType.UnitDefinitionTypeBytes
1. UnitDefinitionType.UnitDefinitionTypeBytesPerSecond
1. UnitDefinitionType.UnitDefinitionTypeCount
1. UnitDefinitionType.UnitDefinitionTypeCountPerSecond
1. UnitDefinitionType.UnitDefinitionTypePercent
1. UnitDefinitionType.UnitDefinitionTypeSeconds

### Signature Changes

#### Const Types

1. Count changed type from PrimaryAggregationType to UnitDefinitionType
1. None changed type from PrimaryAggregationType to IdentityType

## Additive Changes

### New Constants

1. IdentityType.SystemAssignedUserAssigned
1. IdentityType.UserAssigned
1. PrimaryAggregationType.PrimaryAggregationTypeAverage
1. PrimaryAggregationType.PrimaryAggregationTypeCount
1. PrimaryAggregationType.PrimaryAggregationTypeMaximum
1. PrimaryAggregationType.PrimaryAggregationTypeMinimum
1. PrimaryAggregationType.PrimaryAggregationTypeNone
1. PrimaryAggregationType.PrimaryAggregationTypeTotal
1. UnitDefinitionType.Bytes
1. UnitDefinitionType.BytesPerSecond
1. UnitDefinitionType.CountPerSecond
1. UnitDefinitionType.Percent
1. UnitDefinitionType.Seconds
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"commit": "3c764635e7d442b3e74caf593029fcd440b3ef82",
"commit": "ea5f776735686bc6842f382f3d081000b4b680e8",
"readme": "/_/azure-rest-api-specs/specification/sql/resource-manager/readme.md",
"tag": "package-2017-03-preview",
"use": "@microsoft.azure/autorest.go@2.1.187",
Expand Down
60 changes: 33 additions & 27 deletions services/preview/sql/mgmt/2017-03-01-preview/sql/enums.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 15 additions & 3 deletions services/preview/sql/mgmt/2017-03-01-preview/sql/models.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Change History
# Unreleased

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"commit": "3c764635e7d442b3e74caf593029fcd440b3ef82",
"commit": "ea5f776735686bc6842f382f3d081000b4b680e8",
"readme": "/_/azure-rest-api-specs/specification/sql/resource-manager/readme.md",
"tag": "package-pure-2017-10-preview",
"use": "@microsoft.azure/autorest.go@2.1.187",
Expand Down
Loading