CosmosDB

3.3.0.405

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.3.0.405

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

Install-PSResource -Name CosmosDB -Version 3.3.0.405

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.3.0.404

 June 22, 2019

 - Moved CosmosDB namespace class definitions into C# project to be built
   into a .NET Standard 2.0 DLL that can be loaded instead of a CS file.
   This is to work around a problem with Azure Functions 2.0 where
   types can not be compiled in the runtime (see [this issue](https://github.com/Azure/azure-functions-powershell-worker/issues/220)) -
   fixes [Issue #290](https://github.com/PlagueHO/CosmosDB/issues/290).

 ## What is New in CosmosDB 3.2.4.375

 May 30, 2019

 - Update `requirements.psd1` to install modules `Az.Resources` 1.3.1 and
   `Az.Accounts` 1.5.1.
 - Change `requirements.psd1` to specify `minimumversion` of `Az.Resources`
   and `Az.Accounts`.
 - Enabled tests and removed the warning when executing the function
   `Get-CosmosDbAccountConnectionString` because the underlying REST API
   has been fixed and now functions correctly - fixes [Issue #291](https://github.com/PlagueHO/CosmosDB/issues/291).
 - Added parameter `MasterKeyType` to function `Get-CosmosDbAccountConnectionString`
   to only return a specific connection string - fixes [Issue #291](https://github.com/PlagueHO/CosmosDB/issues/291).

 ## 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.
 

FileList

Version History

Version Downloads Last updated
4.7.0 968,451 1/29/2023
4.7.0-previe... 13 1/22/2023
4.6.0 87,740 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 162,279 5/29/2021
4.5.0-previe... 28 5/23/2021
4.5.0-previe... 29 5/23/2021
4.4.3 47,991 11/13/2020
4.4.3-previe... 28 11/12/2020
4.4.2 1,436 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,143 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 (current version) 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 127,043 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,635 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 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