Skip to content

Commit 755f561

Browse files
author
SDK Automation
committed
Update from release/v3
1 parent f64a10b commit 755f561

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

sdk/loganalytics/azure-mgmt-loganalytics/CHANGELOG.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
# Release History
22

3-
## 0.7.0 (2020-07-09)
4-
5-
**Features**
6-
7-
- Model DataSource has a new parameter etag
8-
- Model SavedSearch has a new parameter etag
9-
10-
**Breaking changes**
11-
12-
- Model DataSource no longer has parameter e_tag
13-
- Model SavedSearch no longer has parameter e_tag
14-
153
## 0.6.0 (2020-05-28)
164

175
**Features**

sdk/loganalytics/azure-mgmt-loganalytics/azure/mgmt/loganalytics/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
# regenerated.
1010
# --------------------------------------------------------------------------
1111

12-
VERSION = "0.7.0"
12+
VERSION = "0.6.0"
1313

sdk/loganalytics/azure-mgmt-loganalytics/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
pass
3737

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

0 commit comments

Comments
 (0)