File tree Expand file tree Collapse file tree 3 files changed +2
-14
lines changed
sdk/loganalytics/azure-mgmt-loganalytics Expand file tree Collapse file tree 3 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 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**
Original file line number Diff line number Diff line change 99# regenerated.
1010# --------------------------------------------------------------------------
1111
12- VERSION = "0.7 .0"
12+ VERSION = "0.6 .0"
1313
Original file line number Diff line number Diff line change 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*[\'"]([^\'"]*)[\'"]' ,
You can’t perform that action at this time.
0 commit comments