MethodsAndPractices / vsteam

PowerShell module for accessing Azure DevOps Services and Azure DevOps Server (formerly VSTS or TFS)
https://methodsandpractices.github.io/vsteam-docs/
MIT License
442 stars 155 forks source link

Update Add-VSTeamAzureRMServiceEndpoint to support alternate cloud environments #492

Open martingreeniii opened 1 year ago

martingreeniii commented 1 year ago

Proposal

We would like the Add-VSTeamAzureRMServiceEndpoint to support the alternate cloud environments that are available: AzureChinaCloud AzureUSGovernment AzureGermanCloud AzureStack (requires passing in a management endpoint url specific to that environment)

Solved Problem

This would allow us to provision New Projects to include AzureRM Service connections as well as items that have a dependency on the service connection - such as VariableGroups that point to an Azure KeyVault.

Additional info / code snippets?

No response