Skip to content
Closed
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
10 changes: 5 additions & 5 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -92363,8 +92363,8 @@
],
"prototype": [
{
"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",
"downloadUrl": "https://github.com/Azure/az-prototype/releases/download/v0.2.1b5/prototype-0.2.1b5-py3-none-any.whl",
"filename": "prototype-0.2.1b5-py3-none-any.whl",
"metadata": {
"azext.isPreview": true,
"azext.minCliCoreVersion": "2.50.0",
Expand Down Expand Up @@ -92442,9 +92442,9 @@
}
],
"summary": "Azure CLI extension for rapid prototype generation using AI agents and GitHub Copilot",
"version": "0.2.1b4"
"version": "0.2.1b5"
},
"sha256Digest": "c89bcdd5ec701701df6226535c4d1e4fc0004ce047f2495c3347b02911bb6679"
"sha256Digest": "d80ebd09a849440a7f5200a4bf3e32693132835fb97c169a8ff0db6f51fb7c08"
}
],
"providerhub": [
Expand Down Expand Up @@ -118902,4 +118902,4 @@
]
},
"formatVersion": "1"
}
}
Copy link

Copilot AI Mar 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The final closing brace has a leading space (" }"), which is inconsistent with the opening brace at column 1 and creates unnecessary diff noise. Please remove the leading whitespace so the root-level closing } is unindented.

Copilot uses AI. Check for mistakes.
Loading