From 2f10cdf30bddc9b8b9f01d8f2451bdbfd46d9f02 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Thu, 22 Oct 2020 14:24:48 -0700 Subject: [PATCH] Update New-TestResources.ps1 parameter documentation to match defaults (#832) Co-authored-by: Ben Broderick Phillips --- eng/common/TestResources/New-TestResources.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/common/TestResources/New-TestResources.ps1 b/eng/common/TestResources/New-TestResources.ps1 index 4bdb301dc..898ac1266 100644 --- a/eng/common/TestResources/New-TestResources.ps1 +++ b/eng/common/TestResources/New-TestResources.ps1 @@ -562,7 +562,7 @@ is based on the cloud to which the template is being deployed: .PARAMETER Environment Name of the cloud environment. The default is the Azure Public Cloud -('PublicCloud') +('AzureCloud') .PARAMETER AdditionalParameters Optional key-value pairs of parameters to pass to the ARM template(s).