Skip to content

Commit b05830f

Browse files
committed
update
1 parent 108e706 commit b05830f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Microsoft.Extensions.Configuration.AzureAppConfiguration/Constants/RequestTracingConstants.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ internal class RequestTracingConstants
5858
public const string AspireComponentAssemblyName = "Aspire.Microsoft.Extensions.Configuration.AzureAppConfiguration";
5959
public const string SignalRAssemblyName = "Microsoft.AspNetCore.SignalR";
6060

61-
public static readonly string[] AzureAIAssemblyNames =
62-
[
61+
public static readonly string[] AzureAIAssemblyNames = new string[]
62+
{
6363
"Azure.AI.Projects",
6464
"Azure.AI.Inference",
6565
"Azure.AI.OpenAI",
6666
"Azure.AI.Projects.OpenAI"
67-
];
67+
};
6868

6969
public const string Delimiter = "+";
7070

0 commit comments

Comments
 (0)