Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 85 additions & 1 deletion src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -91420,6 +91420,90 @@
"sha256Digest": "e1e58bb6f57edde4793f4c66a0c10a2776f842172878162385f2b1d21539de6e"
}
],
"prototype": [
{
"downloadUrl": "https://github.com/Azure/az-prototype/releases/download/v0.2.1b2/prototype-0.2.1b2-py3-none-any.whl",
"filename": "prototype-0.2.1b2-py3-none-any.whl",
"metadata": {
"azext.isPreview": false,
"azext.minCliCoreVersion": "2.50.0",
"azext.summary": "Azure CLI extension for building rapid prototypes with GitHub Copilot.",
"classifiers": [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: MIT License"
],
"extensions": {
"python.details": {
"contacts": [
{
"email": "joshuadavis@microsoft.com",
"name": "Joshua Davis",
"role": "author"
}
],
"document_names": {
"description": "DESCRIPTION.rst"
},
"project_urls": {
"Home": "https://github.com/Azure/az-prototype"
}
},
"python.exports": {
"azure.cli.extensions": {
"prototype": "azext_prototype"
}
}
},
"extras": [],
"generator": "bdist_wheel (0.30.0)",
"license": "MIT",
"license_file": "LICENSE.md",
"metadata_version": "2.0",
"name": "prototype",
"run_requires": [
{
"requires": [
"jinja2 (>=3.1.0)",
"jinja2>=3.1.0",
"knack (>=0.11.0)",
"knack>=0.11.0",
"openai (>=1.0.0)",
"openai>=1.0.0",
"opencensus-ext-azure (>=1.1.0)",
"opencensus-ext-azure>=1.1.0",
"openpyxl (>=3.1)",
"openpyxl>=3.1",
"prompt-toolkit (>=3.0.0)",
"prompt_toolkit>=3.0.0",
"psutil (<=7.1.1,>=5.6.3)",
"psutil<=7.1.1,>=5.6.3",
"pypdf (>=4.0)",
"pypdf>=4.0",
"python-docx (>=1.0)",
"python-docx>=1.0",
"python-pptx (>=1.0)",
"python-pptx>=1.0",
"pyyaml (>=6.0)",
"pyyaml>=6.0",
"requests (>=2.28.0)",
"requests>=2.28.0",
"rich (>=13.0.0)",
"rich>=13.0.0"
]
}
],
"summary": "Azure CLI extension for rapid prototype generation using AI agents and GitHub Copilot",
"version": "0.2.1b2"
},
"sha256Digest": "44fb52c3384973cd2e73fe2de48f4f62dbe9eed98f2934b4a8f2d418853082ee"
}
],
"providerhub": [
{
"downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/providerhub-0.1.0-py3-none-any.whl",
Expand Down Expand Up @@ -117606,4 +117690,4 @@
]
},
"formatVersion": "1"
}
}
7 changes: 6 additions & 1 deletion src/service_name.json
Original file line number Diff line number Diff line change
Expand Up @@ -994,9 +994,14 @@
"AzureServiceName": "Azure Migrate",
"URL": "https://learn.microsoft.com/azure/migrate"
},
{
"Command": "az prototype",
"AzureServiceName": "Azure Prototype",
"URL": "https://github.com/Azure/az-prototype"
},
{
"Command": "az vi",
"AzureServiceName": "Azure Video Indexer",
"URL": "https://learn.microsoft.com/en-us/azure/azure-video-indexer"
}
]
]
Loading