Juraj Petras
Juraj Petras
### AzureAppConfigurationBuilder uses hardcoded DefaultAzureCredential() to read Key Vault but should use existing GetCredential() [AzureAppConfigurationBuilder.cs](https://github.com/aspnet/MicrosoftConfigurationBuilders/blob/ea50da297ce168877f5121b8a1409b89698e2690/src/AzureAppConfig/AzureAppConfigurationBuilder.cs) always uses DefaultAzureCredential() when reading App Configuration `Key-value references` to `Key Vault`. It should use...
- Use GetCredential() for Key Vault readings and Add overload for SecretClientOptions in AzureAppConfigurationBuilder - This is fixing AzureAppConfigurationBuilder to read App Configuration Key-value references to Key Vault in the...