You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: cli/azd/extensions/microsoft.azd.demo/CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
1
1
# Release History
2
2
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.
0 commit comments