There was an error while loading. Please reload this page.
1 parent 6076416 commit e95ac27Copy full SHA for e95ac27
1 file changed
doc/adding_new_scripts.md
@@ -40,9 +40,9 @@ Log functions:
40
- There is a way to test local scripts with the CLI 'vm repair run' command
41
```
42
# Run directly on the VM
43
-az vm repair run -g MyResourceGroup -n MySourceWinVM --custom-run-file /folder/file.ps1 --verbose
+az vm repair run -g MyResourceGroup -n MySourceWinVM --custom-script-file /folder/file.ps1 --verbose
44
# Run on linked repair VM
45
-az vm repair run -g MyResourceGroup -n MyWinVM --custom-run-file /folder/file.ps1 --run-on-repair --verbose
+az vm repair run -g MyResourceGroup -n MyWinVM --custom-script-file /folder/file.ps1 --run-on-repair --verbose
46
47
- Note that <b>parameter passing does not work</b> for local testing yet and script will throw error if done so.
48
0 commit comments