зеркало из https://github.com/Azure/ARO-RP.git
bump az to 1.0.0
This commit is contained in:
Родитель
7cb7fa1093
Коммит
cddbd8f12e
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче