This commit is contained in:
Jim Minter 2020-04-24 19:38:05 -05:00
Родитель 7cb7fa1093
Коммит cddbd8f12e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 0730CBDA10D1A2D3
4 изменённых файлов: 7 добавлений и 4 удалений

Просмотреть файл

@ -21,3 +21,7 @@ Release History
0.4.0
++++++
* Default worker VM size to Standard_D4s_v3.
1.0.0
++++++
* Remove preview flag.

Просмотреть файл

@ -1,5 +1,4 @@
{
"azext.isPreview": true,
"azext.minCliCoreVersion": "2.0.67",
"version": "0.4.0"
"version": "1.0.0"
}

Просмотреть файл

@ -13,7 +13,7 @@ def load_command_table(self, _):
operations_tmpl='azext_aro.vendored_sdks.azure.mgmt.redhatopenshift.v2020_04_30.operations#OpenShiftClustersOperations.{}', # pylint: disable=line-too-long
client_factory=cf_aro)
with self.command_group('aro', aro_sdk, client_factory=cf_aro, is_preview=True) as g:
with self.command_group('aro', aro_sdk, client_factory=cf_aro) as g:
g.custom_command('create', 'aro_create', supports_no_wait=True)
g.custom_command('delete', 'aro_delete', supports_no_wait=True, confirmation=True)
g.custom_command('list', 'aro_list', table_transformer=aro_list_table_format)

Просмотреть файл

@ -11,7 +11,7 @@ except ImportError:
from distutils import log as logger
logger.warn("Wheel is not available, disabling bdist_wheel hook")
VERSION = '0.4.0'
VERSION = '1.0.0'
# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers