From 633c339a2fcadba5ff9c0c0aaea9549ec7d89ed6 Mon Sep 17 00:00:00 2001 From: Danica Du Date: Fri, 7 Aug 2026 09:41:32 -0700 Subject: [PATCH] Remove preview flag from discovery extension (1.0.2) - 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> --- src/discovery/HISTORY.rst | 4 ++++ src/discovery/azext_discovery/azext_metadata.json | 1 - src/discovery/setup.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/discovery/HISTORY.rst b/src/discovery/HISTORY.rst index 84fe1482ec5..b0bfb25f412 100644 --- a/src/discovery/HISTORY.rst +++ b/src/discovery/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +1.0.2 +++++++ +* Remove preview flag from extension metadata. + 1.0.1 ++++++ * Promote to stable version. diff --git a/src/discovery/azext_discovery/azext_metadata.json b/src/discovery/azext_discovery/azext_metadata.json index 71889bb136b..06012c7c942 100644 --- a/src/discovery/azext_discovery/azext_metadata.json +++ b/src/discovery/azext_discovery/azext_metadata.json @@ -1,4 +1,3 @@ { - "azext.isPreview": true, "azext.minCliCoreVersion": "2.75.0" } \ No newline at end of file diff --git a/src/discovery/setup.py b/src/discovery/setup.py index c707e0501e1..b6a56e8f027 100644 --- a/src/discovery/setup.py +++ b/src/discovery/setup.py @@ -10,7 +10,7 @@ # HISTORY.rst entry. -VERSION = '1.0.1' +VERSION = '1.0.2' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers