Skip to content

Commit d7b22bd

Browse files
author
SDKAuto
committed
CodeGen from PR 18772 in Azure/azure-rest-api-specs
Merge 88c930f3ab19c86fc1cd0410a3d0f910689d4d68 into 7af1583cd56d96c573dad032257fc704e8a26680
1 parent cf2a514 commit d7b22bd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+8449
-2931
lines changed
Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,41 @@
1-
# Change History
1+
# Unreleased
22

3+
## Breaking Changes
4+
5+
### Removed Constants
6+
7+
1. PrimaryAggregationType.Average
8+
1. PrimaryAggregationType.Maximum
9+
1. PrimaryAggregationType.Minimum
10+
1. PrimaryAggregationType.Total
11+
1. UnitDefinitionType.UnitDefinitionTypeBytes
12+
1. UnitDefinitionType.UnitDefinitionTypeBytesPerSecond
13+
1. UnitDefinitionType.UnitDefinitionTypeCount
14+
1. UnitDefinitionType.UnitDefinitionTypeCountPerSecond
15+
1. UnitDefinitionType.UnitDefinitionTypePercent
16+
1. UnitDefinitionType.UnitDefinitionTypeSeconds
17+
18+
### Signature Changes
19+
20+
#### Const Types
21+
22+
1. Count changed type from PrimaryAggregationType to UnitDefinitionType
23+
1. None changed type from PrimaryAggregationType to IdentityType
24+
25+
## Additive Changes
26+
27+
### New Constants
28+
29+
1. IdentityType.SystemAssignedUserAssigned
30+
1. IdentityType.UserAssigned
31+
1. PrimaryAggregationType.PrimaryAggregationTypeAverage
32+
1. PrimaryAggregationType.PrimaryAggregationTypeCount
33+
1. PrimaryAggregationType.PrimaryAggregationTypeMaximum
34+
1. PrimaryAggregationType.PrimaryAggregationTypeMinimum
35+
1. PrimaryAggregationType.PrimaryAggregationTypeNone
36+
1. PrimaryAggregationType.PrimaryAggregationTypeTotal
37+
1. UnitDefinitionType.Bytes
38+
1. UnitDefinitionType.BytesPerSecond
39+
1. UnitDefinitionType.CountPerSecond
40+
1. UnitDefinitionType.Percent
41+
1. UnitDefinitionType.Seconds

services/preview/sql/mgmt/2015-05-01-preview/sql/_meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"commit": "3c764635e7d442b3e74caf593029fcd440b3ef82",
2+
"commit": "afedbba923a93b8ccff15c633356191aac41d71e",
33
"readme": "/_/azure-rest-api-specs/specification/sql/resource-manager/readme.md",
44
"tag": "package-2015-05-preview",
55
"use": "@microsoft.azure/[email protected]",

services/preview/sql/mgmt/2015-05-01-preview/sql/enums.go

Lines changed: 33 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/preview/sql/mgmt/2015-05-01-preview/sql/models.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,41 @@
1-
# Change History
1+
# Unreleased
22

3+
## Breaking Changes
4+
5+
### Removed Constants
6+
7+
1. PrimaryAggregationType.Average
8+
1. PrimaryAggregationType.Maximum
9+
1. PrimaryAggregationType.Minimum
10+
1. PrimaryAggregationType.Total
11+
1. UnitDefinitionType.UnitDefinitionTypeBytes
12+
1. UnitDefinitionType.UnitDefinitionTypeBytesPerSecond
13+
1. UnitDefinitionType.UnitDefinitionTypeCount
14+
1. UnitDefinitionType.UnitDefinitionTypeCountPerSecond
15+
1. UnitDefinitionType.UnitDefinitionTypePercent
16+
1. UnitDefinitionType.UnitDefinitionTypeSeconds
17+
18+
### Signature Changes
19+
20+
#### Const Types
21+
22+
1. Count changed type from PrimaryAggregationType to UnitDefinitionType
23+
1. None changed type from PrimaryAggregationType to IdentityType
24+
25+
## Additive Changes
26+
27+
### New Constants
28+
29+
1. IdentityType.SystemAssignedUserAssigned
30+
1. IdentityType.UserAssigned
31+
1. PrimaryAggregationType.PrimaryAggregationTypeAverage
32+
1. PrimaryAggregationType.PrimaryAggregationTypeCount
33+
1. PrimaryAggregationType.PrimaryAggregationTypeMaximum
34+
1. PrimaryAggregationType.PrimaryAggregationTypeMinimum
35+
1. PrimaryAggregationType.PrimaryAggregationTypeNone
36+
1. PrimaryAggregationType.PrimaryAggregationTypeTotal
37+
1. UnitDefinitionType.Bytes
38+
1. UnitDefinitionType.BytesPerSecond
39+
1. UnitDefinitionType.CountPerSecond
40+
1. UnitDefinitionType.Percent
41+
1. UnitDefinitionType.Seconds

services/preview/sql/mgmt/2017-03-01-preview/sql/_meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"commit": "3c764635e7d442b3e74caf593029fcd440b3ef82",
2+
"commit": "afedbba923a93b8ccff15c633356191aac41d71e",
33
"readme": "/_/azure-rest-api-specs/specification/sql/resource-manager/readme.md",
44
"tag": "package-2017-03-preview",
55
"use": "@microsoft.azure/[email protected]",

services/preview/sql/mgmt/2017-03-01-preview/sql/enums.go

Lines changed: 33 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/preview/sql/mgmt/2017-03-01-preview/sql/models.go

Lines changed: 15 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Change History
1+
# Unreleased
22

services/preview/sql/mgmt/2017-10-01-preview/sql/_meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"commit": "3c764635e7d442b3e74caf593029fcd440b3ef82",
2+
"commit": "afedbba923a93b8ccff15c633356191aac41d71e",
33
"readme": "/_/azure-rest-api-specs/specification/sql/resource-manager/readme.md",
44
"tag": "package-pure-2017-10-preview",
55
"use": "@microsoft.azure/[email protected]",

0 commit comments

Comments
 (0)