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
|
.. :changelog:
Release History
===============
1.0.0 (2018-10-26)
++++++++++++++++++
**Features**
- Model OperationInputs has a new parameter type
- Model ErrorDetails has a new parameter details
- Added operation AppsOperations.check_subdomain_availability
**Breaking changes**
- Operation AppsOperations.check_name_availability has a new signature
**Note**
- azure-mgmt-nspkg is not installed anymore on Python 3 (PEP420-based namespace package)
0.2.0 (2018-08-07)
++++++++++++++++++
* Replace API version by 2018-09-01
0.1.0 (2018-07-16)
++++++++++++++++++
* Initial Release with support for 2017-07-01-privatepreview
|