Azure / azure-sdk-for-net

This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
MIT License
5.17k stars 4.53k forks source link

[FEATURE REQ] Adding AzureClouds and env var AZURE_CLOUD support in azure-core #43253

Open xiangyan99 opened 3 months ago

xiangyan99 commented 3 months ago

Library name

azure.core

Please describe the feature.

We are proposing to improve the cloud setting experience for our SDK. You can find the proposal here: Identity improvement proposal to add default cloud settings (github.com)

As part of it, we want to add a new enum AzureClouds and a new environment variable AZURE_CLOUD. This is the proposed azure-core change for Python: azure_cloud_setting by xiangyan99 · Pull Request #30825 · Azure/azure-sdk-for-python (github.com)

jsquire commented 3 months ago

Will discuss with the architects and wider Core team for triage when time allows.