PlagueHO / CosmosDB

PowerShell Module for working with Azure Cosmos DB databases, collections, documents, attachments, offers, users, permissions, triggers, stored procedures and user defined functions.
http://dscottraynsford.com
MIT License
154 stars 46 forks source link

Add Warning if Continuation Token is returned by Query but not provided to user #428

Open PlagueHO opened 3 years ago

PlagueHO commented 3 years ago

As per this page https://docs.microsoft.com/en-us/azure/cosmos-db/sql-query-pagination#understanding-query-executions it is possible that a continuation token is returned, but the user did not expect it so didn't assign it to a variable. If that is the case then should show a warning.