Skip to content

Commit 563a23c

Browse files
authored
Revert "[Do not Squash][Storage] Merge master change to Storage branch." (#12615)
1 parent 4255713 commit 563a23c

File tree

131 files changed

+707
-19800
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+707
-19800
lines changed

src/Storage/Storage.Management.Test/ScenarioTests/StorageAccountTests.cs

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -179,39 +179,32 @@ public void TestStorageAccountManagementPolicy()
179179

180180
[Fact]
181181
[Trait(Category.AcceptanceType, Category.CheckIn)]
182-
public void TestNewSetAzureStorageAccountGZRS()
182+
public void TestNewSetAzureStorageAccount_LargeFileShare()
183183
{
184-
TestRunner.RunTestScript("Test-NewSetAzureStorageAccount_GZRS");
184+
TestRunner.RunTestScript("Test-NewSetAzureStorageAccount_LargeFileShare");
185185
}
186186

187187
[Fact]
188188
[Trait(Category.AcceptanceType, Category.CheckIn)]
189-
public void TestNewSetAzureStorageAccountRAGZRS()
189+
public void TestNewAzureStorageAccountQueueTableEncrytionKeyType()
190190
{
191-
TestRunner.RunTestScript("Test-NewSetAzureStorageAccount_RAGZRS");
191+
TestRunner.RunTestScript("Test-NewAzureStorageAccountQueueTableEncrytionKeyType");
192192
}
193193

194194
[Fact]
195195
[Trait(Category.AcceptanceType, Category.CheckIn)]
196-
public void TestNewSetAzureStorageAccount_LargeFileShare()
196+
public void TestNewSetAzureStorageAccountGZRS()
197197
{
198-
TestRunner.RunTestScript("Test-NewSetAzureStorageAccount_LargeFileShare");
198+
TestRunner.RunTestScript("Test-NewSetAzureStorageAccount_GZRS");
199199
}
200200

201201
[Fact]
202202
[Trait(Category.AcceptanceType, Category.CheckIn)]
203-
public void TestNewAzureStorageAccountQueueTableEncrytionKeyType()
203+
public void TestNewSetAzureStorageAccountRAGZRS()
204204
{
205-
TestRunner.RunTestScript("Test-NewAzureStorageAccountQueueTableEncrytionKeyType");
205+
TestRunner.RunTestScript("Test-NewSetAzureStorageAccount_RAGZRS");
206206
}
207207

208-
[Fact]
209-
[Trait(Category.AcceptanceType, Category.CheckIn)]
210-
public void TestNewSetAStorageAccount_RoutingPreference()
211-
{
212-
TestRunner.RunTestScript("Test-NewSetAzStorageAccount_RoutingPreference");
213-
}
214-
215208
[Fact]
216209
[Trait(Category.AcceptanceType, Category.CheckIn)]
217210
public void TestNewSetAzureStorageAccountTLSveresionBlobPublicAccess()

0 commit comments

Comments
 (0)