Skip to content

Commit b344d6b

Browse files
authored
fixhtmltaglint (#8344)
1 parent 7b130c6 commit b344d6b

File tree

1 file changed

+1
-1
lines changed
  • src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/device

1 file changed

+1
-1
lines changed

src/managednetworkfabric/azext_managednetworkfabric/aaz/latest/networkfabric/device/_update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def _build_arguments_schema(cls, *args, **kwargs):
7878
_args_schema.host_name = AAZStrArg(
7979
options=["--host-name"],
8080
arg_group="Properties",
81-
help="The Host Name of the device. All Network Device names should follow the format <Fabric Name>-<Rack Type>-<Device Type>. Example: AustinNF-AR-CE1.",
81+
help="The Host Name of the device. All Network Device names should follow the format `<Fabric Name>-<Rack Type>-<Device Type>`. Example: AustinNF-AR-CE1.",
8282
fmt=AAZStrArgFormat(
8383
min_length=1,
8484
),

0 commit comments

Comments
 (0)