Daniel Scott-Raynsford

Results 538 comments of Daniel Scott-Raynsford

Sorry, got closed when I merged the new tests.

Hi @sdg002 - I think your `$context` object must be correct because you're able to get document (without using Query). Using the `-Database`, `-Key` and `-Account` parameters is enough to...

Ah right, looks like I need to update the contrib doc - no longer use dev/master. Changed to `main` - so all good.

Just a couple of style/consistency nitpicks: - Tend to avoid using type accelerators, so `[int]` to `[System.Int32]' etc. - Use lower case first letter for local variable names. - Avoid...

Awesome! Thank you for putting time into this! I've had so little time lately to work on stuff - so much appreciated.

Thanks for raising this @gocha - I suspect you're right. I think sending everything as UTF-8 is the way to go. I'll aim to make the change over the weekend.

As @tamusjroyce mentions, this module is really just a wrapper for the REST APIs. Composite Indexes only affect the ORDER BY clause and enable sorting by multiple properties when querying...

You could also ask over here in the Cosmos DB forums: https://social.msdn.microsoft.com/Forums/en-US/home?forum=azurecosmosdb

Actually, I've found out how to get the state of the index transformation. It is returned in the `x-ms-documentdb-collection-index-transformation-progress` header when calling `Get-CosmosDbCollection`. I'm adding this to the documentation as...