Copilot
Copilot
`azd config list` only shows currently set values, making it hard to discover available configuration options. This adds `azd config options` to list all possible config settings, including their corresponding...
## Feature: Add property-level change details to azd provision --preview for Bicep ### Summary Successfully implemented property-level change details for `azd provision --preview` when using Bicep, bringing it to feature...
Fix azd down to void deployment state even when resources are already deleted This PR addresses issue #6207 where `azd down` fails to void the deployment state when resource groups...
When reusing a Curl object instance, `CURLOPT_CUSTOMREQUEST` set by PUT/PATCH/DELETE persisted across requests, causing subsequent GET/POST requests to use incorrect methods or carry over POST data. ## Changes - **`get()`...
Multi-platform Docker builds fail on `linux/arm64` with "Exec format error" when executing `./obsidian.AppImage --appimage-extract`. This occurs because ARM64 binaries cannot execute on x86_64 build hosts during cross-compilation. ## Changes -...
Adds telemetry specification for lifecycle, buildpacks, and image extensions to emit OpenTelemetry traces during build operations as described in RFC #0131. ## Changes ### platform.md - **New Telemetry section** -...
**Dramatically reduce CI noise while improving debugging capabilities and subprocess management** ## Problem Statement CI builds in this repository generate excessive output (~10,000+ lines per job), making it difficult to:...
This PR addresses the vast majority of the 40 open issues in the repository with a comprehensive overhaul of the GlassIt-VSC extension. The changes transform the extension from having fundamental...
## Page Component Config Validation ### Implementation Plan - [x] Explore the codebase and understand validation system - [x] Create `PageValidator` class to validate page component configs - [x] Validate...
When patching nodes across 3+ branches, `PatchNodeCommand` incorrectly used the first branch in the list as the source instead of the current context branch (origin). This caused patches to propagate...