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 )