Skip to content

Commit

Permalink
[ServiceBus/EventHub] Remove the ignore attribute and fix recording f…
Browse files Browse the repository at this point in the history
…ile (#46630)
  • Loading branch information
melina5656 authored Oct 16, 2024
1 parent 5fb1796 commit b3a28be
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion sdk/eventhub/Azure.ResourceManager.EventHubs/assets.json
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/eventhub/Azure.ResourceManager.EventHubs",
"Tag": "net/eventhub/Azure.ResourceManager.EventHubs_3e551453ac"
"Tag": "net/eventhub/Azure.ResourceManager.EventHubs_051d9da9a8"
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ItemGroup>
<PackageReference Include="Azure.Identity" />
<PackageReference Include="Azure.ResourceManager.KeyVault" VersionOverride="1.0.0" />
<PackageReference Include="Azure.ResourceManager.ManagedServiceIdentities" VersionOverride="1.0.0" />
<PackageReference Include="Azure.ResourceManager.ManagedServiceIdentities" VersionOverride="1.3.0-beta.1" />
</ItemGroup>
<ItemGroup>
<Compile Include="$(TestFrameworkSupportFiles)" LinkBase="Shared\TestFramework" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,6 @@ public async Task NamespaceSystemAssignedEncryptionTests()

[Test]
[RecordedTest]
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
public async Task UserAssignedEncryptionTests()
{
EventHubsNamespaceResource resource = null;
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/servicebus/Azure.ResourceManager.ServiceBus",
"Tag": "net/servicebus/Azure.ResourceManager.ServiceBus_c2e087fbf1"
"Tag": "net/servicebus/Azure.ResourceManager.ServiceBus_2c34644109"
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PackageReference Include="Azure.ResourceManager.Network" />
<PackageReference Include="Azure.Identity" />
<PackageReference Include="Azure.ResourceManager.KeyVault" VersionOverride="1.0.0" />
<PackageReference Include="Azure.ResourceManager.ManagedServiceIdentities" VersionOverride="1.0.0" />
<PackageReference Include="Azure.ResourceManager.ManagedServiceIdentities" VersionOverride="1.3.0-beta.1" />
</ItemGroup>
<ItemGroup>
<Compile Include="$(TestFrameworkSupportFiles)" LinkBase="Shared\TestFramework" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,6 @@ public async Task NamespaceSystemAssignedEncryptionTests()

[Test]
[RecordedTest]
[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]
public async Task UserAssignedEncryptionTests()
{
ServiceBusNamespaceResource resource = null;
Expand Down

0 comments on commit b3a28be

Please sign in to comment.