Skip to content

Commit

Permalink
CodeGen from PR 18700 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge aeda856470c27a9d5731301aa0b284290e0d8c43 into 3439439b760e84e5dcc3e68edde7251c602da5f0
  • Loading branch information
SDKAuto committed Apr 21, 2022
1 parent fc7f72c commit 1b4ed69
Show file tree
Hide file tree
Showing 81 changed files with 10,327 additions and 226 deletions.
70 changes: 69 additions & 1 deletion services/postgresql/mgmt/2017-12-01/postgresql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,70 @@
# Change History
# Unreleased

## Additive Changes

### New Funcs

1. *RecoverableServerResource.UnmarshalJSON([]byte) error
1. *ServerParametersListUpdateConfigurationsFuture.UnmarshalJSON([]byte) error
1. *ServerSecurityAlertPolicyListResultIterator.Next() error
1. *ServerSecurityAlertPolicyListResultIterator.NextWithContext(context.Context) error
1. *ServerSecurityAlertPolicyListResultPage.Next() error
1. *ServerSecurityAlertPolicyListResultPage.NextWithContext(context.Context) error
1. NewRecoverableServersClient(string) RecoverableServersClient
1. NewRecoverableServersClientWithBaseURI(string, string) RecoverableServersClient
1. NewServerBasedPerformanceTierClient(string) ServerBasedPerformanceTierClient
1. NewServerBasedPerformanceTierClientWithBaseURI(string, string) ServerBasedPerformanceTierClient
1. NewServerParametersClient(string) ServerParametersClient
1. NewServerParametersClientWithBaseURI(string, string) ServerParametersClient
1. NewServerSecurityAlertPolicyListResultIterator(ServerSecurityAlertPolicyListResultPage) ServerSecurityAlertPolicyListResultIterator
1. NewServerSecurityAlertPolicyListResultPage(ServerSecurityAlertPolicyListResult, func(context.Context, ServerSecurityAlertPolicyListResult) (ServerSecurityAlertPolicyListResult, error)) ServerSecurityAlertPolicyListResultPage
1. RecoverableServerProperties.MarshalJSON() ([]byte, error)
1. RecoverableServerResource.MarshalJSON() ([]byte, error)
1. RecoverableServersClient.Get(context.Context, string, string) (RecoverableServerResource, error)
1. RecoverableServersClient.GetPreparer(context.Context, string, string) (*http.Request, error)
1. RecoverableServersClient.GetResponder(*http.Response) (RecoverableServerResource, error)
1. RecoverableServersClient.GetSender(*http.Request) (*http.Response, error)
1. ServerBasedPerformanceTierClient.List(context.Context, string, string) (PerformanceTierListResult, error)
1. ServerBasedPerformanceTierClient.ListPreparer(context.Context, string, string) (*http.Request, error)
1. ServerBasedPerformanceTierClient.ListResponder(*http.Response) (PerformanceTierListResult, error)
1. ServerBasedPerformanceTierClient.ListSender(*http.Request) (*http.Response, error)
1. ServerParametersClient.ListUpdateConfigurations(context.Context, string, string, ConfigurationListResult) (ServerParametersListUpdateConfigurationsFuture, error)
1. ServerParametersClient.ListUpdateConfigurationsPreparer(context.Context, string, string, ConfigurationListResult) (*http.Request, error)
1. ServerParametersClient.ListUpdateConfigurationsResponder(*http.Response) (ConfigurationListResult, error)
1. ServerParametersClient.ListUpdateConfigurationsSender(*http.Request) (ServerParametersListUpdateConfigurationsFuture, error)
1. ServerSecurityAlertPoliciesClient.ListByServer(context.Context, string, string) (ServerSecurityAlertPolicyListResultPage, error)
1. ServerSecurityAlertPoliciesClient.ListByServerComplete(context.Context, string, string) (ServerSecurityAlertPolicyListResultIterator, error)
1. ServerSecurityAlertPoliciesClient.ListByServerPreparer(context.Context, string, string) (*http.Request, error)
1. ServerSecurityAlertPoliciesClient.ListByServerResponder(*http.Response) (ServerSecurityAlertPolicyListResult, error)
1. ServerSecurityAlertPoliciesClient.ListByServerSender(*http.Request) (*http.Response, error)
1. ServerSecurityAlertPolicyListResult.IsEmpty() bool
1. ServerSecurityAlertPolicyListResult.MarshalJSON() ([]byte, error)
1. ServerSecurityAlertPolicyListResultIterator.NotDone() bool
1. ServerSecurityAlertPolicyListResultIterator.Response() ServerSecurityAlertPolicyListResult
1. ServerSecurityAlertPolicyListResultIterator.Value() ServerSecurityAlertPolicy
1. ServerSecurityAlertPolicyListResultPage.NotDone() bool
1. ServerSecurityAlertPolicyListResultPage.Response() ServerSecurityAlertPolicyListResult
1. ServerSecurityAlertPolicyListResultPage.Values() []ServerSecurityAlertPolicy

### Struct Changes

#### New Structs

1. RecoverableServerProperties
1. RecoverableServerResource
1. RecoverableServersClient
1. ServerBasedPerformanceTierClient
1. ServerParametersClient
1. ServerParametersListUpdateConfigurationsFuture
1. ServerSecurityAlertPolicyListResult
1. ServerSecurityAlertPolicyListResultIterator
1. ServerSecurityAlertPolicyListResultPage

#### New Struct Fields

1. PerformanceTierProperties.MaxBackupRetentionDays
1. PerformanceTierProperties.MaxLargeStorageMB
1. PerformanceTierProperties.MaxStorageMB
1. PerformanceTierProperties.MinBackupRetentionDays
1. PerformanceTierProperties.MinLargeStorageMB
1. PerformanceTierProperties.MinStorageMB
2 changes: 1 addition & 1 deletion services/postgresql/mgmt/2017-12-01/postgresql/_meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"commit": "3c764635e7d442b3e74caf593029fcd440b3ef82",
"commit": "592fa55af581251e407a4edbccb61a436119f718",
"readme": "/_/azure-rest-api-specs/specification/postgresql/resource-manager/readme.md",
"tag": "package-2017-12-01",
"use": "@microsoft.azure/autorest.go@2.1.187",
Expand Down

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

15 changes: 6 additions & 9 deletions services/postgresql/mgmt/2017-12-01/postgresql/configurations.go

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

20 changes: 8 additions & 12 deletions services/postgresql/mgmt/2017-12-01/postgresql/databases.go

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

Loading

0 comments on commit 1b4ed69

Please sign in to comment.