Skip to content

Commit

Permalink
azure-mgmt-scheduler 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel committed Jan 13, 2017
1 parent e987045 commit 3d27e4f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The following packages are already released as "stable" and are officially produ
- azure-mgmt-dns 1.0.0
- azure-mgmt-logic 1.0.0
- azure-mgmt-redis 3.0.0
- azure-mgmt-scheduler 1.1.0
- azure-mgmt-scheduler 1.1.1
- azure-mgmt-servermanager 1.1.0
- azure-servicebus 0.20.3
- azure-servicemanagement-legacy 0.20.5
Expand Down
5 changes: 5 additions & 0 deletions azure-mgmt-scheduler/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Release History
===============

1.1.1 (2017-01-13)
++++++++++++++++++

* Fix `time_to_live` attribute type for correct parsing

1.1.0 (2016-11-14)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion azure-mgmt-scheduler/azure/mgmt/scheduler/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
# regenerated.
# --------------------------------------------------------------------------

VERSION = "1.1.0"
VERSION = "1.1.1"

2 changes: 1 addition & 1 deletion doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ azure-mgmt-devtestlabs 1.0.0
azure-mgmt-dns 1.0.0
azure-mgmt-logic 1.0.0
azure-mgmt-redis 3.0.0
azure-mgmt-scheduler 1.1.0
azure-mgmt-scheduler 1.1.1
azure-mgmt-servermanager 1.0.0
azure-servicebus 0.20.3
azure-servicemanagement-legacy 0.20.5
Expand Down
2 changes: 1 addition & 1 deletion swagger_to_sdk_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
"swagger": "arm-scheduler/2016-03-01/swagger/scheduler.json",
"autorest_options": {
"Namespace": "azure.mgmt.scheduler",
"PackageVersion": "1.1.0"
"PackageVersion": "1.1.1"
},
"output_dir": "azure-mgmt-scheduler/azure/mgmt/scheduler"
},
Expand Down

0 comments on commit 3d27e4f

Please sign in to comment.