From 13a940ced05515fe27febc5a54f9c3ea6bcf046f Mon Sep 17 00:00:00 2001 From: Mukul Arora Date: Thu, 13 May 2021 15:39:09 +0530 Subject: [PATCH] Fix resource token range documentation --- Microsoft.Azure.Cosmos/src/Resource/Permission/Permission.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Microsoft.Azure.Cosmos/src/Resource/Permission/Permission.cs b/Microsoft.Azure.Cosmos/src/Resource/Permission/Permission.cs index 3acf255384..fbdb2da137 100644 --- a/Microsoft.Azure.Cosmos/src/Resource/Permission/Permission.cs +++ b/Microsoft.Azure.Cosmos/src/Resource/Permission/Permission.cs @@ -43,7 +43,7 @@ public abstract class Permission /// /// Reads a from the Azure Cosmos service as an asynchronous operation. Each read will return a new ResourceToken with its respective expiration. /// - /// (Optional) The expiry time for resource token in seconds. This value can range from 10 seconds, to 24 hours (or 86,400 seconds). The default value for this is 1 hour (or 3,600 seconds). This does not change the default value for future tokens. + /// (Optional) The expiry time for resource token in seconds. This value can range from 10 minutes (or 600 seconds), to 24 hours (or 86,400 seconds). The default value for this is 1 hour (or 3,600 seconds). This does not change the default value for future tokens. /// (Optional) The options for the permission request. /// (Optional) representing request cancellation. ///