Skip to content

Commit

Permalink
Update from release/v3
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK Automation committed Jul 23, 2020
1 parent 06f5c8c commit 2eecefd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
11 changes: 0 additions & 11 deletions sdk/sql/azure-mgmt-sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
# Release History

## 0.20.0 (2020-06-22)

**Features**

- Model ManagedDatabase has a new parameter last_backup_name
- Model ManagedDatabase has a new parameter auto_complete_restore
- Model ManagedDatabaseUpdate has a new parameter last_backup_name
- Model ManagedDatabaseUpdate has a new parameter auto_complete_restore
- Model ManagedInstanceOperation has a new parameter operation_parameters
- Model ManagedInstanceOperation has a new parameter operation_steps

## 0.19.0 (2020-06-22)

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

VERSION = "0.20.0"
VERSION = "0.19.0"
2 changes: 1 addition & 1 deletion sdk/sql/azure-mgmt-sql/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
pass

# Version extraction inspired from 'requests'
with open(os.path.join(package_folder_path, 'version.py')
with open(os.path.join(package_folder_path, 'version.py')
if os.path.exists(os.path.join(package_folder_path, 'version.py'))
else os.path.join(package_folder_path, '_version.py'), 'r') as fd:
version = re.search(r'^VERSION\s*=\s*[\'"]([^\'"]*)[\'"]',
Expand Down

0 comments on commit 2eecefd

Please sign in to comment.