Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -179,39 +179,32 @@ public void TestStorageAccountManagementPolicy()

[Fact]
[Trait(Category.AcceptanceType, Category.CheckIn)]
public void TestNewSetAzureStorageAccountGZRS()
public void TestNewSetAzureStorageAccount_LargeFileShare()
{
TestRunner.RunTestScript("Test-NewSetAzureStorageAccount_GZRS");
TestRunner.RunTestScript("Test-NewSetAzureStorageAccount_LargeFileShare");
}

[Fact]
[Trait(Category.AcceptanceType, Category.CheckIn)]
public void TestNewSetAzureStorageAccountRAGZRS()
public void TestNewAzureStorageAccountQueueTableEncrytionKeyType()
{
TestRunner.RunTestScript("Test-NewSetAzureStorageAccount_RAGZRS");
TestRunner.RunTestScript("Test-NewAzureStorageAccountQueueTableEncrytionKeyType");
}

[Fact]
[Trait(Category.AcceptanceType, Category.CheckIn)]
public void TestNewSetAzureStorageAccount_LargeFileShare()
public void TestNewSetAzureStorageAccountGZRS()
{
TestRunner.RunTestScript("Test-NewSetAzureStorageAccount_LargeFileShare");
TestRunner.RunTestScript("Test-NewSetAzureStorageAccount_GZRS");
}

[Fact]
[Trait(Category.AcceptanceType, Category.CheckIn)]
public void TestNewAzureStorageAccountQueueTableEncrytionKeyType()
public void TestNewSetAzureStorageAccountRAGZRS()
{
TestRunner.RunTestScript("Test-NewAzureStorageAccountQueueTableEncrytionKeyType");
TestRunner.RunTestScript("Test-NewSetAzureStorageAccount_RAGZRS");
}

[Fact]
[Trait(Category.AcceptanceType, Category.CheckIn)]
public void TestNewSetAStorageAccount_RoutingPreference()
{
TestRunner.RunTestScript("Test-NewSetAzStorageAccount_RoutingPreference");
}

[Fact]
[Trait(Category.AcceptanceType, Category.CheckIn)]
public void TestNewSetAzureStorageAccountTLSveresionBlobPublicAccess()
Expand Down
Loading