PlagueHO / CosmosDB

PowerShell Module for working with Azure Cosmos DB databases, collections, documents, attachments, offers, users, permissions, triggers, stored procedures and user defined functions.
http://dscottraynsford.com
MIT License
154 stars 46 forks source link

Improve URI Parameter Handling in New-CosmosDbContext Function - Fixes #381 #385

Closed PlagueHO closed 4 years ago

PlagueHO commented 4 years ago

Added support for specifying a protocol and port in the URI parameter of the New-CosmosDbContext function - Fixes Issue #381.


This change is Reviewable