File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
samples/code-samples/CollectionManagement Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ public class Program
54
54
private static readonly string authorizationKey = ConfigurationManager . AppSettings [ "AuthorizationKey" ] ;
55
55
private static readonly string databaseId = ConfigurationManager . AppSettings [ "DatabaseId" ] ;
56
56
private static readonly string collectionId = ConfigurationManager . AppSettings [ "CollectionId" ] ;
57
- private static readonly ConnectionPolicy connectionPolicy = new ConnectionPolicy { UserAgentSuffix = " samples-net/2 " } ;
57
+ private static readonly ConnectionPolicy connectionPolicy = new ConnectionPolicy { UserAgentSuffix = " samples-net/3 " } ;
58
58
59
59
//Reusable instance of DocumentClient which represents the connection to a DocumentDB endpoint
60
60
private static DocumentClient client ;
You can’t perform that action at this time.
0 commit comments