Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyuanliang-ms committed Dec 19, 2024
1 parent 6e34f62 commit 14dbe96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AzureAppConfigurationImpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ export class AzureAppConfigurationImpl implements AzureAppConfiguration {
for (const selector of selectorsToUpdate) {
let listOptions: ListConfigurationSettingsOptions = {
keyFilter: selector.keyFilter,
labelFilter: selector.labelFilter,
labelFilter: selector.labelFilter
};

// If cdn is used, add etag to request header so that the pipeline policy can retrieve and append it to the request URL
Expand Down

0 comments on commit 14dbe96

Please sign in to comment.