|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 5.0.0 (2025-05-13) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Enum `ActiveRevisionsMode` has been removed |
| 7 | +- Enum `ContainerAppProvisioningState` has been removed |
| 8 | +- Enum `IngressTransportMethod` has been removed |
| 9 | +- Enum `RevisionHealthState` has been removed |
| 10 | +- Enum `RevisionProvisioningState` has been removed |
| 11 | +- Function `*ClientFactory.NewContainerAppsClient` has been removed |
| 12 | +- Function `*ClientFactory.NewContainerAppsRevisionsClient` has been removed |
| 13 | +- Function `NewContainerAppsClient` has been removed |
| 14 | +- Function `*ContainerAppsClient.BeginCreateOrUpdate` has been removed |
| 15 | +- Function `*ContainerAppsClient.BeginDelete` has been removed |
| 16 | +- Function `*ContainerAppsClient.Get` has been removed |
| 17 | +- Function `*ContainerAppsClient.NewListByResourceGroupPager` has been removed |
| 18 | +- Function `*ContainerAppsClient.NewListBySubscriptionPager` has been removed |
| 19 | +- Function `*ContainerAppsClient.ListSecrets` has been removed |
| 20 | +- Function `NewContainerAppsRevisionsClient` has been removed |
| 21 | +- Function `*ContainerAppsRevisionsClient.ActivateRevision` has been removed |
| 22 | +- Function `*ContainerAppsRevisionsClient.DeactivateRevision` has been removed |
| 23 | +- Function `*ContainerAppsRevisionsClient.GetRevision` has been removed |
| 24 | +- Function `*ContainerAppsRevisionsClient.NewListRevisionsPager` has been removed |
| 25 | +- Function `*ContainerAppsRevisionsClient.RestartRevision` has been removed |
| 26 | +- Struct `Configuration` has been removed |
| 27 | +- Struct `ContainerApp` has been removed |
| 28 | +- Struct `ContainerAppCollection` has been removed |
| 29 | +- Struct `ContainerAppProperties` has been removed |
| 30 | +- Struct `ContainerAppSecret` has been removed |
| 31 | +- Struct `Ingress` has been removed |
| 32 | +- Struct `RegistryCredentials` has been removed |
| 33 | +- Struct `Revision` has been removed |
| 34 | +- Struct `RevisionCollection` has been removed |
| 35 | +- Struct `RevisionProperties` has been removed |
| 36 | +- Struct `Secret` has been removed |
| 37 | +- Struct `SecretsCollection` has been removed |
| 38 | +- Struct `TrafficWeight` has been removed |
| 39 | +- Field `VnetBackupRestoreEnabled`, `VnetContentShareEnabled`, `VnetImagePullEnabled`, `VnetRouteAllEnabled` of struct `SiteProperties` has been removed |
| 40 | + |
| 41 | +### Features Added |
| 42 | + |
| 43 | +- New function `*ClientFactory.NewSiteCertificatesClient() *SiteCertificatesClient` |
| 44 | +- New function `NewSiteCertificatesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*SiteCertificatesClient, error)` |
| 45 | +- New function `*SiteCertificatesClient.CreateOrUpdate(context.Context, string, string, string, AppCertificate, *SiteCertificatesClientCreateOrUpdateOptions) (SiteCertificatesClientCreateOrUpdateResponse, error)` |
| 46 | +- New function `*SiteCertificatesClient.CreateOrUpdateSlot(context.Context, string, string, string, string, AppCertificate, *SiteCertificatesClientCreateOrUpdateSlotOptions) (SiteCertificatesClientCreateOrUpdateSlotResponse, error)` |
| 47 | +- New function `*SiteCertificatesClient.Delete(context.Context, string, string, string, *SiteCertificatesClientDeleteOptions) (SiteCertificatesClientDeleteResponse, error)` |
| 48 | +- New function `*SiteCertificatesClient.DeleteSlot(context.Context, string, string, string, string, *SiteCertificatesClientDeleteSlotOptions) (SiteCertificatesClientDeleteSlotResponse, error)` |
| 49 | +- New function `*SiteCertificatesClient.Get(context.Context, string, string, string, *SiteCertificatesClientGetOptions) (SiteCertificatesClientGetResponse, error)` |
| 50 | +- New function `*SiteCertificatesClient.GetSlot(context.Context, string, string, string, string, *SiteCertificatesClientGetSlotOptions) (SiteCertificatesClientGetSlotResponse, error)` |
| 51 | +- New function `*SiteCertificatesClient.NewListPager(string, string, *SiteCertificatesClientListOptions) *runtime.Pager[SiteCertificatesClientListResponse]` |
| 52 | +- New function `*SiteCertificatesClient.NewListSlotPager(string, string, string, *SiteCertificatesClientListSlotOptions) *runtime.Pager[SiteCertificatesClientListSlotResponse]` |
| 53 | +- New function `*SiteCertificatesClient.Update(context.Context, string, string, string, AppCertificatePatchResource, *SiteCertificatesClientUpdateOptions) (SiteCertificatesClientUpdateResponse, error)` |
| 54 | +- New function `*SiteCertificatesClient.UpdateSlot(context.Context, string, string, string, string, AppCertificatePatchResource, *SiteCertificatesClientUpdateSlotOptions) (SiteCertificatesClientUpdateSlotResponse, error)` |
| 55 | +- New function `*WebSiteManagementClient.RegionalCheckNameAvailability(context.Context, string, DnlResourceNameAvailabilityRequest, *WebSiteManagementClientRegionalCheckNameAvailabilityOptions) (WebSiteManagementClientRegionalCheckNameAvailabilityResponse, error)` |
| 56 | +- New struct `DnlResourceNameAvailability` |
| 57 | +- New struct `DnlResourceNameAvailabilityRequest` |
| 58 | +- New struct `ErrorPage` |
| 59 | +- New struct `OutboundVnetRouting` |
| 60 | +- New field `AsyncScalingEnabled` in struct `PlanProperties` |
| 61 | +- New field `Http20ProxyFlag` in struct `SiteConfig` |
| 62 | +- New field `InheritAppSettingsAndConnectionStrings` in struct `SiteContainerProperties` |
| 63 | +- New field `ClientAffinityProxyEnabled` in struct `SitePatchResourceProperties` |
| 64 | +- New field `ClientAffinityPartitioningEnabled`, `ClientAffinityProxyEnabled`, `OutboundVnetRouting`, `SSHEnabled` in struct `SiteProperties` |
| 65 | + |
| 66 | + |
3 | 67 | ## 4.1.0 (2024-11-20) |
4 | 68 | ### Features Added |
5 | 69 |
|
|
0 commit comments