File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/Microsoft.Extensions.Configuration.AzureAppConfiguration/Constants Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,5 @@ internal class ErrorMessages
1010 public const string FeatureFlagInvalidJsonProperty = "Invalid property '{0}' for feature flag. Key: '{1}'. Found type: '{2}'. Expected type: '{3}'." ;
1111 public const string FeatureFlagInvalidFormat = "Invalid json format for feature flag. Key: '{0}'." ;
1212 public const string InvalidKeyVaultReference = "Invalid Key Vault reference." ;
13- public const string InvalidConfigurationSettingPage = "Invalid page while loading configuration settings." ;
1413 }
1514}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ internal class LoggingConstants
2828 public const string RefreshKeyValueSettingUpdated = "Setting updated." ;
2929 public const string RefreshKeyVaultSettingUpdated = "Setting updated from Key Vault." ;
3030 public const string RefreshFeatureFlagsUpdated = "Feature flags reloaded." ;
31- public const string RefreshSelectedKeyValuesAndFeatureFlagsUpdated = "Selected key-value collections and feature flags updated ." ;
31+ public const string RefreshSelectedKeyValuesAndFeatureFlagsUpdated = "Selected key-value collections and feature flags reloaded ." ;
3232
3333 // Other
3434 public const string RefreshSkippedNoClientAvailable = "Refresh skipped because no endpoint is accessible." ;
You can’t perform that action at this time.
0 commit comments