Skip to content

Commit b84d2f1

Browse files
committed
refactor KeyVaultSettings
Related to: #300
1 parent e54a565 commit b84d2f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AzureOpenAIProxy.ApiApp/Configurations/KeyVaultSettings.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace AzureOpenAIProxy.ApiApp.Configurations;
1+
namespace AzureOpenAIProxy.ApiApp.Configurations;
22

33
/// <summary>
44
/// This represents the settings entity for Key Vault.
@@ -18,5 +18,5 @@ public class KeyVaultSettings
1818
/// <summary>
1919
/// Gets or sets the secret names.
2020
/// </summary>
21-
public Dictionary<string, string> SecretNames { get; set; } = new();
21+
public Dictionary<string, string> SecretNames { get; set; } = [];
2222
}

0 commit comments

Comments
 (0)