PowerShell Module for working with Azure Cosmos DB databases, collections, documents, attachments, offers, users, permissions, triggers, stored procedures and user defined functions.
Added IndexingPolicyJson parameter to New-CosmosDbCollection
and Set-CosmosDbCollection functions to enable setting an index policy
using JSON - Fixes Issue #360.
IndexingPolicyJson
parameter toNew-CosmosDbCollection
andSet-CosmosDbCollection
functions to enable setting an index policy using JSON - Fixes Issue #360.This change is