Skip to content

Commit 5fb1796

Browse files
authored
[HealthcareApis/ApiManagement] Remove the ignore attribute and fix recording file (Azure#46629)
1 parent 5e8b299 commit 5fb1796

File tree

6 files changed

+3
-7
lines changed

6 files changed

+3
-7
lines changed

eng/Packages.Data.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
<PackageReference Update="Azure.ResourceManager.Kubernetes" Version="1.0.0-beta.3" />
270270
<PackageReference Update="Azure.ResourceManager.KubernetesConfiguration" Version="1.2.0-beta.1" />
271271
<PackageReference Update="Azure.ResourceManager.ExtendedLocations" Version="1.1.0-beta.1" />
272-
<PackageReference Update="Azure.ResourceManager.EventHubs" Version="1.0.0" />
272+
<PackageReference Update="Azure.ResourceManager.EventHubs" Version="1.2.0-beta.1" />
273273
<PackageReference Update="Azure.ResourceManager.ContainerRegistry" Version="1.1.0" />
274274
<PackageReference Update="Azure.Search.Documents" Version="11.2.0" />
275275
<PackageReference Update="Azure.Security.KeyVault.Keys" Version="4.6.0" />

sdk/apimanagement/Azure.ResourceManager.ApiManagement/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/apimanagement/Azure.ResourceManager.ApiManagement",
5-
"Tag": "net/apimanagement/Azure.ResourceManager.ApiManagement_0cc2a6dd7d"
5+
"Tag": "net/apimanagement/Azure.ResourceManager.ApiManagement_888f981359"
66
}

sdk/apimanagement/Azure.ResourceManager.ApiManagement/tests/Scenario/LoggerTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ private void IgnoreApiVersionInEventHubOperations()
6060
}
6161

6262
[Test]
63-
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
6463
public async Task CRUD()
6564
{
6665
await SetCollectionsAsync();

sdk/healthcareapis/Azure.ResourceManager.HealthcareApis/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/healthcareapis/Azure.ResourceManager.HealthcareApis",
5-
"Tag": "net/healthcareapis/Azure.ResourceManager.HealthcareApis_82216e7188"
5+
"Tag": "net/healthcareapis/Azure.ResourceManager.HealthcareApis_b41b73e6b7"
66
}

sdk/healthcareapis/Azure.ResourceManager.HealthcareApis/tests/Scenario/HealthcareApisIotConnectorTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public async Task SetUp()
3434
}
3535

3636
[RecordedTest]
37-
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
3837
public async Task CreateOrUpdateExistGetGetAllDelete()
3938
{
4039
// Create
@@ -64,7 +63,6 @@ public async Task CreateOrUpdateExistGetGetAllDelete()
6463
[TestCase(null)]
6564
[TestCase(false)]
6665
[TestCase(true)]
67-
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
6866
public async Task AddRemoveTag(bool? useTagResource)
6967
{
7068
SetTagResourceUsage(Client, useTagResource);

sdk/healthcareapis/Azure.ResourceManager.HealthcareApis/tests/Scenario/IotFhirDestinationTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ public async Task SetUp()
3636
}
3737

3838
[RecordedTest]
39-
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
4039
public async Task CreateOrUpdateExistGetGetAllDelete()
4140
{
4241
// CreateOrUpdate

0 commit comments

Comments
 (0)