forked from Azure/azure-sdk-for-go
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeGen from PR 18700 in Azure/azure-rest-api-specs
Merge aeda856470c27a9d5731301aa0b284290e0d8c43 into 3439439b760e84e5dcc3e68edde7251c602da5f0
- Loading branch information
SDKAuto
committed
Apr 21, 2022
1 parent
fc7f72c
commit 1b4ed69
Showing
81 changed files
with
10,327 additions
and
226 deletions.
There are no files selected for viewing
70 changes: 69 additions & 1 deletion
70
services/postgresql/mgmt/2017-12-01/postgresql/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
services/postgresql/mgmt/2017-12-01/postgresql/checknameavailability.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
15 changes: 6 additions & 9 deletions
15
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.
Oops, something went wrong.
20 changes: 8 additions & 12 deletions
20
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.
Oops, something went wrong.
Oops, something went wrong.