Skip to content

Commit 8c30532

Browse files
committed
Network SDK update (#11769)
* Network SDK update * More recording updates * CredScan suppression * Update for NW change * Test fixes * Use signed SDK * Update ChangeLog.md in Network * Update other RPs
1 parent 20951b5 commit 8c30532

File tree

268 files changed

+275866
-238677
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

268 files changed

+275866
-238677
lines changed

src/CognitiveServices/CognitiveServices.Test/CognitiveServices.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.Azure.Management.CognitiveServices" Version="7.1.0-preview" />
15-
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.20.0-preview" />
15+
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.20.1-preview" />
1616
</ItemGroup>
1717

1818
</Project>

src/Compute/Compute.Test/Compute.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageReference Include="Microsoft.Azure.Graph.RBAC" Version="3.4.0-preview" />
1515
<PackageReference Include="Microsoft.Azure.Management.Compute" Version="36.0.0" />
1616
<PackageReference Include="Microsoft.Azure.Management.KeyVault" Version="3.0.0" />
17-
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.20.0-preview" />
17+
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.20.1-preview" />
1818
</ItemGroup>
1919

2020
<ItemGroup>

src/CosmosDB/CosmosDB.Test/ScenarioTests/AccountTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public void TestAddRegionOperation()
5555
TestController.NewInstance.RunPowerShellTest(_logger, "Test-AddRegionOperation");
5656
}
5757

58-
[Fact]
58+
[Fact(Skip = "Requires pre-provisioned resources")]
5959
[Trait(Category.AcceptanceType, Category.CheckIn)]
6060
public void TestPrivateEndpoint()
6161
{

src/DataLakeStore/DataLakeStore.Test/DataLakeStore.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.Azure.Management.DataLake.Store" Version="2.4.2-preview" />
15-
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.20.0-preview" />
15+
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.20.1-preview" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

src/Dns/Dns.Test/Dns.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.Azure.Management.Dns" Version="3.0.1" />
15-
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.20.0-preview" />
15+
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.20.1-preview" />
1616
</ItemGroup>
1717

1818
</Project>

src/Dns/Dns.Test/ScenarioTests/ZoneTests.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,35 +42,35 @@ public void TestZoneWithDelegation()
4242
DnsTestsBase.NewInstance.RunPowerShellTest(_logger, "Test-ZoneWithDelegation");
4343
}
4444

45-
[Fact]
45+
[Fact(Skip = "Creation of private DNS zones using this API is no longer allowed. Please use privatednszones resource instead of dnszones resource. Refer to https://aka.ms/privatednsmigration for details.")]
4646
[Trait(Category.AcceptanceType, Category.CheckIn)]
4747
public void TestPrivateZoneCrud()
4848
{
4949
DnsTestsBase.NewInstance.RunPowerShellTest(_logger, "Test-PrivateZoneCrud");
5050
}
5151

52-
[Fact]
52+
[Fact(Skip = "Creation of private DNS zones using this API is no longer allowed. Please use privatednszones resource instead of dnszones resource. Refer to https://aka.ms/privatednsmigration for details.")]
5353
[Trait(Category.AcceptanceType, Category.CheckIn)]
5454
public void TestPrivateZoneCrudRegistrationVirtualNetwork()
5555
{
5656
DnsTestsBase.NewInstance.RunPowerShellTest(_logger, "Test-PrivateZoneCrudRegistrationVnet");
5757
}
5858

59-
[Fact]
59+
[Fact(Skip = "Creation of private DNS zones using this API is no longer allowed. Please use privatednszones resource instead of dnszones resource. Refer to https://aka.ms/privatednsmigration for details.")]
6060
[Trait(Category.AcceptanceType, Category.CheckIn)]
6161
public void TestPrivateZoneCrudResolutionVirtualNetwork()
6262
{
6363
DnsTestsBase.NewInstance.RunPowerShellTest(_logger, "Test-PrivateZoneCrudResolutionVnet");
6464
}
6565

66-
[Fact]
66+
[Fact(Skip = "Creation of private DNS zones using this API is no longer allowed. Please use privatednszones resource instead of dnszones resource. Refer to https://aka.ms/privatednsmigration for details.")]
6767
[Trait(Category.AcceptanceType, Category.CheckIn)]
6868
public void TestPrivateZoneCrudByVirtualNetworkIds()
6969
{
7070
DnsTestsBase.NewInstance.RunPowerShellTest(_logger, "Test-PrivateZoneCrudByVirtualNetworkIds");
7171
}
7272

73-
[Fact]
73+
[Fact(Skip = "Creation of private DNS zones using this API is no longer allowed. Please use privatednszones resource instead of dnszones resource. Refer to https://aka.ms/privatednsmigration for details.")]
7474
[Trait(Category.AcceptanceType, Category.CheckIn)]
7575
public void TestPrivateZoneCrudByVirtualNetworkObjects()
7676
{

src/Dns/Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.ZoneTests/TestZoneAddRemoveRecordSet.json

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

src/Dns/Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.ZoneTests/TestZoneCrud.json

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

src/Dns/Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.ZoneTests/TestZoneCrudTrimsDot.json

Lines changed: 145 additions & 202 deletions
Large diffs are not rendered by default.

src/Dns/Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.ZoneTests/TestZoneCrudWithPiping.json

Lines changed: 139 additions & 253 deletions
Large diffs are not rendered by default.

src/Dns/Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.ZoneTests/TestZoneCrudWithPipingTrimsDot.json

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

src/Dns/Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.ZoneTests/TestZoneList.json

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

src/Dns/Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.ZoneTests/TestZoneListSubscription.json

Lines changed: 181 additions & 124 deletions
Large diffs are not rendered by default.

src/Dns/Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.ZoneTests/TestZoneNewAlreadyExists.json

Lines changed: 147 additions & 90 deletions
Large diffs are not rendered by default.

src/Dns/Dns.Test/SessionRecords/Microsoft.Azure.Commands.ScenarioTest.DnsTests.ZoneTests/TestZoneRemoveEtagMismatch.json

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

0 commit comments

Comments
 (0)