From f5784f96f7d1d47382fb841ff81b9eb8ef8274e1 Mon Sep 17 00:00:00 2001 From: Yishi Wang Date: Thu, 11 Mar 2021 11:33:09 +0800 Subject: [PATCH] GA peering (#3137) --- src/peering/HISTORY.rst | 3 +++ src/peering/azext_peering/azext_metadata.json | 1 - .../azext_peering/generated/commands.py | 21 +++++++------------ src/peering/setup.py | 2 +- 4 files changed, 12 insertions(+), 15 deletions(-) diff --git a/src/peering/HISTORY.rst b/src/peering/HISTORY.rst index abcd90d2e26..f5d78cdb5d2 100644 --- a/src/peering/HISTORY.rst +++ b/src/peering/HISTORY.rst @@ -2,6 +2,9 @@ Release History =============== +0.2.1 +++++++ +* GA. 0.2.0 ++++++ diff --git a/src/peering/azext_peering/azext_metadata.json b/src/peering/azext_peering/azext_metadata.json index 13025150393..587a1ed232f 100644 --- a/src/peering/azext_peering/azext_metadata.json +++ b/src/peering/azext_peering/azext_metadata.json @@ -1,4 +1,3 @@ { - "azext.isExperimental": true, "azext.minCliCoreVersion": "2.3.1" } \ No newline at end of file diff --git a/src/peering/azext_peering/generated/commands.py b/src/peering/azext_peering/generated/commands.py index 6b8edd10521..770e657ab46 100644 --- a/src/peering/azext_peering/generated/commands.py +++ b/src/peering/azext_peering/generated/commands.py @@ -19,15 +19,14 @@ def load_command_table(self, _): operations_tmpl='azext_peering.vendored_sdks.peering.operations._legacy_peering_operations#LegacyPeeringOperati' 'ons.{}', client_factory=cf_legacy_peering) - with self.command_group('peering legacy', peering_legacy_peering, client_factory=cf_legacy_peering, - is_experimental=True) as g: + with self.command_group('peering legacy', peering_legacy_peering, client_factory=cf_legacy_peering) as g: g.custom_command('list', 'peering_legacy_list') from azext_peering.generated._client_factory import cf_peer_asn peering_peer_asn = CliCommandType( operations_tmpl='azext_peering.vendored_sdks.peering.operations._peer_asn_operations#PeerAsnOperations.{}', client_factory=cf_peer_asn) - with self.command_group('peering asn', peering_peer_asn, client_factory=cf_peer_asn, is_experimental=True) as g: + with self.command_group('peering asn', peering_peer_asn, client_factory=cf_peer_asn) as g: g.custom_command('list', 'peering_asn_list') g.custom_show_command('show', 'peering_asn_show') g.custom_command('create', 'peering_asn_create') @@ -38,8 +37,7 @@ def load_command_table(self, _): operations_tmpl='azext_peering.vendored_sdks.peering.operations._peering_location_operations#PeeringLocationOpe' 'rations.{}', client_factory=cf_peering_location) - with self.command_group('peering location', peering_peering_location, client_factory=cf_peering_location, - is_experimental=True) as g: + with self.command_group('peering location', peering_peering_location, client_factory=cf_peering_location) as g: g.custom_command('list', 'peering_location_list') from azext_peering.generated._client_factory import cf_registered_asn @@ -47,8 +45,7 @@ def load_command_table(self, _): operations_tmpl='azext_peering.vendored_sdks.peering.operations._registered_asn_operations#RegisteredAsnOperati' 'ons.{}', client_factory=cf_registered_asn) - with self.command_group('peering registered-asn', peering_registered_asn, client_factory=cf_registered_asn, - is_experimental=True) as g: + with self.command_group('peering registered-asn', peering_registered_asn, client_factory=cf_registered_asn) as g: g.custom_command('list', 'peering_registered_asn_list') g.custom_show_command('show', 'peering_registered_asn_show') g.custom_command('create', 'peering_registered_asn_create') @@ -61,7 +58,7 @@ def load_command_table(self, _): 'perations.{}', client_factory=cf_registered_prefix) with self.command_group('peering registered-prefix', peering_registered_prefix, - client_factory=cf_registered_prefix, is_experimental=True) as g: + client_factory=cf_registered_prefix) as g: g.custom_command('list', 'peering_registered_prefix_list') g.custom_show_command('show', 'peering_registered_prefix_show') g.custom_command('create', 'peering_registered_prefix_create') @@ -72,7 +69,7 @@ def load_command_table(self, _): peering_peering = CliCommandType( operations_tmpl='azext_peering.vendored_sdks.peering.operations._peering_operations#PeeringOperations.{}', client_factory=cf_peering) - with self.command_group('peering peering', peering_peering, client_factory=cf_peering, is_experimental=True) as g: + with self.command_group('peering peering', peering_peering, client_factory=cf_peering) as g: g.custom_command('list', 'peering_peering_list') g.custom_show_command('show', 'peering_peering_show') g.custom_command('create', 'peering_peering_create') @@ -84,8 +81,7 @@ def load_command_table(self, _): operations_tmpl='azext_peering.vendored_sdks.peering.operations._received_route_operations#ReceivedRouteOperati' 'ons.{}', client_factory=cf_received_route) - with self.command_group('peering received-route', peering_received_route, client_factory=cf_received_route, - is_experimental=True) as g: + with self.command_group('peering received-route', peering_received_route, client_factory=cf_received_route) as g: g.custom_command('list', 'peering_received_route_list') from azext_peering.generated._client_factory import cf_peering_service_country @@ -131,8 +127,7 @@ def load_command_table(self, _): operations_tmpl='azext_peering.vendored_sdks.peering.operations._peering_service_operations#PeeringServiceOpera' 'tions.{}', client_factory=cf_peering_service) - with self.command_group('peering service', peering_peering_service, client_factory=cf_peering_service, - is_experimental=True) as g: + with self.command_group('peering service', peering_peering_service, client_factory=cf_peering_service) as g: g.custom_command('list', 'peering_service_list') g.custom_show_command('show', 'peering_service_show') g.custom_command('create', 'peering_service_create') diff --git a/src/peering/setup.py b/src/peering/setup.py index c46297b8a14..2d7688b2cb1 100644 --- a/src/peering/setup.py +++ b/src/peering/setup.py @@ -11,7 +11,7 @@ # TODO: Confirm this is the right version number you want and it matches your # HISTORY.rst entry. -VERSION = '0.2.0' +VERSION = '0.2.1' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers