Skip to content

Commit

Permalink
CodeGen from PR 26065 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 715f5dfc8519c515cf2344e521110d710360f402 into 58e92dd03733bc175e6a9540f4bc53703b57fcc9
  • Loading branch information
SDKAuto committed Oct 30, 2023
1 parent 2e2a917 commit 34059dd
Show file tree
Hide file tree
Showing 51 changed files with 2,228 additions and 9,095 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,59 @@
# Release History

## 4.0.0-beta.3 (2023-10-30)
### Features Added

- New value `MigrationStateCleaningUp`, `MigrationStateValidationFailed` added to enum type `MigrationState`
- New value `MigrationSubStateCancelingRequestedDBMigrations`, `MigrationSubStateValidationInProgress` added to enum type `MigrationSubState`
- New enum type `MigrationDbState` with values `MigrationDbStateCanceled`, `MigrationDbStateCanceling`, `MigrationDbStateFailed`, `MigrationDbStateInProgress`, `MigrationDbStateSucceeded`, `MigrationDbStateWaitingForCutoverTrigger`
- New enum type `MigrationOption` with values `MigrationOptionMigrate`, `MigrationOptionValidate`, `MigrationOptionValidateAndMigrate`
- New enum type `ReplicationPromoteMode` with values `ReplicationPromoteModeSiteswap`, `ReplicationPromoteModeStandalone`
- New enum type `ReplicationPromoteOption` with values `ReplicationPromoteOptionForced`, `ReplicationPromoteOptionPlanned`
- New enum type `SSLMode` with values `SSLModeAllow`, `SSLModeDisable`, `SSLModePrefer`, `SSLModeRequire`, `SSLModeVerifyCA`, `SSLModeVerifyFull`
- New enum type `SourceType` with values `SourceTypeAWS`, `SourceTypeAzureVM`, `SourceTypeGCP`, `SourceTypeOnPremises`, `SourceTypePostgreSQLSingleServer`
- New enum type `ThreatProtectionName` with values `ThreatProtectionNameDefault`
- New enum type `ThreatProtectionState` with values `ThreatProtectionStateDisabled`, `ThreatProtectionStateEnabled`
- New enum type `ValidationState` with values `ValidationStateFailed`, `ValidationStateSucceeded`, `ValidationStateWarning`
- New enum type `VirtualEndpointType` with values `VirtualEndpointTypeReadWrite`
- New function `*ClientFactory.NewQuotaUsagesClient() *QuotaUsagesClient`
- New function `*ClientFactory.NewServerThreatProtectionSettingsClient() *ServerThreatProtectionSettingsClient`
- New function `*ClientFactory.NewVirtualEndpointsClient() *VirtualEndpointsClient`
- New function `NewQuotaUsagesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*QuotaUsagesClient, error)`
- New function `*QuotaUsagesClient.NewGetPager(string, *QuotaUsagesClientGetOptions) *runtime.Pager[QuotaUsagesClientGetResponse]`
- New function `NewServerThreatProtectionSettingsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ServerThreatProtectionSettingsClient, error)`
- New function `*ServerThreatProtectionSettingsClient.BeginCreateOrUpdate(context.Context, string, string, ThreatProtectionName, ServerThreatProtectionSettingsModel, *ServerThreatProtectionSettingsClientBeginCreateOrUpdateOptions) (*runtime.Poller[ServerThreatProtectionSettingsClientCreateOrUpdateResponse], error)`
- New function `*ServerThreatProtectionSettingsClient.Get(context.Context, string, string, ThreatProtectionName, *ServerThreatProtectionSettingsClientGetOptions) (ServerThreatProtectionSettingsClientGetResponse, error)`
- New function `*ServerThreatProtectionSettingsClient.NewListByServerPager(string, string, *ServerThreatProtectionSettingsClientListByServerOptions) *runtime.Pager[ServerThreatProtectionSettingsClientListByServerResponse]`
- New function `NewVirtualEndpointsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*VirtualEndpointsClient, error)`
- New function `*VirtualEndpointsClient.BeginCreate(context.Context, string, string, string, VirtualEndpointResource, *VirtualEndpointsClientBeginCreateOptions) (*runtime.Poller[VirtualEndpointsClientCreateResponse], error)`
- New function `*VirtualEndpointsClient.BeginDelete(context.Context, string, string, string, *VirtualEndpointsClientBeginDeleteOptions) (*runtime.Poller[VirtualEndpointsClientDeleteResponse], error)`
- New function `*VirtualEndpointsClient.Get(context.Context, string, string, string, *VirtualEndpointsClientGetOptions) (VirtualEndpointsClientGetResponse, error)`
- New function `*VirtualEndpointsClient.NewListByServerPager(string, string, *VirtualEndpointsClientListByServerOptions) *runtime.Pager[VirtualEndpointsClientListByServerResponse]`
- New function `*VirtualEndpointsClient.BeginUpdate(context.Context, string, string, string, VirtualEndpointResourceForPatch, *VirtualEndpointsClientBeginUpdateOptions) (*runtime.Poller[VirtualEndpointsClientUpdateResponse], error)`
- New struct `DbLevelValidationStatus`
- New struct `DbMigrationStatus`
- New struct `NameProperty`
- New struct `QuotaUsage`
- New struct `QuotaUsagesListResult`
- New struct `Replica`
- New struct `ServerThreatProtectionListResult`
- New struct `ServerThreatProtectionProperties`
- New struct `ServerThreatProtectionSettingsModel`
- New struct `ValidationDetails`
- New struct `ValidationMessage`
- New struct `ValidationSummaryItem`
- New struct `VirtualEndpointResource`
- New struct `VirtualEndpointResourceForPatch`
- New struct `VirtualEndpointResourceProperties`
- New struct `VirtualEndpointsListResult`
- New field `MigrationOption`, `SSLMode`, `SourceType` in struct `MigrationResourceProperties`
- New field `DbDetails`, `ValidationDetails` in struct `MigrationSubStateDetails`
- New field `Replica` in struct `ServerProperties`
- New field `Replica` in struct `ServerPropertiesForUpdate`
- New field `Throughput`, `Type` in struct `Storage`
- New field `MaximumStorageSizeMb`, `SupportedMaximumIops`, `SupportedMaximumThroughput`, `SupportedThroughput` in struct `StorageMbCapability`


## 4.0.0-beta.2 (2023-10-27)
### Breaking Changes

Expand Down

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

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/3066a973f4baf2e2bf072a013b585a820bb10146/specification/postgresql/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/3066a973f4baf2e2bf072a013b585a820bb10146/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: 4.0.0-beta.2
module-version: 4.0.0-beta.3
package-flexibleservers: true
tag: package-flexibleserver-2023-03-01-preview
```
Loading

0 comments on commit 34059dd

Please sign in to comment.