Skip to content

Commit

Permalink
refactor KeyVaultSettings
Browse files Browse the repository at this point in the history
Related to: #300
  • Loading branch information
sikutisa committed Sep 7, 2024
1 parent d134ed3 commit c7f34e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ public class KeyVaultSettings
/// <summary>
/// Gets or sets the secret names.
/// </summary>
public Dictionary<string, string> SecretNames { get; set; } = new();
public Dictionary<string, string> SecretNames { get; set; } = [];
}

0 comments on commit c7f34e6

Please sign in to comment.