Skip to content

Remove preview flag from discovery extension (1.0.2) - #10192

Open
Danica Du (danica-du) wants to merge 1 commit into
Azure:mainfrom
danica-du:discovery-remove-preview
Open

Remove preview flag from discovery extension (1.0.2)#10192
Danica Du (danica-du) wants to merge 1 commit into
Azure:mainfrom
danica-du:discovery-remove-preview

Conversation

@danica-du

@danica-du Danica Du (danica-du) commented Aug 7, 2026

Copy link
Copy Markdown
Member

🤖 PR Validation — ️✔️ All clear

Breaking Changes
️✔️ None
  • Remove azext.isPreview from azext_metadata.json
  • Bump version to 1.0.2 to trigger new release
  • Extension is GA; preview flag was a leftover from code generation

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

Related command

az discovery

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally? (pip install azdev required)
  • My extension version conforms to the Extension version schema

For new extensions:

About Extension Publish

There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update src/index.json automatically.
You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify src/index.json.

- Remove azext.isPreview from azext_metadata.json
- Bump version to 1.0.2 to trigger new release
- Extension is GA; preview flag was a leftover from code generation

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI lite review requested due to automatic review settings August 7, 2026 16:42
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 discovery Azure CLI extension’s GA status by removing the leftover preview flag from extension metadata and bumping the extension version to trigger a new release.

Changes:

  • Remove azext.isPreview from azext_metadata.json.
  • Bump extension version from 1.0.1 to 1.0.2.
  • Add a 1.0.2 entry to HISTORY.rst documenting the change.

Reviewed changes

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

File Description
src/discovery/setup.py Bumps extension package version to 1.0.2 for release.
src/discovery/HISTORY.rst Adds release notes for 1.0.2.
src/discovery/azext_discovery/azext_metadata.json Removes the preview metadata flag, leaving only the minimum CLI core version.

@a0x1ab

Copy link
Copy Markdown
Member

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 2 pipeline(s).

@yonzhan

Copy link
Copy Markdown
Collaborator

discovery

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.

5 participants