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.47k stars 4.8k forks source link

Add capability to set all TestEnvironment endpoints through environment variables #2519

Closed markcowl closed 6 years ago

markcowl commented 8 years ago

Description

AzureStack requires custom endppints, enable setting all endpoints and token audiences.

Cost: 2

shahabhijeet commented 6 years ago

@markcowl can you clarify what is missing in our test framework that needs to be enabled. Currently our TestFramework provides a way to select TestEnvironment using the key-vaule pair Environment={EnvName} as documented here https://github.com/Azure/azure-sdk-for-net/blob/psSdkJson6/Documentation/Using-Azure-TestFramework.md#71-supported-keyvalue-pairs-in-connectionstring

shahabhijeet commented 6 years ago

Closing this issue, as the latest framework does have support for custom environments.