File: HISTORY.rst

package info (click to toggle)
python-azure 20181112%2Bgit-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 407,300 kB
  • sloc: python: 717,190; makefile: 201; sh: 76
file content (51 lines) | stat: -rw-r--r-- 1,042 bytes parent folder | download
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.. :changelog:

Release History
===============

0.3.1 (2018-11-05)
++++++++++++++++++

**Features**

- Add redhat support

0.3.0 (2018-08-22)
++++++++++++++++++

**Features**

* Model Patch has a new parameter 'name'
* Enum ReservedResourceType has a new value 'cosmos_db'

0.2.1 (2018-06-14)
++++++++++++++++++

* Provide enum definitions when applicable

0.2.0 (2018-06-12)
++++++++++++++++++

**Notes**

* Changed Update Reservation API
    - Added optional InstanceFlexibility parameter
* Support for InstanceFlexibility
* Support for ReservedResourceType (VirtualMachines, SqlDatabases, SuseLinux)
* Upgrade to rest api version 2018-06-01

**Breaking change**

* Updated Get Catalog API
    - Added required parameter 'reserved_resource_type'
    - Added optional parameter 'location'
* Updated Catalog model
    - Renamed property 'capabilities' to 'sku_properties'
    - Removed properties 'size' and 'tier'
* Updated ReservationProperties model
    - Removed property 'kind'

0.1.0 (2017-11-03)
++++++++++++++++++

* Initial Release