Skip to content

Commit a17e4d4

Browse files
committed
add missing files back
1 parent 7097f94 commit a17e4d4

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

src/ResourceManager/Network/Commands.Network.Test/Commands.Network.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
<Reference Include="Microsoft.Azure.Management.Authorization">
6464
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Authorization.2.0.0\lib\net40\Microsoft.Azure.Management.Authorization.dll</HintPath>
6565
</Reference>
66-
<Reference Include="Microsoft.Azure.Management.Network, Version=10.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
67-
<SpecificVersion>False</SpecificVersion>
66+
<Reference Include="Microsoft.Azure.Management.Network, Version=11.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6867
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.11.0.0-preview\lib\net45\Microsoft.Azure.Management.Network.dll</HintPath>
68+
<Private>True</Private>
6969
</Reference>
7070
<Reference Include="Microsoft.Azure.Management.ResourceManager">
7171
<HintPath>..\..\..\packages\Microsoft.Azure.Management.ResourceManager.1.6.0-preview\lib\net452\Microsoft.Azure.Management.ResourceManager.dll</HintPath>

src/ResourceManager/Network/Commands.Network/Commands.Network.csproj

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,9 +379,26 @@
379379
<Compile Include="NetworkInterface\IpConfiguration\NewAzureNetworkInterfaceIpConfigCommand.cs" />
380380
<Compile Include="NetworkInterface\IpConfiguration\RemoveAzureNetworkInterfaceIpConfigCommand.cs" />
381381
<Compile Include="NetworkInterface\IpConfiguration\SetAzureNetworkInterfaceIpConfigCommand.cs" />
382-
382+
<Compile Include="NetworkWatcher\TestAzureNetworkWatcherConnectivityCommand.cs" />
383383
<Compile Include="ProviderWideCmdlets\GetAzureBgpServiceCommunityCommand.cs" />
384-
384+
<Compile Include="NetworkWatcher\GetAzureNetworkWatcherCommand.cs" />
385+
<Compile Include="NetworkWatcher\GetAzureNetworkWatcherFlowLogStatusCommand.cs" />
386+
<Compile Include="NetworkWatcher\GetAzureNetworkWatcherTroubleshootingResult.cs" />
387+
<Compile Include="NetworkWatcher\SetAzureNetworkWatcherConfigFlowLogCommand.cs" />
388+
<Compile Include="NetworkWatcher\TestAzureNetworkWatcherIPFlowCommand.cs" />
389+
<Compile Include="NetworkWatcher\GetAzureNetworkWatcherNextHopCommand.cs" />
390+
<Compile Include="NetworkWatcher\GetAzureNetworkWatcherSecurityGroupViewCommand.cs" />
391+
<Compile Include="NetworkWatcher\GetAzureNetworkWatcherTopologyCommand.cs" />
392+
<Compile Include="NetworkWatcher\StartAzureNetworkWatcherResourceTroubleshootingCommand.cs" />
393+
<Compile Include="NetworkWatcher\NetworkWatcherBaseCmdlet.cs" />
394+
<Compile Include="NetworkWatcher\NewAzureNetworkWatcherCommand.cs" />
395+
<Compile Include="NetworkWatcher\PacketCapture\GetAzureNetworkWatcherPacketCaptureCommand.cs" />
396+
<Compile Include="NetworkWatcher\PacketCapture\NewAzureNetworkWatcherPacketCaptureCommand.cs" />
397+
<Compile Include="NetworkWatcher\PacketCapture\NewPacketCaptureFilterCommand.cs" />
398+
<Compile Include="NetworkWatcher\PacketCapture\PacketCaptureBaseCmdlet.cs" />
399+
<Compile Include="NetworkWatcher\PacketCapture\RemoveAzureNetworkWatcherPacketCaptureCommand.cs" />
400+
<Compile Include="NetworkWatcher\PacketCapture\StopAzureNetworkWatcherPacketCaptureCommand.cs" />
401+
<Compile Include="NetworkWatcher\RemoveAzureNetworkWatcherCommand.cs" />
385402
<Compile Include="ProviderWideCmdlets\GetAzureExpressRouteServiceProviderCommand.cs" />
386403
<Compile Include="Usage\GetAzureNetworkUsageCommand.cs" />
387404
<Compile Include="VirtualNetworkGatewayConnection\NewAzureRmIpsecPolicyCommand.cs" />

0 commit comments

Comments
 (0)