Skip to content

Conversation

@DhritiJindal27
Copy link
Contributor

Description

This PR removes the preview flag from the pscloud extension, marking it as stable.

Changes Made

  • Set azext.isPreview to false in azext_metadata.json
  • Extension is now marked as stable instead of preview
  • Users no longer need the --allow-preview flag to install the extension

Files Modified

  • src/pscloud/azext_pscloud/azext_metadata.json (1 line changed)

Related Changes

This PR works in conjunction with the AAZ repository changes (PR #915) to completely remove preview status from the extension.

Note: Other pscloud improvements were already merged in PR #9488.

- Set azext.isPreview to false in azext_metadata.json
- Extension is now marked as stable instead of preview
- Users no longer need --allow-preview flag to install
Copilot AI review requested due to automatic review settings January 7, 2026 15:42
@azure-client-tools-bot-prd
Copy link

azure-client-tools-bot-prd bot commented Jan 7, 2026

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

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

Hi @DhritiJindal27,
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 Jan 7, 2026

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

@github-actions
Copy link

github-actions bot commented Jan 7, 2026

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

github-actions bot commented Jan 7, 2026

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 finalizes the promotion of the pscloud extension from preview to stable status by updating the metadata flag. This change allows users to install the extension without the --allow-preview flag.

  • Updates the azext.isPreview flag from true to false in the extension metadata
  • Completes the stable release transition (version 1.0.0 was already established in setup.py and HISTORY.rst)

@github-actions
Copy link

github-actions bot commented Jan 7, 2026

Hi @DhritiJindal27

Release Suggestions

Module: pscloud

  • Update VERSION to 1.0.1b1 in src/pscloud/setup.py
  • Set azext.isPreview to true in azext_metadata.json for pscloud

Notes

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