Skip to content

Commit 958eb29

Browse files
author
Maddie Clayton
authored
Merge pull request #5912 from maddieclayton/deleteAC
Upgrade to PowerShell 5.0 minimum dependency
2 parents ec1d2aa + a898d79 commit 958eb29

File tree

292 files changed

+205
-789
lines changed

Some content is hidden

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

292 files changed

+205
-789
lines changed

src/ResourceManager/Aks/AzureRM.Aks.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Copyright = 'Microsoft Corporation. All rights reserved.'
3333
Description = 'Microsoft Azure PowerShell - - Azure managed Kubernetes commands'
3434

3535
# Minimum version of the Windows PowerShell engine required by this module
36-
PowerShellVersion = '3.0'
36+
PowerShellVersion = '5.0'
3737

3838
# Name of the Windows PowerShell host required by this module
3939
# PowerShellHostName = ''

src/ResourceManager/Aks/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
-->
2020
## Current Release
2121
* Updated to the latest version of the Azure ClientRuntime
22+
* Set minimum dependency of module to PowerShell 5.0
2223

2324
## Version 0.0.1
2425
* Initial command set for AKS

src/ResourceManager/Aks/Commands.Aks.Test/Commands.Aks.Test.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@
6767
</Reference>
6868
<Reference Include="System" />
6969
<Reference Include="System.Core" />
70-
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
71-
<Private>False</Private>
72-
</Reference>
7370
<Reference Include="Microsoft.IdentityModel.Clients.ActiveDirectory, Version=2.28.3.860, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
7471
<SpecificVersion>False</SpecificVersion>
7572
<HintPath>..\..\..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.2.28.3\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.dll</HintPath>

src/ResourceManager/Aks/Commands.Aks/Commands.Aks.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,6 @@
124124
<HintPath>..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
125125
<Private>True</Private>
126126
</Reference>
127-
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
128-
<HintPath>..\..\..\packages\System.Management.Automation_PowerShell_3.0.6.3.9600.17400\lib\net40\System.Management.Automation.dll</HintPath>
129-
<Private>True</Private>
130-
</Reference>
131127
<Reference Include="YamlDotNet, Version=4.2.4.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e, processorArchitecture=MSIL">
132128
<HintPath>..\..\..\packages\YamlDotNet.Signed.4.2.4\lib\net45\YamlDotNet.dll</HintPath>
133129
<Private>True</Private>

src/ResourceManager/AnalysisServices/AzureRM.AnalysisServices.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Copyright = 'Microsoft Corporation. All rights reserved.'
3333
Description = 'Microsoft Azure PowerShell - Analysis Services'
3434

3535
# Minimum version of the Windows PowerShell engine required by this module
36-
PowerShellVersion = '3.0'
36+
PowerShellVersion = '5.0'
3737

3838
# Name of the Windows PowerShell host required by this module
3939
# PowerShellHostName = ''

src/ResourceManager/AnalysisServices/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Set minimum dependency of module to PowerShell 5.0
2122

2223
## Version 0.6.6
2324
* Updated to the latest version of the Azure ClientRuntime

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/Azure.AnalysisServices.psd1

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
# Generated on: 12/02/2016
77
#
88

9-
@{
9+
@{
10+
11+
# Script module or binary module file associated with this manifest.
12+
# RootModule = ''
1013

1114
# Version number of this module.
1215
ModuleVersion = '0.5.0'
@@ -27,7 +30,7 @@ Copyright = 'Microsoft Corporation. All rights reserved.'
2730
Description = 'Microsoft Azure PowerShell - Analysis Services server management'
2831

2932
# Minimum version of the Windows PowerShell engine required by this module
30-
PowerShellVersion = '3.0'
33+
PowerShellVersion = '5.0'
3134

3235
# Name of the Windows PowerShell host required by this module
3336
PowerShellHostName = ''

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/Commands.AnalysisServices.Dataplane.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<Reference Include="System.Xml.Linq" />
8585
<Reference Include="System.Data" />
8686
<Reference Include="System.Xml" />
87-
<Reference Include="System.Management.Automation" />
87+
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
8888
</ItemGroup>
8989
<ItemGroup>
9090
<Compile Include="Commands\AddAzureASAccount.cs" />
@@ -120,7 +120,7 @@
120120
<SubType>Designer</SubType>
121121
</None>
122122
<None Include="StartupScripts\*.ps1">
123-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
123+
<!-- <CopyToOutputDirectory>Always</CopyToOutputDirectory> -->
124124
</None>
125125
</ItemGroup>
126126
<ItemGroup>

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/StartupScripts/AzureAnalysisServicesStartup.ps1

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#Placeholder for future scripts: Please delete this file and uncomment <CopyToOutputDirectory>Always</CopytoOutputDirectory> within the <None Include="StartupScripts\*.ps1"> block in the .csproj file.

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Test/Commands.AnalysisServices.Test.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,6 @@
123123
</Reference>
124124
<Reference Include="System" />
125125
<Reference Include="System.Core" />
126-
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
127-
<SpecificVersion>False</SpecificVersion>
128-
<HintPath>C:\Windows\Microsoft.NET\assembly\GAC_MSIL\System.Management.Automation\v4.0_3.0.0.0__31bf3856ad364e35\System.Management.Automation.dll</HintPath>
129-
</Reference>
130126
<Reference Include="System.Net" />
131127
<Reference Include="System.Net.Http" />
132128
<Reference Include="System.Net.Http.Extensions, Version=2.2.28.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">

src/ResourceManager/AnalysisServices/Commands.AnalysisServices/Commands.AnalysisServices.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
<Reference Include="Microsoft.Azure.Management.Analysis, Version=2.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
3939
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Analysis.2.0.3\lib\net452\Microsoft.Azure.Management.Analysis.dll</HintPath>
4040
</Reference>
41-
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
4241
</ItemGroup>
4342
<ItemGroup>
4443
<Compile Include="Commands\NewAzureRmAnalysisServicesFirewallRule.cs" />

src/ResourceManager/ApiManagement/AzureRM.ApiManagement.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Copyright = 'Microsoft Corporation. All rights reserved.'
3333
Description = 'Microsoft Azure PowerShell - Api Management service cmdlets for Azure Resource Manager'
3434

3535
# Minimum version of the Windows PowerShell engine required by this module
36-
PowerShellVersion = '3.0'
36+
PowerShellVersion = '5.0'
3737

3838
# Name of the Windows PowerShell host required by this module
3939
# PowerShellHostName = ''

src/ResourceManager/ApiManagement/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Set minimum dependency of module to PowerShell 5.0
2122

2223
## Version 5.1.2
2324
* Updated to the latest version of the Azure ClientRuntime

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
<HintPath>..\..\..\packages\Microsoft.Azure.Management.ApiManagement.3.4.0-preview\lib\net45\Microsoft.Azure.Management.ApiManagement.dll</HintPath>
5757
<Private>True</Private>
5858
</Reference>
59-
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
6059
</ItemGroup>
6160
<ItemGroup>
6261
<Compile Include="ApiManagementClient.cs" />

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@
118118
</Reference>
119119
<Reference Include="System" />
120120
<Reference Include="System.Core" />
121-
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
122121
<Reference Include="System.Net" />
123122
<Reference Include="System.Net.Http" />
124123
<Reference Include="System.Net.Http.Extensions, Version=2.2.28.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
<HintPath>..\..\..\packages\WindowsAzure.Storage.8.1.1\lib\net45\Microsoft.WindowsAzure.Storage.dll</HintPath>
6969
<Private>True</Private>
7070
</Reference>
71-
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
7271
<Reference Include="System.Spatial, Version=5.8.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
7372
<HintPath>..\..\..\packages\System.Spatial.5.8.2\lib\net40\System.Spatial.dll</HintPath>
7473
</Reference>

src/ResourceManager/ApplicationInsights/AzureRM.ApplicationInsights.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Copyright = 'Microsoft Corporation. All rights reserved.'
3333
Description = 'Microsoft Azure PowerShell - Application Insights service management cmdlets for Azure Resource Manager. Creates and manages application insights in Azure Resource Manager.'
3434

3535
# Minimum version of the Windows PowerShell engine required by this module
36-
PowerShellVersion = '3.0'
36+
PowerShellVersion = '5.0'
3737

3838
# Name of the Windows PowerShell host required by this module
3939
# PowerShellHostName = ''

src/ResourceManager/ApplicationInsights/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Set minimum dependency of module to PowerShell 5.0
2122

2223
## Version 0.1.3
2324
* Updated to the latest version of the Azure ClientRuntime

src/ResourceManager/ApplicationInsights/Commands.ApplicationInsights.Test/Commands.ApplicationInsights.Test.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@
9494
</Reference>
9595
<Reference Include="System" />
9696
<Reference Include="System.Core" />
97-
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
9897
<Reference Include="System.Net" />
9998
<Reference Include="System.Net.Http" />
10099
<Reference Include="System.Net.Http.WebRequest" />

src/ResourceManager/ApplicationInsights/Commands.ApplicationInsights/Commands.ApplicationInsights.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<HintPath>..\..\..\packages\Microsoft.Azure.Management.ApplicationInsights.0.1.1-preview\lib\net452\Microsoft.Azure.Management.ApplicationInsights.dll</HintPath>
5555
<Private>True</Private>
5656
</Reference>
57-
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
5857
</ItemGroup>
5958
<ItemGroup>
6059
<Compile Include="ApplicationInsights\GetApplicationInsightsApiKey.cs" />

src/ResourceManager/Automation/AzureRM.Automation.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Copyright = 'Microsoft Corporation. All rights reserved.'
3333
Description = 'Microsoft Azure PowerShell - Automation service cmdlets for Azure Resource Manager'
3434

3535
# Minimum version of the Windows PowerShell engine required by this module
36-
PowerShellVersion = '3.0'
36+
PowerShellVersion = '5.0'
3737

3838
# Name of the Windows PowerShell host required by this module
3939
# PowerShellHostName = ''

src/ResourceManager/Automation/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Set minimum dependency of module to PowerShell 5.0
2122

2223
## Version 4.3.2
2324
* Updated to the latest version of the Azure ClientRuntime

src/ResourceManager/Automation/Commands.Automation.Test/Commands.Automation.Test.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,6 @@
115115
<HintPath>..\..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
116116
</Reference>
117117
<Reference Include="System" />
118-
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
119-
<SpecificVersion>False</SpecificVersion>
120-
</Reference>
121118
<Reference Include="System.Net" />
122119
<Reference Include="System.Net.Http" />
123120
<Reference Include="System.Net.Http.Extensions, Version=2.2.28.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">

src/ResourceManager/Automation/Commands.Automation/Commands.Automation.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
<Reference Include="Microsoft.Azure.Management.Automation">
5656
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Automation.2.0.4\lib\net40\Microsoft.Azure.Management.Automation.dll</HintPath>
5757
</Reference>
58-
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
5958
</ItemGroup>
6059
<ItemGroup>
6160
<Compile Include="Cmdlet\AzureAutomationBaseCmdlet.cs" />
@@ -203,7 +202,7 @@
203202
<SubType>Designer</SubType>
204203
</None>
205204
<None Include="StartupScripts\*.ps1">
206-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
205+
<!-- <CopyToOutputDirectory>Always</CopyToOutputDirectory> -->
207206
</None>
208207
</ItemGroup>
209208
<ItemGroup>

src/ResourceManager/Automation/Commands.Automation/StartupScripts/AzureRmAutomationStartup.ps1

Lines changed: 0 additions & 18 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#Placeholder for future scripts: Please delete this file and uncomment <CopyToOutputDirectory>Always</CopytoOutputDirectory> within the <None Include="StartupScripts\*.ps1"> block in the .csproj file.

src/ResourceManager/AzureBackup/AzureRM.Backup.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Copyright = 'Microsoft Corporation. All rights reserved.'
3333
Description = 'Microsoft Azure PowerShell - Azure Backup service cmdlets for Azure Resource Manager'
3434

3535
# Minimum version of the Windows PowerShell engine required by this module
36-
PowerShellVersion = '3.0'
36+
PowerShellVersion = '5.0'
3737

3838
# Name of the Windows PowerShell host required by this module
3939
# PowerShellHostName = ''

src/ResourceManager/AzureBackup/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Set minimum dependency of module to PowerShell 5.0
2122

2223
## Version 4.0.4
2324
* Updated to the latest version of the Azure ClientRuntime

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,6 @@
8989
<Reference Include="System" />
9090
<Reference Include="System.Configuration" />
9191
<Reference Include="System.Core" />
92-
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
93-
<SpecificVersion>False</SpecificVersion>
94-
<HintPath>C:\Windows\Microsoft.NET\assembly\GAC_MSIL\System.Management.Automation\v4.0_3.0.0.0__31bf3856ad364e35\System.Management.Automation.dll</HintPath>
95-
</Reference>
9692
<Reference Include="System.Net" />
9793
<Reference Include="System.Net.Http" />
9894
<Reference Include="System.Net.Http.Extensions">

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
<Reference Include="Security.Cryptography">
5454
<HintPath>Cmdlets\VaultCredentials\Security.Cryptography.dll</HintPath>
5555
</Reference>
56-
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
5756
<Reference Include="System.Web" />
5857
<Reference Include="System.Web.Extensions" />
5958
</ItemGroup>

src/ResourceManager/AzureBatch/AzureRM.Batch.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Copyright = 'Microsoft Corporation. All rights reserved.'
3333
Description = 'Microsoft Azure PowerShell - Batch service cmdlets for Azure Resource Manager'
3434

3535
# Minimum version of the Windows PowerShell engine required by this module
36-
PowerShellVersion = '3.0'
36+
PowerShellVersion = '5.0'
3737

3838
# Name of the Windows PowerShell host required by this module
3939
# PowerShellHostName = ''

src/ResourceManager/AzureBatch/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Set minimum dependency of module to PowerShell 5.0
2122

2223
## Version 4.0.6
2324
* Updated to the latest version of the Azure ClientRuntime

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,6 @@
133133
</Reference>
134134
<Reference Include="System" />
135135
<Reference Include="System.Core" />
136-
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
137-
<SpecificVersion>False</SpecificVersion>
138-
</Reference>
139136
<Reference Include="System.Net" />
140137
<Reference Include="System.Net.Http" />
141138
<Reference Include="System.Net.Http.Extensions, Version=2.2.28.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@
6161
<HintPath>..\..\..\packages\WindowsAzure.Storage.6.2.0\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
6262
<Private>True</Private>
6363
</Reference>
64-
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
65-
<SpecificVersion>False</SpecificVersion>
66-
</Reference>
6764
<Reference Include="System.Spatial, Version=5.6.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6865
<HintPath>..\..\..\packages\System.Spatial.5.6.4\lib\net40\System.Spatial.dll</HintPath>
6966
</Reference>

src/ResourceManager/Billing/AzureRM.Billing.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Copyright = 'Microsoft Corporation. All rights reserved.'
3333
Description = 'Microsoft Azure PowerShell - Billing service cmdlets for Azure Resource Manager'
3434

3535
# Minimum version of the Windows PowerShell engine required by this module
36-
PowerShellVersion = '3.0'
36+
PowerShellVersion = '5.0'
3737

3838
# Name of the Windows PowerShell host required by this module
3939
# PowerShellHostName = ''

src/ResourceManager/Billing/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Set minimum dependency of module to PowerShell 5.0
2122

2223
## Version 0.14.1
2324
* New Cmdlet Get-AzureRmEnrollmentAccount

src/ResourceManager/Billing/Commands.Billing.Test/Commands.Billing.Test.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@
100100
</Reference>
101101
<Reference Include="System" />
102102
<Reference Include="System.Core" />
103-
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
104-
<SpecificVersion>False</SpecificVersion>
105-
</Reference>
106103
<Reference Include="System.Net" />
107104
<Reference Include="System.Net.Http.WebRequest" />
108105
<Reference Include="System.Runtime.Serialization" />

src/ResourceManager/Billing/Commands.Billing/Commands.Billing.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
<Reference Include="Microsoft.Azure.Management.Billing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
4646
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Billing.2.1.0-preview\lib\net452\Microsoft.Azure.Management.Billing.dll</HintPath>
4747
</Reference>
48-
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
4948
</ItemGroup>
5049
<ItemGroup>
5150
<Compile Include="Cmdlets\BillingPeriods\GetAzureRmBillingPeriod.cs" />

src/ResourceManager/Cdn/AzureRM.Cdn.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Copyright = 'Microsoft Corporation. All rights reserved.'
3333
Description = 'Microsoft Azure PowerShell - CDN service cmdlets for Azure Resource Manager'
3434

3535
# Minimum version of the Windows PowerShell engine required by this module
36-
PowerShellVersion = '3.0'
36+
PowerShellVersion = '5.0'
3737

3838
# Name of the Windows PowerShell host required by this module
3939
# PowerShellHostName = ''

0 commit comments

Comments
 (0)