From 923541e6d09f5d843c2bcee696a30d0d63ccb5db Mon Sep 17 00:00:00 2001 From: SaurabhSharma-MSFT <38112130+SaurabhSharma-MSFT@users.noreply.github.com> Date: Sun, 2 Oct 2022 16:03:46 -0700 Subject: [PATCH] Add description for ScriptString parameter (#19725) * Exposed `PausedDate` and `ResumedDate` for cmdlet `Get-AzSqlDatabase` * Update ScriptString parameter description Update ScriptString parameter description. Fixes. Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com> --- src/Compute/Compute/help/Invoke-AzVMRunCommand.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Compute/Compute/help/Invoke-AzVMRunCommand.md b/src/Compute/Compute/help/Invoke-AzVMRunCommand.md index 0818592603ea..298b3de34790 100644 --- a/src/Compute/Compute/help/Invoke-AzVMRunCommand.md +++ b/src/Compute/Compute/help/Invoke-AzVMRunCommand.md @@ -170,7 +170,7 @@ Accept wildcard characters: False ``` ### -ScriptString -{{ Fill ScriptString Description }} +The script to be executed as a string. ```yaml Type: System.String