Skip to content

Commit c9f44e1

Browse files
chore(demo-ext): release 0.7.0 (#9120)
Bump version.txt to 0.7.0 and add 0.7.0 CHANGELOG section covering copilot gRPC demo, provisioning/validation providers, Secret prompt option, and AI model lifecycle filtering. Fixes #9121
1 parent 398bcee commit c9f44e1

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

cli/azd/extensions/microsoft.azd.demo/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Release History
22

3+
## 0.7.0 (2026-07-13)
4+
5+
### Features Added
6+
7+
- [[#7172]](https://github.com/Azure/azure-dev/pull/7172) Add a `copilot` command demonstrating the `CopilotService` gRPC service for extension-to-agent interactions.
8+
- [[#7482]](https://github.com/Azure/azure-dev/pull/7482) Add a demo provisioning provider showcasing the extension framework's provisioning-provider capability.
9+
- [[#8656]](https://github.com/Azure/azure-dev/pull/8656) Add the validation-provider capability with a sample preflight validation check.
10+
- [[#9019]](https://github.com/Azure/azure-dev/pull/9019) Add a provider-agnostic provision validation check example.
11+
- [[#7982]](https://github.com/Azure/azure-dev/pull/7982) Add a `Secret` option to prompts for masked input.
12+
- [[#7536]](https://github.com/Azure/azure-dev/pull/7536) Filter out deprecated AI models and surface version-level lifecycle status in the `ai` commands.
13+
14+
### Bug Fixes
15+
16+
- [[#7080]](https://github.com/Azure/azure-dev/pull/7080) Use `UserTenantId` for credential resolution.
17+
318
## 0.6.0 (2026-03-04)
419

520
### Features Added
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0
1+
0.7.0

0 commit comments

Comments
 (0)