1# Release History
2
3## 1.1.25 (2020-03-09)
4
5- get_client_from_cli_profile no longer requires "azure-core" if not necessary
6
7## 1.1.24 (2019-12-18)
8
9- get_client_from_cli_profile now supports KV 4.x, Storage 12.x, AppConfig and all packages based on azure-core
10
11## 1.1.23 (2019-06-24)
12
13- Add Monitor into Profile v2019_03_01_hybrid (requires azure-mgmt-monitor >= 0.7.0)
14
15## 1.1.22 (2019-06-06)
16
17- Fix KeyVaultClient support for get_client_from_auth_file
18
19## 1.1.21 (2019-05-21)
20
21- Fix compute support in profile v2019_03_01_hybrid
22
23## 1.1.20 (2019-04-30)
24
25- Add support for profile v2019_03_01_hybrid
26- Fix profile v2018_03_01_hybrid for DNS definition
27
28## 1.1.19 (2019-04-18)
29
30- Azure Stack support for get_client_from_auth_file and get_client_from_json_dict
31
32## 1.1.18 (2019-01-29)
33
34- Remove deprecated extra dependencies
35
36## 1.1.17 (2019-01-15)
37
38- Fix KeyVaultClient creation with get_client_from_cli_profile
39
40Thanks to patrikn for the contribution
41
42## 1.1.16 (2018-09-26)
43
44- azure-nspkg is not installed anymore on Python 3 (PEP420-based namespace package)
45
46## 1.1.15 (2018-09-13)
47
48**Features**
49
50- Adding profile v2018-03-01-hybrid definition
51
52## 1.1.14 (2018-07-23)
53
54**Features**
55
56- Adding KeyVault to profile v2017_03_09_profile
57
58## 1.1.13 (2018-07-03)
59
60**Features**
61
62- get_azure_cli_credentials has a new parameter "with_tenant" to get default CLI tenant ID
63
64**Bugfixes**
65
66- get_client_from_cli_profile now supports the "azure-graphrbac" package #2867
67- get_client_from_auth_file now supports the "azure-graphrbac" package #2867
68
69## 1.1.12 (2018-05-29)
70
71**Features**
72
73- Add Authorization profile definition
74
75## 1.1.11 (2018-05-08)
76
77**Features**
78
79- Add support for "resource" in "get_azure_cli_credentials"
80
81## 1.1.10 (2018-04-30)
82
83**Bugfixes**
84
85- Fix MultiApiClientMixin.__init__ to be a real mixin
86
87## 1.1.9 (2018-04-03)
88
89**Features**
90
91- Add "azure.profiles" namespace #2247
92
93**Bugfixes**
94
95- get_client_from_cli_profile now supports Datalake #2318
96
97## 1.1.8 (2017-07-28)
98
99**Bugfix**
100
101- Fix get_client_from_auth_file and get_client_from_json_dict on Python 2.7
102
103Thank you to @jayden-at-arista for the contribution.
104
105## 1.1.7 (2017-07-19)
106
107- Adds azure.common.client_factory.get_client_from_auth_file
108- Adds azure.common.client_factory.get_client_from_json_dict
109
110## 1.1.6 (2017-05-16)
111
112- Adds azure.common.client_factory.get_client_from_cli_profile
113
114## 1.1.5 (2017-04-11)
115
116- "extra_requires" autorest is deprecated and should not be used anymore
117- This wheel package is now built with the azure wheel extension
118
119## 1.1.4 (2016-05-25)
120
121- Support for msrest/msrestazure 0.4.x series
122- Drop support for msrest/msrestazure 0.3.x series
123
124## 1.1.3 (2016-04-26)
125
126- Support for msrest/msrestazure 0.3.x series
127- Drop support for msrest/msrestazure 0.2.x series
128
129## 1.1.2 (2016-03-28)
130
131- Support for msrest/msrestazure 0.2.x series
132- Drop support for msrest/msrestazure 0.1.x series
133
134## 1.1.1 (2016-03-07)
135
136- Move msrestazure depency as "extra_requires"
137
138## 1.1.0 (2016-03-04)
139
140- Support for msrest/msrestazure 0.1.x series
141- Adds alias from msrestazure.azure_active_directory.* to azure.common.credentials
142
143## 1.0.0 (2015-08-31)
144
145Initial release, extracted from azure==0.11.1
146