diff --git a/src/Microsoft.FeatureManagement/MicrosoftFeatureManagementFields.cs b/src/Microsoft.FeatureManagement/MicrosoftFeatureManagementFields.cs index bac65418..05c35f99 100644 --- a/src/Microsoft.FeatureManagement/MicrosoftFeatureManagementFields.cs +++ b/src/Microsoft.FeatureManagement/MicrosoftFeatureManagementFields.cs @@ -4,14 +4,14 @@ namespace Microsoft.FeatureManagement { - // - // Microsoft Feature Management schema: https://github.com/Azure/AppConfiguration/blob/main/docs/FeatureManagement/FeatureManagement.v1.0.0.schema.json + /// + /// See Microsoft Feature Management schema: https://github.com/microsoft/FeatureManagement/blob/main/Schema/FeatureManagement.v2.0.0.schema.json + /// internal static class MicrosoftFeatureManagementFields { public const string FeatureManagementSectionName = "feature_management"; public const string FeatureFlagsSectionName = "feature_flags"; - // // Microsoft feature flag keywords public const string Id = "id"; public const string Enabled = "enabled"; @@ -19,7 +19,6 @@ internal static class MicrosoftFeatureManagementFields public const string ClientFilters = "client_filters"; public const string RequirementType = "requirement_type"; - // // Allocation keywords public const string AllocationSectionName = "allocation"; public const string AllocationDefaultWhenDisabled = "default_when_disabled"; @@ -34,7 +33,6 @@ internal static class MicrosoftFeatureManagementFields public const string PercentileAllocationTo = "to"; public const string AllocationSeed = "seed"; - // // Client filter keywords public const string Name = "name"; public const string Parameters = "parameters";