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
6.1.1-previe... 212 6/8/2025
6.1.0 346,544 6/8/2025
6.1.0-previe... 7 6/8/2025
6.1.0-previe... 11 6/1/2025
6.0.2-previe... 25 5/12/2025
6.0.2-previe... 7 5/10/2025
6.0.1 88,272 5/9/2025
6.0.1-previe... 5 5/9/2025
6.0.0 42,798 4/26/2025
6.0.0-previe... 4 4/26/2025
5.2.0-previe... 28 4/14/2025
5.1.0 562,992 12/15/2024
5.1.0-previe... 5 12/14/2024
5.0.1-previe... 206 10/18/2024
5.0.1-previe... 221 8/12/2024
5.0.0 567,832 6/7/2024
5.0.0-previe... 112,901 5/19/2024
5.0.0-previe... 8 5/19/2024
4.7.0 1,360,351 1/29/2023
4.7.0-previe... 18 1/22/2023
4.6.0 109,307 8/7/2022
4.6.0-previe... 33 8/7/2022
4.6.0-previe... 219 5/30/2022
4.6.0-previe... 240 9/17/2021
4.6.0-previe... 34 9/2/2021
4.5.0 251,351 5/29/2021
4.5.0-previe... 33 5/23/2021
4.5.0-previe... 34 5/23/2021
4.4.3 52,461 11/13/2020
4.4.3-previe... 33 11/12/2020
4.4.2 2,761 11/11/2020
4.4.2-previe... 33 11/11/2020
4.4.1 2,425 10/27/2020
4.4.1-previe... 33 10/27/2020
4.4.0 5,999 8/30/2020
4.4.0-previe... 34 8/30/2020
4.3.0 4,822 8/11/2020
4.3.0-previe... 36 8/10/2020
4.2.2-previe... 35 8/8/2020
4.2.2-previe... 34 8/8/2020
4.2.1 12,748 6/15/2020
4.2.1-previe... 36 6/15/2020
4.2.0 3,028 6/1/2020
4.2.0-previe... 35 6/1/2020
4.2.0-previe... 35 5/31/2020
4.2.0-previe... 34 5/31/2020
4.2.0-previe... 35 5/30/2020
4.1.0 8,789 5/15/2020
4.1.0-previe... 856 5/15/2020
4.0.0 1,940 5/11/2020
4.0.0-previe... 409 5/11/2020
4.0.0-previe... 410 5/11/2020
3.7.0 9,482 3/24/2020
3.7.0-previe... 416 3/24/2020
3.6.2-previe... 413 3/21/2020
3.6.2-previe... 415 3/20/2020
3.6.2-previe... 414 3/20/2020
3.6.1 10,667 3/19/2020
3.6.1-previe... 415 3/19/2020
3.5.2.487 1,161 3/14/2020
3.5.1.458 24,966 11/12/2019
3.5.0.426 44,120 7/20/2019
3.4.0.411 1,502 6/29/2019
3.3.0.405 924 6/22/2019
3.2.4.376 1,751 5/30/2019
3.2.3.359 (current version) 5,269 4/5/2019
3.2.2.347 1,172 3/20/2019
3.2.1.332 2,069 2/22/2019
3.2.0.320 1,584 2/7/2019
3.1.0.293 7,122 12/26/2018
3.0.0.279 2,008 12/23/2018
2.1.15.239 132,563 11/18/2018
2.1.14.222 970 11/15/2018
2.1.13.215 1,974 11/6/2018
2.1.12.137 1,402 10/29/2018
2.1.11.130 501 10/27/2018
2.1.10.104 847 10/22/2018
2.1.10.103 429 10/22/2018
2.1.9.95 480 10/21/2018
2.1.8.59 1,865 10/3/2018
2.1.8.58 418 10/3/2018
2.1.7.675 7,947 9/11/2018
2.1.7.635 513 9/10/2018
2.1.6.561 21,725 8/24/2018
2.1.5.548 1,416 8/4/2018
2.1.4.536 945 7/25/2018
2.1.3.528 6,900 7/12/2018
2.1.2.514 727 7/3/2018
2.1.1.498 560 6/26/2018
2.1.0.487 467 6/24/2018
2.0.16.465 699 6/20/2018
2.0.15.454 572 6/15/2018
2.0.14.439 569 6/12/2018
2.0.13.427 691 6/3/2018
2.0.12.418 1,635 5/20/2018
2.0.11.407 2,320 5/12/2018
2.0.10.388 810 4/26/2018
2.0.10.382 445 4/25/2018
2.0.9.364 656 4/9/2018
2.0.9.360 423 4/9/2018
2.0.8.350 495 4/5/2018
2.0.7.288 3,313 3/11/2018
2.0.6.247 457 3/9/2018
2.0.5.216 515 3/5/2018
2.0.4.202 834 2/27/2018
2.0.3.190 1,756 2/24/2018
2.0.2.184 431 2/24/2018
2.0.1.173 3,578 1/27/2018
2.0.0.163 1,087 1/14/2018
2.0.0.152 510 12/23/2017
1.0.12.126 454 12/8/2017
1.0.11.117 434 12/8/2017
1.0.10.108 438 12/6/2017
1.0.9.100 448 11/5/2017
1.0.8.91 456 11/5/2017
1.0.7.85 439 11/3/2017
1.0.6.79 436 11/2/2017
Show less