Skip to content

Commit c52f7f0

Browse files
committed
network features
1 parent 6877357 commit c52f7f0

File tree

1 file changed

+1
-1
lines changed
  • src/azure-cli/azure/cli/command_modules/netappfiles

1 file changed

+1
-1
lines changed

src/azure-cli/azure/cli/command_modules/netappfiles/custom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ def _build_arguments_schema(cls, *args, **kwargs):
788788
required=False,
789789
)
790790
args_schema.shared_network_features = AAZStrArg(
791-
options=["--shared-network-features"],
791+
options=["--shared-network-features --network-features"],
792792
arg_group="Shared Volume",
793793
help="Network features available to the volumes in the volume group.",
794794
default="Basic",

0 commit comments

Comments
 (0)