File tree Expand file tree Collapse file tree
src/XtremeIdiots.Portal.Integrations.Forums/Extensions Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public static class ServiceCollectionExtensions
1313 /// <param name="serviceCollection">The service collection to configure</param>
1414 public static void AddAdminActionTopics ( this IServiceCollection serviceCollection )
1515 {
16- serviceCollection . AddSingleton < IAdminActionTopics , AdminActionTopics > ( ) ;
17- serviceCollection . AddSingleton < IDemoManager , DemoManager > ( ) ;
16+ serviceCollection . AddScoped < IAdminActionTopics , AdminActionTopics > ( ) ;
17+ serviceCollection . AddScoped < IDemoManager , DemoManager > ( ) ;
1818 }
1919}
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ terraform {
1818
1919provider "azurerm" {
2020 subscription_id = var. subscription_id
21- resource_provider_registrations = " none"
2221
2322 features {
2423 resource_group {
@@ -36,7 +35,6 @@ provider "azuread" {
3635provider "azurerm" {
3736 alias = " dns"
3837 subscription_id = var. dns_subscription_id
39- resource_provider_registrations = " none"
4038
4139 features {}
4240
You can’t perform that action at this time.
0 commit comments