Skip to content

Commit

Permalink
keyvault-preview 0.1.1 to index.json (#144)
Browse files Browse the repository at this point in the history
* adding keyvault-preview extension to index.json

* updating keyvault entry metadata
  • Loading branch information
schaabs authored and derekbekoe committed Apr 25, 2018
1 parent 91c6b35 commit f1e00f8
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,52 @@
"version": "0.1.0"
}
}
],
"keyvault-preview": [
{
"filename": "keyvault_preview-0.1.1-py2.py3-none-any.whl",
"sha256Digest": "be43e972cfd75797db01af7fcf99e086a9bf9ce4b3f8cadce0bab4e60e1d374a",
"downloadUrl": "https://github.com/Azure/azure-keyvault-cli-extension/releases/download/keyvault-preview_0.1.1/keyvault_preview-0.1.1-py2.py3-none-any.whl",
"metadata": {
"azext.isPreview": true,
"classifiers": [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"License :: OSI Approved :: MIT License"
],
"extensions": {
"python.details": {
"contacts": [
{
"email": "azurekeyvault@microsoft.com",
"name": "Azure Key Vault",
"role": "author"
}
],
"document_names": {
"description": "DESCRIPTION.rst"
},
"project_urls": {
"Home": "https://github.com/Azure/azure-keyvault-cli-extension"
}
}
},
"generator": "bdist_wheel (0.30.0)",
"license": "MIT",
"metadata_version": "2.0",
"name": "keyvault-preview",
"summary": "Preview Azure Key Vault commands.",
"version": "0.1.1"
}
}
]
}
}

0 comments on commit f1e00f8

Please sign in to comment.