Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new properties a new commandlet to support the address space update in peered vNets #14730

Merged
merged 19 commits into from
May 18, 2021
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
d848bb2
Changes for adding new commandlet for sync operation
Apr 12, 2021
749d654
Reverting the unintended change related to flow timeout
Apr 12, 2021
193d832
Updating with the SDK that has the newer fields
Apr 14, 2021
c050976
Updating the networking SDK for all references
Apr 14, 2021
49e4723
Merge branch 'network-february' into network-february
harics24 Apr 15, 2021
0c037e8
Added Parameter Set & Updated Changelog.md & Recorded PS Test
Satya-anshu May 13, 2021
e6aa9c0
Minor update to changelog.md file and removed comment from VirtualNet…
Satya-anshu May 13, 2021
1c1c737
Merge branch 'network-february' into network-february
Satya-anshu May 13, 2021
007ed52
Added default parameter set and ShouldSupportProcess=false
Satya-anshu May 14, 2021
c5a6b32
Added default parameter set and ShouldSupportProcess=false
Satya-anshu May 14, 2021
736ec89
Merge branch 'network-february' of https://github.com/harics24/azure-…
Satya-anshu May 14, 2021
458f71e
Sync-AzVirtualNetworkPeering.md Help file
Satya-anshu May 16, 2021
ced482f
Updated links in help files
Satya-anshu May 17, 2021
a03c8f3
Minor spacing issue in help files hyperlink
Satya-anshu May 17, 2021
2731a84
Changed synopsis and description from comment to actual string
Satya-anshu May 17, 2021
2c8ab11
Added Sync-AzVirtualNetworkPeering to StaticAnalysis exception to ign…
Satya-anshu May 17, 2021
2a581ec
Updating build steps
Satya-anshu May 17, 2021
4d34cef
Setting supportsshouldprocess = true in sync-azvnetpeering
Satya-anshu May 18, 2021
3a52594
Reverting the Signature Issues
Satya-anshu May 18, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Batch/Batch.Test/Batch.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageReference Include="Microsoft.Azure.Batch" Version="13.0.0" />
<PackageReference Include="Microsoft.Azure.Management.Batch" Version="11.0.0" />
<PackageReference Include="WindowsAzure.Storage" Version="9.3.0" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="323.1255.27827" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="413.1856.57282" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Management.CognitiveServices" Version="7.4.0-preview" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="323.1255.27827" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="413.1856.57282" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Compute/Compute.Test/Compute.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="Microsoft.Azure.Graph.RBAC" Version="3.4.0-preview" />
<PackageReference Include="Microsoft.Azure.Management.Compute" Version="44.0.0" />
<PackageReference Include="Microsoft.Azure.Management.KeyVault" Version="3.1.0-preview.2" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="323.1255.27827" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="413.1856.57282" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Management.ContainerRegistry" Version="4.0.0" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="323.1255.27827" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="413.1856.57282" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.6.0" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="5.6.0">
<NoWarn>NU1608</NoWarn>
Expand Down
2 changes: 1 addition & 1 deletion src/CosmosDB/CosmosDB.Test/CosmosDB.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>
<Import Project="$(MSBuildThisFileDirectory)..\..\Az.Test.props" />
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Management.Network" Version="323.1255.27827" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="413.1856.57282" />
<PackageReference Include="Microsoft.Azure.Management.CosmosDB" Version="2.0.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Management.DataLake.Store" Version="2.4.2-preview" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="323.1255.27827" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="413.1856.57282" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Dns/Dns.Test/Dns.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Management.Dns" Version="3.0.1" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="323.1255.27827" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="413.1856.57282" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/HDInsight/HDInsight.Test/HDInsight.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="Microsoft.Azure.Management.HDInsight.Job" Version="2.0.7" />
<PackageReference Include="Microsoft.Azure.Management.KeyVault" Version="3.1.0-preview.2" />
<PackageReference Include="Microsoft.Azure.Management.ManagedServiceIdentity" Version="0.11.0" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="323.1255.27827" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="413.1856.57282" />
<PackageReference Include="Microsoft.Azure.Management.OperationalInsights" Version="0.21.0-preview" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/HPCCache/HPCCache.Test/HPCCache.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Management.Authorization" Version="2.11.0-preview" />
<PackageReference Include="Microsoft.Azure.Management.Storage" Version="14.5.0" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="323.1255.27827" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="413.1856.57282" />
<PackageReference Include="WindowsAzure.Storage" Version="9.3.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/KeyVault/KeyVault.Test/KeyVault.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="Microsoft.Azure.KeyVault" Version="3.0.1" />
<PackageReference Include="Microsoft.Azure.KeyVault.WebKey" Version="3.0.1" />
<PackageReference Include="Microsoft.Azure.Management.KeyVault" Version="3.1.0-preview.2" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="323.1255.27827" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="413.1856.57282" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Monitor/Monitor.Test/Monitor.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Management.Monitor" Version="0.25.3-preview" />
<PackageReference Include="Microsoft.Azure.Management.ApplicationInsights" Version="0.3.0-preview" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="323.1255.27827" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="413.1856.57282" />
<PackageReference Include="Microsoft.Azure.Management.OperationalInsights" Version="0.21.0-preview" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/NetAppFiles/NetAppFiles.Test/NetAppFiles.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Management.NetApp" Version="1.10.0" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="323.1255.27827" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="413.1856.57282" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Network/Network.Test/Network.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Graph.RBAC" Version="3.4.0-preview" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="323.1255.27827" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="413.1856.57282" />
<PackageReference Include="Microsoft.Azure.KeyVault" Version="3.0.5" />
<PackageReference Include="Microsoft.Azure.Management.KeyVault" Version="3.1.0-preview.2" />
<PackageReference Include="Microsoft.Azure.Insights" Version="0.16.0-preview" />
Expand Down
3 changes: 2 additions & 1 deletion src/Network/Network/Az.Network.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,8 @@ CmdletsToExport = 'Add-AzApplicationGatewayAuthenticationCertificate',
'Remove-AzNetworkSecurityGroup', 'Set-AzNetworkSecurityGroup',
'Test-AzDnsAvailability', 'Add-AzVirtualNetworkPeering',
'Get-AzVirtualNetworkPeering', 'Remove-AzVirtualNetworkPeering',
'Set-AzVirtualNetworkPeering', 'Remove-AzVirtualNetwork',
'Set-AzVirtualNetworkPeering', 'Sync-AzVirtualNetworkPeering',
'Remove-AzVirtualNetwork',
'Set-AzVirtualNetwork', 'Remove-AzVirtualNetworkSubnetConfig',
'Set-AzVirtualNetworkSubnetConfig',
'Get-AzVirtualNetworkSubnetConfig',
Expand Down
18 changes: 17 additions & 1 deletion src/Network/Network/Common/NetworkResourceManagerProfile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -343,15 +343,31 @@ private static void Initialize()
cfg.CreateMap<CNM.PSVirtualNetworkPeering, MNM.VirtualNetworkPeering>()
.ForMember(
dest => dest.RemoteAddressSpace,
opt => opt.MapFrom(src => src.PeeredRemoteAddressSpace)
);

// MNM to CNM
cfg.CreateMap<MNM.VirtualNetworkPeering, CNM.PSVirtualNetworkPeering>()
.ForMember(
dest => dest.PeeredRemoteAddressSpace,
opt => opt.MapFrom(src => src.RemoteAddressSpace)
);

/*
// CNM to MNM
cfg.CreateMap<CNM.PSVirtualNetworkPeering, MNM.VirtualNetworkPeering>()
.ForMember(
dest => dest.RemoteVirtualNetworkAddressSpace,
opt => opt.MapFrom(src => src.RemoteVirtualNetworkAddressSpace)
);

// MNM to CNM
cfg.CreateMap<MNM.VirtualNetworkPeering, CNM.PSVirtualNetworkPeering>()
.ForMember(
dest => dest.RemoteVirtualNetworkAddressSpace,
opt => opt.MapFrom(src => src.RemoteAddressSpace)
opt => opt.MapFrom(src => src.RemoteVirtualNetworkAddressSpace)
);
*/

// VirtualNetwork
// CNM to MNM
Expand Down
12 changes: 12 additions & 0 deletions src/Network/Network/Models/PSVirtualNetworkPeering.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ public class PSVirtualNetworkPeering : PSChildResource
[JsonProperty(Order = 1)]
public string PeeringState { get; set; }

[JsonProperty(Order = 1)]
public string PeeringSyncLevel { get; set; }

[JsonProperty(Order = 1)]
[Ps1Xml(Target = ViewControl.Table)]
public bool? AllowVirtualNetworkAccess { get; set; }
Expand All @@ -53,6 +56,9 @@ public class PSVirtualNetworkPeering : PSChildResource
[JsonProperty(Order = 1)]
public List<PSResourceId> RemoteGateways { get; set; }

[JsonProperty(Order = 1)]
public PSAddressSpace PeeredRemoteAddressSpace { get; set; }

[JsonProperty(Order = 1)]
public PSAddressSpace RemoteVirtualNetworkAddressSpace { get; set; }

Expand All @@ -75,6 +81,12 @@ public string RemoteGatewaysText
get { return JsonConvert.SerializeObject(RemoteGateways, Formatting.Indented, new JsonSerializerSettings() { NullValueHandling = NullValueHandling.Ignore }); }
}

[JsonIgnore]
public string PeeredRemoteAddressSpaceText
{
get { return JsonConvert.SerializeObject(PeeredRemoteAddressSpace, Formatting.Indented, new JsonSerializerSettings() { NullValueHandling = NullValueHandling.Ignore }); }
}

[JsonIgnore]
public string RemoteVirtualNetworkAddressSpaceText
{
Expand Down
2 changes: 1 addition & 1 deletion src/Network/Network/Network.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<ItemGroup>
<PackageReference Include="AutoMapper" Version="6.2.2" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="323.1255.27827" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="413.1856.57282" />
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 8 additions & 0 deletions src/Network/Network/Network.format.ps1xml
Original file line number Diff line number Diff line change
Expand Up @@ -1351,6 +1351,10 @@
<Label>VirtualNetworkName</Label>
<PropertyName>VirtualNetworkName</PropertyName>
</ListItem>
<ListItem>
<Label>PeeringSyncLevel</Label>
<PropertyName>PeeringSyncLevel</PropertyName>
</ListItem>
<ListItem>
<Label>PeeringState</Label>
<PropertyName>PeeringState</PropertyName>
Expand Down Expand Up @@ -1383,6 +1387,10 @@
<Label>RemoteGateways</Label>
<PropertyName>RemoteGatewaysText</PropertyName>
</ListItem>
<ListItem>
<Label>PeeredRemoteAddressSpace</Label>
<PropertyName>PeeredRemoteAddressSpaceText</PropertyName>
</ListItem>
<ListItem>
<Label>RemoteVirtualNetworkAddressSpace</Label>
<PropertyName>RemoteVirtualNetworkAddressSpaceText</PropertyName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ private PSVirtualNetworkPeering AddVirtualNetworkPeering()
var vnetPeeringModel = NetworkResourceManagerProfile.Mapper.Map<MNM.VirtualNetworkPeering>(vnetPeering);

// Execute the Create VirtualNetwork call
this.VirtualNetworkPeeringClient.CreateOrUpdateWithHttpMessagesAsync(this.VirtualNetwork.ResourceGroupName, this.VirtualNetwork.Name, this.Name, vnetPeeringModel, auxAuthHeader).GetAwaiter().GetResult();
this.VirtualNetworkPeeringClient.CreateOrUpdateWithHttpMessagesAsync(this.VirtualNetwork.ResourceGroupName, this.VirtualNetwork.Name, this.Name, vnetPeeringModel, null, auxAuthHeader).GetAwaiter().GetResult();
var getVirtualNetworkPeering = this.GetVirtualNetworkPeering(this.VirtualNetwork.ResourceGroupName, this.VirtualNetwork.Name, this.Name);

return getVirtualNetworkPeering;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public override void Execute()
}

// Execute the Create VirtualNetwork call
this.VirtualNetworkPeeringClient.CreateOrUpdateWithHttpMessagesAsync(this.VirtualNetworkPeering.ResourceGroupName, this.VirtualNetworkPeering.VirtualNetworkName, this.VirtualNetworkPeering.Name, vnetPeeringModel, auxAuthHeader).GetAwaiter().GetResult();
this.VirtualNetworkPeeringClient.CreateOrUpdateWithHttpMessagesAsync(this.VirtualNetworkPeering.ResourceGroupName, this.VirtualNetworkPeering.VirtualNetworkName, this.VirtualNetworkPeering.Name, vnetPeeringModel, null, auxAuthHeader).GetAwaiter().GetResult();

var getVirtualNetworkPeering = this.GetVirtualNetworkPeering(this.VirtualNetworkPeering.ResourceGroupName, this.VirtualNetworkPeering.VirtualNetworkName, this.VirtualNetworkPeering.Name);

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
// ----------------------------------------------------------------------------------
//
// Copyright Microsoft Corporation
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// ----------------------------------------------------------------------------------

using Microsoft.Azure.Commands.Network.Models;
using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters;
using Microsoft.Azure.Management.Network;
using System;
using System.Collections.Generic;
using System.Management.Automation;
using MNM = Microsoft.Azure.Management.Network.Models;

namespace Microsoft.Azure.Commands.Network
{
[Cmdlet("Sync", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "VirtualNetworkPeering"), OutputType(typeof(PSVirtualNetworkPeering))]
public class SyncAzureVirtualNetworkPeeringCommand : VirtualNetworkPeeringBase
{
[Parameter(
Mandatory = true,
ValueFromPipelineByPropertyName = true,
HelpMessage = "The virtual network name.")]
[ResourceNameCompleter("Microsoft.Network/virtualNetworks", "ResourceGroupName")]
[ValidateNotNullOrEmpty]
public string VirtualNetworkName { get; set; }

[Parameter(
Mandatory = true,
ValueFromPipelineByPropertyName = true,
HelpMessage = "The resource group name.")]
[ResourceGroupCompleter]
[ValidateNotNullOrEmpty]
public string ResourceGroupName { get; set; }

[Parameter(
Mandatory = false,
ValueFromPipelineByPropertyName = true,
HelpMessage = "The virtual network peering name.")]
[ResourceNameCompleter("Microsoft.Network/virtualNetworks/virtualNetworkPeerings", "ResourceGroupName", "VirtualNetworkName")]
[ValidateNotNullOrEmpty]
[SupportsWildcards]
public string Name { get; set; }

[Parameter(
Satya-anshu marked this conversation as resolved.
Show resolved Hide resolved
Mandatory = false,
ValueFromPipeline = true,
HelpMessage = "The virtual network peering")]
public PSVirtualNetworkPeering VirtualNetworkPeering { get; set; }

public override void Execute()
{
base.Execute();
var existingPeering = this.VirtualNetworkPeering;

if(existingPeering == null)
{
existingPeering = this.GetVirtualNetworkPeering(this.ResourceGroupName, this.VirtualNetworkName, this.Name);
Satya-anshu marked this conversation as resolved.
Show resolved Hide resolved
}

var updatedPeering = UpdateVirtualNetworkPeering(existingPeering);
WriteObject(updatedPeering);
}

private PSVirtualNetworkPeering UpdateVirtualNetworkPeering(PSVirtualNetworkPeering existingPeering)
{
if (!this.IsVirtualNetworkPeeringPresent(existingPeering.ResourceGroupName, existingPeering.VirtualNetworkName, existingPeering.Name))
{
throw new ArgumentException(Microsoft.Azure.Commands.Network.Properties.Resources.ResourceNotFound);
Satya-anshu marked this conversation as resolved.
Show resolved Hide resolved
}

// Map to the sdk object
var vnetPeeringModel = NetworkResourceManagerProfile.Mapper.Map<MNM.VirtualNetworkPeering>(existingPeering);

//Get the remote VNet Id nad ge then get th etoke for the resource Id if tis in a different tenant
Satya-anshu marked this conversation as resolved.
Show resolved Hide resolved
var remoteVirtualNetworkId = existingPeering.RemoteVirtualNetwork.Id;
Dictionary<string, List<string>> auxAuthHeader = null;
if (remoteVirtualNetworkId != null)
{
List<string> resourceIds = new List<string>();
resourceIds.Add(remoteVirtualNetworkId);
var auxHeaderDictionary = GetAuxilaryAuthHeaderFromResourceIds(resourceIds);
if (auxHeaderDictionary != null && auxHeaderDictionary.Count > 0)
{
auxAuthHeader = new Dictionary<string, List<string>>(auxHeaderDictionary);
}
}

// Create/Update call with 'sync' param set tot true
this.VirtualNetworkPeeringClient.CreateOrUpdateWithHttpMessagesAsync(existingPeering.ResourceGroupName, existingPeering.VirtualNetworkName, existingPeering.Name, vnetPeeringModel, true.ToString(), auxAuthHeader).GetAwaiter().GetResult();
Satya-anshu marked this conversation as resolved.
Show resolved Hide resolved

var getVirtualNetworkPeering = this.GetVirtualNetworkPeering(existingPeering.ResourceGroupName, existingPeering.VirtualNetworkName, existingPeering.Name);

return getVirtualNetworkPeering;
}
}
}
2 changes: 1 addition & 1 deletion src/PrivateDns/PrivateDns.Test/PrivateDns.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Management.PrivateDns" Version="1.0.0" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="323.1255.27827" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="413.1856.57282" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Management.Compute" Version="44.0.0" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="323.1255.27827" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="413.1856.57282" />
<PackageReference Include="Microsoft.Azure.Management.RecoveryServices" Version="4.3.1-preview" />
<PackageReference Include="Microsoft.Azure.Management.RecoveryServices.Backup" Version="4.1.5-preview" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Management.Compute" Version="44.0.0" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="323.1255.27827" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="413.1856.57282" />
<PackageReference Include="Microsoft.Azure.Management.RecoveryServices" Version="4.3.1-preview" />
<PackageReference Include="Microsoft.Azure.Management.RecoveryServices.Backup" Version="4.1.5-preview" />
<PackageReference Include="Microsoft.Azure.Management.Storage" Version="14.3.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/SignalR/SignalR.Test/SignalR.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Management.Network" Version="323.1255.27827" />
<PackageReference Include="Microsoft.Azure.Management.Network" Version="413.1856.57282" />
<PackageReference Include="Microsoft.Azure.Management.PrivateDns" Version="1.0.0" />
<PackageReference Include="Microsoft.Azure.Management.SignalR" Version="1.1.0" />
</ItemGroup>
Expand Down
Loading