We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e34f62 commit 14dbe96Copy full SHA for 14dbe96
src/AzureAppConfigurationImpl.ts
@@ -406,7 +406,7 @@ export class AzureAppConfigurationImpl implements AzureAppConfiguration {
406
for (const selector of selectorsToUpdate) {
407
let listOptions: ListConfigurationSettingsOptions = {
408
keyFilter: selector.keyFilter,
409
- labelFilter: selector.labelFilter,
+ labelFilter: selector.labelFilter
410
};
411
412
// If cdn is used, add etag to request header so that the pipeline policy can retrieve and append it to the request URL
0 commit comments