Skip to content
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
90 changes: 37 additions & 53 deletions services/preview/sql/mgmt/2015-05-01-preview/sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,56 +1,40 @@
# 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 Funcs

1. CheckNameAvailabilityResponse.MarshalJSON() ([]byte, error)
1. DatabaseBlobAuditingPolicyListResult.MarshalJSON() ([]byte, error)
1. DatabaseUsage.MarshalJSON() ([]byte, error)
1. ElasticPoolActivityProperties.MarshalJSON() ([]byte, error)
1. ElasticPoolDatabaseActivityProperties.MarshalJSON() ([]byte, error)
1. EncryptionProtectorListResult.MarshalJSON() ([]byte, error)
1. FailoverGroupListResult.MarshalJSON() ([]byte, error)
1. ImportExportResponseProperties.MarshalJSON() ([]byte, error)
1. ManagedInstanceListResult.MarshalJSON() ([]byte, error)
1. Metric.MarshalJSON() ([]byte, error)
1. MetricAvailability.MarshalJSON() ([]byte, error)
1. MetricDefinition.MarshalJSON() ([]byte, error)
1. MetricName.MarshalJSON() ([]byte, error)
1. MetricValue.MarshalJSON() ([]byte, error)
1. OperationDisplay.MarshalJSON() ([]byte, error)
1. OperationImpact.MarshalJSON() ([]byte, error)
1. OperationListResult.MarshalJSON() ([]byte, error)
1. PerformanceLevelCapability.MarshalJSON() ([]byte, error)
1. ProxyResource.MarshalJSON() ([]byte, error)
1. RecommendedIndexProperties.MarshalJSON() ([]byte, error)
1. RecoverableDatabaseProperties.MarshalJSON() ([]byte, error)
1. ReplicationLinkProperties.MarshalJSON() ([]byte, error)
1. Resource.MarshalJSON() ([]byte, error)
1. RestorableDroppedDatabaseProperties.MarshalJSON() ([]byte, error)
1. RestorePointProperties.MarshalJSON() ([]byte, error)
1. ServerKeyListResult.MarshalJSON() ([]byte, error)
1. ServerListResult.MarshalJSON() ([]byte, error)
1. ServerUsage.MarshalJSON() ([]byte, error)
1. ServiceObjectiveProperties.MarshalJSON() ([]byte, error)
1. ServiceTierAdvisorProperties.MarshalJSON() ([]byte, error)
1. SloUsageMetric.MarshalJSON() ([]byte, error)
1. SubscriptionUsageListResult.MarshalJSON() ([]byte, error)
1. SubscriptionUsageProperties.MarshalJSON() ([]byte, error)
1. SyncAgentKeyProperties.MarshalJSON() ([]byte, error)
1. SyncAgentLinkedDatabaseListResult.MarshalJSON() ([]byte, error)
1. SyncAgentLinkedDatabaseProperties.MarshalJSON() ([]byte, error)
1. SyncAgentListResult.MarshalJSON() ([]byte, error)
1. SyncDatabaseIDListResult.MarshalJSON() ([]byte, error)
1. SyncDatabaseIDProperties.MarshalJSON() ([]byte, error)
1. SyncFullSchemaProperties.MarshalJSON() ([]byte, error)
1. SyncFullSchemaPropertiesListResult.MarshalJSON() ([]byte, error)
1. SyncFullSchemaTable.MarshalJSON() ([]byte, error)
1. SyncFullSchemaTableColumn.MarshalJSON() ([]byte, error)
1. SyncGroupListResult.MarshalJSON() ([]byte, error)
1. SyncGroupLogListResult.MarshalJSON() ([]byte, error)
1. SyncGroupLogProperties.MarshalJSON() ([]byte, error)
1. SyncMemberListResult.MarshalJSON() ([]byte, error)
1. TransparentDataEncryptionActivityProperties.MarshalJSON() ([]byte, error)
1. VirtualClusterListResult.MarshalJSON() ([]byte, error)
1. VirtualNetworkRuleListResult.MarshalJSON() ([]byte, error)
### New Constants

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": "a07f49e3f75a134c1acdacc338c9f9dc32386f66",
"readme": "/_/azure-rest-api-specs/specification/sql/resource-manager/readme.md",
"tag": "package-2015-05-preview",
"use": "@microsoft.azure/[email protected]",
Expand Down
58 changes: 31 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.

122 changes: 36 additions & 86 deletions services/preview/sql/mgmt/2017-03-01-preview/sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,90 +1,40 @@
# 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 Funcs
### New Constants

1. CheckNameAvailabilityResponse.MarshalJSON() ([]byte, error)
1. DataWarehouseUserActivitiesProperties.MarshalJSON() ([]byte, error)
1. DatabaseBlobAuditingPolicyListResult.MarshalJSON() ([]byte, error)
1. DatabaseOperationListResult.MarshalJSON() ([]byte, error)
1. DatabaseOperationProperties.MarshalJSON() ([]byte, error)
1. DatabaseUsage.MarshalJSON() ([]byte, error)
1. DatabaseVulnerabilityAssessmentListResult.MarshalJSON() ([]byte, error)
1. EditionCapability.MarshalJSON() ([]byte, error)
1. ElasticPoolActivityProperties.MarshalJSON() ([]byte, error)
1. ElasticPoolDatabaseActivityProperties.MarshalJSON() ([]byte, error)
1. ElasticPoolDtuCapability.MarshalJSON() ([]byte, error)
1. ElasticPoolEditionCapability.MarshalJSON() ([]byte, error)
1. ElasticPoolPerDatabaseMaxDtuCapability.MarshalJSON() ([]byte, error)
1. ElasticPoolPerDatabaseMinDtuCapability.MarshalJSON() ([]byte, error)
1. EncryptionProtectorListResult.MarshalJSON() ([]byte, error)
1. ExtendedDatabaseBlobAuditingPolicyListResult.MarshalJSON() ([]byte, error)
1. ExtendedServerBlobAuditingPolicyListResult.MarshalJSON() ([]byte, error)
1. FailoverGroupListResult.MarshalJSON() ([]byte, error)
1. ImportExportResponseProperties.MarshalJSON() ([]byte, error)
1. JobAgentListResult.MarshalJSON() ([]byte, error)
1. JobCredentialListResult.MarshalJSON() ([]byte, error)
1. JobExecutionListResult.MarshalJSON() ([]byte, error)
1. JobExecutionTarget.MarshalJSON() ([]byte, error)
1. JobListResult.MarshalJSON() ([]byte, error)
1. JobStepListResult.MarshalJSON() ([]byte, error)
1. JobTargetGroupListResult.MarshalJSON() ([]byte, error)
1. JobVersion.MarshalJSON() ([]byte, error)
1. JobVersionListResult.MarshalJSON() ([]byte, error)
1. LocationCapabilities.MarshalJSON() ([]byte, error)
1. LogicalServerSecurityAlertPolicyListResult.MarshalJSON() ([]byte, error)
1. ManagedBackupShortTermRetentionPolicyListResult.MarshalJSON() ([]byte, error)
1. ManagedDatabaseListResult.MarshalJSON() ([]byte, error)
1. ManagedInstanceAdministratorListResult.MarshalJSON() ([]byte, error)
1. ManagedInstanceListResult.MarshalJSON() ([]byte, error)
1. MaxSizeCapability.MarshalJSON() ([]byte, error)
1. Metric.MarshalJSON() ([]byte, error)
1. MetricAvailability.MarshalJSON() ([]byte, error)
1. MetricDefinition.MarshalJSON() ([]byte, error)
1. MetricName.MarshalJSON() ([]byte, error)
1. MetricValue.MarshalJSON() ([]byte, error)
1. OperationDisplay.MarshalJSON() ([]byte, error)
1. OperationImpact.MarshalJSON() ([]byte, error)
1. OperationListResult.MarshalJSON() ([]byte, error)
1. PerformanceLevel.MarshalJSON() ([]byte, error)
1. ProxyResource.MarshalJSON() ([]byte, error)
1. RecommendedIndexProperties.MarshalJSON() ([]byte, error)
1. RecoverableDatabaseProperties.MarshalJSON() ([]byte, error)
1. ReplicationLinkProperties.MarshalJSON() ([]byte, error)
1. Resource.MarshalJSON() ([]byte, error)
1. RestorableDroppedDatabaseProperties.MarshalJSON() ([]byte, error)
1. RestorableDroppedManagedDatabaseListResult.MarshalJSON() ([]byte, error)
1. RestorableDroppedManagedDatabaseProperties.MarshalJSON() ([]byte, error)
1. RestorePointListResult.MarshalJSON() ([]byte, error)
1. RestorePointProperties.MarshalJSON() ([]byte, error)
1. SensitivityLabelListResult.MarshalJSON() ([]byte, error)
1. ServerBlobAuditingPolicyListResult.MarshalJSON() ([]byte, error)
1. ServerDNSAliasListResult.MarshalJSON() ([]byte, error)
1. ServerDNSAliasProperties.MarshalJSON() ([]byte, error)
1. ServerKeyListResult.MarshalJSON() ([]byte, error)
1. ServerListResult.MarshalJSON() ([]byte, error)
1. ServerUsage.MarshalJSON() ([]byte, error)
1. ServerVersionCapability.MarshalJSON() ([]byte, error)
1. ServiceObjectiveProperties.MarshalJSON() ([]byte, error)
1. ServiceTierAdvisorProperties.MarshalJSON() ([]byte, error)
1. SloUsageMetric.MarshalJSON() ([]byte, error)
1. SubscriptionUsageListResult.MarshalJSON() ([]byte, error)
1. SubscriptionUsageProperties.MarshalJSON() ([]byte, error)
1. SyncAgentKeyProperties.MarshalJSON() ([]byte, error)
1. SyncAgentLinkedDatabaseListResult.MarshalJSON() ([]byte, error)
1. SyncAgentLinkedDatabaseProperties.MarshalJSON() ([]byte, error)
1. SyncAgentListResult.MarshalJSON() ([]byte, error)
1. SyncDatabaseIDListResult.MarshalJSON() ([]byte, error)
1. SyncDatabaseIDProperties.MarshalJSON() ([]byte, error)
1. SyncFullSchemaProperties.MarshalJSON() ([]byte, error)
1. SyncFullSchemaPropertiesListResult.MarshalJSON() ([]byte, error)
1. SyncFullSchemaTable.MarshalJSON() ([]byte, error)
1. SyncFullSchemaTableColumn.MarshalJSON() ([]byte, error)
1. SyncGroupListResult.MarshalJSON() ([]byte, error)
1. SyncGroupLogListResult.MarshalJSON() ([]byte, error)
1. SyncGroupLogProperties.MarshalJSON() ([]byte, error)
1. SyncMemberListResult.MarshalJSON() ([]byte, error)
1. TransparentDataEncryptionActivityProperties.MarshalJSON() ([]byte, error)
1. VirtualClusterListResult.MarshalJSON() ([]byte, error)
1. VirtualNetworkRuleListResult.MarshalJSON() ([]byte, error)
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": "a07f49e3f75a134c1acdacc338c9f9dc32386f66",
"readme": "/_/azure-rest-api-specs/specification/sql/resource-manager/readme.md",
"tag": "package-2017-03-preview",
"use": "@microsoft.azure/[email protected]",
Expand Down
Loading