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
152 stars 46 forks source link

[Feature Request]Can you add Air gap environments to the powershell commands? #489

Open nanivijay opened 1 month ago

nanivijay commented 1 month ago

Feature Request

We are currently using this library to upload cosmos documents using AAD token auth. This is working fine for all the clouds except Air gapped clouds. USNat(EX) and USSec(RX)

For USSec(RX) BaseHostname = 'cosmos.azure.microsoft.scloud' For USNat(EX) BaseHostname = 'cosmos.azure.eaglex.ic.gov'

Before submitting your issue for the CosmosDB project, please take a moment to provide the following details:

Thanks for contributing your feedback and support! You can optionally submit a Pull Request against this project, if you have a fix you'd like to share.

nanivijay commented 1 month ago

@PlagueHO any thoughts?