-
Notifications
You must be signed in to change notification settings - Fork 3.3k
App configuration samples issues #18422
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.needs-team-triageWorkflow: This issue needs the team to triage.Workflow: This issue needs the team to triage.test-manual-pass
Description
Reason:
with AzureAppConfigurationClient.from_connection_string(CONNECTION_STRING) as client:
AttributeError: enter
Suggestion:
Update to:
client = AzureAppConfigurationClient.from_connection_string(CONNECTION_STRING).
Section link:

Suggestion:
Should be consistent with the file name of the async samples of other services, for example: key vault, storage and so on.
Update to:
conditional_operation_sample_async.py
hello_world_advanced_sample_async.py
hello_world_sample_async.py
list_revision_sample_async.py
read_only_sample_async.py
sync_token_samples_async.py
@jongio for notification.
Reactions are currently unavailable
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.needs-team-triageWorkflow: This issue needs the team to triage.Workflow: This issue needs the team to triage.test-manual-pass
