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 c80dc8f
Show file tree
Hide file tree
Showing 49 changed files with 3,320 additions and 3,447 deletions.
29 changes: 29 additions & 0 deletions sdk/resourcemanager/postgresql/armpostgresql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Release History

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

- Struct `CloudError` has been removed

### Features Added

- New function `NewClientFactory(string, azcore.TokenCredential, *arm.ClientOptions) (*ClientFactory, error)`
- New function `*ClientFactory.NewCheckNameAvailabilityClient() *CheckNameAvailabilityClient`
- New function `*ClientFactory.NewConfigurationsClient() *ConfigurationsClient`
- New function `*ClientFactory.NewDatabasesClient() *DatabasesClient`
- New function `*ClientFactory.NewFirewallRulesClient() *FirewallRulesClient`
- New function `*ClientFactory.NewLocationBasedPerformanceTierClient() *LocationBasedPerformanceTierClient`
- New function `*ClientFactory.NewLogFilesClient() *LogFilesClient`
- New function `*ClientFactory.NewOperationsClient() *OperationsClient`
- New function `*ClientFactory.NewPrivateEndpointConnectionsClient() *PrivateEndpointConnectionsClient`
- New function `*ClientFactory.NewPrivateLinkResourcesClient() *PrivateLinkResourcesClient`
- New function `*ClientFactory.NewRecoverableServersClient() *RecoverableServersClient`
- New function `*ClientFactory.NewReplicasClient() *ReplicasClient`
- New function `*ClientFactory.NewServerAdministratorsClient() *ServerAdministratorsClient`
- New function `*ClientFactory.NewServerBasedPerformanceTierClient() *ServerBasedPerformanceTierClient`
- New function `*ClientFactory.NewServerKeysClient() *ServerKeysClient`
- New function `*ClientFactory.NewServerParametersClient() *ServerParametersClient`
- New function `*ClientFactory.NewServerSecurityAlertPoliciesClient() *ServerSecurityAlertPoliciesClient`
- New function `*ClientFactory.NewServersClient() *ServersClient`
- New function `*ClientFactory.NewVirtualNetworkRulesClient() *VirtualNetworkRulesClient`
- New struct `ClientFactory`


## 1.0.0 (2022-05-17)

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.
Expand Down
6 changes: 3 additions & 3 deletions sdk/resourcemanager/postgresql/armpostgresql/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/c767823fdfd9d5e96bad245e3ea4d14d94a716bb/specification/postgresql/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/c767823fdfd9d5e96bad245e3ea4d14d94a716bb/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: 1.0.0
module-version: 3.0.0
package-singleservers: true
```

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

129 changes: 129 additions & 0 deletions sdk/resourcemanager/postgresql/armpostgresql/client_factory.go

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

Loading

0 comments on commit c80dc8f

Please sign in to comment.