Skip to content

Commit

Permalink
azure-mgmt-sql 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel committed Feb 28, 2017
1 parent b50e085 commit 2f35bab
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ listed before.
- azure-mgmt-powerbiembedded 0.30.0rc6
- azure-mgmt-search 0.1.0
- azure-mgmt-servicebus 0.1.0
- azure-mgmt-sql 0.2.0
- azure-mgmt-sql 0.3.0
- azure-mgmt-trafficmanager 0.30.0rc6
- azure-mgmt-web 0.31.0

Expand Down
23 changes: 23 additions & 0 deletions azure-mgmt-sql/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@
Release History
===============

0.3.0 (2017-02-27)
++++++++++++++++++

**Breaking changes**

* Enums:

* createMode renamed to CreateMode
* Added ReadScale, SampleName, ServerState

* Added missing Database properties (failover_group_id, restore_point_in_time, read_scale, sample_name)
* Added missing ElasticPoolActivity properties (requested_*)
* Added missing ReplicationLink properties (is_termination_allowed, replication_mode)
* Added missing Server properties (external_administrator_*, state)
* Added operations APIs
* Removed unused Database.upgrade_hint property
* Removed unused RecommendedDatabaseProperties class
* Renamed incorrect RecommendedElasticPool.databases_property to databases
* Made firewall rule start/end ip address required
* Added missing kind property to many resources
* Many doc clarifications

0.2.0 (2016-12-12)
++++++++++++++++++

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

VERSION = "0.2.0"
VERSION = "0.3.0"

2 changes: 1 addition & 1 deletion doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ azure-mgmt-notificationhubs 0.30.0
azure-mgmt-powerbiembedded 0.30.0rc6
azure-mgmt-search 0.1.0
azure-mgmt-servicebus 0.1.0
azure-mgmt-sql 0.2.0
azure-mgmt-sql 0.3.0
azure-mgmt-trafficmanager 0.30.0rc6
azure-mgmt-web 0.31.0
===================================== =========
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 @@ -305,7 +305,7 @@
"autorest_options": {
"Namespace": "azure.mgmt.sql",
"Modeler": "CompositeSwagger",
"PackageVersion": "0.2.0"
"PackageVersion": "0.3.0"
},
"output_dir": "azure-mgmt-sql/azure/mgmt/sql"
},
Expand Down

0 comments on commit 2f35bab

Please sign in to comment.