Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Yionse committed Feb 7, 2025
1 parent deb8b3f commit 1d4602b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def authentication_default_azure_credential(self):
from azure.storage.fileshare import ShareServiceClient
share_service_client = ShareServiceClient(
account_url=self.account_url,
credential=self.access_key,
credential=default_credential,
# When using a token credential, you MUST also specify a token_intent
token_intent='backup'
)
Expand Down

0 comments on commit 1d4602b

Please sign in to comment.