3 writes to AllowResourceGroupCreation
Aspire.Hosting.Azure (3)
Provisioning\Internal\PublishModeProvisioningContextProvider.cs (2)
316
_options.
AllowResourceGroupCreation
= true;
367
_options.
AllowResourceGroupCreation
= true;
Provisioning\Internal\RunModeProvisioningContextProvider.cs (1)
167
_options.
AllowResourceGroupCreation
= true; // Allow the creation of the resource group if it does not exist.
1 reference to AllowResourceGroupCreation
Aspire.Hosting.Azure (1)
Provisioning\Internal\BaseProvisioningContextProvider.cs (1)
116
createIfAbsent = _options.
AllowResourceGroupCreation
?? false;