CosmosDB

2.0.14.439

This module provides cmdlets for working with Azure Cosmos DB databases, collections, documents, attachments, offers, users, permissions, triggers, stored procedures and user defined functions.

There is a newer prerelease version of this module available.
See the version list below for details.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name CosmosDB -RequiredVersion 2.0.14.439

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name CosmosDB -Version 2.0.14.439

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2018 Daniel Scott-Raynsford. All rights reserved.

Package Details

Author(s)

  • Daniel Scott-Raynsford

Tags

CosmosDB DocumentDb Azure

Functions

Get-CosmosDbAttachment Get-CosmosDbAttachmentResourcePath Get-CosmosDbCollection Get-CosmosDbCollectionResourcePath Get-CosmosDbCollectionSize Get-CosmosDBDatabase Get-CosmosDBDatabaseResourcePath Get-CosmosDBDocument Get-CosmosDBDocumentResourcePath Get-CosmosDBOffer Get-CosmosDBOfferResourcePath Get-CosmosDbPermission Get-CosmosDbPermissionResourcePath Get-CosmosDbStoredProcedure Get-CosmosDbStoredProcedureResourcePath Get-CosmosDbTrigger Get-CosmosDbTriggerResourcePath Get-CosmosDbUser Get-CosmosDbUserResourcePath Get-CosmosDbUserDefinedFunction Get-CosmosDbUserDefinedFunctionResourcePath Invoke-CosmosDbStoredProcedure New-CosmosDbAttachment New-CosmosDbCollection New-CosmosDbCollectionIncludedPathIndex New-CosmosDbCollectionIncludedPath New-CosmosDbCollectionExcludedPath New-CosmosDbCollectionIndexingPolicy New-CosmosDbDatabase New-CosmosDbDocument New-CosmosDbContext New-CosmosDbContextToken New-CosmosDbPermission New-CosmosDbStoredProcedure New-CosmosDbTrigger New-CosmosDbUser New-CosmosDbUserDefinedFunction Remove-CosmosDbAttachment Remove-CosmosDbCollection Remove-CosmosDbDatabase Remove-CosmosDbDocument Remove-CosmosDbPermission Remove-CosmosDbStoredProcedure Remove-CosmosDbTrigger Remove-CosmosDbUser Remove-CosmosDbUserDefinedFunction Set-CosmosDbAttachment Set-CosmosDbCollection Set-CosmosDbDocument Set-CosmosDbOffer Set-CosmosDbStoredProcedure Set-CosmosDbTrigger Set-CosmosDbUser Set-CosmosDbUserDefinedFunction

PSEditions

Core Desktop

Dependencies

This module has no dependencies.

Release Notes


## What is New in CosmosDB 2.0.14.439

June 12, 2018

- Fixed Code Coverage upload to CodeCov.io.
- Fix `New-CosmosDbCollectionIncludedPathIndex` Kind parameter spelling
 of spacial - See [Issue #112](https://github.com/PlagueHO/CosmosDB/issues/112).
- Added parameter validation to `New-CosmosDbCollectionIncludedPathIndex`.

## What is New in CosmosDB 2.0.13.427

June 03, 2018

- Added `Set-CosmosDbCollection` function for updating a collection - See
 [Issue #104](https://github.com/PlagueHO/CosmosDB/issues/104).
- Updated `Invoke-CosmosDbRequest` function to output additional exception
 information to the Verbose stream - See [Issue #103](https://github.com/PlagueHO/CosmosDB/issues/103).

## What is New in CosmosDB 2.0.12.418

May 19, 2018

- Changed Id parameter in `Get-CosmosDbCollectionSize` to be mandatory.
- Added documentation for creating a resource token context - See
 [Issue #33](https://github.com/PlagueHO/CosmosDB/issues/33).
- Added `New-CosmosDbContextToken` to create a resource token context
 object that can be passed to `New-CosmosDbContext` to support working
 with resource level access controls - See
 [Issue #33](https://github.com/PlagueHO/CosmosDB/issues/33).
- Added support to `New-CosmosDbContext` for creating a context object
 with resource tokens from permissions - See
 [Issue #33](https://github.com/PlagueHO/CosmosDB/issues/33).

## What is New in CosmosDB 2.0.11.407

May 12, 2018

- Added PowerShell Core version support badge.
- Prevent integration tests from running if Azure connection
 environment variables are not set.
- Added Code of Conduct to project.
- Fixed error returned by `Get-CosmosDbDocument` when getting documents
 from a partitioned collection without specifying an Id or Query - See
 [Issue #97](https://github.com/PlagueHO/CosmosDB/issues/97).
 Thanks [jasonchester](https://github.com/jasonchester)

## What is New in CosmosDB 2.0.10.388

April 25, 2018

- Added basic integration test support.
- Fixed 401 error returned by `Set-CosmosDbOffer` when
 updating offer - See [Issue #85](https://github.com/PlagueHO/CosmosDB/issues/85).
 Thanks [dl8on](https://github.com/dl8on)

## What is New in CosmosDB 2.0.9.360

April 9, 2018

- Added `Get-CosmosCollectionSize` function to return
 data about size and object counts of collections -
 See [Issue #79](https://github.com/PlagueHO/CosmosDB/issues/79).
 Thanks [WatersJohn](https://github.com/WatersJohn).

## What is New in CosmosDB 2.0.8.350

April 5, 2018

- Fixed `New-CosmosDbAuthorizationToken` function to support
 generating authorization tokens for case sensitive resource
 names - See [Issue #76](https://github.com/PlagueHO/CosmosDB/issues/76).
 Thanks [MWL88](https://github.com/MWL88).

## What is New in CosmosDB 2.0.7.288

March 9, 2018

- Updated CI process to use PSDepend for dependencies.
- Updated CI process to use PSake for tasks.
- Changes AppVeyor.yml to call PSake tasks.

## What is New in CosmosDB 2.0.6.247

March 8, 2018

- Added `PSEdition_Desktop` tag to manifest.
- Added cmdlet help examples for utils.
- Converted help to MAML file CosmosDB-help.xml.
- Updated AppVeyor build to generate MAML help.
- Added more README.MD badges.

## What is New in CosmosDB 2.0.5.216

March 3, 2018

- Added `*-CosmosDbOffer` cmdlets.

## What is New in CosmosDB 2.0.4.202

February 27, 2018

- Fixed bug in `Get-CosmosDbDocument` when looking up a document in
 a partitioned collection by adding a `PartitionKey` parameter.
- Added `Upsert` parameter to `New-CosmosDbDocument` to enable updating
 a document if it exists.
- Fixed bug in `New-CosmosDbDocument` when adding document to
 a partitioned collection but no partition key is specified - See
 [Issue #48](https://github.com/PlagueHO/CosmosDB/issues/48).
- Fixed bug in `Set-CosmosDbDocument` when updating a document in
 a partitioned collection.
- Fixed bug in `Remove-CosmosDbDocument` when deleting a document in
 a partitioned collection.
- Added check to `New-CosmosDbCollection` to ensure `PartitionKey`
 parameter is passed if `OfferThroughput` is greater than 10000.

## What is New in CosmosDB 2.0.3.190

February 25, 2018

- Added support for creating custom indexing policies when
 creating a new collection.
           

FileList

Version History

Version Downloads Last updated
4.7.0 952,526 1/29/2023
4.7.0-previe... 13 1/22/2023
4.6.0 87,407 8/7/2022
4.6.0-previe... 29 8/7/2022
4.6.0-previe... 215 5/30/2022
4.6.0-previe... 235 9/17/2021
4.6.0-previe... 29 9/2/2021
4.5.0 160,709 5/29/2021
4.5.0-previe... 28 5/23/2021
4.5.0-previe... 29 5/23/2021
4.4.3 47,945 11/13/2020
4.4.3-previe... 28 11/12/2020
4.4.2 1,420 11/11/2020
4.4.2-previe... 28 11/11/2020
4.4.1 2,420 10/27/2020
4.4.1-previe... 28 10/27/2020
4.4.0 5,993 8/30/2020
4.4.0-previe... 29 8/30/2020
4.3.0 4,810 8/11/2020
4.3.0-previe... 31 8/10/2020
4.2.2-previe... 30 8/8/2020
4.2.2-previe... 29 8/8/2020
4.2.1 12,740 6/15/2020
4.2.1-previe... 31 6/15/2020
4.2.0 3,019 6/1/2020
4.2.0-previe... 30 6/1/2020
4.2.0-previe... 30 5/31/2020
4.2.0-previe... 30 5/31/2020
4.2.0-previe... 30 5/30/2020
4.1.0 7,126 5/15/2020
4.1.0-previe... 851 5/15/2020
4.0.0 1,916 5/11/2020
4.0.0-previe... 404 5/11/2020
4.0.0-previe... 405 5/11/2020
3.7.0 9,467 3/24/2020
3.7.0-previe... 412 3/24/2020
3.6.2-previe... 408 3/21/2020
3.6.2-previe... 411 3/20/2020
3.6.2-previe... 409 3/20/2020
3.6.1 10,660 3/19/2020
3.6.1-previe... 410 3/19/2020
3.5.2.487 1,156 3/14/2020
3.5.1.458 24,946 11/12/2019
3.5.0.426 44,112 7/20/2019
3.4.0.411 1,497 6/29/2019
3.3.0.405 920 6/22/2019
3.2.4.376 1,747 5/30/2019
3.2.3.359 5,265 4/5/2019
3.2.2.347 1,167 3/20/2019
3.2.1.332 2,064 2/22/2019
3.2.0.320 1,579 2/7/2019
3.1.0.293 7,113 12/26/2018
3.0.0.279 2,003 12/23/2018
2.1.15.239 126,906 11/18/2018
2.1.14.222 965 11/15/2018
2.1.13.215 1,969 11/6/2018
2.1.12.137 1,397 10/29/2018
2.1.11.130 496 10/27/2018
2.1.10.104 842 10/22/2018
2.1.10.103 424 10/22/2018
2.1.9.95 475 10/21/2018
2.1.8.59 1,860 10/3/2018
2.1.8.58 414 10/3/2018
2.1.7.675 7,937 9/11/2018
2.1.7.635 508 9/10/2018
2.1.6.561 21,633 8/24/2018
2.1.5.548 1,411 8/4/2018
2.1.4.536 941 7/25/2018
2.1.3.528 6,765 7/12/2018
2.1.2.514 722 7/3/2018
2.1.1.498 555 6/26/2018
2.1.0.487 462 6/24/2018
2.0.16.465 694 6/20/2018
2.0.15.454 567 6/15/2018
2.0.14.439 (current version) 564 6/12/2018
2.0.13.427 687 6/3/2018
2.0.12.418 1,630 5/20/2018
2.0.11.407 2,315 5/12/2018
2.0.10.388 805 4/26/2018
2.0.10.382 440 4/25/2018
2.0.9.364 651 4/9/2018
2.0.9.360 418 4/9/2018
2.0.8.350 490 4/5/2018
2.0.7.288 3,308 3/11/2018
2.0.6.247 452 3/9/2018
2.0.5.216 510 3/5/2018
2.0.4.202 829 2/27/2018
2.0.3.190 1,751 2/24/2018
2.0.2.184 426 2/24/2018
2.0.1.173 3,524 1/27/2018
2.0.0.163 994 1/14/2018
2.0.0.152 506 12/23/2017
1.0.12.126 445 12/8/2017
1.0.11.117 428 12/8/2017
1.0.10.108 432 12/6/2017
1.0.9.100 442 11/5/2017
1.0.8.91 449 11/5/2017
1.0.7.85 434 11/3/2017
1.0.6.79 430 11/2/2017
Show less