Skip to content

Commit 291dd9c

Browse files
authored
extension registry update for concurX 0.1.0 (#6709)
* fix security issue with playwright/test 1.49.1 (#6592) * update reg for concurX 0.1.0
1 parent 943f8fc commit 291dd9c

File tree

1 file changed

+62
-3
lines changed

1 file changed

+62
-3
lines changed

cli/azd/extensions/registry.json

Lines changed: 62 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2065,6 +2065,65 @@
20652065
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-microsoft-azd-concurx_0.0.2/microsoft-azd-concurx-windows-arm64.zip"
20662066
}
20672067
}
2068+
},
2069+
{
2070+
"version": "0.1.0",
2071+
"capabilities": [
2072+
"custom-commands",
2073+
"metadata"
2074+
],
2075+
"usage": "azd concurx \u003ccommand\u003e [options]",
2076+
"examples": null,
2077+
"artifacts": {
2078+
"darwin/amd64": {
2079+
"checksum": {
2080+
"algorithm": "sha256",
2081+
"value": "9e07a877dbc98e918a85e0da30d2dd6edf53203dccae613c44fa9ee5dd071720"
2082+
},
2083+
"entryPoint": "microsoft-azd-concurx-darwin-amd64",
2084+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-microsoft-azd-concurx_0.1.0/microsoft-azd-concurx-darwin-amd64.zip"
2085+
},
2086+
"darwin/arm64": {
2087+
"checksum": {
2088+
"algorithm": "sha256",
2089+
"value": "75635e244a56a8822ce523fbfb8d448b1ff6c18cbd00f7679535e7bc08c43435"
2090+
},
2091+
"entryPoint": "microsoft-azd-concurx-darwin-arm64",
2092+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-microsoft-azd-concurx_0.1.0/microsoft-azd-concurx-darwin-arm64.zip"
2093+
},
2094+
"linux/amd64": {
2095+
"checksum": {
2096+
"algorithm": "sha256",
2097+
"value": "35180086ea5b5c0b6fda8490a84dac3f4ab1d81afbf7ee326ee81dc46d28212c"
2098+
},
2099+
"entryPoint": "microsoft-azd-concurx-linux-amd64",
2100+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-microsoft-azd-concurx_0.1.0/microsoft-azd-concurx-linux-amd64.tar.gz"
2101+
},
2102+
"linux/arm64": {
2103+
"checksum": {
2104+
"algorithm": "sha256",
2105+
"value": "9d12aafa43c6dc5cfd2343a11b0a5cdfa4cc35ae3cf2fc65103b09a3711592f2"
2106+
},
2107+
"entryPoint": "microsoft-azd-concurx-linux-arm64",
2108+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-microsoft-azd-concurx_0.1.0/microsoft-azd-concurx-linux-arm64.tar.gz"
2109+
},
2110+
"windows/amd64": {
2111+
"checksum": {
2112+
"algorithm": "sha256",
2113+
"value": "1d1d49b72a50c15628e3960730be00b4aa70b0a33ce29ecbf586bf7236b617a6"
2114+
},
2115+
"entryPoint": "microsoft-azd-concurx-windows-amd64.exe",
2116+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-microsoft-azd-concurx_0.1.0/microsoft-azd-concurx-windows-amd64.zip"
2117+
},
2118+
"windows/arm64": {
2119+
"checksum": {
2120+
"algorithm": "sha256",
2121+
"value": "3ca2b2ec04eac82bcad707030b0763cdd4c8a7b19701bf359b87861e47055f0c"
2122+
},
2123+
"entryPoint": "microsoft-azd-concurx-windows-arm64.exe",
2124+
"url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-microsoft-azd-concurx_0.1.0/microsoft-azd-concurx-windows-arm64.zip"
2125+
}
2126+
}
20682127
}
20692128
]
20702129
},
@@ -2353,11 +2412,11 @@
23532412
}
23542413
},
23552414
{
2415+
"version": "0.0.12-preview",
23562416
"capabilities": [
23572417
"custom-commands",
23582418
"metadata"
23592419
],
2360-
"version": "0.0.12-preview",
23612420
"usage": "azd ai finetuning \u003ccommand\u003e [options]",
23622421
"examples": [
23632422
{
@@ -2423,11 +2482,11 @@
24232482
}
24242483
},
24252484
{
2485+
"version": "0.0.14-preview",
24262486
"capabilities": [
24272487
"custom-commands",
24282488
"metadata"
24292489
],
2430-
"version": "0.0.14-preview",
24312490
"usage": "azd ai finetuning \u003ccommand\u003e [options]",
24322491
"examples": [
24332492
{
@@ -2493,11 +2552,11 @@
24932552
}
24942553
},
24952554
{
2555+
"version": "0.0.16-preview",
24962556
"capabilities": [
24972557
"custom-commands",
24982558
"metadata"
24992559
],
2500-
"version": "0.0.16-preview",
25012560
"usage": "azd ai finetuning \u003ccommand\u003e [options]",
25022561
"examples": [
25032562
{

0 commit comments

Comments
 (0)