Skip to content

Commit 9cd0e0c

Browse files
committed
Fix PermissionMode All
Was Create, server expect All
1 parent 5e47b52 commit 9cd0e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/microsoft/azure/documentdb/PermissionMode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public enum PermissionMode
1313
/**
1414
* Permission applicable for all operations.
1515
*/
16-
Create(0x2);
16+
All(0x2);
1717

1818
private int value;
1919

0 commit comments

Comments
 (0)