|
1 | 1 | # Release History
|
2 | 2 |
|
| 3 | +## 3.1.0-beta.2 (2025-01-09) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Operation `*ConnectedEnvironmentsCertificatesClient.CreateOrUpdate` has been changed to LRO, use `*ConnectedEnvironmentsCertificatesClient.BeginCreateOrUpdate` instead. |
| 7 | +- Operation `*ConnectedEnvironmentsCertificatesClient.Delete` has been changed to LRO, use `*ConnectedEnvironmentsCertificatesClient.BeginDelete` instead. |
| 8 | +- Operation `*ConnectedEnvironmentsCertificatesClient.Update` has been changed to LRO, use `*ConnectedEnvironmentsCertificatesClient.BeginUpdate` instead. |
| 9 | +- Operation `*ConnectedEnvironmentsDaprComponentsClient.CreateOrUpdate` has been changed to LRO, use `*ConnectedEnvironmentsDaprComponentsClient.BeginCreateOrUpdate` instead. |
| 10 | +- Operation `*ConnectedEnvironmentsDaprComponentsClient.Delete` has been changed to LRO, use `*ConnectedEnvironmentsDaprComponentsClient.BeginDelete` instead. |
| 11 | +- Operation `*ConnectedEnvironmentsStoragesClient.CreateOrUpdate` has been changed to LRO, use `*ConnectedEnvironmentsStoragesClient.BeginCreateOrUpdate` instead. |
| 12 | +- Operation `*ConnectedEnvironmentsStoragesClient.Delete` has been changed to LRO, use `*ConnectedEnvironmentsStoragesClient.BeginDelete` instead. |
| 13 | +- Field `DaprComponent` of struct `ConnectedEnvironmentsDaprComponentsClientGetResponse` has been removed |
| 14 | +- Field `DaprComponentsCollection` of struct `ConnectedEnvironmentsDaprComponentsClientListResponse` has been removed |
| 15 | + |
| 16 | +### Features Added |
| 17 | + |
| 18 | +- New value `ActiveRevisionsModeLabels` added to enum type `ActiveRevisionsMode` |
| 19 | +- New value `BindingTypeAuto` added to enum type `BindingType` |
| 20 | +- New enum type `ConnectedEnvironmentDaprComponentProvisioningState` with values `ConnectedEnvironmentDaprComponentProvisioningStateCanceled`, `ConnectedEnvironmentDaprComponentProvisioningStateFailed`, `ConnectedEnvironmentDaprComponentProvisioningStateInProgress`, `ConnectedEnvironmentDaprComponentProvisioningStateSucceeded` |
| 21 | +- New enum type `ConnectedEnvironmentStorageProvisioningState` with values `ConnectedEnvironmentStorageProvisioningStateCanceled`, `ConnectedEnvironmentStorageProvisioningStateFailed`, `ConnectedEnvironmentStorageProvisioningStateInProgress`, `ConnectedEnvironmentStorageProvisioningStateSucceeded` |
| 22 | +- New enum type `ContainerAppRunningStatus` with values `ContainerAppRunningStatusProgressing`, `ContainerAppRunningStatusReady`, `ContainerAppRunningStatusRunning`, `ContainerAppRunningStatusStopped`, `ContainerAppRunningStatusSuspended` |
| 23 | +- New enum type `HTTPRouteProvisioningState` with values `HTTPRouteProvisioningStateCanceled`, `HTTPRouteProvisioningStateDeleting`, `HTTPRouteProvisioningStateFailed`, `HTTPRouteProvisioningStatePending`, `HTTPRouteProvisioningStateSucceeded`, `HTTPRouteProvisioningStateUpdating`, `HTTPRouteProvisioningStateWaiting` |
| 24 | +- New enum type `LabelHistoryRecordItemStatus` with values `LabelHistoryRecordItemStatusFailed`, `LabelHistoryRecordItemStatusStarting`, `LabelHistoryRecordItemStatusSucceeded` |
| 25 | +- New enum type `WeekDay` with values `WeekDayFriday`, `WeekDayMonday`, `WeekDaySaturday`, `WeekDaySunday`, `WeekDayThursday`, `WeekDayTuesday`, `WeekDayWednesday` |
| 26 | +- New function `*ClientFactory.NewContainerAppsLabelHistoryClient() *ContainerAppsLabelHistoryClient` |
| 27 | +- New function `*ClientFactory.NewHTTPRouteConfigClient() *HTTPRouteConfigClient` |
| 28 | +- New function `*ClientFactory.NewMaintenanceConfigurationsClient() *MaintenanceConfigurationsClient` |
| 29 | +- New function `NewContainerAppsLabelHistoryClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ContainerAppsLabelHistoryClient, error)` |
| 30 | +- New function `*ContainerAppsLabelHistoryClient.DeleteLabelHistory(context.Context, string, string, string, *ContainerAppsLabelHistoryClientDeleteLabelHistoryOptions) (ContainerAppsLabelHistoryClientDeleteLabelHistoryResponse, error)` |
| 31 | +- New function `*ContainerAppsLabelHistoryClient.GetLabelHistory(context.Context, string, string, string, *ContainerAppsLabelHistoryClientGetLabelHistoryOptions) (ContainerAppsLabelHistoryClientGetLabelHistoryResponse, error)` |
| 32 | +- New function `*ContainerAppsLabelHistoryClient.NewListLabelHistoryPager(string, string, *ContainerAppsLabelHistoryClientListLabelHistoryOptions) *runtime.Pager[ContainerAppsLabelHistoryClientListLabelHistoryResponse]` |
| 33 | +- New function `NewHTTPRouteConfigClient(string, azcore.TokenCredential, *arm.ClientOptions) (*HTTPRouteConfigClient, error)` |
| 34 | +- New function `*HTTPRouteConfigClient.CreateOrUpdate(context.Context, string, string, string, *HTTPRouteConfigClientCreateOrUpdateOptions) (HTTPRouteConfigClientCreateOrUpdateResponse, error)` |
| 35 | +- New function `*HTTPRouteConfigClient.Delete(context.Context, string, string, string, *HTTPRouteConfigClientDeleteOptions) (HTTPRouteConfigClientDeleteResponse, error)` |
| 36 | +- New function `*HTTPRouteConfigClient.Get(context.Context, string, string, string, *HTTPRouteConfigClientGetOptions) (HTTPRouteConfigClientGetResponse, error)` |
| 37 | +- New function `*HTTPRouteConfigClient.NewListPager(string, string, *HTTPRouteConfigClientListOptions) *runtime.Pager[HTTPRouteConfigClientListResponse]` |
| 38 | +- New function `*HTTPRouteConfigClient.Update(context.Context, string, string, string, HTTPRouteConfig, *HTTPRouteConfigClientUpdateOptions) (HTTPRouteConfigClientUpdateResponse, error)` |
| 39 | +- New function `NewMaintenanceConfigurationsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*MaintenanceConfigurationsClient, error)` |
| 40 | +- New function `*MaintenanceConfigurationsClient.CreateOrUpdate(context.Context, string, string, string, MaintenanceConfigurationResource, *MaintenanceConfigurationsClientCreateOrUpdateOptions) (MaintenanceConfigurationsClientCreateOrUpdateResponse, error)` |
| 41 | +- New function `*MaintenanceConfigurationsClient.Delete(context.Context, string, string, string, *MaintenanceConfigurationsClientDeleteOptions) (MaintenanceConfigurationsClientDeleteResponse, error)` |
| 42 | +- New function `*MaintenanceConfigurationsClient.Get(context.Context, string, string, string, *MaintenanceConfigurationsClientGetOptions) (MaintenanceConfigurationsClientGetResponse, error)` |
| 43 | +- New function `*MaintenanceConfigurationsClient.NewListPager(string, string, *MaintenanceConfigurationsClientListOptions) *runtime.Pager[MaintenanceConfigurationsClientListResponse]` |
| 44 | +- New struct `ConnectedEnvironmentDaprComponent` |
| 45 | +- New struct `ConnectedEnvironmentDaprComponentProperties` |
| 46 | +- New struct `ConnectedEnvironmentDaprComponentsCollection` |
| 47 | +- New struct `HTTPRoute` |
| 48 | +- New struct `HTTPRouteAction` |
| 49 | +- New struct `HTTPRouteConfig` |
| 50 | +- New struct `HTTPRouteConfigCollection` |
| 51 | +- New struct `HTTPRouteConfigProperties` |
| 52 | +- New struct `HTTPRouteMatch` |
| 53 | +- New struct `HTTPRouteProvisioningErrors` |
| 54 | +- New struct `HTTPRouteRule` |
| 55 | +- New struct `HTTPRouteTarget` |
| 56 | +- New struct `LabelHistory` |
| 57 | +- New struct `LabelHistoryCollection` |
| 58 | +- New struct `LabelHistoryProperties` |
| 59 | +- New struct `LabelHistoryRecordItem` |
| 60 | +- New struct `MaintenanceConfigurationCollection` |
| 61 | +- New struct `MaintenanceConfigurationResource` |
| 62 | +- New struct `ManagedIdentitySetting` |
| 63 | +- New struct `ScheduledEntries` |
| 64 | +- New struct `ScheduledEntry` |
| 65 | +- New field `BlobContainerURI`, `ClientID`, `ManagedIdentityResourceID` in struct `BlobStorageTokenStore` |
| 66 | +- New field `DeploymentErrors` in struct `CertificateProperties` |
| 67 | +- New field `RevisionTransitionThreshold`, `TargetLabel` in struct `Configuration` |
| 68 | +- New field `DeploymentErrors`, `ProvisioningState` in struct `ConnectedEnvironmentStorageProperties` |
| 69 | +- New anonymous field `ConnectedEnvironmentDaprComponent` in struct `ConnectedEnvironmentsDaprComponentsClientGetResponse` |
| 70 | +- New anonymous field `ConnectedEnvironmentDaprComponentsCollection` in struct `ConnectedEnvironmentsDaprComponentsClientListResponse` |
| 71 | +- New field `RunningStatus` in struct `ContainerAppProperties` |
| 72 | +- New field `Gpu` in struct `ContainerResources` |
| 73 | +- New field `AvailabilityZones`, `PrivateLinkDefaultDomain` in struct `ManagedEnvironmentProperties` |
| 74 | +- New field `Labels` in struct `RevisionProperties` |
| 75 | +- New field `Identity` in struct `SessionPool` |
| 76 | +- New field `ManagedIdentitySettings` in struct `SessionPoolProperties` |
| 77 | +- New field `Identity` in struct `SessionPoolUpdatableProperties` |
| 78 | + |
| 79 | + |
3 | 80 | ## 3.1.0-beta.1 (2024-10-23)
|
4 | 81 | ### Features Added
|
5 | 82 |
|
|
0 commit comments