Releases: cmbrose/cosmosdb-powershell
Releases · cmbrose/cosmosdb-powershell
v1.15
Adds support for optimistic concurrency checks in Update-CosmosDbRecord
which are enabled by default
v1.14
Fixes a bug where record ids were not encoded in the API calls which broke Get-, Remove-, and Update- for records with ids that contained characters such as '/'
v1.13
Consistent handling of request errors in PS7
v1.10
Fixes a bug that caused 401s with id
s that contained uppercase characters
v1.9
Add pipeline input to remove function
v1.8: Merge pull request #7 from cmbrose/continuation-token-fix
Fixes a bug in PS 6+ for continuation tokens