You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 14, 2023. It is now read-only.
Trying to run the samples but facing the below issue. samples/test_sample.py
from azure.cosmosdb.table.common import CloudStorageAccount
...
self.account = CloudStorageAccount(account_name=account_name,
account_key=account_key,
sas_token=sas)
Later in the table_usage.py self.service = self.account.create_table_service()