File: AzureAppConfigurationRole.cs
Web Access
Project: src\src\Aspire.Hosting.Azure.AppConfiguration\Aspire.Hosting.Azure.AppConfiguration.csproj (Aspire.Hosting.Azure.AppConfiguration)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
 
namespace Aspire.Hosting;
 
/// <summary>
/// Represents Azure App Configuration roles that are compatible with the Aspire Type System (ATS).
/// </summary>
internal enum AzureAppConfigurationRole
{
    AppConfigurationDataOwner,
    AppConfigurationDataReader,
}