Daniel Jurek
Daniel Jurek
Migrate YAML to support `UseFederatedAuth` and `ServiceConnection`. Make sure cloud config default parameters include `ServiceConnection` Service connection names: * `azure-sdk-tests` * `usgov_azure-sdk-tests` * `china_azure-sdk-tests`
Includes updated configurations for sovereign cloud testing. Sovereign cloud testing pipelines pass (includes testing in public cloud): https://dev.azure.com/azure-sdk/internal/_build/results?buildId=3792708&view=results
Migrate YAML to support `UseFederatedAuth` and `ServiceConnection`. Make sure cloud config default parameters include `ServiceConnection` Service connection names: * `azure-sdk-tests` * `usgov_azure-sdk-tests` * `china_azure-sdk-tests`
Fixes [#5483](https://github.com/Azure/azure-sdk-for-cpp/issues/5483)
When releasing to vcpkg if the branch name collides with a previously used branch name the resulting vcpkg PR may have conflicts. Possible fixes: * Fail the release if the...