16 references to MainInfrastructure
Aspire.Hosting.Azure (16)
AzurePublishingContext.cs (16)
63/// <see cref="MainInfrastructure"/>. <see cref="MainInfrastructure"/> remains available in memory, but 73/// The value is the <see cref="ProvisioningParameter"/> of the <see cref="MainInfrastructure"/> 82/// The value is the <see cref="ProvisioningOutput"/> of the <see cref="MainInfrastructure"/> 156MainInfrastructure.Add(resourceGroupParam); 159MainInfrastructure.Add(locationParam); 162MainInfrastructure.Add(principalId); 172MainInfrastructure.Add(deploymentPrincipalType); 462MainInfrastructure.Add(pp); 465MainInfrastructure.Add(rg); 469MainInfrastructure.Add(module); 485MainInfrastructure.Add(bicepOutput); 567logger.LogDebug("Excluding {BicepName}.bicep from the output because {PropertyName} is set.", MainInfrastructure.BicepName, nameof(ExcludeMainBicepFile)); 571var plan = MainInfrastructure.Build(provisioningOptions.ProvisioningBuildOptions); 574logger.LogDebug("Writing Bicep module {BicepName}.bicep to {TargetPath}", MainInfrastructure.BicepName, outputDirectoryPath); 576var bicepPath = Path.Combine(outputDirectoryPath, $"{MainInfrastructure.BicepName}.bicep");