Skip to content

Commit 1ba7367

Browse files
authored
update (Azure#46634)
1 parent b3a28be commit 1ba7367

File tree

6 files changed

+3
-14
lines changed

6 files changed

+3
-14
lines changed

eng/Packages.Data.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
<PackageReference Update="Azure.Messaging.EventGrid" Version="4.17.0" />
257257
<PackageReference Update="Azure.Messaging.EventHubs.Processor" Version="5.11.3" />
258258
<PackageReference Update="Azure.Messaging.ServiceBus" Version="7.18.2" />
259-
<PackageReference Update="Azure.ResourceManager.Compute" Version="1.2.0" />
259+
<PackageReference Update="Azure.ResourceManager.Compute" Version="1.7.0-beta.1" />
260260
<PackageReference Update="Azure.ResourceManager.CognitiveServices" Version="1.3.0" />
261261
<PackageReference Update="Azure.ResourceManager.KeyVault" Version="1.1.0" />
262262
<PackageReference Update="Azure.ResourceManager.ManagedServiceIdentities" Version="1.1.0" />

sdk/computeschedule/Azure.ResourceManager.ComputeSchedule/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "net",
44
"TagPrefix": "net/computeschedule/Azure.ResourceManager.ComputeSchedule",
5-
"Tag": "net/computeschedule/Azure.ResourceManager.ComputeSchedule_1309f68d38"
5+
"Tag": "net/computeschedule/Azure.ResourceManager.ComputeSchedule_b95d5dae4f"
66
}

sdk/computeschedule/Azure.ResourceManager.ComputeSchedule/tests/Scenario/ComputescheduleOperationsTests.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ public ComputescheduleOperationsTests(bool isAsync)
2727

2828
[TestCase, Order(1)]
2929
[RecordedTest]
30-
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
3130
public async Task TestSubmitStartOperations()
3231
{
3332
int vmCount = 1;
@@ -69,7 +68,6 @@ public async Task TestSubmitStartOperations()
6968

7069
[TestCase, Order(2)]
7170
[RecordedTest]
72-
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
7371
public async Task TestSubmitDeallocateOperations()
7472
{
7573
int vmCount = 1;
@@ -111,7 +109,6 @@ public async Task TestSubmitDeallocateOperations()
111109

112110
[TestCase, Order(3)]
113111
[RecordedTest]
114-
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
115112
public async Task TestSubmitHibernateOperations()
116113
{
117114
int vmCount = 1;
@@ -153,7 +150,6 @@ public async Task TestSubmitHibernateOperations()
153150

154151
[TestCase, Order(4)]
155152
[RecordedTest]
156-
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
157153
public async Task TestExecuteHibernateOperations()
158154
{
159155
int vmCount = 1;
@@ -194,7 +190,6 @@ public async Task TestExecuteHibernateOperations()
194190

195191
[TestCase, Order(5)]
196192
[RecordedTest]
197-
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
198193
public async Task TestExecuteDeallocateOperations()
199194
{
200195
int vmCount = 1;
@@ -235,7 +230,6 @@ public async Task TestExecuteDeallocateOperations()
235230

236231
[TestCase, Order(6)]
237232
[RecordedTest]
238-
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
239233
public async Task TestExecuteStartOperations()
240234
{
241235
int vmCount = 1;
@@ -276,7 +270,6 @@ public async Task TestExecuteStartOperations()
276270

277271
[TestCase, Order(7)]
278272
[RecordedTest]
279-
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
280273
public async Task TestCancelScheduledOperations()
281274
{
282275
int vmCount = 1;
@@ -326,7 +319,6 @@ public async Task TestCancelScheduledOperations()
326319

327320
[TestCase, Order(8)]
328321
[RecordedTest]
329-
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
330322
public async Task TestGetOperationsErrors()
331323
{
332324
int vmCount = 1;

sdk/standbypool/Azure.ResourceManager.StandbyPool/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "net",
44
"TagPrefix": "net/standbypool/Azure.ResourceManager.StandbyPool",
5-
"Tag": "net/standbypool/Azure.ResourceManager.StandbyPool_8b4dab0039"
5+
"Tag": "net/standbypool/Azure.ResourceManager.StandbyPool_de197be086"
66
}

sdk/standbypool/Azure.ResourceManager.StandbyPool/tests/Scenario/StandbyVirtualMachinePoolCRUDTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ public StandbyVirtualMachinePoolCRUDTests(bool isAsync)
2626

2727
[TestCase]
2828
[RecordedTest]
29-
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
3029
public async Task StandbyVirtualMachinePoolCRUDTest()
3130
{
3231
string resourceGroupName = Recording.GenerateAssetName("standbyPoolRG-");

sdk/standbypool/Azure.ResourceManager.StandbyPool/tests/Scenario/StandbyVirtualMachinePoolCollectionTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ private async Task CreateResources(ResourceGroupResource resourceGroup)
2626

2727
[TestCase]
2828
[RecordedTest]
29-
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
3029
public async Task ListStandbyVirtualMachinePoolBySubscription()
3130
{
3231
string resourceGroupName = Recording.GenerateAssetName("standbyPoolRG-ru-");
@@ -42,7 +41,6 @@ public async Task ListStandbyVirtualMachinePoolBySubscription()
4241

4342
[TestCase]
4443
[RecordedTest]
45-
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
4644
public async Task ListStandbyVirtualMachinePoolByResourcGroup()
4745
{
4846
string resourceGroupName = Recording.GenerateAssetName("standbyPoolRG-");

0 commit comments

Comments
 (0)