azure-dev icon indicating copy to clipboard operation
azure-dev copied to clipboard

Fix changelog casing in azd x init templates

Open Copilot opened this issue 2 months ago • 0 comments

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.mdgo/CHANGELOG.md
  • dotnet/changelog.mddotnet/CHANGELOG.md
  • python/changelog.mdpython/CHANGELOG.md

Since the copyAndProcessTemplates function preserves filenames during template instantiation, the embedded resources are copied as-is with their original casing.

[!WARNING]

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • aka.ms
    • Triggering command: /tmp/azd /tmp/azd x init --no-prompt --id test.extension --name Test Extension --capabilities custom-commands --language go --namespace test 0/term_unix.go nfig/composer/ve-lang=go1.23 -l internal/oauth/o-o -- 4608386/b055/flo-trimpath (dns block)
    • Triggering command: /tmp/azd /tmp/azd x build -goversion go1.25.5 -c=4 -nolocalimports -importcfg /tmp/go-build3534608386/b733/importcfg -pack /home/REDACTED/work/azure-dev/azure-dev/cli/azd/pkg/cosmosdb/cosmosdb.go 64/pkg/include ortc 8f9b/memfs.go 8f9b/options.go x_amd64/compile (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>azd x init generates a changelog.md with "incorrect" casing</issue_title> <issue_description>azd x init, when generating a Go extension, creates the change log as 'changelog.md', instead of 'CHANGELOG.md', which is the more standard casing. We should modify it to use the same casing that we use in all of our repos.

CC: @danieljurek </issue_description>

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

  • Fixes Azure/azure-dev#5890

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot avatar Dec 17 '25 20:12 Copilot