Skip to content

Commit

Permalink
Mesh removeminprofile (Azure#715)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
jeffj6123 authored and limingu committed Jun 9, 2019
1 parent 5422ae8 commit 920584e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
9 changes: 5 additions & 4 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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": [
Expand Down
5 changes: 5 additions & 0 deletions src/mesh/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion src/mesh/azext_mesh/azext_metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"azext.maxCliCoreVersion": "2.0.66",
"azext.minCliCoreVersion": "2.0.30",
"azext.maxCliCoreVersion": "2.0.66",
"azext.isPreview": true
}

0 comments on commit 920584e

Please sign in to comment.