Skip to content

Conversation

@ReaNAiveD
Copy link
Member

Related command

azdev generate-breaking-change-report

Description

Previously, upcoming breaking changes weren’t detected when using extension names like redisenterprise instead of the expected azext_redisenterprise.
This update resolves the issue by using get_name_index to correctly map and support both naming formats.


This checklist is used to make sure that common guidelines for a pull request are followed.

  • pylint azdev --rcfile=.pylintrc -r n

  • flake8 --statistics --append-config=.flake8 azdev

@ReaNAiveD ReaNAiveD self-assigned this Oct 16, 2025
@azure-client-tools-bot-prd
Copy link

Hi @ReaNAiveD,
Please write the description of change into HISTORY.rst.
If you want to release a new azdev version, please update the VERSION in init.py as well.

Copy link

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

Adds support for resolving upcoming breaking changes when users specify extension short names (e.g., redisenterprise) instead of module names (e.g., azext_redisenterprise) by introducing a name index lookup.

  • Import get_name_index and build a name_index during collection
  • Map extension identifiers through name_index before processing breaking changes

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@ReaNAiveD ReaNAiveD merged commit f9ab62b into Azure:dev Oct 16, 2025
26 checks passed
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.

2 participants