Skip to content

Commit ad493cb

Browse files
Add daily extension builds to storage with registry
Pipeline changes: - publish-extension-daily.yml — daily stage, depends on Sign, uploads to {ext-id}/daily and {ext-id}/daily/archive/{version} - publish-extension.yml — add CreateGitHubRelease param so daily can skip GitHub Release and just upload to storage - release-azd-extension.yml — wire daily publish for CI builds - update-extension-daily-registry.yml — calls Update-ExtensionDailyRegistry.ps1 to merge extension entry into registry-daily.json on storage - extension-registry-daily-template.json — JSON template with placeholders Version bumps: - Bump all extension version.txt and extension.yaml so daily builds are ahead of the last released versions Closes #7317 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a2db89a commit ad493cb

23 files changed

Lines changed: 313 additions & 148 deletions

File tree

cli/azd/extensions/azure.ai.agents/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ displayName: Foundry agents (Preview)
55
description: Ship agents with Microsoft Foundry from your terminal. (Preview)
66
usage: azd ai agent <command> [options]
77
# NOTE: Make sure version.txt is in sync with this version.
8-
version: 0.1.20-preview
8+
version: 0.1.21-preview
99
requiredAzdVersion: ">1.23.6"
1010
language: go
1111
capabilities:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.20-preview
1+
0.1.21-preview

cli/azd/extensions/azure.ai.finetune/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ namespace: ai.finetuning
33
displayName: Foundry Fine Tuning (Preview)
44
description: Extension for Foundry Fine Tuning. (Preview)
55
usage: azd ai finetuning <command> [options]
6-
version: 0.0.17-preview
6+
version: 0.0.18-preview
77
language: go
88
capabilities:
99
- custom-commands
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.17-preview
1+
0.0.18-preview

cli/azd/extensions/azure.ai.models/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ namespace: ai.models
33
displayName: Foundry Custom Models (Preview)
44
description: Extension for managing custom models in Azure AI Foundry. (Preview)
55
usage: azd ai models <command> [options]
6-
version: 0.0.5-preview
6+
version: 0.0.6-preview
77
language: go
88
capabilities:
99
- custom-commands
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.5-preview
1+
0.0.6-preview

cli/azd/extensions/azure.appservice/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ displayName: Azure App Service
55
description: Extension for managing Azure App Service resources.
66
usage: azd appservice <command> [options]
77
# NOTE: Make sure version.txt is in sync with this version.
8-
version: 0.1.0
8+
version: 0.1.1
99
language: go
1010
capabilities:
1111
- custom-commands
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.1.1

cli/azd/extensions/azure.coding-agent/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ language: go
88
namespace: coding-agent
99
usage: azd coding-agent <command> [options]
1010
# NOTE: Make sure version.txt is in sync with this version.
11-
version: 0.6.1
11+
version: 0.6.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.1
1+
0.6.2

0 commit comments

Comments
 (0)