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
16 changes: 9 additions & 7 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -91951,10 +91951,10 @@
],
"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",
"downloadUrl": "https://github.com/Azure/az-prototype/releases/download/v0.2.1b4/prototype-0.2.1b4-py3-none-any.whl",
"filename": "prototype-0.2.1b4-py3-none-any.whl",
"metadata": {
"azext.isPreview": false,
"azext.isPreview": true,
"azext.minCliCoreVersion": "2.50.0",
"azext.summary": "Azure CLI extension for building rapid prototypes with GitHub Copilot.",
"classifiers": [
Expand Down Expand Up @@ -92023,14 +92023,16 @@
"requests (>=2.28.0)",
"requests>=2.28.0",
"rich (>=13.0.0)",
"rich>=13.0.0"
"rich>=13.0.0",
"textual (>=8.0.0)",
"textual>=8.0.0"
]
}
],
"summary": "Azure CLI extension for rapid prototype generation using AI agents and GitHub Copilot",
"version": "0.2.1b2"
"version": "0.2.1b4"
},
"sha256Digest": "44fb52c3384973cd2e73fe2de48f4f62dbe9eed98f2934b4a8f2d418853082ee"
"sha256Digest": "c89bcdd5ec701701df6226535c4d1e4fc0004ce047f2495c3347b02911bb6679"
}
],
"providerhub": [
Expand Down Expand Up @@ -118404,4 +118406,4 @@
]
},
"formatVersion": "1"
}
}
6 changes: 3 additions & 3 deletions src/service_name.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[
{
"Command":"az acat",
"AzureServiceName":"Azure App Compliance Automation Tool",
"URL":"https://learn.microsoft.com/en-us/microsoft-365-app-certification/docs/acat-overview"
"Command": "az acat",
"AzureServiceName": "Azure App Compliance Automation Tool",
"URL": "https://learn.microsoft.com/en-us/microsoft-365-app-certification/docs/acat-overview"
},
{
"Command": "az account",
Expand Down
Loading