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.6.0]
Fixed
Fix Azure DevOps build pipeline and update to latest sampler pattern.
Fix exception being thrown when a 429 is returned by CosmosDB, but the x-ms-retry-after-ms header is not returned. This may occur in requests
that follow large (> 1MB) insert or updates - Fixes Issue #458.
Changed
Update Azure DevOps pipeline Linux agent version for build task
to be ubuntu-latest - Fixes Issue #422.
Updated PSScriptAnalyzer tests to be skipped when PowerShell Core
version is less than 7.0.3 - Fixes Issue #431.
Updated the New-CosmosDbAccount command to add a new Capability
parameter - Fixes Issue #439.
Updated tests on PowerShell 6.x for MacOS 10.14 to 10.15 - Fixes Issue #450.
Updated README.md to remove markdown issues.
Added
Added tests on PowerShell 7.x on Ubuntu 20.04 - Fixes Issue #433.
Added tests on Windows PowerShell 5.1 on Windows Server 2022 - Fixes Issue #436.
Added tests on PowerShell 6.x on MacOS 11 - Fixes Issue #450.
Removed
Removed tests against PowerShell Core 6.x as PowerShell 7.x is recommended - Fixes Issue #434.
Removed all tests on Ubuntu 16.04 - Fixes Issue #433.
Removed tests against Windows PowerShell 5.1 on Windows Server 2016 - Fixes Issue #451.