Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Permission: Fixes documentation on resource token range limits (#2460)
ResourceToken has a minimum expiry period of 10 minutes (or 600 seconds). In the current code documentation, it is captured as 10 seconds, which is not in parity with CosmosDB limits. Aim of the change, is to update the correct range in code documentation. Supporting detail for 10 minutes: Azure/azure-sdk-for-js#10077 https://docs.microsoft.com/en-us/azure/cosmos-db/concepts-limits#per-request-limits
- Loading branch information