diff options
author | Wouter Tinus <wouter.tinus@gmail.com> | 2020-08-01 22:29:05 +0200 |
---|---|---|
committer | Wouter Tinus <wouter.tinus@gmail.com> | 2020-08-01 22:29:05 +0200 |
commit | 9559e163dc30ef8fdf95957b79eee9a1010dbdbb (patch) | |
tree | 5a516ef3a315ef3f03a0fa51c3c1edd7613ca3a4 /src/plugin.validation.dns.azure/AzureArgumentsProvider.cs | |
parent | 2b90562fafd97406b19259699740130d7325c6a0 (diff) | |
download | letsencrypt-win-simple-origin/2.1.10.zip letsencrypt-win-simple-origin/2.1.10.tar.gz letsencrypt-win-simple-origin/2.1.10.tar.bz2 |
documentaitonorigin/2.1.10
Diffstat (limited to 'src/plugin.validation.dns.azure/AzureArgumentsProvider.cs')
-rwxr-xr-x | src/plugin.validation.dns.azure/AzureArgumentsProvider.cs | 4 |
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.");
|