Skip to content

Commit 7014767

Browse files
authored
[azure.ai.toolboxes] Registry update for 1.0.0-beta.4 (#9274)
1 parent f0cac2e commit 7014767

1 file changed

Lines changed: 68 additions & 0 deletions

File tree

cli/azd/extensions/registry.json

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8820,6 +8820,74 @@
88208820
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-toolboxes_1.0.0-beta.3/azure-ai-toolboxes-windows-arm64.zip"
88218821
}
88228822
}
8823+
},
8824+
{
8825+
"version": "1.0.0-beta.4",
8826+
"requiredAzdVersion": ">=1.27.0",
8827+
"capabilities": [
8828+
"custom-commands",
8829+
"service-target-provider",
8830+
"metadata"
8831+
],
8832+
"providers": [
8833+
{
8834+
"name": "azure.ai.toolbox",
8835+
"type": "service-target",
8836+
"description": "Upserts Foundry toolboxes declared as azure.ai.toolbox services in azure.yaml"
8837+
}
8838+
],
8839+
"usage": "azd ai toolbox <command> [options]",
8840+
"examples": null,
8841+
"artifacts": {
8842+
"darwin/amd64": {
8843+
"checksum": {
8844+
"algorithm": "sha256",
8845+
"value": "b48f837f11260112236b18691f432ebf5ac1f1dd9b6e63214031d3c01a8235c0"
8846+
},
8847+
"entryPoint": "azure-ai-toolboxes-darwin-amd64",
8848+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-toolboxes_1.0.0-beta.4/azure-ai-toolboxes-darwin-amd64.zip"
8849+
},
8850+
"darwin/arm64": {
8851+
"checksum": {
8852+
"algorithm": "sha256",
8853+
"value": "6bf16ae06048bb13484e35670395c2e1bac59332ddfdac2c25cab373d7426fa8"
8854+
},
8855+
"entryPoint": "azure-ai-toolboxes-darwin-arm64",
8856+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-toolboxes_1.0.0-beta.4/azure-ai-toolboxes-darwin-arm64.zip"
8857+
},
8858+
"linux/amd64": {
8859+
"checksum": {
8860+
"algorithm": "sha256",
8861+
"value": "6cd9e7ef35f0cc6e5496871ebbea64f51c34bf3ed33fd3822d6611b4c8685435"
8862+
},
8863+
"entryPoint": "azure-ai-toolboxes-linux-amd64",
8864+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-toolboxes_1.0.0-beta.4/azure-ai-toolboxes-linux-amd64.tar.gz"
8865+
},
8866+
"linux/arm64": {
8867+
"checksum": {
8868+
"algorithm": "sha256",
8869+
"value": "bb2b9fb65b7f9d5725402553ac6ef6d8d8c646241612353575f3d17db496b27b"
8870+
},
8871+
"entryPoint": "azure-ai-toolboxes-linux-arm64",
8872+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-toolboxes_1.0.0-beta.4/azure-ai-toolboxes-linux-arm64.tar.gz"
8873+
},
8874+
"windows/amd64": {
8875+
"checksum": {
8876+
"algorithm": "sha256",
8877+
"value": "beee2ccd845b64b6319173dd19284e3c2259c1c579887a3d8937a6988cc1827f"
8878+
},
8879+
"entryPoint": "azure-ai-toolboxes-windows-amd64.exe",
8880+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-toolboxes_1.0.0-beta.4/azure-ai-toolboxes-windows-amd64.zip"
8881+
},
8882+
"windows/arm64": {
8883+
"checksum": {
8884+
"algorithm": "sha256",
8885+
"value": "918c6cfe51d3a430ab24220d2831da9415d38b4159935f0a4544b16bf54f7eaa"
8886+
},
8887+
"entryPoint": "azure-ai-toolboxes-windows-arm64.exe",
8888+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-toolboxes_1.0.0-beta.4/azure-ai-toolboxes-windows-arm64.zip"
8889+
}
8890+
}
88238891
}
88248892
],
88258893
"tags": [

0 commit comments

Comments
 (0)