Skip to content

Commit 736cc29

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

File tree

49 files changed

+3320
-3447
lines changed

Some content is hidden

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

49 files changed

+3320
-3447
lines changed

sdk/resourcemanager/postgresql/armpostgresql/CHANGELOG.md

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

3+
## 3.0.0 (2023-03-27)
4+
### Breaking Changes
5+
6+
- Struct `CloudError` has been removed
7+
8+
### Features Added
9+
10+
- New function `NewClientFactory(string, azcore.TokenCredential, *arm.ClientOptions) (*ClientFactory, error)`
11+
- New function `*ClientFactory.NewCheckNameAvailabilityClient() *CheckNameAvailabilityClient`
12+
- New function `*ClientFactory.NewConfigurationsClient() *ConfigurationsClient`
13+
- New function `*ClientFactory.NewDatabasesClient() *DatabasesClient`
14+
- New function `*ClientFactory.NewFirewallRulesClient() *FirewallRulesClient`
15+
- New function `*ClientFactory.NewLocationBasedPerformanceTierClient() *LocationBasedPerformanceTierClient`
16+
- New function `*ClientFactory.NewLogFilesClient() *LogFilesClient`
17+
- New function `*ClientFactory.NewOperationsClient() *OperationsClient`
18+
- New function `*ClientFactory.NewPrivateEndpointConnectionsClient() *PrivateEndpointConnectionsClient`
19+
- New function `*ClientFactory.NewPrivateLinkResourcesClient() *PrivateLinkResourcesClient`
20+
- New function `*ClientFactory.NewRecoverableServersClient() *RecoverableServersClient`
21+
- New function `*ClientFactory.NewReplicasClient() *ReplicasClient`
22+
- New function `*ClientFactory.NewServerAdministratorsClient() *ServerAdministratorsClient`
23+
- New function `*ClientFactory.NewServerBasedPerformanceTierClient() *ServerBasedPerformanceTierClient`
24+
- New function `*ClientFactory.NewServerKeysClient() *ServerKeysClient`
25+
- New function `*ClientFactory.NewServerParametersClient() *ServerParametersClient`
26+
- New function `*ClientFactory.NewServerSecurityAlertPoliciesClient() *ServerSecurityAlertPoliciesClient`
27+
- New function `*ClientFactory.NewServersClient() *ServersClient`
28+
- New function `*ClientFactory.NewVirtualNetworkRulesClient() *VirtualNetworkRulesClient`
29+
- New struct `ClientFactory`
30+
31+
332
## 1.0.0 (2022-05-17)
433

534
The package of `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/postgresql/armpostgresql` is using our [next generation design principles](https://azure.github.io/azure-sdk/general_introduction.html) since version 1.0.0, which contains breaking changes.

sdk/resourcemanager/postgresql/armpostgresql/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/c767823fdfd9d5e96bad245e3ea4d14d94a716bb/specification/postgresql/resource-manager/readme.md
9-
- https://github.com/Azure/azure-rest-api-specs/blob/c767823fdfd9d5e96bad245e3ea4d14d94a716bb/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: 1.0.0
11+
module-version: 3.0.0
1212
package-singleservers: true
1313
```

sdk/resourcemanager/postgresql/armpostgresql/zz_generated_checknameavailability_client.go renamed to sdk/resourcemanager/postgresql/armpostgresql/checknameavailability_client.go

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

sdk/resourcemanager/postgresql/armpostgresql/client_factory.go

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

0 commit comments

Comments
 (0)