Skip to content

Commit

Permalink
republish aem due to cli core change (#126)
Browse files Browse the repository at this point in the history
* republish aem due to cli core change

* update metadata

* update versions
  • Loading branch information
yugangw-msft authored and derekbekoe committed Apr 3, 2018
1 parent 9a3297f commit 5adf069
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/aem/azext_aem/azext_metadata.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"azext.minCliCoreVersion": "2.0.24"
"azext.minCliCoreVersion": "2.0.30"
}
4 changes: 2 additions & 2 deletions src/aem/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.1.0"
VERSION = "0.1.1"

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand All @@ -29,7 +29,7 @@
setup(
name='aem',
version=VERSION,
description='CLI Extension to managed Azure Enhanced Monitoring Extension for SAP',
description='Manage Azure Enhanced Monitoring Extensions for SAP',
long_description='N/A',
license='MIT',
author='Yugang Wang',
Expand Down
12 changes: 6 additions & 6 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,11 @@
],
"aem": [
{
"filename": "aem-0.1.0-py2.py3-none-any.whl",
"sha256Digest": "81e482fe0a640fe41f67097ff0450e09208774861e895530848d44fc08ae110d",
"downloadUrl": "https://azurecliprod.blob.core.windows.net/cli-extensions/aem-0.1.0-py2.py3-none-any.whl",
"filename": "aem-0.1.1-py2.py3-none-any.whl",
"sha256Digest": "4ac7b8a4a89eda68d9d1a07cc5edd9b1a2b88421e2aa9a9e5b86a241f127775f",
"downloadUrl": "https://azurecliprod.blob.core.windows.net/cli-extensions/aem-0.1.1-py2.py3-none-any.whl",
"metadata": {
"azext.minCliCoreVersion": "2.0.24",
"azext.minCliCoreVersion": "2.0.30",
"classifiers": [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
Expand Down Expand Up @@ -273,8 +273,8 @@
"license": "MIT",
"metadata_version": "2.0",
"name": "aem",
"summary": "CLI Extension to managed Azure Enhanced Monitoring Extension for SAP",
"version": "0.1.0"
"summary": "Manage Azure Enhanced Monitoring Extensions for SAP",
"version": "0.1.1"
}
}
],
Expand Down

0 comments on commit 5adf069

Please sign in to comment.