Skip to content

Commit 1e7c2c3

Browse files
authored
Add updated extensions to registry (#6314)
1 parent 842719d commit 1e7c2c3

File tree

1 file changed

+248
-0
lines changed

1 file changed

+248
-0
lines changed

cli/azd/extensions/registry.json

Lines changed: 248 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,91 @@
151151
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-microsoft-azd-demo_0.3.0/microsoft-azd-demo-windows-arm64.zip"
152152
}
153153
}
154+
},
155+
{
156+
"version": "0.4.0",
157+
"capabilities": [
158+
"custom-commands",
159+
"lifecycle-events",
160+
"mcp-server",
161+
"service-target-provider",
162+
"framework-service-provider"
163+
],
164+
"providers": [
165+
{
166+
"name": "demo",
167+
"type": "service-target",
168+
"description": "Deploys application components to demo"
169+
}
170+
],
171+
"usage": "azd demo \u003ccommand\u003e [options]",
172+
"examples": [
173+
{
174+
"name": "context",
175+
"description": "Displays the current `azd` project \u0026 environment context.",
176+
"usage": "azd demo context"
177+
},
178+
{
179+
"name": "prompt",
180+
"description": "Display prompt capabilities.",
181+
"usage": "azd demo prompt"
182+
},
183+
{
184+
"name": "mcp",
185+
"description": "Start MCP server with demo tools.",
186+
"usage": "azd demo mcp start"
187+
}
188+
],
189+
"artifacts": {
190+
"darwin/amd64": {
191+
"checksum": {
192+
"algorithm": "sha256",
193+
"value": "d955061b14ca788a398f5e89e66f0a22f431d0660ff14c11264301856ea3e0db"
194+
},
195+
"entryPoint": "microsoft-azd-demo-darwin-amd64",
196+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-microsoft-azd-demo_0.4.0/microsoft-azd-demo-darwin-amd64.zip"
197+
},
198+
"darwin/arm64": {
199+
"checksum": {
200+
"algorithm": "sha256",
201+
"value": "61b088773af2d2690f2429235894c749ec0db22dfc79cab93f5b768457805d3c"
202+
},
203+
"entryPoint": "microsoft-azd-demo-darwin-arm64",
204+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-microsoft-azd-demo_0.4.0/microsoft-azd-demo-darwin-arm64.zip"
205+
},
206+
"linux/amd64": {
207+
"checksum": {
208+
"algorithm": "sha256",
209+
"value": "d929b42b5e3eeff51e6b59775302a4625cd880b9a0fc6c30daae9eb964b41cd8"
210+
},
211+
"entryPoint": "microsoft-azd-demo-linux-amd64",
212+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-microsoft-azd-demo_0.4.0/microsoft-azd-demo-linux-amd64.tar.gz"
213+
},
214+
"linux/arm64": {
215+
"checksum": {
216+
"algorithm": "sha256",
217+
"value": "d6b4eae71c96bf7b73e9669c918918b738659d426315880c265fd5cef2ebbb28"
218+
},
219+
"entryPoint": "microsoft-azd-demo-linux-arm64",
220+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-microsoft-azd-demo_0.4.0/microsoft-azd-demo-linux-arm64.tar.gz"
221+
},
222+
"windows/amd64": {
223+
"checksum": {
224+
"algorithm": "sha256",
225+
"value": "dd52a10207ca1e401494257e0a435c1844a72fe052af1bbafec8cbaadc1302e2"
226+
},
227+
"entryPoint": "microsoft-azd-demo-windows-amd64.exe",
228+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-microsoft-azd-demo_0.4.0/microsoft-azd-demo-windows-amd64.zip"
229+
},
230+
"windows/arm64": {
231+
"checksum": {
232+
"algorithm": "sha256",
233+
"value": "4dc82efddac26fb79b011c2d22ffc05be49470f8170e56fdeee686f2266bb34d"
234+
},
235+
"entryPoint": "microsoft-azd-demo-windows-arm64.exe",
236+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-microsoft-azd-demo_0.4.0/microsoft-azd-demo-windows-arm64.zip"
237+
}
238+
}
154239
}
155240
]
156241
},
@@ -510,6 +595,95 @@
510595
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-microsoft-azd-extensions_0.6.0/microsoft-azd-extensions-windows-arm64.zip"
511596
}
512597
}
598+
},
599+
{
600+
"version": "0.7.0",
601+
"capabilities": [
602+
"custom-commands"
603+
],
604+
"usage": "azd x \u003ccommand\u003e [options]",
605+
"examples": [
606+
{
607+
"name": "init",
608+
"description": "Initialize a new AZD extension project.",
609+
"usage": "azd x init"
610+
},
611+
{
612+
"name": "build",
613+
"description": "Build the AZD extension project.",
614+
"usage": "azd x build"
615+
},
616+
{
617+
"name": "pack",
618+
"description": "Package the AZD extension project into a distributable format and add to local registry.",
619+
"usage": "azd x pack"
620+
},
621+
{
622+
"name": "publish",
623+
"description": "Publish the AZD extension project to an extension source.",
624+
"usage": "azd x publish"
625+
},
626+
{
627+
"name": "release",
628+
"description": "Create an new release of the AZD extension project to a Github repository.",
629+
"usage": "azd x release"
630+
},
631+
{
632+
"name": "watch",
633+
"description": "Watch for changes in the extension project and automatically rebuild and reload the extension.",
634+
"usage": "azd x watch"
635+
}
636+
],
637+
"artifacts": {
638+
"darwin/amd64": {
639+
"checksum": {
640+
"algorithm": "sha256",
641+
"value": "70de5bed03991d9bc7905e8b60665fec423c9b81cb6e4527cab720f52c229560"
642+
},
643+
"entryPoint": "microsoft-azd-extensions-darwin-amd64",
644+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-microsoft-azd-extensions_0.7.0/microsoft-azd-extensions-darwin-amd64.zip"
645+
},
646+
"darwin/arm64": {
647+
"checksum": {
648+
"algorithm": "sha256",
649+
"value": "108c2661e36da5bebf5ab98ea0c0bbd2aa1cdd35703e321f22ea9b0d9cdcfa18"
650+
},
651+
"entryPoint": "microsoft-azd-extensions-darwin-arm64",
652+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-microsoft-azd-extensions_0.7.0/microsoft-azd-extensions-darwin-arm64.zip"
653+
},
654+
"linux/amd64": {
655+
"checksum": {
656+
"algorithm": "sha256",
657+
"value": "d3524de84401cedecfe42ea8909ea0e4d5ff3363c36d8a6a89dfcf7a15580baa"
658+
},
659+
"entryPoint": "microsoft-azd-extensions-linux-amd64",
660+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-microsoft-azd-extensions_0.7.0/microsoft-azd-extensions-linux-amd64.tar.gz"
661+
},
662+
"linux/arm64": {
663+
"checksum": {
664+
"algorithm": "sha256",
665+
"value": "9f871c80875f591a188c8e8ad05bae01a9ceea3fdb6ee3c04abaaeb22868d9b3"
666+
},
667+
"entryPoint": "microsoft-azd-extensions-linux-arm64",
668+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-microsoft-azd-extensions_0.7.0/microsoft-azd-extensions-linux-arm64.tar.gz"
669+
},
670+
"windows/amd64": {
671+
"checksum": {
672+
"algorithm": "sha256",
673+
"value": "1a0c672841a9ed839c69655e467144bc3244169a00f2d70e2decdbe58e2d34fb"
674+
},
675+
"entryPoint": "microsoft-azd-extensions-windows-amd64.exe",
676+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-microsoft-azd-extensions_0.7.0/microsoft-azd-extensions-windows-amd64.zip"
677+
},
678+
"windows/arm64": {
679+
"checksum": {
680+
"algorithm": "sha256",
681+
"value": "38693fd9ecb02847195f2c23e3ea9c3aa12ab84192b64999cd0d3e0c299aeadb"
682+
},
683+
"entryPoint": "microsoft-azd-extensions-windows-arm64.exe",
684+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-microsoft-azd-extensions_0.7.0/microsoft-azd-extensions-windows-arm64.zip"
685+
}
686+
}
513687
}
514688
]
515689
},
@@ -1070,6 +1244,80 @@
10701244
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.2-preview/azure-ai-agents-windows-arm64.zip"
10711245
}
10721246
}
1247+
},
1248+
{
1249+
"version": "0.1.3-preview",
1250+
"capabilities": [
1251+
"custom-commands",
1252+
"lifecycle-events",
1253+
"mcp-server",
1254+
"service-target-provider"
1255+
],
1256+
"providers": [
1257+
{
1258+
"name": "azure.ai.agent",
1259+
"type": "service-target",
1260+
"description": "Deploys agents to the Foundry Agent Service"
1261+
}
1262+
],
1263+
"usage": "azd ai agent \u003ccommand\u003e [options]",
1264+
"examples": [
1265+
{
1266+
"name": "init",
1267+
"description": "Initialize a new AI agent project.",
1268+
"usage": "azd ai agent init"
1269+
}
1270+
],
1271+
"artifacts": {
1272+
"darwin/amd64": {
1273+
"checksum": {
1274+
"algorithm": "sha256",
1275+
"value": "2b5a065bf221bf1df09c1db384daaecf1855156e6f0690fb3671bef4c026104c"
1276+
},
1277+
"entryPoint": "azure-ai-agents-darwin-amd64",
1278+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.3-preview/azure-ai-agents-darwin-amd64.zip"
1279+
},
1280+
"darwin/arm64": {
1281+
"checksum": {
1282+
"algorithm": "sha256",
1283+
"value": "b6df8f0aada9f1f942ca144301f915ab6a47dc5b0c9588a6f2eb5fa5df088e20"
1284+
},
1285+
"entryPoint": "azure-ai-agents-darwin-arm64",
1286+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.3-preview/azure-ai-agents-darwin-arm64.zip"
1287+
},
1288+
"linux/amd64": {
1289+
"checksum": {
1290+
"algorithm": "sha256",
1291+
"value": "ae1e4b6a9db29b878bdedbecb3fef542e10c166d8096ac4d8db10acb225f2821"
1292+
},
1293+
"entryPoint": "azure-ai-agents-linux-amd64",
1294+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.3-preview/azure-ai-agents-linux-amd64.tar.gz"
1295+
},
1296+
"linux/arm64": {
1297+
"checksum": {
1298+
"algorithm": "sha256",
1299+
"value": "e0b530151be2e212eae528fa05e9c18002d08f6aabec0ba599c3773e5ae0e808"
1300+
},
1301+
"entryPoint": "azure-ai-agents-linux-arm64",
1302+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.3-preview/azure-ai-agents-linux-arm64.tar.gz"
1303+
},
1304+
"windows/amd64": {
1305+
"checksum": {
1306+
"algorithm": "sha256",
1307+
"value": "88521aacfa86ef7c2291760c713a7c1ec4ad215aad3880949ed9c75cfaf3c97e"
1308+
},
1309+
"entryPoint": "azure-ai-agents-windows-amd64.exe",
1310+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.3-preview/azure-ai-agents-windows-amd64.zip"
1311+
},
1312+
"windows/arm64": {
1313+
"checksum": {
1314+
"algorithm": "sha256",
1315+
"value": "1faa940eb4bbe184a638d39ee9edfba645f0294b256c955a6b296874d41a04c6"
1316+
},
1317+
"entryPoint": "azure-ai-agents-windows-arm64.exe",
1318+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_0.1.3-preview/azure-ai-agents-windows-arm64.zip"
1319+
}
1320+
}
10731321
}
10741322
]
10751323
}

0 commit comments

Comments
 (0)