Skip to content

Commit

Permalink
Pin max CLI version. (Azure#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjprescott authored and tamirkamara committed May 3, 2019
1 parent ac02098 commit c34685c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1142,6 +1142,7 @@
"filename": "interactive-0.4.1-py2.py3-none-any.whl",
"metadata": {
"azext.isPreview": true,
"azext.maxCliCoreVersion": "2.0.61",
"azext.minCliCoreVersion": "2.0.50.dev0",
"extensions": {
"python.details": {
Expand All @@ -1161,7 +1162,7 @@
}
},
"extras": [],
"generator": "bdist_wheel (0.29.0)",
"generator": "bdist_wheel (0.30.0)",
"license": "MIT",
"metadata_version": "2.0",
"name": "interactive",
Expand All @@ -1175,7 +1176,7 @@
"summary": "Microsoft Azure Command-Line Interactive Shell",
"version": "0.4.1"
},
"sha256Digest": "85bec0d72f27bf9227b86434bfabd8b6f5121b317d6f06233469ae3d0c48562b"
"sha256Digest": "22b940493972b77c62606b0ae3c834283209d8619bb740e69dd115530a328e3b"
}
],
"keyvault-preview": [
Expand Down
3 changes: 2 additions & 1 deletion src/interactive/azext_interactive/azext_metadata.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"azext.isPreview": true,
"azext.minCliCoreVersion": "2.0.50.dev0"
"azext.minCliCoreVersion": "2.0.50.dev0",
"azext.maxCliCoreVersion": "2.0.61"
}

0 comments on commit c34685c

Please sign in to comment.