If grep isnt found on the machine seems these lines report a 'grep' is not recognized as an internal or external command, operable program or batch file. log which is unclear: https://github.com/Azure/azure-sdk-tools/blob/main/tools/tsp-client/src/commands.ts#L489-L492
TODO: improve log message to clarify what info was searched for instead of just logging the grep not found error which can be confusing to windows users.
If grep isnt found on the machine seems these lines report a
'grep' is not recognized as an internal or external command, operable program or batch file.log which is unclear: https://github.com/Azure/azure-sdk-tools/blob/main/tools/tsp-client/src/commands.ts#L489-L492TODO: improve log message to clarify what info was searched for instead of just logging the grep not found error which can be confusing to windows users.