Skip to content

Create changelog for azd 1.23.12#7276

Open
Copilot wants to merge 3 commits intomainfrom
copilot/create-changelog-1-23-12
Open

Create changelog for azd 1.23.12#7276
Copilot wants to merge 3 commits intomainfrom
copilot/create-changelog-1-23-12

Conversation

Copy link
Contributor

Copilot AI commented Mar 24, 2026

Prepares the 1.23.12 stable release by updating the version and changelog.

Changes

Original prompt

This section details on the original issue you should resolve

<issue_title>Create changelog for 1.23.12</issue_title>
<issue_description></issue_description>

Comments on the Issue (you are @copilot in this section)


📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/f2c4a2e9-4930-40fb-86bc-0ccc5a97b4de
Copilot AI changed the title [WIP] Add changelog for version 1.23.12 Create changelog for azd 1.23.12 Mar 24, 2026
Copilot AI requested a review from rajeshkamal5050 March 24, 2026 06:55
@rajeshkamal5050
Copy link
Contributor

@copilot remove #7232

Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/558ba509-e26a-4bc4-865d-18f602ced2dd
Copy link
Contributor Author

Copilot AI commented Mar 24, 2026

@copilot remove #7232

Done — removed #7232 from the 1.23.12 changelog in bdc2704.

@rajeshkamal5050 rajeshkamal5050 marked this pull request as ready for review March 24, 2026 07:16
Copilot AI review requested due to automatic review settings March 24, 2026 07:16
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Prepares the azd 1.23.12 stable release by updating the CLI version and adding the corresponding release notes to the core changelog.

Changes:

  • Set cli/version.txt to 1.23.12.
  • Add a new ## 1.23.12 (2026-03-24) section to cli/azd/CHANGELOG.md with the key fixes/changes included in this patch.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
cli/version.txt Sets the CLI version string to 1.23.12 for the release.
cli/azd/CHANGELOG.md Adds the 1.23.12 release notes (bug fix + telemetry-related changes).

@@ -1 +1 @@
1.24.0-beta.1
1.23.12
Copy link

Copilot AI Mar 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cli/version.txt is moving from 1.24.0-beta.1 to 1.23.12, which is a SemVer downgrade. If this PR is intended to merge into main, this will also change CI-produced prerelease builds (e.g., -daily.<BuildId> from eng/scripts/Set-CliVersionInBuild.ps1) to be based on 1.23.12, potentially regressing the daily channel/version ordering. Please confirm this targets the correct release branch, or plan a follow-up bump back to the next beta on main immediately after the 1.23.12 release cut.

Suggested change
1.23.12
1.24.0-beta.1

Copilot uses AI. Check for mistakes.

### Bugs Fixed

- [[#7274]](https://github.com/Azure/azure-dev/pull/7274) Revert env-flag change from v1.23.11 to fix regression where the `-e` shorthand for `--environment` conflicted with extension commands that use `-e` for their own flags (e.g., `--project-endpoint` in `azure.ai.models` and `azure.ai.finetune`), restoring compatibility with those extensions.
Copy link

Copilot AI Mar 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The #7274 entry explains the -e shorthand conflict, but it doesn’t clearly call out that this revert also backs out the behavior change from #7035 (the 1.23.11 fix for env var leakage when specifying a different environment). Consider adding a brief clause about what user-visible behavior is restored/regressed (e.g., extension -e flags work again, and the earlier -e-related env var isolation fix is reverted) to avoid confusion when reading 1.23.11 vs 1.23.12 notes.

Suggested change
- [[#7274]](https://github.com/Azure/azure-dev/pull/7274) Revert env-flag change from v1.23.11 to fix regression where the `-e` shorthand for `--environment` conflicted with extension commands that use `-e` for their own flags (e.g., `--project-endpoint` in `azure.ai.models` and `azure.ai.finetune`), restoring compatibility with those extensions.
- [[#7274]](https://github.com/Azure/azure-dev/pull/7274) Revert env-flag change from v1.23.11 to fix regression where the `-e` shorthand for `--environment` conflicted with extension commands that use `-e` for their own flags (e.g., `--project-endpoint` in `azure.ai.models` and `azure.ai.finetune`), restoring compatibility with those extensions but also reverting the `#7035` 1.23.11 fix so default environment variables may again leak into extension processes when using `-e` to select a different environment.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create changelog for 1.23.12

3 participants