-
Notifications
You must be signed in to change notification settings - Fork 3.4k
App Configuration client.list_configuration_settings() unexpected keyword argument 'keys' #12775
Copy link
Copy link
Closed
Labels
App ConfigurationAzure.ApplicationModel.ConfigurationAzure.ApplicationModel.ConfigurationClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
App ConfigurationAzure.ApplicationModel.ConfigurationAzure.ApplicationModel.ConfigurationClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Package Name:
azure.appconfiguration
Package Version:
1.0.0
Operating System:
Mac
Python Version:
3.6.10
Describe the bug
Following the example for listing configuration settings (https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/appconfiguration/azure-appconfiguration#list-configuration-settings), the for-each loop gives the error
suggesting that it cannot be iterated as shown.
To Reproduce
Expected behavior
Be able to run through the for-each loop without erroring. Please show a working example of how this iterator should be used.