1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
# Release History
## 2.1.0b1 (2022-12-29)
### Other Changes
- Added generated samples in github repo
- Drop support for python<3.7.0
## 2.0.0 (2022-10-18)
### Features Added
- Added operation CertificatesOperations.begin_create_or_update
- Added operation DeploymentsOperations.begin_create_or_update
### Breaking Changes
- Removed operation CertificatesOperations.begin_create
- Removed operation DeploymentsOperations.begin_create
## 1.1.0 (2022-09-20)
### Features Added
- Model NginxConfigurationProperties has a new parameter protected_files
## 1.0.0 (2022-08-26)
### Features Added
- Model NginxDeploymentProperties has a new parameter logging
- Model NginxDeploymentUpdateProperties has a new parameter logging
## 1.0.0b1 (2022-06-13)
* Initial Release
|