Copilot
Copilot
- [x] Update package.json dependencies (Vue 2→3, Vuex→Pinia, Vue Router 3→4, Vue I18n 8→9) - [x] Update main.js to use Vue 3 createApp syntax - [x] Convert store.js from Vuex...
# Pull Request ## Please add description for changes you are making GitHub Actions workflows that push tags were failing with permission errors when using a GitHub App token. The...
Properties defined within `allOf`/`anyOf`/`oneOf` composition constructs were rendered with incorrect header levels, breaking document hierarchy when schemas contain nested composition patterns. ## Problem For a schema like: ```json { "properties":...
The `build-notice.yml` pipeline generates an updated NOTICE.txt file but requires manual PR creation to commit changes back to the repository. **Changes:** - Added `create-pull-request.yml` template to automatically create PRs with...
The deprecated `azd login` and `azd logout` commands, previously hidden from help and issuing deprecation warnings, are now fully removed. Users must use `azd auth login` and `azd auth logout`....
This PR reverts the changes that attempted to decouple `ProjectConfig` from `provisioning.Options` by introducing a duplicate `InfraConfig` type. ## Reason for Revert Based on PR feedback, the original approach was...
## Implementation Plan for Environment Config Commands This PR implements three new commands to manage environment-specific configuration: - `azd env config get` - Get environment config values - `azd env...
Users had to discover `azd auth login --check-status` to check authentication status, which is unintuitive compared to CLIs like `gh` that use `auth status` subcommands. ## Changes - **New command**:...
`azd x init` generates extension projects with `changelog.md` instead of the standard `CHANGELOG.md` casing used throughout the Azure Developer CLI ecosystem. ## Changes Renamed template files in `cli/azd/extensions/microsoft.azd.extensions/internal/resources/languages/`: - `go/changelog.md`...
Consolidates and documents all environment variables used by azd for community visibility. Previously, only 11 variables were documented. ## Changes **Expanded documentation** (`cli/azd/docs/environment-variables.md`): - Added 45+ undocumented environment variables across...