Skip to content

Commit e84e613

Browse files
committed
Merge pull request Azure#1762 from hovsepm/dev
[#112912571] Removed *.dll-help.psd1 files form MSI.
2 parents 355fca3 + 515eede commit e84e613

File tree

46 files changed

+29
-185
lines changed

Some content is hidden

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

46 files changed

+29
-185
lines changed

setup/azurecmdfiles.wxi

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

src/Common/Storage/Commands.Storage/Commands.Storage.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,6 @@
105105
<SpecificVersion>False</SpecificVersion>
106106
<HintPath>..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
107107
</Reference>
108-
<Reference Include="Microsoft.WindowsAzure.Configuration">
109-
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.ConfigurationManager.3.2.0\lib\net40\Microsoft.WindowsAzure.Configuration.dll</HintPath>
110-
</Reference>
111108
<Reference Include="Microsoft.WindowsAzure.Management">
112109
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.4.1.1\lib\net40\Microsoft.WindowsAzure.Management.dll</HintPath>
113110
</Reference>

src/Common/Storage/Commands.Storage/packages.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net45" />
1717
<package id="Microsoft.Rest.ClientRuntime" version="1.8.2" targetFramework="net45" />
1818
<package id="Microsoft.Rest.ClientRuntime.Azure.Authentication" version="0.11.0" targetFramework="net45" />
19-
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.0" targetFramework="net45" />
2019
<package id="Microsoft.WindowsAzure.Management" version="4.1.1" targetFramework="net45" />
2120
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
2221
<package id="System.Spatial" version="5.6.4" targetFramework="net45" />

src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/Commands.ApiManagement.ServiceManagement.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,6 @@
100100
<Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop">
101101
<HintPath>..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
102102
</Reference>
103-
<Reference Include="Microsoft.WindowsAzure.Configuration">
104-
<SpecificVersion>False</SpecificVersion>
105-
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.ConfigurationManager.3.2.0\lib\net40\Microsoft.WindowsAzure.Configuration.dll</HintPath>
106-
</Reference>
107103
<Reference Include="Microsoft.WindowsAzure.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
108104
<SpecificVersion>False</SpecificVersion>
109105
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.4.1.1\lib\net40\Microsoft.WindowsAzure.Management.dll</HintPath>

src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/packages.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net45" />
1919
<package id="Microsoft.Rest.ClientRuntime" version="1.8.2" targetFramework="net45" />
2020
<package id="Microsoft.Rest.ClientRuntime.Azure.Authentication" version="0.11.0" targetFramework="net45" />
21-
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.0" targetFramework="net45" />
2221
<package id="Microsoft.WindowsAzure.Management" version="4.1.1" targetFramework="net45" />
2322
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
2423
<package id="System.Spatial" version="5.6.4" targetFramework="net45" />

src/ResourceManager/ApiManagement/Commands.ApiManagement/Commands.ApiManagement.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,6 @@
115115
<Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop">
116116
<HintPath>..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
117117
</Reference>
118-
<Reference Include="Microsoft.WindowsAzure.Configuration">
119-
<SpecificVersion>False</SpecificVersion>
120-
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.ConfigurationManager.3.2.0\lib\net40\Microsoft.WindowsAzure.Configuration.dll</HintPath>
121-
</Reference>
122118
<Reference Include="Microsoft.WindowsAzure.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
123119
<SpecificVersion>False</SpecificVersion>
124120
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.4.1.1\lib\net40\Microsoft.WindowsAzure.Management.dll</HintPath>

src/ResourceManager/ApiManagement/Commands.ApiManagement/packages.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net45" />
1919
<package id="Microsoft.Rest.ClientRuntime" version="1.8.2" targetFramework="net45" />
2020
<package id="Microsoft.Rest.ClientRuntime.Azure.Authentication" version="0.11.0" targetFramework="net45" />
21-
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.0" targetFramework="net45" />
2221
<package id="Microsoft.WindowsAzure.Management" version="4.1.1" targetFramework="net45" />
2322
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
2423
<package id="System.Spatial" version="5.6.4" targetFramework="net45" />

src/ResourceManager/AzureBackup/Commands.AzureBackup/Commands.AzureBackup.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,10 @@
197197
<Link>AzureRM.Backup.psd1</Link>
198198
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
199199
</None>
200-
<None Include="Microsoft.Azure.Commands.AzureBackup.dll-help.psd1" />
200+
<None Include="Microsoft.Azure.Commands.AzureBackup.dll-help.psd1" >
201+
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
202+
<SubType>Designer</SubType>
203+
</None>
201204
<None Include="Microsoft.Azure.Commands.AzureBackup.format.ps1xml">
202205
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
203206
<SubType>Designer</SubType>

src/ResourceManager/AzureBatch/Commands.Batch/Commands.Batch.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@
100100
<SpecificVersion>False</SpecificVersion>
101101
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.4.1.1\lib\net40\Microsoft.WindowsAzure.Management.dll</HintPath>
102102
</Reference>
103-
<Reference Include="Microsoft.WindowsAzure.Configuration">
104-
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.ConfigurationManager.3.2.0\lib\net40\Microsoft.WindowsAzure.Configuration.dll</HintPath>
105-
</Reference>
106103
<Reference Include="Microsoft.Azure.KeyVault.Core">
107104
<HintPath>..\..\..\packages\Microsoft.Azure.KeyVault.Core.1.0.0\lib\net40\Microsoft.Azure.KeyVault.Core.dll</HintPath>
108105
<Private>True</Private>

src/ResourceManager/AzureBatch/Commands.Batch/packages.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net45" />
1919
<package id="Microsoft.Rest.ClientRuntime" version="1.8.2" targetFramework="net45" />
2020
<package id="Microsoft.Rest.ClientRuntime.Azure.Authentication" version="0.11.0" targetFramework="net45" />
21-
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.0" targetFramework="net45" />
2221
<package id="Microsoft.WindowsAzure.Management" version="4.1.1" targetFramework="net45" />
2322
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
2423
<package id="System.Spatial" version="5.6.4" targetFramework="net45" />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@
373373
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
374374
</None>
375375
<None Include="Microsoft.Azure.Commands.Compute.dll-Help.psd1">
376-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
376+
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
377377
</None>
378378
<None Include="Microsoft.Azure.Commands.Compute.format.generated.ps1xml">
379379
<CopyToOutputDirectory>Always</CopyToOutputDirectory>

src/ResourceManager/HDInsight/Commands.HDInsight/Commands.HDInsight.csproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
9494
</None>
9595
<None Include="Microsoft.Azure.Commands.HDInsight.dll-help.psd1">
96-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
96+
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
9797
</None>
9898
<None Include="MSSharedLibKey.snk" />
9999
<None Include="packages.config">
@@ -156,10 +156,6 @@
156156
<Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop">
157157
<HintPath>..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
158158
</Reference>
159-
<Reference Include="Microsoft.WindowsAzure.Configuration">
160-
<SpecificVersion>False</SpecificVersion>
161-
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.ConfigurationManager.3.2.0\lib\net40\Microsoft.WindowsAzure.Configuration.dll</HintPath>
162-
</Reference>
163159
<Reference Include="Microsoft.WindowsAzure.Storage">
164160
<SpecificVersion>False</SpecificVersion>
165161
<HintPath>..\..\..\packages\WindowsAzure.Storage.6.0.0\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>

src/ResourceManager/HDInsight/Commands.HDInsight/packages.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net45" />
2020
<package id="Microsoft.Rest.ClientRuntime" version="1.8.2" targetFramework="net45" />
2121
<package id="Microsoft.Rest.ClientRuntime.Azure.Authentication" version="0.11.0" targetFramework="net45" />
22-
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.0" targetFramework="net45" />
2322
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
2423
<package id="System.Spatial" version="5.6.4" targetFramework="net45" />
2524
<package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net45" />

src/ResourceManager/Insights/Commands.Insights/Commands.Insights.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,6 @@
9191
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.0.11.0\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll</HintPath>
9292
<Private>True</Private>
9393
</Reference>
94-
<Reference Include="Microsoft.WindowsAzure.Configuration">
95-
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.ConfigurationManager.3.2.0\lib\net40\Microsoft.WindowsAzure.Configuration.dll</HintPath>
96-
</Reference>
9794
<Reference Include="Microsoft.WindowsAzure.Storage">
9895
<SpecificVersion>False</SpecificVersion>
9996
<HintPath>..\..\..\packages\WindowsAzure.Storage.6.0.0\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>

src/ResourceManager/Insights/Commands.Insights/packages.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net45" />
1717
<package id="Microsoft.Rest.ClientRuntime" version="1.8.2" targetFramework="net45" />
1818
<package id="Microsoft.Rest.ClientRuntime.Azure.Authentication" version="0.11.0" targetFramework="net45" />
19-
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.0" targetFramework="net45" />
2019
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
2120
<package id="System.Spatial" version="5.6.4" targetFramework="net45" />
2221
<package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net45" />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@
480480
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
481481
</None>
482482
<None Include="Microsoft.Azure.Commands.Network.dll-Help.psd1">
483-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
483+
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
484484
</None>
485485
<None Include="Microsoft.Azure.Commands.Network.format.ps1xml">
486486
<CopyToOutputDirectory>Always</CopyToOutputDirectory>

src/ResourceManager/OperationalInsights/Commands.OperationalInsights/Commands.OperationalInsights.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,9 @@
192192
<Link>AzureRM.OperationalInsights.psd1</Link>
193193
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
194194
</None>
195-
<None Include="Microsoft.Azure.Commands.OperationalInsights.dll-Help.psd1" />
195+
<None Include="Microsoft.Azure.Commands.OperationalInsights.dll-Help.psd1">
196+
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
197+
</None>
196198
<Content Include="Microsoft.Azure.Commands.OperationalInsights.dll-Help.xml">
197199
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
198200
<SubType>Designer</SubType>

src/ResourceManager/RedisCache/Commands.RedisCache/Commands.RedisCache.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,6 @@
111111
<SpecificVersion>False</SpecificVersion>
112112
<HintPath>..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
113113
</Reference>
114-
<Reference Include="Microsoft.WindowsAzure.Configuration">
115-
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.ConfigurationManager.3.2.0\lib\net40\Microsoft.WindowsAzure.Configuration.dll</HintPath>
116-
<Private>True</Private>
117-
</Reference>
118114
<Reference Include="Microsoft.WindowsAzure.Management">
119115
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.4.1.1\lib\net40\Microsoft.WindowsAzure.Management.dll</HintPath>
120116
</Reference>

src/ResourceManager/RedisCache/Commands.RedisCache/packages.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net45" />
1919
<package id="Microsoft.Rest.ClientRuntime" version="1.8.2" targetFramework="net45" />
2020
<package id="Microsoft.Rest.ClientRuntime.Azure.Authentication" version="0.11.0" targetFramework="net45" />
21-
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.0" targetFramework="net45" />
2221
<package id="Microsoft.WindowsAzure.Management" version="4.1.1" targetFramework="net45" />
2322
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
2423
<package id="System.Spatial" version="5.6.4" targetFramework="net45" />

src/ResourceManager/Sql/Commands.Sql/Commands.Sql.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -326,10 +326,6 @@
326326
<SpecificVersion>False</SpecificVersion>
327327
<HintPath>..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath>
328328
</Reference>
329-
<Reference Include="Microsoft.WindowsAzure.Configuration">
330-
<SpecificVersion>False</SpecificVersion>
331-
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.ConfigurationManager.3.2.0\lib\net40\Microsoft.WindowsAzure.Configuration.dll</HintPath>
332-
</Reference>
333329
<Reference Include="Microsoft.WindowsAzure.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
334330
<SpecificVersion>False</SpecificVersion>
335331
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.4.1.1\lib\net40\Microsoft.WindowsAzure.Management.dll</HintPath>

src/ResourceManager/Sql/Commands.Sql/packages.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net45" />
1919
<package id="Microsoft.Rest.ClientRuntime" version="1.8.2" targetFramework="net45" />
2020
<package id="Microsoft.Rest.ClientRuntime.Azure.Authentication" version="0.11.0" targetFramework="net45" />
21-
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.0" targetFramework="net45" />
2221
<package id="Microsoft.WindowsAzure.Management" version="4.1.1" targetFramework="net45" />
2322
<package id="Microsoft.WindowsAzure.Management.Storage" version="5.1.1" targetFramework="net45" />
2423
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />

src/ResourceManager/Storage/Commands.Management.Storage/Commands.Management.Storage.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
161161
</None>
162162
<None Include="Microsoft.Azure.Commands.Management.Storage.dll-Help.psd1">
163-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
163+
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
164164
</None>
165165
<None Include="Microsoft.Azure.Commands.Management.Storage.format.ps1xml">
166166
<CopyToOutputDirectory>Always</CopyToOutputDirectory>

src/ResourceManager/TrafficManager/Commands.TrafficManager2/Commands.TrafficManager.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,9 @@
142142
<Link>AzureRM.TrafficManager.psd1</Link>
143143
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
144144
</None>
145-
<None Include="Microsoft.Azure.Commands.TrafficManager.dll-help.psd1" />
145+
<None Include="Microsoft.Azure.Commands.TrafficManager.dll-help.psd1">
146+
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
147+
</None>
146148
<None Include="MSSharedLibKey.snk" />
147149
<None Include="packages.config">
148150
<SubType>Designer</SubType>

src/ResourceManager/UsageAggregates/Commands.UsageAggregates/Commands.UsageAggregates.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@
103103
<Link>AzureRM.UsageAggregates.psd1</Link>
104104
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
105105
</None>
106-
<None Include="Microsoft.Azure.Commands.UsageAggregates.dll-help.psd1" />
106+
<None Include="Microsoft.Azure.Commands.UsageAggregates.dll-help.psd1">
107+
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
108+
</None>
107109
<Content Include="Microsoft.Azure.Commands.UsageAggregates.Format.ps1xml">
108110
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
109111
</Content>

src/ServiceManagement/Compute/Commands.ServiceManagement.Preview/Commands.ServiceManagement.Preview.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
296296
</None>
297297
<None Include="Microsoft.WindowsAzure.Commands.ServiceManagement.Preview.dll-Help.psd1">
298-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
298+
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
299299
</None>
300300
<None Include="Microsoft.WindowsAzure.Commands.ServiceManagement.Preview.format.ps1xml">
301301
<SubType>Designer</SubType>

src/ServiceManagement/Compute/Commands.ServiceManagement/Commands.ServiceManagement.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,6 @@
122122
<SpecificVersion>False</SpecificVersion>
123123
<HintPath>..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
124124
</Reference>
125-
<Reference Include="Microsoft.WindowsAzure.Configuration">
126-
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.ConfigurationManager.3.2.0\lib\net40\Microsoft.WindowsAzure.Configuration.dll</HintPath>
127-
</Reference>
128125
<Reference Include="Microsoft.WindowsAzure.Management">
129126
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.4.1.1\lib\net40\Microsoft.WindowsAzure.Management.dll</HintPath>
130127
</Reference>

src/ServiceManagement/Compute/Commands.ServiceManagement/packages.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net45" />
1818
<package id="Microsoft.Rest.ClientRuntime" version="1.8.2" targetFramework="net45" />
1919
<package id="Microsoft.Rest.ClientRuntime.Azure.Authentication" version="0.11.0" targetFramework="net45" />
20-
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.0" targetFramework="net45" />
2120
<package id="Microsoft.WindowsAzure.Management" version="4.1.1" targetFramework="net45" />
2221
<package id="Microsoft.WindowsAzure.Management.Compute" version="12.3.1" targetFramework="net45" />
2322
<package id="Microsoft.WindowsAzure.Management.Network" version="7.0.4" targetFramework="net45" />

src/ServiceManagement/HDInsight/Commands.HDInsight/HDInsight.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,6 @@
113113
<Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop">
114114
<HintPath>..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
115115
</Reference>
116-
<Reference Include="Microsoft.WindowsAzure.Configuration">
117-
<SpecificVersion>False</SpecificVersion>
118-
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.ConfigurationManager.3.2.0\lib\net40\Microsoft.WindowsAzure.Configuration.dll</HintPath>
119-
</Reference>
120116
<Reference Include="Microsoft.WindowsAzure.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
121117
<SpecificVersion>False</SpecificVersion>
122118
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.4.1.1\lib\net40\Microsoft.WindowsAzure.Management.dll</HintPath>

src/ServiceManagement/HDInsight/Commands.HDInsight/packages.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net45" />
1818
<package id="Microsoft.Rest.ClientRuntime" version="1.8.2" targetFramework="net45" />
1919
<package id="Microsoft.Rest.ClientRuntime.Azure.Authentication" version="0.11.0" targetFramework="net45" />
20-
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.0" targetFramework="net45" />
2120
<package id="Microsoft.WindowsAzure.Management" version="4.1.1" targetFramework="net45" />
2221
<package id="Microsoft.WindowsAzure.Management.HDInsight" version="1.5.11" targetFramework="net45" />
2322
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />

src/ServiceManagement/ManagedCache/Commands.ManagedCache/Commands.ManagedCache.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,6 @@
9595
<SpecificVersion>False</SpecificVersion>
9696
<HintPath>..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
9797
</Reference>
98-
<Reference Include="Microsoft.WindowsAzure.Configuration">
99-
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.ConfigurationManager.3.2.0\lib\net40\Microsoft.WindowsAzure.Configuration.dll</HintPath>
100-
</Reference>
10198
<Reference Include="Microsoft.WindowsAzure.Management">
10299
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.4.1.1\lib\net40\Microsoft.WindowsAzure.Management.dll</HintPath>
103100
</Reference>

src/ServiceManagement/ManagedCache/Commands.ManagedCache/packages.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net45" />
1616
<package id="Microsoft.Rest.ClientRuntime" version="1.8.2" targetFramework="net45" />
1717
<package id="Microsoft.Rest.ClientRuntime.Azure.Authentication" version="0.11.0" targetFramework="net45" />
18-
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.0" targetFramework="net45" />
1918
<package id="Microsoft.WindowsAzure.Management" version="4.1.1" targetFramework="net45" />
2019
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
2120
<package id="System.Spatial" version="5.6.4" targetFramework="net45" />

src/ServiceManagement/Network/Commands.Network/Commands.ServiceManagement.Network.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@
9898
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.0.11.0\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll</HintPath>
9999
<Private>True</Private>
100100
</Reference>
101-
<Reference Include="Microsoft.WindowsAzure.Configuration">
102-
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.ConfigurationManager.3.2.0\lib\net40\Microsoft.WindowsAzure.Configuration.dll</HintPath>
103-
</Reference>
104101
<Reference Include="Microsoft.WindowsAzure.Management">
105102
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.4.1.1\lib\net40\Microsoft.WindowsAzure.Management.dll</HintPath>
106103
</Reference>

0 commit comments

Comments
 (0)