Backend/azure: Update go-azure-sdk version to v0.20250131.1134653#36458
Conversation
Changelog WarningPlease move the changelog entry from |
…6458) * dependencies: update go-azure-sdk to v0.20250131.1134653 * Update backend test for Github and ADO to not rely on the env vars * Setting ado_pipeline_service_connection_id during provider config * Update doc * changelog
|
As I was recently informed, our policy is actually to not backport backend related changes aside from exceptional circumstances, such as vulnerability mitigation. I don't believe this change can be classified as exceptional circumstances. As a result, it will be part of v1.12 series. |
…6458) * dependencies: update go-azure-sdk to v0.20250131.1134653 * Update backend test for Github and ADO to not rely on the env vars * Setting ado_pipeline_service_connection_id during provider config * Update doc * changelog
….1134653 (#36680) * Backend/azure: Update go-azure-sdk version to v0.20250131.1134653 (#36458) * dependencies: update go-azure-sdk to v0.20250131.1134653 * Update backend test for Github and ADO to not rely on the env vars * Setting ado_pipeline_service_connection_id during provider config * Update doc * changelog * Move changelog to new dir structure --------- Co-authored-by: magodo <wztwcy@gmail.com>
|
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
This PR updates the
hashicorp/go-azure-sdkto versionv0.20250131.1134653, for the azure backend. The main reason for this update is to support ADO Pipelines OIDC auth via OIDC Request Token + URL + Service Connection ID, which will refresh the OIDC token if expired.More context can be found at:
azurermbackend OIDC (Workload Identity federation) authentication support for token refresh #35664 (comment)azurermbackend authentication upgrade to match provider #34322 (comment)Fixes #35664
Target Release
1.11.x
CHANGELOG entry
Test
Github Action
ADO Pipelines