File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Dataverse/SharedPluginLogic/Logic/Azure Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ public class AzureService
1313{
1414#pragma warning disable S1450 // Private fields only used as local variables in methods should become local variables
1515 private readonly AzureConfig azureConfig ;
16- private readonly IExtendedTracingService tracingService ;
16+ private readonly ITracingService tracingService ;
1717 private readonly IManagedIdentityService managedIdentityService ;
1818#pragma warning restore S1450 // Private fields only used as local variables in methods should become local variables
1919 private static readonly string [ ] StorageScopes = new string [ ] { "https://storage.azure.com/.default" } ;
2020
21- public AzureService ( AzureConfig azureConfig , IExtendedTracingService tracingService , IManagedIdentityService managedIdentityService )
21+ public AzureService ( AzureConfig azureConfig , ITracingService tracingService , IManagedIdentityService managedIdentityService )
2222 {
2323 this . azureConfig = azureConfig ;
2424 this . tracingService = tracingService ;
You can’t perform that action at this time.
0 commit comments