Skip to content

Commit fe250ea

Browse files
committed
Merge branch 'dev' of https://github.com/Azure/azure-powershell into dev
2 parents dbc1c4a + ea34dea commit fe250ea

File tree

1,475 files changed

+353367
-185604
lines changed

Some content is hidden

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

1,475 files changed

+353367
-185604
lines changed

ChangeLog.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
1+
## 2015.12.14 version 1.0.2
2+
* Azure Compute (ARM):
3+
* Enable BGInfo extension by default
4+
* Fix the issue when an OS disk is in a different resource group: Now New-AzureRmVM does not create a new storage account for boot diagnostics.
5+
* Add Set-AzureRmBginfoExtension cmdlet
6+
* Make WinRMCertificateUrl parameter mandatory when Set-AzureRmVMOperatingSystem cmdlet is performed with WinRMHttps switch
7+
* Azure Compute (Service Management):
8+
* Fix the issue when adding a new VM without a data disk
9+
* Add ExtensionId parameter for all extension cmdlets
10+
* Expose RemoteAccessCertificateThumbprint property for Get-AzureVM cmdlet
111
* Azure SQL Database: new cmdlets for managing database threat detection policies:
212
* Get-AzureRmSqlDatabaseThreatDetectionPolicy
313
* Set-AzureRmSqlDatabaseThreatDetectionPolicy
414
* Remove-AzureRmSqlDatabaseThreatDetectionPolicy
515
* Azure RemoteApp: New cmdlets for managing stale machine accounts in AD:
616
* Get-AzureRemoteAppVmStaleAdObject
717
* Clear-AzureRemoteAppVmStaleAdObject
8-
18+
* ARM Storage:
19+
* Fix alias missing issue
20+
21+
922
## 2015.11.09 version 1.0.1
1023
* Azure Compute
1124
* Added cmdlets for managing VM DiskEncryption extension

build.proj

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,14 @@
4545
<Scope Condition=" $(Scope) == '' " >all</Scope>
4646
</PropertyGroup>
4747
<ItemGroup>
48-
<CmdletSolutionsToBuild Include=".\src\ResourceManager\**\*.sln;.\src\ServiceManagement\ServiceManagement.sln" Condition=" '$(Scope)' == 'all' "/>
48+
<CmdletSolutionsToBuild Include=".\src\ResourceManager\**\*.sln;.\src\ServiceManagement\ServiceManagement.sln"
49+
Exclude=".\src\ResourceManager\Intune\*.sln"
50+
Condition=" '$(Scope)' == 'all' "/>
4951
<CmdletSolutionsToBuild Include=".\src\ResourceManager\$(Scope)\*.sln"
5052
Condition=" '$(Scope)' != 'all' and '$(Scope)' != 'ServiceManagement' and '$(Scope)' != 'AzureStorage' "/>
5153
<CmdletSolutionsToBuild Include=".\src\ServiceManagement\ServiceManagement.sln"
5254
Condition=" '$(Scope)' == 'ServiceManagement' or '$(Scope)' == 'AzureStorage' "/>
5355
<SetupSln Include=".\setup\azurepowershell.sln" />
54-
<SetupPowershellGetSln Include=".\setup-powershellget\powershellget.sln" />
5556
</ItemGroup>
5657

5758
<!--
@@ -80,13 +81,6 @@
8081
Properties="Configuration=$(Configuration);Platform=Any CPU"
8182
ContinueOnError="false" />
8283

83-
<MSBuild
84-
Projects="@(SetupPowershellGetSln)"
85-
Targets="Clean"
86-
Properties="Configuration=$(Configuration);Platform=Any CPU"
87-
ContinueOnError="false"
88-
Condition=" '$(Scope)' == 'all' "/>
89-
9084
<!-- Delete the publish files -->
9185
<Message Importance="high" Text="Cleaning publish files..." ContinueOnError="false" />
9286
<ItemGroup>
@@ -161,14 +155,6 @@
161155

162156
<CallTarget Targets="CodeSignBinaries" Condition=" '$(CodeSign)' == 'true' " />
163157

164-
<Message Importance="high" Text="Building Setup..." />
165-
<MSBuild
166-
Projects="@(SetupPowershellGetSln)"
167-
Targets="Build"
168-
Properties="Configuration=$(Configuration);Platform=Any CPU"
169-
ContinueOnError="false"
170-
Condition=" '$(Scope)' == 'all' "/>
171-
172158
<MSBuild
173159
Projects="@(SetupSln)"
174160
Targets="Build"
@@ -203,8 +189,6 @@
203189
</GetFrameworkSdkPath>
204190

205191
<!-- Copying shortcut to be signed -->
206-
<Copy SourceFiles="$(LibraryRoot)setup-powershellget\Setup\ShortcutStartup.ps1"
207-
DestinationFolder="$(LibrarySourceFolder)\Package\$(Configuration)" />
208192
<Copy SourceFiles="$(LibraryRoot)tools\AzureRM\AzureRM.psd1"
209193
DestinationFolder="$(LibrarySourceFolder)\Package\$(Configuration)" />
210194
<Copy SourceFiles="$(LibraryRoot)tools\AzureRM\AzureRM.psm1"
@@ -260,8 +244,6 @@
260244
Condition="!$(DelaySign) and '@(DelaySignedAssembliesToSign)' != ''"/>
261245

262246
<!-- Copying signed shortcut back -->
263-
<Copy SourceFiles="$(LibrarySourceFolder)\Package\$(Configuration)\ShortcutStartup.ps1"
264-
DestinationFolder="$(LibraryRoot)setup-powershellget\Setup" />
265247
<Copy SourceFiles="$(LibrarySourceFolder)\Package\$(Configuration)\AzureRM.psd1"
266248
DestinationFolder="$(LibraryRoot)tools\AzureRM" />
267249
<Copy SourceFiles="$(LibrarySourceFolder)\Package\$(Configuration)\AzureRM.psm1"

setup-powershellget/Setup/CustomAction.config

Lines changed: 0 additions & 32 deletions
This file was deleted.

setup-powershellget/Setup/CustomAction.cs

Lines changed: 0 additions & 110 deletions
This file was deleted.

setup-powershellget/Setup/Setup.csproj

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)