Skip to content

Commit 524a41f

Browse files
Update _create.py (Azure#7832)
Fix spelling mistake
1 parent f9e36a7 commit 524a41f

File tree

1 file changed

+1
-1
lines changed
  • src/maintenance/azext_maintenance/aaz/latest/maintenance/configuration

1 file changed

+1
-1
lines changed

src/maintenance/azext_maintenance/aaz/latest/maintenance/configuration/_create.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def _build_arguments_schema(cls, *args, **kwargs):
135135
)
136136
install_patches_windows_parameters.kb_numbers_to_include_list = AAZListArg(
137137
options=["kb-numbers-to-include-list"],
138-
singular_options=["kb-numbers-to-exclude"],
138+
singular_options=["kb-numbers-to-include"],
139139
help="Windows KBID to be included for patching.",
140140
)
141141

0 commit comments

Comments
 (0)