Skip to content

Commit b6f6b0a

Browse files
wilcobmsftderekbekoe
authored andcommitted
Add subscription extension to index. (#50)
* Add subscription to index. * Fix casing * Fix package path * Fix casing
1 parent 12b77ad commit b6f6b0a

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

src/index.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,51 @@
412412
"version": "0.0.7"
413413
}
414414
}
415+
],
416+
"subscription": [
417+
{
418+
"filename": "subscription-0.1.0-py2.py3-none-any.whl",
419+
"sha256Digest": "5f43d98ef41ac3ab1789dfc6f25d6a4e61b172510e5a60e4016df4bd70d3dd22",
420+
"downloadUrl": "https://files.pythonhosted.org/packages/f0/45/5ae3a7f4957bd3ebf6cd3038808288fc8f87d7669140a8f916cfd2537812/subscription-0.1.0-py2.py3-none-any.whl",
421+
"metadata": {
422+
"classifiers": [
423+
"Development Status :: 4 - Beta",
424+
"Intended Audience :: Developers",
425+
"Intended Audience :: System Administrators",
426+
"Programming Language :: Python",
427+
"Programming Language :: Python :: 2",
428+
"Programming Language :: Python :: 2.7",
429+
"Programming Language :: Python :: 3",
430+
"Programming Language :: Python :: 3.4",
431+
"Programming Language :: Python :: 3.5",
432+
"Programming Language :: Python :: 3.6",
433+
"License :: OSI Approved :: MIT License"
434+
],
435+
"extensions": {
436+
"python.details": {
437+
"contacts": [
438+
{
439+
"email": "[email protected]",
440+
"name": "Wilco Bauwer",
441+
"role": "author"
442+
}
443+
],
444+
"document_names": {
445+
"description": "DESCRIPTION.rst"
446+
},
447+
"project_urls": {
448+
"Home": "https://github.com/Azure/azure-cli-extensions"
449+
}
450+
}
451+
},
452+
"generator": "bdist_wheel (0.29.0)",
453+
"license": "MIT",
454+
"metadata_version": "2.0",
455+
"name": "subscription",
456+
"summary": "An Azure CLI Extension to manage Subscription Definitions",
457+
"version": "0.1.0"
458+
}
459+
}
415460
]
416461
}
417462
}

0 commit comments

Comments
 (0)