[v4.2.0-preview0002]
Added
- Added
Get-CosmosDbDocumentJson
function - Fixes Issue #370.
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 forId
parameters in
*-CosmosDbCollection
functions - Fixes Issue #375. - Added
Name
as an alias forId
parameters in
*-CosmosDbDatabase
functions - Fixes Issue #374. - Refactored
Get-CosmosDbDocument
to be a wrapper for
new functionGet-CosmosDbDocumentJson
.
Fixed
- Fixed
Get-CosmosDbDocument
function partition key formatting
when anId
parameter is passed.