-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure composite index with New-CosmosDbCollectionIndexingPolicy #357
Comments
Hi @4ybaka - this is something I haven't added support for, but it is fairly straight forward for me to add. I'll aim to implement this over the weekend. I'll need to add a couple more cmdlets that allow them to be created: |
Starting work on this now. |
I've completed the work on this now. I had to update the module to use the I'm going to make one further change to allow indexes to be set via JSON as well as an object, so that if there are any specific index patterns that aren't supported by this module then you can still manually set them. Expect this to be released to PS Gallery later on today. |
Hi @4ybaka - this has been released in v4.0.0 - https://www.powershellgallery.com/packages/CosmosDB/4.0.0 |
Great! Thanks a lot. |
How can I specify composite index with New-CosmosDbCollectionIndexingPolicy? I see no such parameter in cmdlet.
The text was updated successfully, but these errors were encountered: