Skip to content

Commit

Permalink
azure-mgmt-datalake-analytics 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel committed Jan 10, 2017
1 parent 6a2e039 commit 130d06e
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ listed before.
- azure-mgmt-cdn 0.30.2
- azure-mgmt-cognitiveservices 0.30.0rc6
- azure-mgmt-containerregistry 0.1.1
- azure-mgmt-datalake-analytics 0.1.1
- azure-mgmt-datalake-analytics 0.1.2
- azure-mgmt-datalake-store 0.1.1
- azure-mgmt-commerce 0.30.0rc6
- azure-mgmt-eventhub 0.2.0
Expand Down
12 changes: 12 additions & 0 deletions azure-mgmt-datalake-analytics/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
Release History
===============

0.1.2 (2017-01-09)
++++++++++++++++++

**New features**

* Added the ability to create and update accounts with usage commitment levels for Data Lake Store and Data Lake Analytics

**Bugfixes**

* Fixed a bug where three job diagnostic severity types were missing: SevereWarning, UserWarning and Deprecated
* Fixed a bug where UpdateSecret, which is deprecated, was incorrectly indicating that it had a return type. It now properly does not have a return value.

0.1.1 (2016-12-12)
++++++++++++++++++

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
# regenerated.
# --------------------------------------------------------------------------

VERSION = "0.1.1"
VERSION = "0.1.2"

Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
# regenerated.
# --------------------------------------------------------------------------

VERSION = "0.1.1"
VERSION = "0.1.2"

Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
# regenerated.
# --------------------------------------------------------------------------

VERSION = "0.1.1"
VERSION = "0.1.2"

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# license information.
# --------------------------------------------------------------------------

VERSION = "0.1.1"
VERSION = "0.1.2"
2 changes: 1 addition & 1 deletion doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ azure-mgmt-cdn 0.30.2
azure-mgmt-cognitiveservices 0.30.0rc6
azure-mgmt-containerregistry 0.1.1
azure-mgmt-commerce 0.30.0rc6
azure-mgmt-datalake-analytics 0.1.1
azure-mgmt-datalake-analytics 0.1.2
azure-mgmt-datalake-store 0.1.1
azure-mgmt-eventhub 0.2.0
azure-mgmt-iothub 0.2.1
Expand Down
6 changes: 3 additions & 3 deletions swagger_to_sdk_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,23 +338,23 @@
"swagger": "arm-datalake-analytics/account/2016-11-01/swagger/account.json",
"autorest_options": {
"Namespace": "azure.mgmt.datalake.analytics.account",
"PackageVersion": "0.1.1"
"PackageVersion": "0.1.2"
},
"output_dir": "azure-mgmt-datalake-analytics/azure/mgmt/datalake/analytics/account/"
},
"datalake.analytics.catalog": {
"swagger": "arm-datalake-analytics/catalog/2016-11-01/swagger/catalog.json",
"autorest_options": {
"Namespace": "azure.mgmt.datalake.analytics.catalog",
"PackageVersion": "0.1.1"
"PackageVersion": "0.1.2"
},
"output_dir": "azure-mgmt-datalake-analytics/azure/mgmt/datalake/analytics/catalog/"
},
"datalake.analytics.job": {
"swagger": "arm-datalake-analytics/job/2016-11-01/swagger/job.json",
"autorest_options": {
"Namespace": "azure.mgmt.datalake.analytics.job",
"PackageVersion": "0.1.1"
"PackageVersion": "0.1.2"
},
"output_dir": "azure-mgmt-datalake-analytics/azure/mgmt/datalake/analytics/job/"
},
Expand Down

0 comments on commit 130d06e

Please sign in to comment.