Skip to content

Commit 0d0bc55

Browse files
authored
Merge pull request Azure#562 from Azure/dev
huangpf PR: dev <- Azure:dev
2 parents 16fe53f + a1c152f commit 0d0bc55

File tree

4 files changed

+11801
-11630
lines changed

4 files changed

+11801
-11630
lines changed

src/ResourceManager/ApiManagement/Commands.ApiManagement/Commands/NewAzureApiManagement.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ public class NewAzureApiManagement : AzureApiManagementCmdletBase
3737
Mandatory = true,
3838
HelpMessage = "Location where want to create API Management.")]
3939
[ValidateNotNullOrEmpty]
40-
[ValidateSet("North Central US", "South Central US", "Central US", "West Europe", "North Europe", "West US", "East US",
41-
"East US 2", "Japan East", "Japan West", "Brazil South", "Southeast Asia", "East Asia", "Australia East",
42-
"Australia Southeast", IgnoreCase = false)]
4340
public string Location { get; set; }
4441

4542
[Parameter(

0 commit comments

Comments
 (0)