[v4.5.0]
Changed
- Convert build pipeline to use GitTools Azure DevOps extension tasks
instead of deprecated GitVersion extension. - Correct value of
Environment
parameter in context object returned
byNew-CosmosDbContext
- Fixes Issue #411. - Update
requirements.psd1
to install modulesAz.Accounts
2.2.8 - Fixes Issue #415. - Updated
ComsosDB.cs
to add getters and setters to properties - Fixes Issue #417.
Fixed
- Fix CI pipeline deployment stage to ensure correctly detects running
in Azure DevOps organization. - Fix CI pipeline release stage by adding Sampler GitHub tasks which
were moved out of the main sampler module into a new module
Sampler.GitHubTasks
- Fixes Issue #418.
Added
- Added
ReturnJson
parameter toNew-CosmosDbDocument
,Set-CosmosDbDocument
andGet-CosmosDbDocument
functions to allow return of documents that can
not be converted to objects due to duplicate key names that only differ in
case - Fixes Issue #413.