diff --git a/eng/Packages.Data.props b/eng/Packages.Data.props index ed926b58784e..0157878d2d05 100644 --- a/eng/Packages.Data.props +++ b/eng/Packages.Data.props @@ -270,7 +270,7 @@ - + diff --git a/sdk/containerapps/Azure.ResourceManager.AppContainers/assets.json b/sdk/containerapps/Azure.ResourceManager.AppContainers/assets.json index 9a48baaa2d01..68acd667f8e6 100644 --- a/sdk/containerapps/Azure.ResourceManager.AppContainers/assets.json +++ b/sdk/containerapps/Azure.ResourceManager.AppContainers/assets.json @@ -2,5 +2,5 @@ "AssetsRepo": "Azure/azure-sdk-assets", "AssetsRepoPrefixPath": "net", "TagPrefix": "net/containerapps/Azure.ResourceManager.AppContainers", - "Tag": "net/containerapps/Azure.ResourceManager.AppContainers_29e939e2d0" + "Tag": "net/containerapps/Azure.ResourceManager.AppContainers_d9ce2874ef" } diff --git a/sdk/containerapps/Azure.ResourceManager.AppContainers/tests/Scenario/ContainerAppJobTests.cs b/sdk/containerapps/Azure.ResourceManager.AppContainers/tests/Scenario/ContainerAppJobTests.cs index 2e2d1ab52c6b..09cbe5eaf785 100644 --- a/sdk/containerapps/Azure.ResourceManager.AppContainers/tests/Scenario/ContainerAppJobTests.cs +++ b/sdk/containerapps/Azure.ResourceManager.AppContainers/tests/Scenario/ContainerAppJobTests.cs @@ -24,7 +24,6 @@ public ContainerAppJobTests(bool isAsync) : base(isAsync)//, RecordedTestMode.Re [TestCase] [RecordedTest] - [Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")] public async Task CreateOrUpdate() { ResourceGroupResource resourceGroup = await CreateResourceGroupAsync(); diff --git a/sdk/containerapps/Azure.ResourceManager.AppContainers/tests/TestCase/ContainerAppJobApiTests.cs b/sdk/containerapps/Azure.ResourceManager.AppContainers/tests/TestCase/ContainerAppJobApiTests.cs index 0ceb711d8cca..95ffd6b07cff 100644 --- a/sdk/containerapps/Azure.ResourceManager.AppContainers/tests/TestCase/ContainerAppJobApiTests.cs +++ b/sdk/containerapps/Azure.ResourceManager.AppContainers/tests/TestCase/ContainerAppJobApiTests.cs @@ -25,7 +25,6 @@ public ContainerAppJobApiTests(bool isAsync) [TestCase] [RecordedTest] - [Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")] public async Task CreateOrUpdate() { string envName = Recording.GenerateAssetName("env");