Skip to content

Commit

Permalink
[HealthcareApis/ApiManagement] Remove the ignore attribute and fix re…
Browse files Browse the repository at this point in the history
…cording file (#46629)
  • Loading branch information
melina5656 authored Oct 16, 2024
1 parent 5e8b299 commit 5fb1796
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
<PackageReference Update="Azure.ResourceManager.Kubernetes" Version="1.0.0-beta.3" />
<PackageReference Update="Azure.ResourceManager.KubernetesConfiguration" Version="1.2.0-beta.1" />
<PackageReference Update="Azure.ResourceManager.ExtendedLocations" Version="1.1.0-beta.1" />
<PackageReference Update="Azure.ResourceManager.EventHubs" Version="1.0.0" />
<PackageReference Update="Azure.ResourceManager.EventHubs" Version="1.2.0-beta.1" />
<PackageReference Update="Azure.ResourceManager.ContainerRegistry" Version="1.1.0" />
<PackageReference Update="Azure.Search.Documents" Version="11.2.0" />
<PackageReference Update="Azure.Security.KeyVault.Keys" Version="4.6.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "net",
"TagPrefix": "net/apimanagement/Azure.ResourceManager.ApiManagement",
"Tag": "net/apimanagement/Azure.ResourceManager.ApiManagement_0cc2a6dd7d"
"Tag": "net/apimanagement/Azure.ResourceManager.ApiManagement_888f981359"
}
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ private void IgnoreApiVersionInEventHubOperations()
}

[Test]
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
public async Task CRUD()
{
await SetCollectionsAsync();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "net",
"TagPrefix": "net/healthcareapis/Azure.ResourceManager.HealthcareApis",
"Tag": "net/healthcareapis/Azure.ResourceManager.HealthcareApis_82216e7188"
"Tag": "net/healthcareapis/Azure.ResourceManager.HealthcareApis_b41b73e6b7"
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public async Task SetUp()
}

[RecordedTest]
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
public async Task CreateOrUpdateExistGetGetAllDelete()
{
// Create
Expand Down Expand Up @@ -64,7 +63,6 @@ public async Task CreateOrUpdateExistGetGetAllDelete()
[TestCase(null)]
[TestCase(false)]
[TestCase(true)]
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
public async Task AddRemoveTag(bool? useTagResource)
{
SetTagResourceUsage(Client, useTagResource);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public async Task SetUp()
}

[RecordedTest]
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
public async Task CreateOrUpdateExistGetGetAllDelete()
{
// CreateOrUpdate
Expand Down

0 comments on commit 5fb1796

Please sign in to comment.