diff --git a/eng/Packages.Data.props b/eng/Packages.Data.props index a828ad0a54e82..fbbffdcae2e94 100644 --- a/eng/Packages.Data.props +++ b/eng/Packages.Data.props @@ -256,7 +256,7 @@ - + diff --git a/sdk/computeschedule/Azure.ResourceManager.ComputeSchedule/assets.json b/sdk/computeschedule/Azure.ResourceManager.ComputeSchedule/assets.json index 5a77c1cb1ceee..95e650fe051a1 100644 --- a/sdk/computeschedule/Azure.ResourceManager.ComputeSchedule/assets.json +++ b/sdk/computeschedule/Azure.ResourceManager.ComputeSchedule/assets.json @@ -2,5 +2,5 @@ "AssetsRepo": "Azure/azure-sdk-assets", "AssetsRepoPrefixPath": "net", "TagPrefix": "net/computeschedule/Azure.ResourceManager.ComputeSchedule", - "Tag": "net/computeschedule/Azure.ResourceManager.ComputeSchedule_1309f68d38" + "Tag": "net/computeschedule/Azure.ResourceManager.ComputeSchedule_b95d5dae4f" } diff --git a/sdk/computeschedule/Azure.ResourceManager.ComputeSchedule/tests/Scenario/ComputescheduleOperationsTests.cs b/sdk/computeschedule/Azure.ResourceManager.ComputeSchedule/tests/Scenario/ComputescheduleOperationsTests.cs index cff5741748a64..d8966aa97be2a 100644 --- a/sdk/computeschedule/Azure.ResourceManager.ComputeSchedule/tests/Scenario/ComputescheduleOperationsTests.cs +++ b/sdk/computeschedule/Azure.ResourceManager.ComputeSchedule/tests/Scenario/ComputescheduleOperationsTests.cs @@ -27,7 +27,6 @@ public ComputescheduleOperationsTests(bool isAsync) [TestCase, Order(1)] [RecordedTest] - [Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")] public async Task TestSubmitStartOperations() { int vmCount = 1; @@ -69,7 +68,6 @@ public async Task TestSubmitStartOperations() [TestCase, Order(2)] [RecordedTest] - [Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")] public async Task TestSubmitDeallocateOperations() { int vmCount = 1; @@ -111,7 +109,6 @@ public async Task TestSubmitDeallocateOperations() [TestCase, Order(3)] [RecordedTest] - [Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")] public async Task TestSubmitHibernateOperations() { int vmCount = 1; @@ -153,7 +150,6 @@ public async Task TestSubmitHibernateOperations() [TestCase, Order(4)] [RecordedTest] - [Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")] public async Task TestExecuteHibernateOperations() { int vmCount = 1; @@ -194,7 +190,6 @@ public async Task TestExecuteHibernateOperations() [TestCase, Order(5)] [RecordedTest] - [Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")] public async Task TestExecuteDeallocateOperations() { int vmCount = 1; @@ -235,7 +230,6 @@ public async Task TestExecuteDeallocateOperations() [TestCase, Order(6)] [RecordedTest] - [Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")] public async Task TestExecuteStartOperations() { int vmCount = 1; @@ -276,7 +270,6 @@ public async Task TestExecuteStartOperations() [TestCase, Order(7)] [RecordedTest] - [Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")] public async Task TestCancelScheduledOperations() { int vmCount = 1; @@ -326,7 +319,6 @@ public async Task TestCancelScheduledOperations() [TestCase, Order(8)] [RecordedTest] - [Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")] public async Task TestGetOperationsErrors() { int vmCount = 1; diff --git a/sdk/standbypool/Azure.ResourceManager.StandbyPool/assets.json b/sdk/standbypool/Azure.ResourceManager.StandbyPool/assets.json index 180260b3c34b6..efa44fbd5500f 100644 --- a/sdk/standbypool/Azure.ResourceManager.StandbyPool/assets.json +++ b/sdk/standbypool/Azure.ResourceManager.StandbyPool/assets.json @@ -2,5 +2,5 @@ "AssetsRepo": "Azure/azure-sdk-assets", "AssetsRepoPrefixPath": "net", "TagPrefix": "net/standbypool/Azure.ResourceManager.StandbyPool", - "Tag": "net/standbypool/Azure.ResourceManager.StandbyPool_8b4dab0039" + "Tag": "net/standbypool/Azure.ResourceManager.StandbyPool_de197be086" } diff --git a/sdk/standbypool/Azure.ResourceManager.StandbyPool/tests/Scenario/StandbyVirtualMachinePoolCRUDTests.cs b/sdk/standbypool/Azure.ResourceManager.StandbyPool/tests/Scenario/StandbyVirtualMachinePoolCRUDTests.cs index 79d5e0fc133a5..21c685ec659ea 100644 --- a/sdk/standbypool/Azure.ResourceManager.StandbyPool/tests/Scenario/StandbyVirtualMachinePoolCRUDTests.cs +++ b/sdk/standbypool/Azure.ResourceManager.StandbyPool/tests/Scenario/StandbyVirtualMachinePoolCRUDTests.cs @@ -26,7 +26,6 @@ public StandbyVirtualMachinePoolCRUDTests(bool isAsync) [TestCase] [RecordedTest] - [Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")] public async Task StandbyVirtualMachinePoolCRUDTest() { string resourceGroupName = Recording.GenerateAssetName("standbyPoolRG-"); diff --git a/sdk/standbypool/Azure.ResourceManager.StandbyPool/tests/Scenario/StandbyVirtualMachinePoolCollectionTests.cs b/sdk/standbypool/Azure.ResourceManager.StandbyPool/tests/Scenario/StandbyVirtualMachinePoolCollectionTests.cs index dd05f8ec68fce..7857f1c2033e4 100644 --- a/sdk/standbypool/Azure.ResourceManager.StandbyPool/tests/Scenario/StandbyVirtualMachinePoolCollectionTests.cs +++ b/sdk/standbypool/Azure.ResourceManager.StandbyPool/tests/Scenario/StandbyVirtualMachinePoolCollectionTests.cs @@ -26,7 +26,6 @@ private async Task CreateResources(ResourceGroupResource resourceGroup) [TestCase] [RecordedTest] - [Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")] public async Task ListStandbyVirtualMachinePoolBySubscription() { string resourceGroupName = Recording.GenerateAssetName("standbyPoolRG-ru-"); @@ -42,7 +41,6 @@ public async Task ListStandbyVirtualMachinePoolBySubscription() [TestCase] [RecordedTest] - [Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")] public async Task ListStandbyVirtualMachinePoolByResourcGroup() { string resourceGroupName = Recording.GenerateAssetName("standbyPoolRG-");