Skip to content

Commit

Permalink
[keyvault-preview] Add min cli core version (Azure#5605)
Browse files Browse the repository at this point in the history
* [keyvault-preview] Add `azext.minCliCoreVersion`

* Update src/keyvault-preview/azext_keyvault_preview/azext_metadata.json

* update version
  • Loading branch information
evelyn-ys authored Dec 6, 2022
1 parent cfd1e19 commit 4559185
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/keyvault-preview/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Release History
===============
1.0.1
++++++
* Specify minCliCoreVersion

1.0.0
++++++
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"azext.minCliCoreVersion": "2.15.0",
"azext.isPreview": true
}
2 changes: 1 addition & 1 deletion src/keyvault-preview/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from setuptools import setup, find_packages

# HISTORY.rst entry.
VERSION = '1.0.0'
VERSION = '1.0.1'

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down

0 comments on commit 4559185

Please sign in to comment.