Skip to content

Commit 7640aec

Browse files
committed
trigger
1 parent 4bf9ff3 commit 7640aec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/azure-cli/azure/cli/command_modules/monitor/operations/log_analytics_workspace.py

+1
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ class WorkspaceTableSearchJobCancel(_WorkspaceTableSearchJobCancel):
240240
def pre_operations(self):
241241
args = self.ctx.args
242242
table_name = args.table_name.to_serialized_data()
243+
243244
if table_name and not table_name.endswith("_SRCH"):
244245
raise InvalidArgumentValueError('usage: The table name needs to end with _SRCH')
245246

0 commit comments

Comments
 (0)