Skip to content
This repository was archived by the owner on Jul 14, 2023. It is now read-only.
This repository was archived by the owner on Jul 14, 2023. It is now read-only.

Samples : Missing create_table_service() in cloudstorageaccount.py #51

Description

Hi All,

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()

Issue is that specific method doesn't exist in
cloudstorageaccount.py

The latter is a copy of cloudstorageaccount hence has no create_table_service() implementation.

2 cts.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions