File tree Expand file tree Collapse file tree
src/Microsoft.FeatureManagement Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55namespace Microsoft . FeatureManagement
66{
7- //
8- // Microsoft Feature Management schema: https://github.com/Azure/AppConfiguration/blob/main/docs/FeatureManagement/FeatureManagement.v1.0.0.schema.json
7+ /// <summary>
8+ /// See Microsoft Feature Management schema: https://github.com/microsoft/FeatureManagement/blob/main/Schema/FeatureManagement.v2.0.0.schema.json
9+ /// </summary>
910 internal static class MicrosoftFeatureManagementFields
1011 {
1112 public const string FeatureManagementSectionName = "feature_management" ;
1213 public const string FeatureFlagsSectionName = "feature_flags" ;
1314
14- //
1515 // Microsoft feature flag keywords
1616 public const string Id = "id" ;
1717 public const string Enabled = "enabled" ;
1818 public const string Conditions = "conditions" ;
1919 public const string ClientFilters = "client_filters" ;
2020 public const string RequirementType = "requirement_type" ;
2121
22- //
2322 // Allocation keywords
2423 public const string AllocationSectionName = "allocation" ;
2524 public const string AllocationDefaultWhenDisabled = "default_when_disabled" ;
@@ -34,7 +33,6 @@ internal static class MicrosoftFeatureManagementFields
3433 public const string PercentileAllocationTo = "to" ;
3534 public const string AllocationSeed = "seed" ;
3635
37- //
3836 // Client filter keywords
3937 public const string Name = "name" ;
4038 public const string Parameters = "parameters" ;
You can’t perform that action at this time.
0 commit comments