azure-sdk-for-cpp/eng/common
Azure SDK Bot 7a3f332491
Sync eng/common directory with azure-sdk-tools for PR 12532 (#6800)
* Change logging functions to use Write-Host

Change logging helpers to always write to host and either set color or use devops/gh formatting.

We do not want to use Write-Error or Write-Warning directly because they can stop the script or not depending on preferences which makes it difficult to ensure local runs of scripts work the same as in the pipelines. So, we should never depend on these logging commands to cause a script to stop execution.

* Clean up error handling in CommandInvocation-Helpers

Removed legacy error handling for command failures.

* Fix error logging for command execution

* Add option to skip exiting

---------

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
2025-10-22 09:45:26 -07:00
..
docgeneration Sync eng/common directory with azure-sdk-tools for PR 9652 (#6361) 2025-01-21 08:55:49 -08:00
instructions/azsdk-tools Sync eng/common directory with azure-sdk-tools for PR 12501 (#6791) 2025-10-15 14:17:17 -04:00
mcp Log output from mcp installer script as json-rpc (#6757) 2025-09-30 10:21:11 -07:00
pipelines Sync eng/common directory with azure-sdk-tools for PR 12478 (#6793) 2025-10-20 09:49:40 -07:00
scripts Sync eng/common directory with azure-sdk-tools for PR 12532 (#6800) 2025-10-22 09:45:26 -07:00
spelling Sync eng/common directory with azure-sdk-tools for PR 11330 (#6683) 2025-08-11 11:51:32 -07:00
testproxy bump the used proxy version to one that includes the optimizations and fixes necessary to enable the java openai tests (#6759) 2025-10-01 11:03:07 -07:00
TestResources Remove extraneous unconditional bicep invocation (#6799) 2025-10-21 14:23:17 -07:00
tsp-client Bump @azure-tools/typespec-client-generator-cli (#6784) 2025-10-13 16:23:47 -07:00
README.md

Common Engineering System

Updates under this directory should only be made in the azure-sdk-tools repo as any changes under this directory outside of that repo will end up getting overwritten with future updates. For information about making updates see common engineering system docs