From 44225726125e29640e6b9046c2dfe841e84177fb Mon Sep 17 00:00:00 2001 From: Feiyue Yu Date: Sun, 25 Apr 2021 10:49:29 +0800 Subject: [PATCH] {Compute} Edge zone --- src/azure-cli/azure/cli/command_modules/vm/_params.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/azure-cli/azure/cli/command_modules/vm/_params.py b/src/azure-cli/azure/cli/command_modules/vm/_params.py index 63093f4a57d..01723ce2dde 100644 --- a/src/azure-cli/azure/cli/command_modules/vm/_params.py +++ b/src/azure-cli/azure/cli/command_modules/vm/_params.py @@ -98,7 +98,7 @@ def load_arguments(self, _): ) edge_zone_type = CLIArgumentType( - help='Name of edge zone extended location.', + help='The name of edge zone.', min_api='2020-12-01', is_preview=True )