Skip to content

Commit d224c27

Browse files
committed
Fix
1 parent a733b24 commit d224c27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ServiceManagement/Compute/Commands.ServiceManagement.Preview/Automation/Generate-FunctionCommand.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ function Generate-CliFunctionCommandImpl
261261
$code += " .execute(function(options, _) {" + $NEW_LINE;
262262

263263
$output_content = $param_object_comment.Replace("`"", "\`"");
264+
$code += " cli.output.info(_);" + $NEW_LINE;
264265
$code += " cli.output.info(`'" + $output_content + "`');" + $NEW_LINE;
265266

266267
$file_content = $param_object_comment_no_compress.Replace($NEW_LINE, "\r\n").Replace("`r", "\r").Replace("`n", "\n");

0 commit comments

Comments
 (0)