We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b76ed3 commit 05c30f0Copy full SHA for 05c30f0
sdk/cosmos/azure-cosmos/azure/cosmos/permission.py
@@ -23,6 +23,9 @@
23
"""
24
from typing import Any, Mapping
25
26
+# Keeping this import for API backcompat
27
+from .documents import PermissionMode # pylint: disable=unused-import
28
+
29
30
class Permission:
31
"""Represents a Permission object in the Azure Cosmos DB SQL API service.
0 commit comments