|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 2.0.0 (2022-06-13) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Type of `ProviderClientGetFunctionAppStacksOptions.StackOsType` has been changed from `*Enum16` to `*Enum14` |
| 7 | +- Type of `ProviderClientGetWebAppStacksOptions.StackOsType` has been changed from `*Enum19` to `*Enum17` |
| 8 | +- Type of `ProviderClientGetWebAppStacksForLocationOptions.StackOsType` has been changed from `*Enum18` to `*Enum16` |
| 9 | +- Type of `ProviderClientGetAvailableStacksOnPremOptions.OSTypeSelected` has been changed from `*Enum20` to `*Enum18` |
| 10 | +- Type of `ProviderClientGetAvailableStacksOptions.OSTypeSelected` has been changed from `*Enum15` to `*Enum13` |
| 11 | +- Type of `CertificateOrderProperties.AppServiceCertificateNotRenewableReasons` has been changed from `[]*AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItem` to `[]*ResourceNotRenewableReason` |
| 12 | +- Type of `ProviderClientGetFunctionAppStacksForLocationOptions.StackOsType` has been changed from `*Enum17` to `*Enum15` |
| 13 | +- Type of `CertificateOrderPatchResourceProperties.AppServiceCertificateNotRenewableReasons` has been changed from `[]*AppServiceCertificateOrderPatchResourcePropertiesAppServiceCertificateNotRenewableReasonsItem` to `[]*ResourceNotRenewableReason` |
| 14 | +- Const `Enum19Windows` has been removed |
| 15 | +- Const `Enum15WindowsFunctions` has been removed |
| 16 | +- Const `AppServiceCertificateOrderPatchResourcePropertiesAppServiceCertificateNotRenewableReasonsItemExpirationNotInRenewalTimeRange` has been removed |
| 17 | +- Const `Enum20LinuxFunctions` has been removed |
| 18 | +- Const `Enum19All` has been removed |
| 19 | +- Const `Enum15LinuxFunctions` has been removed |
| 20 | +- Const `Enum20All` has been removed |
| 21 | +- Const `Enum20WindowsFunctions` has been removed |
| 22 | +- Const `AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItemRegistrationStatusNotSupportedForRenewal` has been removed |
| 23 | +- Const `Enum19Linux` has been removed |
| 24 | +- Const `AppServiceCertificateOrderPatchResourcePropertiesAppServiceCertificateNotRenewableReasonsItemSubscriptionNotActive` has been removed |
| 25 | +- Const `AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItemExpirationNotInRenewalTimeRange` has been removed |
| 26 | +- Const `Enum20Linux` has been removed |
| 27 | +- Const `Enum20Windows` has been removed |
| 28 | +- Const `AppServiceCertificateOrderPatchResourcePropertiesAppServiceCertificateNotRenewableReasonsItemRegistrationStatusNotSupportedForRenewal` has been removed |
| 29 | +- Const `AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItemSubscriptionNotActive` has been removed |
| 30 | +- Function `PossibleAppServiceCertificateOrderPatchResourcePropertiesAppServiceCertificateNotRenewableReasonsItemValues` has been removed |
| 31 | +- Function `PossibleEnum20Values` has been removed |
| 32 | +- Function `PossibleAppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItemValues` has been removed |
| 33 | +- Function `PossibleEnum19Values` has been removed |
| 34 | + |
| 35 | +### Features Added |
| 36 | + |
| 37 | +- New const `Enum14All` |
| 38 | +- New const `Enum14Linux` |
| 39 | +- New const `Enum13Windows` |
| 40 | +- New const `Enum14Windows` |
| 41 | +- New const `ResourceNotRenewableReasonSubscriptionNotActive` |
| 42 | +- New const `Enum18WindowsFunctions` |
| 43 | +- New const `Enum13LinuxFunctions` |
| 44 | +- New const `Enum13Linux` |
| 45 | +- New const `Enum18LinuxFunctions` |
| 46 | +- New const `Enum13All` |
| 47 | +- New const `Enum13WindowsFunctions` |
| 48 | +- New const `ResourceNotRenewableReasonRegistrationStatusNotSupportedForRenewal` |
| 49 | +- New const `ResourceNotRenewableReasonExpirationNotInRenewalTimeRange` |
| 50 | +- New function `PossibleEnum14Values() []Enum14` |
| 51 | +- New function `PossibleEnum13Values() []Enum13` |
| 52 | +- New function `PossibleResourceNotRenewableReasonValues() []ResourceNotRenewableReason` |
| 53 | + |
| 54 | + |
3 | 55 | ## 1.0.0 (2022-05-16) |
4 | 56 |
|
5 | 57 | The package of `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appservice/armappservice` is using our [next generation design principles](https://azure.github.io/azure-sdk/general_introduction.html) since version 1.0.0, which contains breaking changes. |
|
0 commit comments