Skip to content

Commit

Permalink
Issue Azure#157 - Update scripts documentation (Azure#158)
Browse files Browse the repository at this point in the history
Update scripts documentation (Issue Azure#157)
Update docs/onboarding/azure-devops-scripts.md
Co-authored-by: Senthuran Sivananthan <senthuran.sivananthan@microsoft.com>
  • Loading branch information
skeeler authored Feb 7, 2022
1 parent b628c68 commit d7d5257
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/onboarding/azure-devops-scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ Git for Windows includes Unix utilities (e.g. `cut`, `tr`, etc.) that are used b

Verify that the path to these utilities is included in the `echo %PATH%` output, i.e. it must be part of your system path or user environment path for the user running these scripts. The default installation location for these files is `C:\Program Files\Git\usr\bin`.

> NOTE: In addition to ensuring the path to these utilities is included in your `%PATH%`, you should also verify that it precedes the `C:\Windows\System32` path. This is due to a conflict with the Linux version of the `sort.exe` utility and the Windows version of the `sort.exe` utility. The following script files invoke `sort.exe` and expect the Linux version: `delete-management-groups.bat` and `list-management-groups.bat`.
---

## Required Permissions
Expand Down

0 comments on commit d7d5257

Please sign in to comment.