Skip to content

Commit 72ba88d

Browse files
aim-for-betterZhenyu Zhou
andauthored
[HDInsight][Breaking Change]Remove deprecated parameters (#21466)
* Remove Deprecated Parameters and update help doc * Update changelog.md file * Update test project and sln config and test session records * add one new test record * Add breaking change suppression * Fix new-azhdinsightcluster help doc error and breaking change error * update breaking change suppression file. --------- Co-authored-by: Zhenyu Zhou <[email protected]>
1 parent 90ab7fc commit 72ba88d

File tree

14 files changed

+5376
-8569
lines changed

14 files changed

+5376
-8569
lines changed

src/HDInsight/HDInsight.Test/HDInsight.Test.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,5 @@
2626
<ItemGroup>
2727
<Folder Include="SessionRecords\Commands.HDInsight.Test.ScenarioTests.HDInsightClusterTests\" />
2828
</ItemGroup>
29-
30-
<ItemGroup>
31-
<ProjectReference Include="..\..\Network\Network.Management.Sdk\Network.Management.Sdk.csproj" />
32-
</ItemGroup>
3329

3430
</Project>

src/HDInsight/HDInsight.Test/ScenarioTests/HDInsightClusterTests.cs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,21 @@ public void TestCmkClusterRelatedCommands()
3939
TestRunner.RunTestScript("Test-CmkClusterRelatedCommands");
4040
}
4141

42-
[Fact]
42+
[Fact(Skip = "need to create resource manually")]
4343
[Trait(Category.AcceptanceType, Category.CheckIn)]
4444
public void TestCreateClusterWithEncryptionInTransit()
4545
{
4646
TestRunner.RunTestScript("Test-CreateClusterWithEncryptionInTransit");
4747
}
4848

49-
[Fact]
49+
[Fact(Skip = "need to create resource manually")]
5050
[Trait(Category.AcceptanceType, Category.CheckIn)]
5151
public void TestCreateClusterWithEncryptionAtHost()
5252
{
5353
TestRunner.RunTestScript("Test-CreateClusterWithEncryptionAtHost");
5454
}
5555

56-
[Fact]
56+
[Fact(Skip = "need to create resource manually")]
5757
[Trait(Category.AcceptanceType, Category.CheckIn)]
5858
public void TestCreateClusterWithLoadBasedAutoscale()
5959
{
@@ -74,35 +74,35 @@ public void TestCreateClusterWithKafkaRestProxy()
7474
TestRunner.RunTestScript("Test-CreateClusterWithKafkaRestProxy");
7575
}
7676

77-
[Fact]
77+
[Fact(Skip ="need to create resource manually")]
7878
[Trait(Category.AcceptanceType, Category.CheckIn)]
7979
public void TestCreateClusterWithRelayOutoundAndPrivateLink()
8080
{
8181
TestRunner.RunTestScript("Test-CreateClusterWithRelayOutoundAndPrivateLink");
8282
}
8383

84-
[Fact]
84+
[Fact(Skip = "need to create resource manually")]
8585
[Trait(Category.AcceptanceType, Category.CheckIn)]
8686
public void TestCreateClusterWithCustomAmbariDatabase()
8787
{
8888
TestRunner.RunTestScript("Test-CreateClusterWithCustomAmbariDatabase");
8989
}
9090

91-
[Fact]
91+
[Fact(Skip = "need to create resource manually")]
9292
[Trait(Category.AcceptanceType, Category.CheckIn)]
9393
public void TestCreateClusterWithComputeIsolation()
9494
{
9595
TestRunner.RunTestScript("Test-CreateClusterWithComputeIsolation");
9696
}
9797

98-
[Fact]
98+
[Fact(Skip = "need to create resource manually")]
9999
[Trait(Category.AcceptanceType, Category.CheckIn)]
100100
public void TestCreateClusterWithAvailabilityZones()
101101
{
102102
TestRunner.RunTestScript("Test-CreateClusterWithAvailabilityZones");
103103
}
104104

105-
[Fact]
105+
[Fact(Skip = "need to create resource manually")]
106106
[Trait(Category.AcceptanceType, Category.CheckIn)]
107107
public void TestCreateClusterWithPrivateLinkConfiguration()
108108
{

src/HDInsight/HDInsight.Test/SessionRecords/Commands.HDInsight.Test.ScenarioTests.HDInsightAutoscaleTests/TestAutoscaleRelatedCommands.json

Lines changed: 799 additions & 1303 deletions
Large diffs are not rendered by default.

src/HDInsight/HDInsight.Test/SessionRecords/Commands.HDInsight.Test.ScenarioTests.HDInsightAzureMonitorTests/TestAzureMonitorRelatedCommands.json

Lines changed: 722 additions & 950 deletions
Large diffs are not rendered by default.

src/HDInsight/HDInsight.Test/SessionRecords/Commands.HDInsight.Test.ScenarioTests.HDInsightClusterTests/TestClusterRelatedCommands.json

Lines changed: 1098 additions & 681 deletions
Large diffs are not rendered by default.

src/HDInsight/HDInsight.Test/SessionRecords/Commands.HDInsight.Test.ScenarioTests.HDInsightClusterTests/TestCreateClusterWithLoadBasedAutoscale.json

Lines changed: 1403 additions & 647 deletions
Large diffs are not rendered by default.

src/HDInsight/HDInsight.Test/SessionRecords/Commands.HDInsight.Test.ScenarioTests.HDInsightClusterTests/TestCreateClusterWithScheduleBasedAutoscale.json

Lines changed: 689 additions & 626 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)