Skip to content

Commit f7370cc

Browse files
author
Rena Chen
committed
Remove trailing whitespaces
1 parent d1c44e9 commit f7370cc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/azure-cli/azure/cli/command_modules/batch/_breaking_change.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,32 @@
77

88
# Arguments
99
register_argument_deprecate(
10-
"az batch pool create",
10+
"az batch pool create",
1111
argument="--target-communication"
1212
)
1313

1414
# fixed with action=None but check with CLI team
1515
register_argument_deprecate(
16-
"az batch pool create",
16+
"az batch pool create",
1717
argument="--resource-tags"
1818
)
1919

2020
register_argument_deprecate(
21-
"az batch pool reset",
21+
"az batch pool reset",
2222
argument="--target-communication"
2323
)
2424
register_argument_deprecate(
25-
"az batch pool set",
25+
"az batch pool set",
2626
argument="--target-communication"
2727
)
2828

2929
# Outputs
3030
register_output_breaking_change(
31-
"batch pool show",
31+
"batch pool show",
3232
description="Remove output fields `targetNodeCommunicationMode`, `currentNodeCommunicationMode`, and `resourceTags`"
3333
)
3434

3535
register_output_breaking_change(
36-
"batch pool list",
36+
"batch pool list",
3737
description="Remove output fields `targetNodeCommunicationMode`, `currentNodeCommunicationMode`, and `resourceTags`"
3838
)

0 commit comments

Comments
 (0)