summaryrefslogtreecommitdiffstats
path: root/src/plugin.validation.dns.azure/AzureArgumentsProvider.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugin.validation.dns.azure/AzureArgumentsProvider.cs')
-rwxr-xr-xsrc/plugin.validation.dns.azure/AzureArgumentsProvider.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugin.validation.dns.azure/AzureArgumentsProvider.cs b/src/plugin.validation.dns.azure/AzureArgumentsProvider.cs
index 4239263..9bd5544 100755
--- a/src/plugin.validation.dns.azure/AzureArgumentsProvider.cs
+++ b/src/plugin.validation.dns.azure/AzureArgumentsProvider.cs
@@ -12,7 +12,9 @@ namespace PKISharp.WACS.Plugins.ValidationPlugins
{
_ = parser.Setup(o => o.AzureEnvironment)
.As("azureenvironment")
- .WithDescription("Public Azure service instance endpoint");
+ .WithDescription("This can be used to specify a specific Azure endpoint. " +
+ "Valid inputs are AzureCloud (default), AzureChinaCloud, AzureGermanCloud, " +
+ "AzureUSGovernment or a specific URI for an Azure Stack implementation.");
_ = parser.Setup(o => o.AzureUseMsi)
.As("azureusemsi")
.WithDescription("Use Managed Service Identity for authentication.");