File tree Expand file tree Collapse file tree 3 files changed +1847
-1731
lines changed
src/ResourceManager/EventHub/Commands.EventHub.Test
SessionRecords/Microsoft.Azure.Commands.EventHub.Test.ScenarioTests.DRConfigurationTests Expand file tree Collapse file tree 3 files changed +1847
-1731
lines changed Original file line number Diff line number Diff line change 173
173
<None Include =" SessionRecords\Microsoft.Azure.Commands.EventHub.Test.ScenarioTests.DRConfigurationTests\DRConfigurationsCURD.json" >
174
174
<CopyToOutputDirectory >Always</CopyToOutputDirectory >
175
175
</None >
176
- <None Include =" SessionRecords\Microsoft.Azure.Commands.EventHub.Test.ScenarioTests.DRConfigurationTests\DRConfigurationsCURDAlternateName.json" >
176
+ <None Include =" SessionRecords\Microsoft.Azure.Commands.EventHub.Test.ScenarioTests.DRConfigurationTests\DRConfigurationsCURDAlternateName.json" >
177
177
<CopyToOutputDirectory >Always</CopyToOutputDirectory >
178
178
</None >
179
179
<None Include =" SessionRecords\Microsoft.Azure.Commands.EventHub.Test.ScenarioTests.EventHubsTests\EventHubsAuthorizationRulesCRUD.json" >
Original file line number Diff line number Diff line change @@ -28,15 +28,13 @@ public DRConfigurationTests(ITestOutputHelper output)
28
28
29
29
[ Fact ]
30
30
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
31
- [ Trait ( "Re-record" , "ClientRuntime changes" ) ]
32
31
public void DRConfigurationsCURD ( )
33
32
{
34
33
EventHubsController . NewInstance . RunPsTest ( "DRConfigurationTests" ) ;
35
34
}
36
35
37
36
[ Fact ]
38
37
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
39
- [ Trait ( "Re-record" , "ClientRuntime changes" ) ]
40
38
public void DRConfigurationsCURDAlternateName ( )
41
39
{
42
40
EventHubsController . NewInstance . RunPsTest ( "DRConfigurationTestsAlternateName" ) ;
You can’t perform that action at this time.
0 commit comments