-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Labels
ClientThis 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.Cosmos
Description
For example, from the IndexManagement sample:
>>> created_db = CreateDatabaseIfNotExists(client, DATABASE_ID)
>>> print(created_db)
<azure.cosmos.database.DatabaseProxy object at 0x000002A48509EB38>
>>> created_Container = db.create_container(id=CONTAINER_ID, partition_key=PARTITION_KEY)
>>> print(created_Container)
<azure.cosmos.container.ContainerProxy object at 0x000002A4851F1D68>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ClientThis 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.Cosmos