Skip to content

Commit d4d0e42

Browse files
committed
Merge pull request #141 from SiddharthChatrolaMs/dev
Removing validation set for Location
2 parents b835c06 + 85603dc commit d4d0e42

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ResourceManager/RedisCache/Commands.RedisCache/Commands/NewAzureRedisCache.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ public class NewAzureRedisCache : RedisCacheCmdletBase
3636

3737
[Parameter(ValueFromPipelineByPropertyName = true, Mandatory = true, HelpMessage = "Location where want to create cache.")]
3838
[ValidateNotNullOrEmpty]
39-
[ValidateSet("North Central US", "South Central US", "Central US", "West Europe", "North Europe", "West US", "East US",
40-
"East US 2", "Japan East", "Japan West", "Brazil South", "Southeast Asia", "East Asia", "Australia East", "Australia Southeast", IgnoreCase = false)]
4139
public string Location { get; set; }
4240

4341
[Parameter(ValueFromPipelineByPropertyName = true, Mandatory = false, HelpMessage = "Redis version.")]

0 commit comments

Comments
 (0)