Skip to content

Commit e511374

Browse files
Update prototype extension to 0.2.1b4 (#9649)
* Update prototype extension to 0.2.1b4 * Resolved merge conflicts * Resolved merge conflicts * fixed version mismatch * fixed sha mismatch * missing dependencies from merge --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent eadd1ae commit e511374

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

src/index.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92144,10 +92144,10 @@
9214492144
],
9214592145
"prototype": [
9214692146
{
92147-
"downloadUrl": "https://github.com/Azure/az-prototype/releases/download/v0.2.1b2/prototype-0.2.1b2-py3-none-any.whl",
92148-
"filename": "prototype-0.2.1b2-py3-none-any.whl",
92147+
"downloadUrl": "https://github.com/Azure/az-prototype/releases/download/v0.2.1b4/prototype-0.2.1b4-py3-none-any.whl",
92148+
"filename": "prototype-0.2.1b4-py3-none-any.whl",
9214992149
"metadata": {
92150-
"azext.isPreview": false,
92150+
"azext.isPreview": true,
9215192151
"azext.minCliCoreVersion": "2.50.0",
9215292152
"azext.summary": "Azure CLI extension for building rapid prototypes with GitHub Copilot.",
9215392153
"classifiers": [
@@ -92216,14 +92216,16 @@
9221692216
"requests (>=2.28.0)",
9221792217
"requests>=2.28.0",
9221892218
"rich (>=13.0.0)",
92219-
"rich>=13.0.0"
92219+
"rich>=13.0.0",
92220+
"textual (>=8.0.0)",
92221+
"textual>=8.0.0"
9222092222
]
9222192223
}
9222292224
],
9222392225
"summary": "Azure CLI extension for rapid prototype generation using AI agents and GitHub Copilot",
92224-
"version": "0.2.1b2"
92226+
"version": "0.2.1b4"
9222592227
},
92226-
"sha256Digest": "44fb52c3384973cd2e73fe2de48f4f62dbe9eed98f2934b4a8f2d418853082ee"
92228+
"sha256Digest": "c89bcdd5ec701701df6226535c4d1e4fc0004ce047f2495c3347b02911bb6679"
9222792229
}
9222892230
],
9222992231
"providerhub": [
@@ -118681,4 +118683,4 @@
118681118683
]
118682118684
},
118683118685
"formatVersion": "1"
118684-
}
118686+
}

src/service_name.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[
22
{
3-
"Command":"az acat",
4-
"AzureServiceName":"Azure App Compliance Automation Tool",
5-
"URL":"https://learn.microsoft.com/en-us/microsoft-365-app-certification/docs/acat-overview"
3+
"Command": "az acat",
4+
"AzureServiceName": "Azure App Compliance Automation Tool",
5+
"URL": "https://learn.microsoft.com/en-us/microsoft-365-app-certification/docs/acat-overview"
66
},
77
{
88
"Command": "az account",

0 commit comments

Comments
 (0)