From 920584e3dcedb3351242dfddfba5928a176e9f45 Mon Sep 17 00:00:00 2001 From: jeffj6123 Date: Sun, 9 Jun 2019 21:58:08 +0000 Subject: [PATCH] Mesh removeminprofile (#715) * removed min_profile * updated the mesh index * updating additional index.json for mesh * reverted the change for removing min profile * updated meta data * removed dupe --- src/index.json | 9 +++++---- src/mesh/HISTORY.rst | 5 +++++ src/mesh/azext_mesh/azext_metadata.json | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/index.json b/src/index.json index 12c926bfaf1..f6f8891ef9d 100644 --- a/src/index.json +++ b/src/index.json @@ -1660,11 +1660,12 @@ ], "mesh": [ { - "downloadUrl": "https://meshcli.blob.core.windows.net/cli/mesh-0.10.4-py2.py3-none-any.whl", - "filename": "mesh-0.10.4-py2.py3-none-any.whl", + "downloadUrl": "https://meshcli.blob.core.windows.net/cli/mesh-0.10.5-py2.py3-none-any.whl", + "filename": "mesh-0.10.5-py2.py3-none-any.whl", "metadata": { "azext.isPreview": true, "azext.minCliCoreVersion": "2.0.30", + "azext.maxCliCoreVersion": "2.0.66", "extensions": { "python.details": { "contacts": [ @@ -1695,9 +1696,9 @@ } ], "summary": "Support for Microsoft Azure Service Fabric Mesh - Public Preview", - "version": "0.10.4" + "version": "0.10.5" }, - "sha256Digest": "b5376dbf572c165a2b56d270a46c73eb571a07417da735f5a10f1f64a0668234" + "sha256Digest": "4bb0a326a2f3b930dfc37552635b1cf9889f4a89e41537cb5b12335fd04a8515" } ], "mixed-reality": [ diff --git a/src/mesh/HISTORY.rst b/src/mesh/HISTORY.rst index 2d72bb16c9b..8aa967f7eff 100644 --- a/src/mesh/HISTORY.rst +++ b/src/mesh/HISTORY.rst @@ -3,6 +3,11 @@ Release History =============== +0.10.2 (2019-5-29) +++++++++++++++++++ + +* removed min_profile for the cli core version change to 2.0.67 + 0.10.2 (2018-11-27) ++++++++++++++++++ diff --git a/src/mesh/azext_mesh/azext_metadata.json b/src/mesh/azext_mesh/azext_metadata.json index 501753f8bd4..d841eb20a4b 100644 --- a/src/mesh/azext_mesh/azext_metadata.json +++ b/src/mesh/azext_mesh/azext_metadata.json @@ -1,5 +1,5 @@ { - "azext.maxCliCoreVersion": "2.0.66", "azext.minCliCoreVersion": "2.0.30", + "azext.maxCliCoreVersion": "2.0.66", "azext.isPreview": true }