Skip to content

Commit 7b130c6

Browse files
authored
fix html tag lint (#8338)
1 parent 0b3a7b0 commit 7b130c6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/elastic-san/azext_elastic_san/aaz/latest/elastic_san/_list_sku.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def _build_arguments_schema(cls, *args, **kwargs):
4646
_args_schema = cls._args_schema
4747
_args_schema.filter = AAZStrArg(
4848
options=["--filter"],
49-
help="Specify $filter='location eq <location>' to filter on location.",
49+
help="Specify `$filter='location eq <location>'` to filter on location.",
5050
)
5151
return cls._args_schema
5252

src/elastic-san/azext_elastic_san/aaz/latest/elastic_san/volume/snapshot/_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def _build_arguments_schema(cls, *args, **kwargs):
7070
)
7171
_args_schema.filter = AAZStrArg(
7272
options=["--filter"],
73-
help="Specify $filter='volumeName eq <volume name>' to filter on volume.",
73+
help="Specify `$filter='volumeName eq <volume name>'` to filter on volume.",
7474
)
7575
return cls._args_schema
7676

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"azext.isPreview": true,
3-
"azext.minCliCoreVersion": "2.61.0"
3+
"azext.minCliCoreVersion": "2.67.0"
44
}

0 commit comments

Comments
 (0)