viveklingaiah
viveklingaiah
### Description Set-AzVMRunCommand, Set-AzVmssVMRunCommand cmdlets (RunCommand v2) are successors of cmdlets Invoke-AzVMRunCommand, Invoke-AzVmssVMRunCommand (RunCommand v1). Cmdlets Invoke-AzVMRunCommand, Invoke-AzVmssVMRunCommand support -ScriptPath parameter using which user can point to a local script...
### Description Issue: Output of Get-AzVMRunCommand does not display any other fields apart from Name and Location, which are not useful (because they are input itself). ASK: mentioned at the...
## ARM API Information (Control Plane) ### Changelog Add a changelog entry for this PR by answering the following questions: 1. What's the purpose of the update? - [ Yes]...
### Description - Set-AzVmRunCommand and Set-AzVMSSVMRunCommand cmdlets - Add optional scriptUriManagedIdentity, outputBlobManagedIdentity, errorBlobManagedIdentity parameters - REST API reference: (request body) https://learn.microsoft.com/en-us/rest/api/compute/virtual-machine-run-commands/create-or-update?tabs=HTTP#request-body - Swagger specs: https://github.com/Azure/azure-rest-api-specs/blob/55fc71748c6f51a049fb77aa162ca797aabfbae6/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2023-03-01/runCommand.json#L1254 -Please note where they appear...