File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ export class AzureAppConfigurationImpl implements AzureAppConfiguration {
321321 */
322322 async refresh ( ) : Promise < void > {
323323 if ( ! this . #refreshEnabled && ! this . #featureFlagRefreshEnabled && ! this . #secretRefreshEnabled) {
324- throw new InvalidOperationError ( "Refresh is not enabled for key-values, key vault secrets or feature flags ." ) ;
324+ throw new InvalidOperationError ( "Refresh is not enabled for key-values, feature flags or Key Vault secrets ." ) ;
325325 }
326326
327327 if ( this . #refreshInProgress) {
Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ export interface IKeyValueAdapter {
1717 /**
1818 * This method is called when a change is detected in the configuration setting.
1919 */
20- onChangeDetected ( setting ?: ConfigurationSetting ) : void ;
20+ onChangeDetected ( setting ?: ConfigurationSetting ) : Promise < void > ;
2121}
You can’t perform that action at this time.
0 commit comments