We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54a565 commit b84d2f1Copy full SHA for b84d2f1
src/AzureOpenAIProxy.ApiApp/Configurations/KeyVaultSettings.cs
@@ -1,4 +1,4 @@
1
-namespace AzureOpenAIProxy.ApiApp.Configurations;
+namespace AzureOpenAIProxy.ApiApp.Configurations;
2
3
/// <summary>
4
/// This represents the settings entity for Key Vault.
@@ -18,5 +18,5 @@ public class KeyVaultSettings
18
19
/// Gets or sets the secret names.
20
/// </summary>
21
- public Dictionary<string, string> SecretNames { get; set; } = new();
+ public Dictionary<string, string> SecretNames { get; set; } = [];
22
}
0 commit comments