CosmosDB

3.2.3.359

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

Minimum PowerShell version

5.1

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 3.2.3.359

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

Install-PSResource -Name CosmosDB -Version 3.2.3.359

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) 2019 Daniel Scott-Raynsford. All rights reserved.

Package Details

Author(s)

  • Daniel Scott-Raynsford

Tags

CosmosDB DocumentDb Azure Windows Linux MacOS

Functions

Get-CosmosDbAccount Get-CosmosDbAccountConnectionString Get-CosmosDbAccountMasterKey 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-CosmosDbAccount New-CosmosDbAccountMasterKey New-CosmosDbAttachment New-CosmosDbBackoffPolicy New-CosmosDbCollection New-CosmosDbCollectionIncludedPathIndex New-CosmosDbCollectionIncludedPath New-CosmosDbCollectionExcludedPath New-CosmosDbCollectionIndexingPolicy New-CosmosDbCollectionUniqueKey New-CosmosDbCollectionUniqueKeyPolicy New-CosmosDbDatabase New-CosmosDbDocument New-CosmosDbContext New-CosmosDbContextToken New-CosmosDbPermission New-CosmosDbStoredProcedure New-CosmosDbTrigger New-CosmosDbUser New-CosmosDbUserDefinedFunction Remove-CosmosDbAccount Remove-CosmosDbAttachment Remove-CosmosDbCollection Remove-CosmosDbDatabase Remove-CosmosDbDocument Remove-CosmosDbPermission Remove-CosmosDbStoredProcedure Remove-CosmosDbTrigger Remove-CosmosDbUser Remove-CosmosDbUserDefinedFunction Set-CosmosDbAccount Set-CosmosDbAttachment Set-CosmosDbCollection Set-CosmosDbDocument Set-CosmosDbOffer Set-CosmosDbStoredProcedure Set-CosmosDbTrigger Set-CosmosDbUser Set-CosmosDbUserDefinedFunction

PSEditions

Core Desktop

Dependencies

Release Notes


 ## What is New in CosmosDB 3.2.3.358

 April 5, 2019

 - Fix incorrectly encoded strings being returned by `Get-CosmosDbDocument`
   when UTF-8 results are returned - fixes [Issues #282](https://github.com/PlagueHO/CosmosDB/issues/282).
 - Rename `CosmosDb.psdepend.ps1` to `requirements.psd1` to be a more
   generic name.

 ## What is New in CosmosDB 3.2.2.348

 March 19, 2019

 - Added Azure Pipelines YAML definition for executing automated
   testing on a daily schedule - fixes [Issue #272](https://github.com/PlagueHO/CosmosDB/issues/272).
 - Extend AppVeyor test automation to run on Windows Server 2012R2
   and Windows Server 2016.
 - Update `cosmosdb.psdepend.psd1` to install modules `Az.Resources` 1.2.0 and
   `Az.Accounts` 1.4.0.
 - Added `Windows`, `Linux` and `MacOS` tags to module manifest to
   improve searchability in PowerShell Gallery.

 ## What is New in CosmosDB 3.2.1.331

 February 22, 2019

 - Added support for `PartitionKey` in `*-CosmosDBAttachment`
   functions - fixes [Issue #274](https://github.com/PlagueHO/CosmosDB/issues/274).
 - Update `cosmosdb.psdepend.psd1` to install modules `Az.Resources` 1.1.2 and
   `Az.Accounts` 1.3.0.
 - Suppress verbose output when loading module during automated
   testing to reduce output.

 ## What is New in CosmosDB 3.2.0.320

 February 6, 2019

 - Convert module name to be a variable in PSake file to make it more
   easily portable between projects.
 - Fix `Notes` display in Readme Markdown - fixes [Issue #269](https://github.com/PlagueHO/CosmosDB/issues/269).
 - Update `cosmosdb.psdepend.psd1` to install modules `Az` 1.2.1 and
   `Pester` 4.7.0.
 - Deprecate `Hash` index policy kind and throw exception when used
   in `New-CosmosDbCollectionIncludedPathIndex`. See [this page](https://docs.microsoft.com/en-us/azure/cosmos-db/index-types#index-kind)
   for more information - fixes [Issue #271](https://github.com/PlagueHO/CosmosDB/issues/271).

 ## What is New in CosmosDB 3.1.0.293

 December 26, 2018

 - Updated manifest to include required modules `Az.Accounts` 1.0.0
   and `Az.Resources` 1.0.0.
 - Updated manifest to include `CompatiblePSEditions` of 'Desktop' and
   'Core'.
 - Updated minimum supported PowerShell version to 5.1.
 - Updated `cosmosdb.depend.psd1` to ensure `Az` modules are installed
   when running 'Deploy' PSake task.
 - Improve build task code to ensure Git tag is correctly set.

 ## What is New in CosmosDB 3.0.0.279

 December 23, 2018

 - BREAKING CHANGE: Converted to use `Az` PowerShell Module from
   `AzureRm` and `AzureRm.NetCore` PowerShell Module - fixes [Issue #190](https://github.com/PlagueHO/CosmosDB/issues/190).
 - Renamed `build.ps1` to `psake.ps1` to indicate that it is used
   to execute `Psake` tasks.
 - Add Codacy Code Quality badge to `README.MD`.
 - Configure PSScriptAnalyzer to show errors, warnings and informational
   violations in Visual Studio Code.
 - Fix generic tests to validate PSScriptAnalyzer errors, warnings and
   informational rules.
 - Converted use of alias `Add-AzAccount` to `Connect-AzAccount`.
 - Updated to use `Az` PowerShell Module 1.0.1.
 - Correct `AliasesToExport` in manifest.
 - Minor corrections to markdown to improve best practice adherence.
 - Minor corrections to CI support files to improve best practice
   adherence.
 - Added ShouldProcess support to `New-CosmosDbAccountMasterKey` and
   `New-CosmosDbContext`.
 - Added ShouldProcess support TestHelper functions.
 - Updated CONTRIBUTING.MD to more accurately reflect current process of
   contributing to the module.
 - Updated STYLEGUIDELINES.MD to match current standards and best practices.
 - Added support for setting and updating Cross-Origin Resource Sharing (CORS)
   allowed origins in `New-CosmosDbAccount` and `Set-CosmosDbAccount`
   respectively - fixes [Issue #249](https://github.com/PlagueHO/CosmosDB/issues/249).
 - Changed `Remove-CosmosDbAccount` to prevent second confirmation prompt
   when removing account.
 - Enabled `*-CosmosDbAccount` tests to run in AppVeyor.

 ## What is New in CosmosDB 2.1.15.237

 November 17, 2018

 - Added support for Continuation Tokens to `Get-CosmosDbCollection`
   to support getting more than 100 collections - fixes [Issue #244](https://github.com/PlagueHO/CosmosDB/issues/244).
 - Updated markdown documentation with PlatyPs 0.11.1.
 - Corrected markdown documentation for `Get-CosmosDbCollectionSize`.
 - Corrected continuation token examples for `Get-CosmosDbDocument`.
 - Updated CI pipeline to use Pester 4.4.2.
 - Updated CI pipeline to use PlatyPS 0.12.
 - Renamed `ResultHeaders` parameter to `ResponseHeader` in
   `Get-CosmosDbDocuments` function to adhere to PowerShell standards,
   but included alias for `ResultHeaders` to prevent breaking change.

 ## What is New in CosmosDB 2.1.14.220

 November 15, 2018

 - Extended maximum length of Account Name parameter to be 50 characters - fixes
   [Issue #201](https://github.com/PlagueHO/CosmosDB/issues/201).
 

FileList

Version History

Version Downloads Last updated
7.0.0 214,124 6/26/2026
7.0.0-previe... 246 4/29/2026
6.1.1-previe... 594 6/8/2025
6.1.0 1,381,723 6/8/2025
6.1.0-previe... 10 6/8/2025
6.1.0-previe... 13 6/1/2025
6.0.2-previe... 27 5/12/2025
6.0.2-previe... 8 5/10/2025
6.0.1 101,045 5/9/2025
6.0.1-previe... 7 5/9/2025
6.0.0 64,773 4/26/2025
6.0.0-previe... 6 4/26/2025
5.2.0-previe... 29 4/14/2025
5.1.0 581,744 12/15/2024
5.1.0-previe... 6 12/14/2024
5.0.1-previe... 209 10/18/2024
5.0.1-previe... 223 8/12/2024
5.0.0 571,492 6/7/2024
5.0.0-previe... 112,903 5/19/2024
5.0.0-previe... 10 5/19/2024
4.7.0 1,422,192 1/29/2023
4.7.0-previe... 21 1/22/2023
4.6.0 110,760 8/7/2022
4.6.0-previe... 40 8/7/2022
4.6.0-previe... 225 5/30/2022
4.6.0-previe... 247 9/17/2021
4.6.0-previe... 40 9/2/2021
4.5.0 270,635 5/29/2021
4.5.0-previe... 38 5/23/2021
4.5.0-previe... 40 5/23/2021
4.4.3 53,057 11/13/2020
4.4.3-previe... 38 11/12/2020
4.4.2 2,767 11/11/2020
4.4.2-previe... 38 11/11/2020
4.4.1 2,434 10/27/2020
4.4.1-previe... 37 10/27/2020
4.4.0 6,004 8/30/2020
4.4.0-previe... 39 8/30/2020
4.3.0 4,830 8/11/2020
4.3.0-previe... 41 8/10/2020
4.2.2-previe... 40 8/8/2020
4.2.2-previe... 39 8/8/2020
4.2.1 12,753 6/15/2020
4.2.1-previe... 42 6/15/2020
4.2.0 3,049 6/1/2020
4.2.0-previe... 40 6/1/2020
4.2.0-previe... 41 5/31/2020
4.2.0-previe... 39 5/31/2020
4.2.0-previe... 40 5/30/2020
4.1.0 9,649 5/15/2020
4.1.0-previe... 861 5/15/2020
4.0.0 1,975 5/11/2020
4.0.0-previe... 414 5/11/2020
4.0.0-previe... 416 5/11/2020
3.7.0 9,496 3/24/2020
3.7.0-previe... 421 3/24/2020
3.6.2-previe... 418 3/21/2020
3.6.2-previe... 419 3/20/2020
3.6.2-previe... 418 3/20/2020
3.6.1 10,673 3/19/2020
3.6.1-previe... 420 3/19/2020
3.5.2.487 1,166 3/14/2020
3.5.1.458 25,002 11/12/2019
3.5.0.426 44,121 7/20/2019
3.4.0.411 1,503 6/29/2019
3.3.0.405 926 6/22/2019
3.2.4.376 1,752 5/30/2019
3.2.3.359 (current version) 5,273 4/5/2019
3.2.2.347 1,175 3/20/2019
3.2.1.332 2,070 2/22/2019
3.2.0.320 1,585 2/7/2019
3.1.0.293 7,124 12/26/2018
3.0.0.279 2,013 12/23/2018
2.1.15.239 135,917 11/18/2018
2.1.14.222 975 11/15/2018
2.1.13.215 1,976 11/6/2018
2.1.12.137 1,404 10/29/2018
2.1.11.130 502 10/27/2018
2.1.10.104 848 10/22/2018
2.1.10.103 430 10/22/2018
2.1.9.95 482 10/21/2018
2.1.8.59 1,869 10/3/2018
2.1.8.58 421 10/3/2018
2.1.7.675 7,949 9/11/2018
2.1.7.635 514 9/10/2018
2.1.6.561 21,730 8/24/2018
2.1.5.548 1,419 8/4/2018
2.1.4.536 946 7/25/2018
2.1.3.528 6,913 7/12/2018
2.1.2.514 729 7/3/2018
2.1.1.498 562 6/26/2018
2.1.0.487 470 6/24/2018
2.0.16.465 702 6/20/2018
2.0.15.454 573 6/15/2018
2.0.14.439 571 6/12/2018
2.0.13.427 693 6/3/2018
2.0.12.418 1,636 5/20/2018
2.0.11.407 2,321 5/12/2018
2.0.10.388 813 4/26/2018
2.0.10.382 446 4/25/2018
2.0.9.364 657 4/9/2018
2.0.9.360 425 4/9/2018
2.0.8.350 497 4/5/2018
2.0.7.288 3,315 3/11/2018
2.0.6.247 457 3/9/2018
2.0.5.216 516 3/5/2018
2.0.4.202 835 2/27/2018
2.0.3.190 1,758 2/24/2018
2.0.2.184 434 2/24/2018
2.0.1.173 3,602 1/27/2018
2.0.0.163 1,203 1/14/2018
2.0.0.152 513 12/23/2017
1.0.12.126 456 12/8/2017
1.0.11.117 436 12/8/2017
1.0.10.108 441 12/6/2017
1.0.9.100 451 11/5/2017
1.0.8.91 458 11/5/2017
1.0.7.85 443 11/3/2017
1.0.6.79 439 11/2/2017
Show less