Daniel Scott-Raynsford

Results 538 comments of Daniel Scott-Raynsford

Hi @sdg002 - Thank you for checking that for me! That is an interesting message and seems to indicate some condition that is handled by the SDK. So I'll need...

Hi @sdg002 - can you confirm you have partitioned your collection and what your partition key is?

I've managed to track down the issue, but don't yet have a solution. See this document: https://docs.microsoft.com/en-us/rest/api/cosmos-db/querying-cosmosdb-resources-using-the-rest-api#queries-that-cannot-be-served-by-gateway It appears that the CosmosDB SDK client knows how to deal with this...

Awesome stuff. Should probably create a samples folder and add these as .ps1 files. Can then link to them in the README.MD.

Awesome! Thanks for logging this @bak-t - look forward to the PR! :grin:

Due to [this](https://github.com/PowerShell/PowerShell/issues/7693) difference between Windows PowerShell and PowerShell Core 6.0.x, this issue needs to be reopened. If this difference is addressed in PowerShell Core 6.1 then this issue can...

Now that PowerShell Core 6.1 is long out we should be able to document and close this issue by defining a minimum recommended PS version and ensuring the tests work...

Hi @Szeraax - ah yes, I see what you mean. It doesn't specifically call this out in the docs (https://docs.microsoft.com/en-us/rest/api/cosmos-db/query-documents), but makes sense. The fix makes sense, but just would...

Hi @sdg002 - that should work. But I just noticed I don't have an integration test that validates this. So let me add that and see if I can replicate...

Hi @sdg002 , I've added the additional tests for this and can confirm querying is working correctly. However, I suspect your query needs some adjustment. Can you try: "SELECT c.id...