2022-08-24 12:19:16 +03:00
# Release History
2024-03-29 16:58:54 +03:00
## 4.0.0-beta.2 (Unreleased)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
2024-03-19 08:43:46 +03:00
## 4.0.0-beta.1 (2024-03-18)
2024-09-06 12:10:40 +03:00
### Features Added
2023-11-24 06:15:52 +03:00
2024-03-19 08:43:46 +03:00
- Added operation Configurations.analysis
- Added Interface AnalysisCreate
- Added Interface AnalysisCreateConfig
- Added Interface AnalysisDiagnostic
- Added Interface AnalysisResult
- Added Interface AnalysisResultData
- Added Interface AutoUpgradeProfile
- Added Interface ConfigurationsAnalysisOptionalParams
- Added Interface ErrorAdditionalInfo
- Added Interface ErrorDetail
- Added Interface NginxCertificateErrorResponseBody
- Added Interface ScaleProfile
- Added Interface ScaleProfileCapacity
- Added Type Alias ConfigurationsAnalysisResponse
- Interface NginxCertificateProperties has a new optional parameter certificateError
- Interface NginxCertificateProperties has a new optional parameter keyVaultSecretCreated
- Interface NginxCertificateProperties has a new optional parameter keyVaultSecretVersion
- Interface NginxCertificateProperties has a new optional parameter sha1Thumbprint
- Interface NginxDeploymentProperties has a new optional parameter autoUpgradeProfile
- Interface NginxDeploymentScalingProperties has a new optional parameter profiles
- Interface NginxDeploymentUpdateProperties has a new optional parameter autoUpgradeProfile
2023-11-24 06:15:52 +03:00
2024-09-06 12:10:40 +03:00
### Breaking Changes
2023-11-24 06:15:52 +03:00
2024-03-19 08:43:46 +03:00
- Type of parameter error of interface ResourceProviderDefaultErrorResponse is changed from ErrorResponseBody to ErrorDetail
2023-11-21 10:27:49 +03:00
## 3.0.0 (2023-11-09)
2024-09-06 12:10:40 +03:00
### Features Added
2022-10-27 08:44:36 +03:00
2023-11-21 10:27:49 +03:00
- Added Interface NginxDeploymentScalingProperties
- Added Interface NginxDeploymentUserProfile
- Interface NginxConfigurationPackage has a new optional parameter protectedFiles
- Interface NginxDeploymentProperties has a new optional parameter scalingProperties
- Interface NginxDeploymentProperties has a new optional parameter userProfile
- Interface NginxDeploymentUpdateProperties has a new optional parameter scalingProperties
- Interface NginxDeploymentUpdateProperties has a new optional parameter userProfile
2023-02-03 20:06:05 +03:00
2024-09-06 12:10:40 +03:00
### Breaking Changes
2023-02-03 20:06:05 +03:00
2023-11-21 10:27:49 +03:00
- Interface NginxCertificate no longer has parameter tags
- Interface NginxConfiguration no longer has parameter tags
2023-02-02 09:13:20 +03:00
## 2.0.1 (2023-01-30)
2022-10-27 08:44:36 +03:00
2024-09-06 12:10:40 +03:00
### Features Added
2022-10-27 08:44:36 +03:00
2023-02-02 09:13:20 +03:00
- Exposes `getContinuationToken` helper function to extract continuation token
2022-10-27 08:44:36 +03:00
2024-09-06 12:10:40 +03:00
### Bugs Fixed
2022-10-27 08:44:36 +03:00
2023-02-02 09:13:20 +03:00
- A series of small bug fixs relevant to authentication and apiVersion policy
2022-10-27 08:44:36 +03:00
2022-10-24 11:16:45 +03:00
## 2.0.0 (2022-10-21)
2024-09-06 12:10:40 +03:00
### Features Added
2022-08-24 19:30:18 +03:00
2022-10-24 11:16:45 +03:00
- Added operation Certificates.beginCreateOrUpdate
- Added operation Certificates.beginCreateOrUpdateAndWait
- Added operation Deployments.beginCreateOrUpdate
- Added operation Deployments.beginCreateOrUpdateAndWait
- Added Interface CertificatesCreateOrUpdateOptionalParams
- Added Interface DeploymentsCreateOrUpdateOptionalParams
- Added Type Alias CertificatesCreateOrUpdateResponse
- Added Type Alias DeploymentsCreateOrUpdateResponse
- Interface NginxConfigurationProperties has a new optional parameter protectedFiles
2022-08-24 19:30:18 +03:00
2024-09-06 12:10:40 +03:00
### Breaking Changes
2022-08-24 19:30:18 +03:00
2022-10-24 11:16:45 +03:00
- Removed operation Certificates.beginCreate
- Removed operation Certificates.beginCreateAndWait
- Removed operation Deployments.beginCreate
- Removed operation Deployments.beginCreateAndWait
2022-08-24 12:19:16 +03:00
## 1.0.0 (2022-08-23)
2023-09-27 12:51:50 +03:00
The package of @azure/arm -nginx is using our next generation design principles. To learn more, please refer to our documentation [Quick Start ](https://aka.ms/azsdk/js/mgmt/quickstart ).