Skip to content

Commit

Permalink
[Release] sdk/resourcemanager/sql/armsql/2.0.0-beta.6 (#23279)
Browse files Browse the repository at this point in the history
* [Release] sdk/resourcemanager/sql/armsql/2.0.0-beta.6 generation from spec commit: c7b98b36e4023331545051284d8500adf98f02fe

* regenerated

---------

Co-authored-by: ReleaseHelper <ReleaseHelper>
Co-authored-by: Alancere <[email protected]>
  • Loading branch information
azure-sdk and Alancere authored Sep 25, 2024
1 parent 0d3e41c commit 8b73fed
Show file tree
Hide file tree
Showing 161 changed files with 1,534 additions and 1,785 deletions.
35 changes: 35 additions & 0 deletions sdk/resourcemanager/sql/armsql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# Release History

## 2.0.0-beta.6 (2024-08-30)
### Breaking Changes

- Type of `DistributedAvailabilityGroupProperties.ReplicationMode` has been changed from `*ReplicationModeType` to `*ReplicationMode`
- Enum `FailoverModeType` has been removed
- Enum `FailoverType` has been removed
- Enum `InstanceRole` has been removed
- Enum `LinkRole` has been removed
- Enum `ReplicaConnectedState` has been removed
- Enum `ReplicaSynchronizationHealth` has been removed
- Enum `ReplicationModeType` has been removed
- Enum `RoleChangeType` has been removed
- Enum `SeedingModeType` has been removed
- Function `*DistributedAvailabilityGroupsClient.BeginFailover` has been removed
- Function `*DistributedAvailabilityGroupsClient.BeginSetRole` has been removed
- Struct `CertificateInfo` has been removed
- Struct `DistributedAvailabilityGroupDatabase` has been removed
- Struct `DistributedAvailabilityGroupSetRole` has been removed
- Struct `DistributedAvailabilityGroupsFailoverRequest` has been removed
- Field `Databases`, `DistributedAvailabilityGroupName`, `FailoverMode`, `InstanceAvailabilityGroupName`, `InstanceLinkRole`, `PartnerAvailabilityGroupName`, `PartnerEndpoint`, `PartnerLinkRole`, `SeedingMode` of struct `DistributedAvailabilityGroupProperties` has been removed

### Features Added

- New enum type `FailoverGroupDatabasesSecondaryType` with values `FailoverGroupDatabasesSecondaryTypeGeo`, `FailoverGroupDatabasesSecondaryTypeStandby`
- New enum type `ReplicationMode` with values `ReplicationModeAsync`, `ReplicationModeSync`
- New function `*ReplicationLinksClient.BeginCreateOrUpdate(context.Context, string, string, string, string, ReplicationLink, *ReplicationLinksClientBeginCreateOrUpdateOptions) (*runtime.Poller[ReplicationLinksClientCreateOrUpdateResponse], error)`
- New function `*ReplicationLinksClient.BeginUpdate(context.Context, string, string, string, string, ReplicationLinkUpdate, *ReplicationLinksClientBeginUpdateOptions) (*runtime.Poller[ReplicationLinksClientUpdateResponse], error)`
- New struct `ReplicationLinkUpdate`
- New struct `ReplicationLinkUpdateProperties`
- New field `LastHardenedLsn`, `LinkState`, `PrimaryAvailabilityGroupName`, `SecondaryAvailabilityGroupName`, `SourceEndpoint`, `SourceReplicaID`, `TargetDatabase`, `TargetReplicaID` in struct `DistributedAvailabilityGroupProperties`
- New field `SecondaryType` in struct `FailoverGroupProperties`
- New field `SecondaryType` in struct `FailoverGroupUpdateProperties`
- New field `PartnerDatabaseID` in struct `ReplicationLinkProperties`


## 2.0.0-beta.5 (2024-05-24)
### Breaking Changes

Expand Down
4 changes: 2 additions & 2 deletions sdk/resourcemanager/sql/armsql/agent_client_example_test.go

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

6 changes: 3 additions & 3 deletions sdk/resourcemanager/sql/armsql/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/33c4457b1d13f83965f4fe3367dca4a6df898100/specification/sql/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/33c4457b1d13f83965f4fe3367dca4a6df898100/specification/sql/resource-manager/readme.go.md
- https://github.com/Azure/azure-rest-api-specs/blob/a3913f4b26467aed413cdc907116e99894f08994/specification/sql/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/a3913f4b26467aed413cdc907116e99894f08994/specification/sql/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 2.0.0-beta.5
module-version: 2.0.0-beta.6
tag: package-composite-v5
```

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

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

169 changes: 27 additions & 142 deletions sdk/resourcemanager/sql/armsql/constants.go

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

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

Loading

0 comments on commit 8b73fed

Please sign in to comment.