forked from Azure/azure-sdk-for-go
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeGen from PR 18751 in Azure/azure-rest-api-specs
Merge 50e99328fbe5910cbe23d2f6d31b52d26360aac9 into b5d8eef5bf187dc99f1c18e8323b19e0c37a7124
SDKAuto
committed
Apr 20, 2022
1 parent
1ac2b06
commit c9021ef
Showing
60 changed files
with
8,443 additions
and
3,356 deletions.
There are no files selected for viewing
41 changes: 40 additions & 1 deletion
41
services/preview/sql/mgmt/2015-05-01-preview/sql/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"commit": "3c764635e7d442b3e74caf593029fcd440b3ef82", | ||
"commit": "0dc36a61d0262fdce1de05e28de0cd55d74e18a9", | ||
"readme": "/_/azure-rest-api-specs/specification/sql/resource-manager/readme.md", | ||
"tag": "package-2015-05-preview", | ||
"use": "@microsoft.azure/[email protected]", | ||
|
60 changes: 33 additions & 27 deletions
60
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.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
41 changes: 40 additions & 1 deletion
41
services/preview/sql/mgmt/2017-03-01-preview/sql/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"commit": "3c764635e7d442b3e74caf593029fcd440b3ef82", | ||
"commit": "0dc36a61d0262fdce1de05e28de0cd55d74e18a9", | ||
"readme": "/_/azure-rest-api-specs/specification/sql/resource-manager/readme.md", | ||
"tag": "package-2017-03-preview", | ||
"use": "@microsoft.azure/[email protected]", | ||
|
60 changes: 33 additions & 27 deletions
60
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.
Oops, something went wrong.
18 changes: 15 additions & 3 deletions
18
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.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# Change History | ||
# Unreleased | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"commit": "3c764635e7d442b3e74caf593029fcd440b3ef82", | ||
"commit": "0dc36a61d0262fdce1de05e28de0cd55d74e18a9", | ||
"readme": "/_/azure-rest-api-specs/specification/sql/resource-manager/readme.md", | ||
"tag": "package-pure-2017-10-preview", | ||
"use": "@microsoft.azure/[email protected]", | ||
|
Oops, something went wrong.