Skip to content

Commit

Permalink
[log-analytics] complete azext_metadata.json (#1857)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianhui Harold authored Jun 9, 2020
1 parent b34c031 commit 3dd4b81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/log-analytics/azext_loganalytics/azext_metadata.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"azext.isPreview": true
}
"azext.isPreview": true,
"azext.minCliCoreVersion": "2.0.0"
}
2 changes: 1 addition & 1 deletion src/log-analytics/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup, find_packages

VERSION = "0.2.0"
VERSION = "0.2.1"

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 3dd4b81

Please sign in to comment.