You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[v4.2.0]
Added
Added Get-CosmosDbDocumentJson function - Fixes Issue #370.
Added IfMatch alias for Etag parameter on Set-CosmosDbDocument
function - Fixes Issue #376.
Added Get-CosmosDbCosmosDbResponseHeader function and refactored Get-CmosmosDbContinuationToken to use it.
Added documentation and examples showing how to get the progress of an
index transformation - Fixes Issue #369.
Changed
Changed build jobs Unit_Test_PSCore6_Ubuntu1604 and Integration_Test_PSCore6_Ubuntu1604 to install PowerShell Core 6.2.4
to support version of Az PowerShell modules that are installed - Fixes Issue #371.
Pinned build to Pester v4.10.1 - Fixes Issue #371.
Added Name as an alias for Id parameters in *-CosmosDbCollection functions - Fixes Issue #375.
Added Name as an alias for Id parameters in *-CosmosDbDatabase functions - Fixes Issue #374.
Refactored Get-CosmosDbDocument to be a wrapper for
new function Get-CosmosDbDocumentJson.
Added support for specifying a protocol and port in the URI parameter
of the New-CosmosDbContext function - Fixes Issue #381.
Fixed
Fixed Get-CosmosDbDocument function partition key formatting
when an Id parameter is passed.