3 writes to AllowResourceGroupCreation
Aspire.Hosting.Azure (3)
Provisioning\Internal\BaseProvisioningContextProvider.cs (1)
127
_options.
AllowResourceGroupCreation
= true;
Provisioning\Internal\PublishModeProvisioningContextProvider.cs (1)
391
_options.
AllowResourceGroupCreation
= true;
Provisioning\Internal\RunModeProvisioningContextProvider.cs (1)
309
_options.
AllowResourceGroupCreation
= true; // Allow the creation of the resource group if it does not exist.
3 references to AllowResourceGroupCreation
Aspire.Hosting.Azure (3)
Provisioning\Internal\BaseProvisioningContextProvider.cs (3)
120
createIfAbsent = _options.
AllowResourceGroupCreation
?? false;
172
if (_options.
AllowResourceGroupCreation
.HasValue)
174
azureSection["AllowResourceGroupCreation"] = _options.
AllowResourceGroupCreation
.Value;