Skip to content

Commit 7981280

Browse files
author
mattosaurus
committed
Add AzureTenantId to configuration
1 parent 87c330c commit 7981280

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Serilog.Sinks.MSSqlServer/Configuration/Implementations/System.Configuration/MSSqlServerConfigurationSection.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,13 @@ public ValueConfigElement AzureServiceTokenProviderResource
191191
{
192192
get => (ValueConfigElement)base[nameof(AzureServiceTokenProviderResource)];
193193
}
194+
195+
196+
[ConfigurationProperty(nameof(AzureTenantId))]
197+
public ValueConfigElement AzureTenantId
198+
{
199+
get => (ValueConfigElement)base[nameof(AzureTenantId)];
200+
}
194201
}
195202
}
196203

0 commit comments

Comments
 (0)