Add retry support for document cmdlets#444
Conversation
|
Ah right, looks like I need to update the contrib doc - no longer use dev/master. Changed to |
|
I'll look at the tests and platyps stuff next week when I have some more time if you or other don't get to it first. Loving the module so far! Great work. |
|
Just a couple of style/consistency nitpicks:
I adopted the style and practices we adopted over the PowerShell DSC modules 😁 |
|
K, I'll go update those. |
|
Awesome! Thank you for putting time into this! I've had so little time lately to work on stuff - so much appreciated. |
|
Hope you squash PR's on merge for this. Using this module, I've been able to rapidly prototype an AzureFunctions frontend with Cosmos DB in 2 days that has been plagued by issues in Azure SQL RDMS for months. SOOOO nice being able to just use a JSON document instead of trying to replicate relationships of data across about 7 tables. |
Style guide suggests that using splatting is cool, so I also changed some commands with immediate execution to use splatting.
Marking PR as draft.
@PlagueHO Note: There is no dev branch to open the PR against according to the contrib document. Opening against main.
This change is