You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Management-Utilities/Workload-Factory-API-Samples/README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,16 @@ To run these scripts, you need to have the following prerequisites:
11
11
- The `curl` command-line tool installed.
12
12
- The `jq` command-line JSON processor installed. You can install it using your package manager, e.g., `apt-get install jq` on Debian/Ubuntu or `brew install jq` on macOS.
13
13
14
-
Hopefully with these samples you'll be able to create your own scripts that use any the Workload Factory APIs.
15
-
If you do create a new script, please consider contributing it back to this repository so that others can benefit from it.
16
-
17
-
Note that all scripts allow you to set environment variables to pass options instead of having to use the
14
+
## Notes:
15
+
- All scripts allow you to set environment variables to pass options instead of having to use the
18
16
command line options. For example, instead of using the `-t` option to pass the
0 commit comments