File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/azure-cli/azure/cli/command_modules/batch Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 77
88# Arguments
99register_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
1515register_argument_deprecate (
16- "az batch pool create" ,
16+ "az batch pool create" ,
1717 argument = "--resource-tags"
1818)
1919
2020register_argument_deprecate (
21- "az batch pool reset" ,
21+ "az batch pool reset" ,
2222 argument = "--target-communication"
2323)
2424register_argument_deprecate (
25- "az batch pool set" ,
25+ "az batch pool set" ,
2626 argument = "--target-communication"
2727)
2828
2929# Outputs
3030register_output_breaking_change (
31- "batch pool show" ,
31+ "batch pool show" ,
3232 description = "Remove output fields `targetNodeCommunicationMode`, `currentNodeCommunicationMode`, and `resourceTags`"
3333)
3434
3535register_output_breaking_change (
36- "batch pool list" ,
36+ "batch pool list" ,
3737 description = "Remove output fields `targetNodeCommunicationMode`, `currentNodeCommunicationMode`, and `resourceTags`"
3838)
You can’t perform that action at this time.
0 commit comments