Skip to content

Commit c6ed3e7

Browse files
committed
Merge pull request #14 from Azure/dev
pull from dev branch of azure/azure-powershell
2 parents 1b37982 + fc7b143 commit c6ed3e7

File tree

413 files changed

+70522
-14338
lines changed

Some content is hidden

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

413 files changed

+70522
-14338
lines changed

AzurePowershell.Test.targets

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<DataFactoryManagerTestDebug>.\src\ResourceManager\DataFactories\Commands.DataFactories.Test\bin\Debug\Microsoft.Azure.Commands.DataFactories.Test.dll</DataFactoryManagerTestDebug>
1717
<StreamAnalyticsManagerTestDebug>.\src\ResourceManager\StreamAnalytics\Commands.StreamAnalytics.Test\bin\Debug\Microsoft.Azure.Commands.StreamAnalytics.Test.dll</StreamAnalyticsManagerTestDebug>
1818
<BatchTestDebug>.\src\ResourceManager\Batch\Commands.Batch.Test\bin\Debug\Microsoft.Azure.Commands.Batch.Test.dll</BatchTestDebug>
19+
<WebsitesTestDebug>.\src\ResourceManager\Websites\Commands.Websites.Test\bin\Debug\Microsoft.Azure.Commands.Websites.Test.dll</WebsitesTestDebug>
1920
<ServiceManagementTestDebug>.\src\ServiceManagement\Compute\Commands.ServiceManagement.Test\bin\Debug\Microsoft.WindowsAzure.Commands.ServiceManagement.Test.dll</ServiceManagementTestDebug>
2021
<ServiceManagementExtensionsTestDebug>.\src\ServiceManagement\Compute\Commands.ServiceManagement.Extensions.Test\bin\Debug\Microsoft.WindowsAzure.Commands.ServiceManagement.Extensions.Test.dll</ServiceManagementExtensionsTestDebug>
2122
<SqlDatabaseTestDebug>.\src\ServiceManagement\Sql\Commands.SqlDatabase.Test\bin\Debug\Microsoft.WindowsAzure.Commands.SqlDatabase.Test.dll</SqlDatabaseTestDebug>
@@ -40,6 +41,7 @@
4041
<XUnitTests Include=".\src\ResourceManager\DataFactories\Commands.DataFactories.Test\bin\Debug\Microsoft.Azure.Commands.DataFactories.Test.dll"/>
4142
<XUnitTests Include=".\src\ResourceManager\StreamAnalytics\Commands.StreamAnalytics.Test\bin\Debug\Microsoft.Azure.Commands.StreamAnalytics.Test.dll"/>
4243
<XUnitTests Include=".\src\ResourceManager\Batch\Commands.Batch.Test\bin\Debug\Microsoft.Azure.Commands.Batch.Test.dll"/>
44+
<XUnitTests Include=".\src\ResourceManager\Websites\Commands.Websites.Test\bin\Debug\Microsoft.Azure.Commands.Websites.Test.dll"/>
4345
<XUnitTests Include=".\src\ResourceManager\KeyVault\Commands.KeyVault.Test\bin\Debug\Microsoft.Azure.Commands.KeyVault.Test.dll"/>
4446
<XUnitTests Include=".\src\ServiceManagement\ManagedCache\Commands.ManagedCache.Test\bin\Debug\Microsoft.Azure.Commands.ManagedCache.Test.dll"/>
4547
<XUnitTests Include=".\src\Common\Commands.ScenarioTest\bin\Debug\Microsoft.WindowsAzure.Commands.ScenarioTest.dll"/>
@@ -90,6 +92,12 @@
9092
ExcludeTraits="$(XUnitExcludedTrait)" MaxParallelThreads="0" ParallelizeAssemblies="false" ParallelizeTestCollections="false" />
9193
</Target>
9294

95+
96+
<Target Name="TestWebsites">
97+
<Xunit.Runner.MSBuild.xunit Assemblies="$(WebsitesTestDebug)" Html="$(TestOutputDirectory)\WebsitesTestDebug.xunit.dll.html" Verbose="false"
98+
ExcludeTraits="$(XUnitExcludedTrait)" MaxParallelThreads="0" ParallelizeAssemblies="false" ParallelizeTestCollections="false" />
99+
</Target>
100+
93101
<Target Name="TestDataFactoryManager">
94102
<Xunit.Runner.MSBuild.xunit Assemblies="$(DataFactoryManagerTestDebug)" Html="$(TestOutputDirectory)\DataFactoryManagerTestDebug.xunit.dll.html" Verbose="false"
95103
ExcludeTraits="$(XUnitExcludedTrait)" MaxParallelThreads="0" ParallelizeAssemblies="false" ParallelizeTestCollections="false" />

ChangeLog.txt

Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,131 @@
1+
2015.03.11 version 0.8.15.1
2+
* Fixes for clean install and subscription registration issues
3+
4+
2015.03.09 version 0.8.15
5+
* Azure RemoteApp: New RemoteApp cmdlets:
6+
* Add-AzureRemoteAppUser
7+
* Disconnect-AzureRemoteAppSession
8+
* Get-AzureRemoteAppCollection
9+
* Get-AzureRemoteAppCollectionUsageDetails
10+
* Get-AzureRemoteAppCollectionUsageSummary
11+
* Get-AzureRemoteAppLocation
12+
* Get-AzureRemoteAppOperationResult
13+
* Get-AzureRemoteAppPlan
14+
* Get-AzureRemoteAppProgram
15+
* Get-AzureRemoteAppSession
16+
* Get-AzureRemoteAppStartMenuProgram
17+
* Get-AzureRemoteAppTemplateImage
18+
* Get-AzureRemoteAppUser
19+
* Get-AzureRemoteAppVNet
20+
* Get-AzureRemoteAppVpnDevice
21+
* Get-AzureRemoteAppVpnDeviceConfigScript
22+
* Get-AzureRemoteAppWorkspace
23+
* Invoke-AzureRemoteAppSessionLogoff
24+
* New-AzureRemoteAppCollection
25+
* New-AzureRemoteAppTemplateImage
26+
* New-AzureRemoteAppVNet
27+
* Publish-AzureRemoteAppProgram
28+
* Remove-AzureRemoteAppCollection
29+
* Remove-AzureRemoteAppTemplateImage
30+
* Remove-AzureRemoteAppUser
31+
* Remove-AzureRemoteAppVNet
32+
* Rename-AzureRemoteAppTemplateImage
33+
* Reset-AzureRemoteAppVpnSharedKey
34+
* Send-AzureRemoteAppSessionMessage
35+
* Set-AzureRemoteAppCollection
36+
* Set-AzureRemoteAppVNet
37+
* Set-AzureRemoteAppWorkspace
38+
* Unpublish-AzureRemoteAppProgram
39+
* Update-AzureRemoteAppCollection
40+
41+
* Storage: new cmdlets
42+
* Get-AzureStorageContainerStoredAccessPolicy
43+
* Get-AzureStorageQueueStoredAccessPolicy
44+
* Get-AzureStorageTableStoredAccessPolicy
45+
* New-AzureStorageContainerStoredAccessPolicy
46+
* New-AzureStorageQueueStoredAccessPolicy
47+
* New-AzureStorageTableStoredAccessPolicy
48+
* Remove-AzureStorageContainerStoredAccessPolicy
49+
* Remove-AzureStorageQueueStoredAccessPolicy
50+
* Remove-AzureStorageTableStoredAccessPolicy
51+
* Set-AzureStorageContainerStoredAccessPolicy
52+
* Set-AzureStorageQueueStoredAccessPolicy
53+
* Set-AzureStorageTableStoredAccessPolicy
54+
55+
* Azure Recovery Services
56+
* New cmdlets:
57+
* Create and enumerate Vaults & Sites, download Vault Settings file
58+
* New- AzureSiteRecoveryVault
59+
* Get-AzureSiteRecoveryVault
60+
* New- AzureSiteRecoverySite
61+
* Get- AzureSiteRecoverySite
62+
* Get-AzureSiteRecoveryVaultSettingsFile
63+
* Enumerate Networks and manage Network Mappings
64+
* Get- AzureSiteRecoveryNetwork
65+
* New- AzureSiteRecoveryNetworkMapping
66+
* Get- AzureSiteRecoveryNetworkMapping
67+
* Remove- AzureSiteRecoveryNetworkMapping
68+
* Enumerate Storages and manage Storage Mappings
69+
* Get-AzureSiteRecoveryStorage
70+
* New- AzureSiteRecoveryStorageMapping
71+
* Get-AzureSiteRecoveryStorageMapping
72+
* Remove- AzureSiteRecoveryStorageMapping
73+
* Create, associated, and dissociate protection profile object
74+
* New- AzureSiteRecoveryProtectionProfileObject
75+
* Start-AzureSiteRecoveryProtectionProfileAssociationJob
76+
* Start-AzureSiteRecoveryProtectionProfileDissociationJob
77+
* Update VM properties and sync owner information
78+
* Set-AzureSiteRecoveryVM
79+
* Update-AzureSiteRecoveryProtectionEntity
80+
* Changed cmdlets:
81+
* Get-AzureSiteRecoveryJob
82+
* Set-AzureSiteRecoveryProtectionEntity – protection profile is introduced
83+
* Start-AzureSiteRecoveryCommitFailoverJob
84+
* Start-AzureSiteRecoveryPlannedFailoverJob
85+
* Start-AzureSiteRecoveryTestFailoverJob
86+
87+
* Azure ExpressRoute cmdlet updates
88+
* Fixed bugs in:
89+
* New-AzureDedicatedCircuit
90+
* New-AzureDedicatedCircuitLink
91+
* New-AzureBGPPeering
92+
* Remove-AzureDedicatedCircuit
93+
* Remove-AzureDedicatedCircuitLink
94+
* Remove-AzureBGPPeering
95+
* Added new cmdlet:
96+
* Update-AzureDedicatedCircuitBandwidth
97+
98+
* Azure SQL Database: new cmdlets for managing database dynamic data masking policies:
99+
* Get-AzureSqlDatabaseDataMaskingPolicy
100+
* Set-AzureSqlDatabaseDataMaskingPolicy
101+
* New-AzureSqlDatabaseDataMaskingRule
102+
* Get-AzureSqlDatabaseDataMaskingRule
103+
* Set-AzureSqlDatabaseDataMaskingRule
104+
* Remove-AzureSqlDatabaseDataMaskingRule
105+
106+
* Azure Batch: new cmdlets:
107+
* Get-AzureBatchPool
108+
* Get-AzureBatchWorkItem
109+
* Get-AzureBatchJob
110+
* Get-AzureBatchTask
111+
112+
* Azure Compute: new features
113+
* Added ForceUpdate parameter for the following cmdlets:
114+
* Set-AzureVMExtension
115+
* Set-AzureVMCustomScriptExtension
116+
* Set-AzureVMAccessExtension
117+
* Show 'Regions' property for Get-AzureVMAvailableExtensions cmdlet
118+
* Add 'ResizedSizeInGB' pramater for the following cmdlets
119+
* Update-AzureDisk
120+
* Set-AzureOSDisk
121+
* Set-AzureDataDisk (DiskName parameter is also added along with ResizedSizeInGB)
122+
123+
* AzureProfile:
124+
* New cmdlets to manage in-memory profiles
125+
* New-AzureProfile: Create a new in-memory Profile
126+
* Select-AzureProfile: Select the profile to be used in the current session
127+
* Added -Profile parameter to every cmdlet - the cmdlet will use the passed-in profile to authenticate with Azure
128+
1129
2015.02.12 version 0.8.14
2130
* StorSimple: New StorSimple commands in AzureServiceManagement mode:
3131
* GetAzureStorSimpleAccessControlRecord

setup/azurecmd.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<?define sourceDir="$(var.SolutionDir)..\src\Package\$(var.Configuration)" ?>
66
<?define caSourceDir="$(var.SolutionDir)setup\bin\$(var.Configuration)" ?>
77

8-
<?define version="0.8.15" ?>
8+
<?define version="0.8.15.1" ?>
99
<?define versionedStartMenuFolder="Microsoft Azure" ?>
1010
<?define staleStartMenuFolder="Windows Azure" ?>
1111

0 commit comments

Comments
 (0)