Skip to content

Revert "Removing Neon Reference from Index.json as part of Neon CLI Deprecation"#9690

Open
necusjz wants to merge 1 commit intomainfrom
revert-9661-users/pgnanashekar/neon-CLI-Deprecation
Open

Revert "Removing Neon Reference from Index.json as part of Neon CLI Deprecation"#9690
necusjz wants to merge 1 commit intomainfrom
revert-9661-users/pgnanashekar/neon-CLI-Deprecation

Conversation

@necusjz
Copy link
Member

@necusjz necusjz commented Mar 17, 2026

Reverts #9661

it will cause ci failed in other pull requests, e.g.,
image

@necusjz necusjz requested a review from kairu-ms as a code owner March 17, 2026 00:33
Copilot AI review requested due to automatic review settings March 17, 2026 00:33
@azure-client-tools-bot-prd
Copy link

azure-client-tools-bot-prd bot commented Mar 17, 2026

️✔️Azure CLI Extensions Breaking Change Test
️✔️Non Breaking Changes

@azure-client-tools-bot-prd
Copy link

Hi @necusjz,
Please write the description of changes which can be perceived by customers into HISTORY.rst.
If you want to release a new extension version, please update the version in setup.py as well.

@yonzhan
Copy link
Collaborator

yonzhan commented Mar 17, 2026

Thank you for your contribution! We will review the pull request and get back to you soon.

@github-actions
Copy link
Contributor

The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR.

Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions).
After that please run the following commands to enable git hooks:

pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>

@github-actions
Copy link
Contributor

CodeGen Tools Feedback Collection

Thank you for using our CodeGen tool. We value your feedback, and we would like to know how we can improve our product. Please take a few minutes to fill our codegen survey

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

This PR reverts the earlier removal of the neon Azure CLI extension from the central src/index.json extension index to unblock CI in other pull requests, and also rolls back a runtime deprecation warning emitted by the Neon extension loader.

Changes:

  • Re-add the neon extension entries (multiple published wheel versions) to src/index.json.
  • Remove the Neon extension loader’s deprecation warning log and its associated logging setup.

Reviewed changes

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

File Description
src/neon/azext_neon/__init__.py Stops emitting a deprecation warning during command table load (and removes now-unneeded logging code).
src/index.json Restores the neon extension block in the extension index to resolve downstream CI failures relying on it.

Comment on lines 21 to 22
def load_command_table(self, args):
logger.warning(_DEPRECATION_WARNING)
from azext_neon.commands import load_command_table
@github-actions
Copy link
Contributor

Hi @necusjz

Release Suggestions

Module: neon

  • Please log updates into to src/neon/HISTORY.rst
  • Update VERSION to 1.0.0b1 in src/neon/setup.py

Notes

@necusjz necusjz force-pushed the revert-9661-users/pgnanashekar/neon-CLI-Deprecation branch from 152ef4c to 18fa99c Compare March 17, 2026 03:06
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.

3 participants