Skip to content

Commit

Permalink
update index for spring-cloud (Azure#1036)
Browse files Browse the repository at this point in the history
* update index

* missing parameter

* update index again
  • Loading branch information
Zim Kalinowski authored Oct 30, 2019
1 parent 0103eef commit 325d632
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
45 changes: 45 additions & 0 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2046,6 +2046,51 @@
"sha256Digest": "797851bd8e6f734c39ff1cad498093264430262ab0f9a395541e00464119be6b"
}
],
"spring-cloud": [
{
"downloadUrl": "https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-0.1.0-py2.py3-none-any.whl",
"filename": "spring_cloud-0.1.0-py2.py3-none-any.whl",
"metadata": {
"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": "azpycli@microsoft.com",
"name": "Microsoft Corporation",
"role": "author"
}
],
"document_names": {
"description": "DESCRIPTION.rst"
},
"project_urls": {
"Home": "https://github.com/Azure/azure-cli-extensions"
}
}
},
"generator": "bdist_wheel (0.30.0)",
"license": "MIT",
"metadata_version": "2.0",
"name": "spring-cloud",
"summary": "Microsoft Azure Command-Line Tools spring-cloud Extension",
"version": "0.1.0"
},
"sha256Digest": "e270385c1479635a4e42e0c01068daf5c64a3105b1f010d89239021ed81c135c"
}
],
"storage-preview": [
{
"downloadUrl": "https://azurecliprod.blob.core.windows.net/cli-extensions/storage_preview-0.2.8-py2.py3-none-any.whl",
Expand Down
2 changes: 1 addition & 1 deletion src/spring-cloud/azext_spring_cloud/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
short-summary: Bind an Azure Cosmos DB with the app.
examples:
- name: Bind an Azure Cosmos DB.
text: az spring-cloud app binding cosmos add -n cosmosProduction --app MyApp --resource-id ${COSMOSDB_ID} --api-type mongo --database mymongo
text: az spring-cloud app binding cosmos add -n cosmosProduction --app MyApp --resource-id ${COSMOSDB_ID} --api-type mongo --database mymongo -g MyResourceGroup -s MyService
"""

helps['spring-cloud app binding cosmos update'] = """
Expand Down

0 comments on commit 325d632

Please sign in to comment.