Skip to content

Commit

Permalink
CodeGen from PR 23294 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 3912844e8e60c41ea7d2cff90a4effe731e1182c into 2ac8dec9cbc4ad4db7537de603339f069d482078
  • Loading branch information
SDKAuto committed Mar 26, 2023
1 parent 8ba0f80 commit 1ca53e1
Show file tree
Hide file tree
Showing 36 changed files with 601 additions and 2,017 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Release History

## 3.0.0 (2023-03-26)
### Breaking Changes

- Const `ArmServerKeyTypeSystemAssigned` from type alias `ArmServerKeyType` has been removed
- Const `ReplicationRoleGeoSyncReplica`, `ReplicationRoleSecondary`, `ReplicationRoleSyncReplica`, `ReplicationRoleWalReplica` from type alias `ReplicationRole` has been removed

### Features Added

- New value `ArmServerKeyTypeSystemManaged` added to enum type `ArmServerKeyType`
- New function `NewClientFactory(string, azcore.TokenCredential, *arm.ClientOptions) (*ClientFactory, error)`
- New function `*ClientFactory.NewAdministratorsClient() *AdministratorsClient`
- New function `*ClientFactory.NewBackupsClient() *BackupsClient`
- New function `*ClientFactory.NewCheckNameAvailabilityClient() *CheckNameAvailabilityClient`
- New function `*ClientFactory.NewCheckNameAvailabilityWithLocationClient() *CheckNameAvailabilityWithLocationClient`
- New function `*ClientFactory.NewConfigurationsClient() *ConfigurationsClient`
- New function `*ClientFactory.NewDatabasesClient() *DatabasesClient`
- New function `*ClientFactory.NewFirewallRulesClient() *FirewallRulesClient`
- New function `*ClientFactory.NewGetPrivateDNSZoneSuffixClient() *GetPrivateDNSZoneSuffixClient`
- New function `*ClientFactory.NewLocationBasedCapabilitiesClient() *LocationBasedCapabilitiesClient`
- New function `*ClientFactory.NewOperationsClient() *OperationsClient`
- New function `*ClientFactory.NewReplicasClient() *ReplicasClient`
- New function `*ClientFactory.NewServersClient() *ServersClient`
- New function `*ClientFactory.NewVirtualNetworkSubnetUsageClient() *VirtualNetworkSubnetUsageClient`
- New struct `ClientFactory`


## 2.0.0 (2023-01-27)
### Breaking Changes

Expand Down

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

This file was deleted.

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/fce0b25dda01303f2c70de34031169b5d326998b/specification/postgresql/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/fce0b25dda01303f2c70de34031169b5d326998b/specification/postgresql/resource-manager/readme.go.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/postgresql/resource-manager/readme.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/postgresql/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 2.0.0
module-version: 3.0.0
package-flexibleservers: true
```
Loading

0 comments on commit 1ca53e1

Please sign in to comment.