Azure CLI

This commit is contained in:
Gerben Jan Dijkman
2021-07-08 23:46:26 +02:00
parent 3526116b43
commit fe9e6c94cf
4 changed files with 429 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- azure-cli-2.21.0.a/azure/cli/command_modules/util/commands.py 2021-03-19 06:54:29.000000000 +0100
+++ azure-cli-2.21.0.b/azure/cli/command_modules/util/commands.py 2021-04-05 16:50:42.425805243 +0200
@@ -12,8 +12,5 @@
with self.command_group('') as g:
g.custom_command('version', 'show_version')
- with self.command_group('') as g:
- g.custom_command('upgrade', 'upgrade_version', is_preview=True)
-
with self.command_group('demo', deprecate_info=g.deprecate(hide=True)) as g:
g.custom_command('style', 'demo_style')