|
1 | 1 | # Release History |
| 2 | + |
| 3 | +## 15.0.0 (2024-06-05) |
| 4 | + |
| 5 | +**Features** |
2 | 6 |
|
3 | | -## 14.1.1 (Unreleased) |
4 | | - |
5 | | -### Features Added |
6 | | - |
7 | | -### Breaking Changes |
8 | | - |
9 | | -### Bugs Fixed |
| 7 | + - Added operation WebApps.createOrUpdateSiteContainer |
| 8 | + - Added operation WebApps.createOrUpdateSiteContainerSlot |
| 9 | + - Added operation WebApps.deleteSiteContainer |
| 10 | + - Added operation WebApps.deleteSiteContainerSlot |
| 11 | + - Added operation WebApps.getSiteContainer |
| 12 | + - Added operation WebApps.getSiteContainerSlot |
| 13 | + - Added operation WebApps.listSiteContainers |
| 14 | + - Added operation WebApps.listSiteContainersSlot |
| 15 | + - Added Interface EnvironmentVariable |
| 16 | + - Added Interface FunctionAppConfig |
| 17 | + - Added Interface FunctionsAlwaysReadyConfig |
| 18 | + - Added Interface FunctionsDeployment |
| 19 | + - Added Interface FunctionsDeploymentStorage |
| 20 | + - Added Interface FunctionsDeploymentStorageAuthentication |
| 21 | + - Added Interface FunctionsRuntime |
| 22 | + - Added Interface FunctionsScaleAndConcurrency |
| 23 | + - Added Interface FunctionsScaleAndConcurrencyTriggers |
| 24 | + - Added Interface FunctionsScaleAndConcurrencyTriggersHttp |
| 25 | + - Added Interface SiteContainer |
| 26 | + - Added Interface SiteContainerCollection |
| 27 | + - Added Interface SiteDnsConfig |
| 28 | + - Added Interface VolumeMount |
| 29 | + - Added Interface WebAppsCreateOrUpdateSiteContainerOptionalParams |
| 30 | + - Added Interface WebAppsCreateOrUpdateSiteContainerSlotOptionalParams |
| 31 | + - Added Interface WebAppsDeleteSiteContainerOptionalParams |
| 32 | + - Added Interface WebAppsDeleteSiteContainerSlotOptionalParams |
| 33 | + - Added Interface WebAppsGetSiteContainerOptionalParams |
| 34 | + - Added Interface WebAppsGetSiteContainerSlotOptionalParams |
| 35 | + - Added Interface WebAppsListSiteContainersNextOptionalParams |
| 36 | + - Added Interface WebAppsListSiteContainersOptionalParams |
| 37 | + - Added Interface WebAppsListSiteContainersSlotNextOptionalParams |
| 38 | + - Added Interface WebAppsListSiteContainersSlotOptionalParams |
| 39 | + - Added Type Alias AuthenticationType |
| 40 | + - Added Type Alias AuthType |
| 41 | + - Added Type Alias AzureStorageProtocol |
| 42 | + - Added Type Alias FunctionsDeploymentStorageType |
| 43 | + - Added Type Alias RuntimeName |
| 44 | + - Added Type Alias WebAppsCreateOrUpdateSiteContainerResponse |
| 45 | + - Added Type Alias WebAppsCreateOrUpdateSiteContainerSlotResponse |
| 46 | + - Added Type Alias WebAppsGetSiteContainerResponse |
| 47 | + - Added Type Alias WebAppsGetSiteContainerSlotResponse |
| 48 | + - Added Type Alias WebAppsListSiteContainersNextResponse |
| 49 | + - Added Type Alias WebAppsListSiteContainersResponse |
| 50 | + - Added Type Alias WebAppsListSiteContainersSlotNextResponse |
| 51 | + - Added Type Alias WebAppsListSiteContainersSlotResponse |
| 52 | + - Interface AzureStorageInfoValue has a new optional parameter protocol |
| 53 | + - Interface Site has a new optional parameter dnsConfiguration |
| 54 | + - Interface Site has a new optional parameter functionAppConfig |
| 55 | + - Interface Site has a new optional parameter vnetBackupRestoreEnabled |
| 56 | + - Interface SitePatchResource has a new optional parameter dnsConfiguration |
| 57 | + - Added Enum KnownAuthenticationType |
| 58 | + - Added Enum KnownAzureStorageProtocol |
| 59 | + - Added Enum KnownFunctionsDeploymentStorageType |
| 60 | + - Added Enum KnownRuntimeName |
| 61 | + - Enum KnownSkuName has a new value FlexConsumption |
| 62 | + - Enum KnownSupportedTlsVersions has a new value One3 |
10 | 63 |
|
11 | | -### Other Changes |
| 64 | +**Breaking Changes** |
12 | 65 |
|
| 66 | + - Operation AppServiceEnvironments.beginApproveOrRejectPrivateEndpointConnection has a new signature |
| 67 | + - Operation AppServiceEnvironments.beginApproveOrRejectPrivateEndpointConnectionAndWait has a new signature |
| 68 | + - Operation StaticSites.beginApproveOrRejectPrivateEndpointConnection has a new signature |
| 69 | + - Operation StaticSites.beginApproveOrRejectPrivateEndpointConnectionAndWait has a new signature |
| 70 | + - Operation WebApps.beginApproveOrRejectPrivateEndpointConnection has a new signature |
| 71 | + - Operation WebApps.beginApproveOrRejectPrivateEndpointConnectionAndWait has a new signature |
| 72 | + - Operation WebApps.beginApproveOrRejectPrivateEndpointConnectionSlot has a new signature |
| 73 | + - Operation WebApps.beginApproveOrRejectPrivateEndpointConnectionSlotAndWait has a new signature |
| 74 | + |
| 75 | + |
13 | 76 | ## 14.1.0 (2023-11-16) |
14 | 77 |
|
15 | 78 | **Features** |
|
0 commit comments