|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 3.4.0 (2025-11-12) |
| 4 | +### Features Added |
| 5 | + |
| 6 | +- New value `StatusCanceled`, `StatusCreating`, `StatusFailed`, `StatusSucceeded`, `StatusUpdating` added to enum type `Status` |
| 7 | +- New value `VectorDataTypeFloat16` added to enum type `VectorDataType` |
| 8 | +- New enum type `DefaultPriorityLevel` with values `DefaultPriorityLevelHigh`, `DefaultPriorityLevelLow` |
| 9 | +- New enum type `FleetspacePropertiesFleetspaceAPIKind` with values `FleetspacePropertiesFleetspaceAPIKindNoSQL` |
| 10 | +- New enum type `FleetspacePropertiesServiceTier` with values `FleetspacePropertiesServiceTierBusinessCritical`, `FleetspacePropertiesServiceTierGeneralPurpose` |
| 11 | +- New function `*ClientFactory.NewFleetClient() *FleetClient` |
| 12 | +- New function `*ClientFactory.NewFleetspaceAccountClient() *FleetspaceAccountClient` |
| 13 | +- New function `*ClientFactory.NewFleetspaceClient() *FleetspaceClient` |
| 14 | +- New function `NewFleetClient(string, azcore.TokenCredential, *arm.ClientOptions) (*FleetClient, error)` |
| 15 | +- New function `*FleetClient.Create(context.Context, string, string, FleetResource, *FleetClientCreateOptions) (FleetClientCreateResponse, error)` |
| 16 | +- New function `*FleetClient.BeginDelete(context.Context, string, string, *FleetClientBeginDeleteOptions) (*runtime.Poller[FleetClientDeleteResponse], error)` |
| 17 | +- New function `*FleetClient.Get(context.Context, string, string, *FleetClientGetOptions) (FleetClientGetResponse, error)` |
| 18 | +- New function `*FleetClient.NewListByResourceGroupPager(string, *FleetClientListByResourceGroupOptions) *runtime.Pager[FleetClientListByResourceGroupResponse]` |
| 19 | +- New function `*FleetClient.NewListPager(*FleetClientListOptions) *runtime.Pager[FleetClientListResponse]` |
| 20 | +- New function `*FleetClient.Update(context.Context, string, string, *FleetClientUpdateOptions) (FleetClientUpdateResponse, error)` |
| 21 | +- New function `NewFleetspaceAccountClient(string, azcore.TokenCredential, *arm.ClientOptions) (*FleetspaceAccountClient, error)` |
| 22 | +- New function `*FleetspaceAccountClient.BeginCreate(context.Context, string, string, string, string, FleetspaceAccountResource, *FleetspaceAccountClientBeginCreateOptions) (*runtime.Poller[FleetspaceAccountClientCreateResponse], error)` |
| 23 | +- New function `*FleetspaceAccountClient.BeginDelete(context.Context, string, string, string, string, *FleetspaceAccountClientBeginDeleteOptions) (*runtime.Poller[FleetspaceAccountClientDeleteResponse], error)` |
| 24 | +- New function `*FleetspaceAccountClient.Get(context.Context, string, string, string, string, *FleetspaceAccountClientGetOptions) (FleetspaceAccountClientGetResponse, error)` |
| 25 | +- New function `*FleetspaceAccountClient.NewListPager(string, string, string, *FleetspaceAccountClientListOptions) *runtime.Pager[FleetspaceAccountClientListResponse]` |
| 26 | +- New function `NewFleetspaceClient(string, azcore.TokenCredential, *arm.ClientOptions) (*FleetspaceClient, error)` |
| 27 | +- New function `*FleetspaceClient.BeginCreate(context.Context, string, string, string, FleetspaceResource, *FleetspaceClientBeginCreateOptions) (*runtime.Poller[FleetspaceClientCreateResponse], error)` |
| 28 | +- New function `*FleetspaceClient.BeginDelete(context.Context, string, string, string, *FleetspaceClientBeginDeleteOptions) (*runtime.Poller[FleetspaceClientDeleteResponse], error)` |
| 29 | +- New function `*FleetspaceClient.Get(context.Context, string, string, string, *FleetspaceClientGetOptions) (FleetspaceClientGetResponse, error)` |
| 30 | +- New function `*FleetspaceClient.NewListPager(string, string, *FleetspaceClientListOptions) *runtime.Pager[FleetspaceClientListResponse]` |
| 31 | +- New function `*FleetspaceClient.BeginUpdate(context.Context, string, string, string, *FleetspaceClientBeginUpdateOptions) (*runtime.Poller[FleetspaceClientUpdateResponse], error)` |
| 32 | +- New struct `ErrorDetailAutoGenerated` |
| 33 | +- New struct `ErrorResponseAutoGenerated2` |
| 34 | +- New struct `FleetListResult` |
| 35 | +- New struct `FleetResource` |
| 36 | +- New struct `FleetResourceProperties` |
| 37 | +- New struct `FleetResourceUpdate` |
| 38 | +- New struct `FleetspaceAccountListResult` |
| 39 | +- New struct `FleetspaceAccountProperties` |
| 40 | +- New struct `FleetspaceAccountPropertiesGlobalDatabaseAccountProperties` |
| 41 | +- New struct `FleetspaceAccountResource` |
| 42 | +- New struct `FleetspaceListResult` |
| 43 | +- New struct `FleetspaceProperties` |
| 44 | +- New struct `FleetspacePropertiesThroughputPoolConfiguration` |
| 45 | +- New struct `FleetspaceResource` |
| 46 | +- New struct `FleetspaceUpdate` |
| 47 | +- New struct `FullTextIndexPath` |
| 48 | +- New struct `ProxyResourceAutoGenerated` |
| 49 | +- New struct `ResourceAutoGenerated` |
| 50 | +- New struct `TrackedResource` |
| 51 | +- New field `DefaultPriorityLevel`, `EnablePriorityBasedExecution` in struct `DatabaseAccountCreateUpdateProperties` |
| 52 | +- New field `DefaultPriorityLevel`, `EnablePriorityBasedExecution`, `KeyVaultKeyURIVersion` in struct `DatabaseAccountGetProperties` |
| 53 | +- New field `DefaultPriorityLevel`, `EnablePriorityBasedExecution` in struct `DatabaseAccountUpdateProperties` |
| 54 | +- New field `FullTextIndexes` in struct `IndexingPolicy` |
| 55 | +- New field `SourceBackupLocation` in struct `RestoreParameters` |
| 56 | +- New field `IndexingSearchListSize`, `QuantizationByteSize`, `VectorIndexShardKey` in struct `VectorIndex` |
| 57 | + |
| 58 | + |
3 | 59 | ## 3.3.0 (2025-05-08) |
4 | 60 | ### Features Added |
5 | 61 |
|
|
0 commit comments