You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop support for hybrid mode Azure Container Apps (#9500)
* Drop support for hybrid mode Azure Container Apps
- Initially, azd generated the azure container app environment, but now that we've moved the logic to Aspire.Hosting.Azure.AppContainers, we can drop this hybrid mode.
- PublishAsAzureContainerApps no longer lights up the infrastructure, it just adds customization annotations.
- This change also removed support for BicepSecretOutput in the azure container apps logic (this simplifies things significantly)
- Obsoleted BicepSecretOutput APIs
- Updated tests
* Update src/Aspire.Hosting.Azure.CosmosDB/AzureCosmosDBResource.cs
Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
* Update AzureContainerAppsInfrastructure.cs
* Update src/Aspire.Hosting.Azure.AppContainers/AzureContainerAppsInfrastructure.cs
---------
Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
#pragma warning disable ASPIRECOMPUTE001// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
#pragma warning restore ASPIRECOMPUTE001// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
17
17
{
18
18
internalboolUseAzdNamingConvention{get;set;}
19
19
20
20
/// <summary>
21
21
/// Gets the unique identifier of the Container App Environment.
SetKnownParameterValue(r,AzureBicepResource.KnownParameters.KeyVaultName,_ =>thrownewNotSupportedException("Automatic Key vault generation is not supported in this environment. Please create a key vault resource directly."));
97
96
98
97
// Set the known parameters for the container app environment
0 commit comments