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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127
|
.. :changelog:
Release History
===============
1.1.16 (2018-09-26)
+++++++++++++++++++
- azure-nspkg is not installed anymore on Python 3 (PEP420-based namespace package)
1.1.15 (2018-09-13)
+++++++++++++++++++
**Features**
- Adding profile v2018-03-01-hybrid definition
1.1.14 (2018-07-23)
+++++++++++++++++++
**Features**
- Adding KeyVault to profile v2017_03_09_profile
1.1.13 (2018-07-03)
+++++++++++++++++++
**Features**
- get_azure_cli_credentials has a new parameter "with_tenant" to get default CLI tenant ID
**Bugfixes**
- get_client_from_cli_profile now supports the "azure-graphrbac" package #2867
- get_client_from_auth_file now supports the "azure-graphrbac" package #2867
1.1.12 (2018-05-29)
+++++++++++++++++++
**Features**
- Add Authorization profile definition
1.1.11 (2018-05-08)
+++++++++++++++++++
**Features**
- Add support for "resource" in "get_azure_cli_credentials"
1.1.10 (2018-04-30)
+++++++++++++++++++
**Bugfixes**
- Fix MultiApiClientMixin.__init__ to be a real mixin
1.1.9 (2018-04-03)
++++++++++++++++++
**Features**
- Add "azure.profiles" namespace #2247
**Bugfixes**
- get_client_from_cli_profile now supports Datalake #2318
1.1.8 (2017-07-28)
++++++++++++++++++
**Bugfix**
- Fix get_client_from_auth_file and get_client_from_json_dict on Python 2.7
Thank you to @jayden-at-arista for the contribution.
1.1.7 (2017-07-19)
++++++++++++++++++
- Adds azure.common.client_factory.get_client_from_auth_file
- Adds azure.common.client_factory.get_client_from_json_dict
1.1.6 (2017-05-16)
++++++++++++++++++
- Adds azure.common.client_factory.get_client_from_cli_profile
1.1.5 (2017-04-11)
++++++++++++++++++
- "extra_requires" autorest is deprecated and should not be used anymore
- This wheel package is now built with the azure wheel extension
1.1.4 (2016-05-25)
++++++++++++++++++
- Support for msrest/msrestazure 0.4.x series
- Drop support for msrest/msrestazure 0.3.x series
1.1.3 (2016-04-26)
++++++++++++++++++
- Support for msrest/msrestazure 0.3.x series
- Drop support for msrest/msrestazure 0.2.x series
1.1.2 (2016-03-28)
++++++++++++++++++
- Support for msrest/msrestazure 0.2.x series
- Drop support for msrest/msrestazure 0.1.x series
1.1.1 (2016-03-07)
++++++++++++++++++
- Move msrestazure depency as "extra_requires"
1.1.0 (2016-03-04)
++++++++++++++++++
- Support for msrest/msrestazure 0.1.x series
- Adds alias from msrestazure.azure_active_directory.* to azure.common.credentials
1.0.0 (2015-08-31)
++++++++++++++++++
Initial release, extracted from azure==0.11.1
|