Skip to content

Commit 51cbe1a

Browse files
author
SDKAuto
committed
CodeGen from PR 23294 in Azure/azure-rest-api-specs
Merge eb00a45248a1e20983e89d618c2b01f1ebbe4b20 into 2ac8dec9cbc4ad4db7537de603339f069d482078
1 parent 8ba0f80 commit 51cbe1a

36 files changed

+601
-2017
lines changed

sdk/resourcemanager/postgresql/armpostgresqlflexibleservers/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Release History
22

3+
## 3.0.0 (2023-03-27)
4+
### Breaking Changes
5+
6+
- Const `ArmServerKeyTypeSystemAssigned` from type alias `ArmServerKeyType` has been removed
7+
- Const `ReplicationRoleGeoSyncReplica`, `ReplicationRoleSecondary`, `ReplicationRoleSyncReplica`, `ReplicationRoleWalReplica` from type alias `ReplicationRole` has been removed
8+
9+
### Features Added
10+
11+
- New value `ArmServerKeyTypeSystemManaged` added to enum type `ArmServerKeyType`
12+
- New function `NewClientFactory(string, azcore.TokenCredential, *arm.ClientOptions) (*ClientFactory, error)`
13+
- New function `*ClientFactory.NewAdministratorsClient() *AdministratorsClient`
14+
- New function `*ClientFactory.NewBackupsClient() *BackupsClient`
15+
- New function `*ClientFactory.NewCheckNameAvailabilityClient() *CheckNameAvailabilityClient`
16+
- New function `*ClientFactory.NewCheckNameAvailabilityWithLocationClient() *CheckNameAvailabilityWithLocationClient`
17+
- New function `*ClientFactory.NewConfigurationsClient() *ConfigurationsClient`
18+
- New function `*ClientFactory.NewDatabasesClient() *DatabasesClient`
19+
- New function `*ClientFactory.NewFirewallRulesClient() *FirewallRulesClient`
20+
- New function `*ClientFactory.NewGetPrivateDNSZoneSuffixClient() *GetPrivateDNSZoneSuffixClient`
21+
- New function `*ClientFactory.NewLocationBasedCapabilitiesClient() *LocationBasedCapabilitiesClient`
22+
- New function `*ClientFactory.NewOperationsClient() *OperationsClient`
23+
- New function `*ClientFactory.NewReplicasClient() *ReplicasClient`
24+
- New function `*ClientFactory.NewServersClient() *ServersClient`
25+
- New function `*ClientFactory.NewVirtualNetworkSubnetUsageClient() *VirtualNetworkSubnetUsageClient`
26+
- New struct `ClientFactory`
27+
28+
329
## 2.0.0 (2023-01-27)
430
### Breaking Changes
531

sdk/resourcemanager/postgresql/armpostgresqlflexibleservers/administrators_client.go

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

sdk/resourcemanager/postgresql/armpostgresqlflexibleservers/administrators_client_example_test.go

Lines changed: 0 additions & 111 deletions
This file was deleted.

sdk/resourcemanager/postgresql/armpostgresqlflexibleservers/autorest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
``` yaml
66
azure-arm: true
77
require:
8-
- https://github.com/Azure/azure-rest-api-specs/blob/fce0b25dda01303f2c70de34031169b5d326998b/specification/postgresql/resource-manager/readme.md
9-
- https://github.com/Azure/azure-rest-api-specs/blob/fce0b25dda01303f2c70de34031169b5d326998b/specification/postgresql/resource-manager/readme.go.md
8+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/postgresql/resource-manager/readme.md
9+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/postgresql/resource-manager/readme.go.md
1010
license-header: MICROSOFT_MIT_NO_VERSION
11-
module-version: 2.0.0
11+
module-version: 3.0.0
1212
package-flexibleservers: true
1313
```

0 commit comments

Comments
 (0)