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 20, 2020
1 parent f64a10b commit 755f561
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
12 changes: 0 additions & 12 deletions sdk/loganalytics/azure-mgmt-loganalytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
# Release History

## 0.7.0 (2020-07-09)

**Features**

- Model DataSource has a new parameter etag
- Model SavedSearch has a new parameter etag

**Breaking changes**

- Model DataSource no longer has parameter e_tag
- Model SavedSearch no longer has parameter e_tag

## 0.6.0 (2020-05-28)

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

VERSION = "0.7.0"
VERSION = "0.6.0"

2 changes: 1 addition & 1 deletion sdk/loganalytics/azure-mgmt-loganalytics/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 755f561

Please sign in to comment.