mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-03-02 06:40:16 +00:00
Automatic merge from submit-queue (batch tested with PRs 57380, 57758). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Split auth related config for Azure **What this PR does / why we need it**: Azure credential provider should not depend on cloud provider. This PR splits Azure config into auth related config and remaining. The auth related config could be reused by credential provider. Currently the credential provider depends on cloud provider directly, after this change it only depends on Azure SDK. **Which issue(s) this PR fixes**: Part of Issue #50752 'Cleanup for Azure credential provider' **Special notes for your reviewer**: **Release note**: ```release-note NONE ```