Skip to content

Commit a0ba0cc

Browse files
Fixed ChangeLog.md, dropped extra references
1 parent d46b236 commit a0ba0cc

File tree

5 files changed

+6
-36
lines changed

5 files changed

+6
-36
lines changed

src/ResourceManager/Compute/Commands.Compute/Commands.Compute.csproj

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -82,22 +82,10 @@
8282
<HintPath>..\..\..\packages\Microsoft.Data.Services.Client.5.8.2\lib\net40\Microsoft.Data.Services.Client.dll</HintPath>
8383
<Private>True</Private>
8484
</Reference>
85-
<Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
86-
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.2.3.9\lib\net452\Microsoft.Rest.ClientRuntime.dll</HintPath>
87-
<Private>True</Private>
88-
</Reference>
89-
<Reference Include="Microsoft.Rest.ClientRuntime.Azure, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
90-
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.3.3.9\lib\net452\Microsoft.Rest.ClientRuntime.Azure.dll</HintPath>
91-
<Private>True</Private>
92-
</Reference>
9385
<Reference Include="Microsoft.WindowsAzure.Storage, Version=8.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
9486
<HintPath>..\..\..\packages\WindowsAzure.Storage.8.1.1\lib\net45\Microsoft.WindowsAzure.Storage.dll</HintPath>
9587
<Private>True</Private>
9688
</Reference>
97-
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
98-
<HintPath>..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
99-
<Private>True</Private>
100-
</Reference>
10189
<Reference Include="System.IO.Compression.FileSystem" />
10290
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
10391
<Reference Include="System.Spatial, Version=5.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">

src/ResourceManager/Compute/Commands.Compute/packages.config

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,5 @@
55
<package id="Microsoft.Azure.Management.Compute" version="16.2.0" targetFramework="net452" />
66
<package id="Microsoft.Azure.Management.Network" version="14.0.0-preview" targetFramework="net452" />
77
<package id="Microsoft.Azure.Management.Storage" version="4.1.0-preview" targetFramework="net45" />
8-
<package id="Microsoft.Rest.ClientRuntime" version="2.3.9" targetFramework="net452" />
9-
<package id="Microsoft.Rest.ClientRuntime.Azure" version="3.3.9" targetFramework="net452" />
10-
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net452" />
118
<package id="WindowsAzure.Storage" version="8.1.1" targetFramework="net452" />
129
</packages>

src/ResourceManager/Network/ChangeLog.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Added support for endpoint services to Virtual Network Subnets
22+
- Updated Add-AzureRmVirtualSubnetConfig: Added optional parameter -ServiceEndpoint
23+
- Updated New-AzureRmVirtualSubnetConfig: Added optional parameter -ServiceEndpoint
24+
- Updated Set-AzureRmVirtualSubnetConfig: Added optional parameter -ServiceEndpoint
25+
* Added cmdlet to list endpoint services available in the location
26+
- Get-AzureRmVirtualNetworkAvailableEndpointService
2127

2228
## Version 4.3.1
2329

@@ -32,12 +38,6 @@
3238
- Add-AzureRmApplicationGatewayBackendHttpSettings
3339
- New-AzureRmApplicationGatewayBackendHttpSettings
3440
- Set-AzureRmApplicationGatewayBackendHttpSettings
35-
* Added support for endpoint services to Virtual Network Subnets
36-
- Updated Add-AzureRmVirtualSubnetConfig: Added optional parameter -ServiceEndpoint
37-
- Updated New-AzureRmVirtualSubnetConfig: Added optional parameter -ServiceEndpoint
38-
- Updated Set-AzureRmVirtualSubnetConfig: Added optional parameter -ServiceEndpoint
39-
* Added cmdlet to list endpoint services available in the location
40-
- Get-AzureRmVirtualNetworkAvailableEndpointService
4141

4242
## Version 4.2.1
4343

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,6 @@
5757
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.14.0.0-preview\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath>
5858
<Private>True</Private>
5959
</Reference>
60-
<Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
61-
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.2.3.9\lib\net452\Microsoft.Rest.ClientRuntime.dll</HintPath>
62-
<Private>True</Private>
63-
</Reference>
64-
<Reference Include="Microsoft.Rest.ClientRuntime.Azure, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
65-
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.3.3.9\lib\net452\Microsoft.Rest.ClientRuntime.Azure.dll</HintPath>
66-
<Private>True</Private>
67-
</Reference>
68-
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
69-
<HintPath>..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
70-
<Private>True</Private>
71-
</Reference>
7260
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
7361
<Reference Include="AutoMapper">
7462
<HintPath>..\..\..\packages\AutoMapper.3.1.1\lib\net40\AutoMapper.dll</HintPath>

src/ResourceManager/Network/Commands.Network/packages.config

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,4 @@
33
<package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net45" />
44
<package id="Microsoft.Azure.Management.Compute" version="16.0.0" targetFramework="net452" />
55
<package id="Microsoft.Azure.Management.Network" version="14.0.0-preview" targetFramework="net452" />
6-
<package id="Microsoft.Rest.ClientRuntime" version="2.3.9" targetFramework="net452" />
7-
<package id="Microsoft.Rest.ClientRuntime.Azure" version="3.3.9" targetFramework="net452" />
8-
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net452" />
96
</packages>

0 commit comments

Comments
 (0)