Skip to content

Commit 744e96c

Browse files
committed
zone
1 parent 5103af8 commit 744e96c

File tree

3 files changed

+1088
-186
lines changed

3 files changed

+1088
-186
lines changed

src/azure-cli/azure/cli/command_modules/network/_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ def load_arguments(self, _):
447447
c.argument('request', help='Query inbound NAT rule port mapping request.', action=AddMappingRequest, nargs='*')
448448

449449
with self.argument_context('network lb create') as c:
450-
c.argument('frontend_ip_zone', zone_type, options_list=['--frontend-ip-zone'], help='used to create internal facing Load balancer')
450+
c.argument('frontend_ip_zone', zones_type, options_list=['--frontend-ip-zone'], help='used to create internal facing Load balancer')
451451
c.argument('validate', help='Generate and validate the ARM template without creating any resources.', action='store_true')
452452
c.argument('sku', help='Load balancer SKU', arg_type=get_enum_type(['Basic', 'Gateway', 'Standard'], default='Standard'))
453453
c.argument('edge_zone', edge_zone)

0 commit comments

Comments
 (0)