Daniel Scott-Raynsford
Daniel Scott-Raynsford
Improve the pipeline support of the database functions to accept Database pipeline parameter in `Set-CosmosDbDatabase`, `Get-CosmosDbDatabase` and `Remove-CosmosDbDatabase`.
Improve the pipeline support of the database functions to accept Collection pipeline parameter in `New-CosmosDbDocument`, `Set-CosmosDbDocument`, `Get-CosmosDbDocument` and `Remove-CosmosDbDocument`. Improve the pipeline support of the database functions to accept Document...
The release pipeline currently triggers when the master build is completed. This occurs twice: the first time when the master build completes after merging the "release" and the second time...
https://docs.microsoft.com/en-us/azure/cosmos-db/manage-account-with-powershell#modify-failover-priority-powershell
On successful deployment of module to PowerShell Gallery when merge to master occurs, automatically update the Wiki content.
This issue relates to #139. I've raised it as a separate issue to try and keep the changes small. https://docs.microsoft.com/en-us/azure/cosmos-db/time-to-live#setting-ttl-on-a-document
A custom CosmosDB exception object should be created and returned when the CosmosDB server returns an error. This object should contain all the additional information that is returned by the...
Some functions may take a large amount of time to complete. So enabling these cmdlets to run async would be a useful scenario.