Skip to content

Commit e08305b

Browse files
authored
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 d970c73 commit e08305b

File tree

277 files changed

+275707
-238380
lines changed

Some content is hidden

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

277 files changed

+275707
-238380
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="35.1.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>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<PsModuleName>CosmosDB</PsModuleName>
44
</PropertyGroup>
55
<Import Project="$(MSBuildThisFileDirectory)..\..\Az.Test.props" />
66
<ItemGroup>
77
<PackageReference Include="Microsoft.Azure.Management.CosmosDB" Version="1.1.0" />
8-
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.19.0-preview" />
8+
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.20.1-preview" />
99
</ItemGroup>
1010
</Project>

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
{

0 commit comments

Comments
 (0)