[v4.0.0-preview0001]
Changed
- Change Azure DevOps Pipeline definition to include
source/*
- Fixes Issue #350. - Updated pipeline to use
latest
version ofModuleBuilder
- Fixes Issue #350. - Merge
HISTORIC_CHANGELOG.md
intoCHANGELOG.md
- Fixes Issue #351. - Added integration tests for executing document queries - Fixes Issue #356.
- Added support for composite indexes in indexing policy - Fixes Issue #357.
- BREAKING CHANGE: Updated module to default to Cosmos DB REST
API version2018-09-17
. This results in a change to the default
indexes when custom index paths are not specified. Other changes
in behavior of indexing policy are also expected. See
this page
for more information. - Added
IndexingPolicyJson
parameter toNew-CosmosDbCollection
andSet-CosmosDbCollection
functions to enable setting an index policy
using JSON - Fixes Issue #360. - Fixed build pipeline deployment skip function.
- Changed Build.yml to support
ModuleBuilder
version to1.7.0
by changing
CopyDirectories
toCopyPaths
.