Skip to content

Commit 3518a23

Browse files
Merge pull request #15 from Azure/dev
Dev
2 parents ee633f5 + 7e05149 commit 3518a23

File tree

541 files changed

+87370
-22968
lines changed

Some content is hidden

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

541 files changed

+87370
-22968
lines changed

AzurePowershell.Test.targets

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
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>
1919
<WebsitesTestDebug>.\src\ResourceManager\Websites\Commands.Websites.Test\bin\Debug\Microsoft.Azure.Commands.Websites.Test.dll</WebsitesTestDebug>
20+
<RemoteAppTestDebug>.\src\ServiceManagement\RemoteApp\Commands.RemoteApp.Test\bin\Debug\Microsoft.Azure.Commands.RemoteApp.Tests.dll</RemoteAppTestDebug>
2021
<ServiceManagementTestDebug>.\src\ServiceManagement\Compute\Commands.ServiceManagement.Test\bin\Debug\Microsoft.WindowsAzure.Commands.ServiceManagement.Test.dll</ServiceManagementTestDebug>
2122
<ServiceManagementExtensionsTestDebug>.\src\ServiceManagement\Compute\Commands.ServiceManagement.Extensions.Test\bin\Debug\Microsoft.WindowsAzure.Commands.ServiceManagement.Extensions.Test.dll</ServiceManagementExtensionsTestDebug>
2223
<SqlDatabaseTestDebug>.\src\ServiceManagement\Sql\Commands.SqlDatabase.Test\bin\Debug\Microsoft.WindowsAzure.Commands.SqlDatabase.Test.dll</SqlDatabaseTestDebug>
@@ -44,6 +45,7 @@
4445
<XUnitTests Include=".\src\ResourceManager\Websites\Commands.Websites.Test\bin\Debug\Microsoft.Azure.Commands.Websites.Test.dll"/>
4546
<XUnitTests Include=".\src\ResourceManager\KeyVault\Commands.KeyVault.Test\bin\Debug\Microsoft.Azure.Commands.KeyVault.Test.dll"/>
4647
<XUnitTests Include=".\src\ServiceManagement\ManagedCache\Commands.ManagedCache.Test\bin\Debug\Microsoft.Azure.Commands.ManagedCache.Test.dll"/>
48+
<XUnitTests Include=".\src\ServiceManagement\RemoteApp\Commands.RemoteApp.Test\bin\Debug\Microsoft.Azure.Commands.RemoteApp.Tests.dll"/>
4749
<XUnitTests Include=".\src\Common\Commands.ScenarioTest\bin\Debug\Microsoft.WindowsAzure.Commands.ScenarioTest.dll"/>
4850
<XUnitTests Include=".\src\ServiceManagement\RecoveryServices\Commands.RecoveryServices.Test\bin\Debug\Microsoft.Azure.Commands.RecoveryServices.Test.dll"/>
4951
<XUnitTests Include=".\src\ServiceManagement\StorSimple\Commands.StorSimple.Test\bin\Debug\Microsoft.WindowsAzure.Commands.StorSimple.Test.dll"/>
@@ -93,6 +95,11 @@
9395
</Target>
9496

9597

98+
<Target Name="TestRemoteApp">
99+
<Xunit.Runner.MSBuild.xunit Assemblies="$(RemoteAppTestDebug)" Html="$(TestOutputDirectory)\RemoteAppTestDebug.xunit.dll.html" Verbose="false"
100+
ExcludeTraits="$(XUnitExcludedTrait)" MaxParallelThreads="0" ParallelizeAssemblies="false" ParallelizeTestCollections="false" />
101+
</Target>
102+
96103
<Target Name="TestWebsites">
97104
<Xunit.Runner.MSBuild.xunit Assemblies="$(WebsitesTestDebug)" Html="$(TestOutputDirectory)\WebsitesTestDebug.xunit.dll.html" Verbose="false"
98105
ExcludeTraits="$(XUnitExcludedTrait)" MaxParallelThreads="0" ParallelizeAssemblies="false" ParallelizeTestCollections="false" />

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft Azure Projects Contribution Guidelines](http://windowsazure.github.com/guidelines.html).
44

5-
If you encounter any bugs with Microsoft Azure PowerShell please file an issue in the [Issues](https://github.com/WindowsAzure/azure-sdk-tools/issues) section of the project.
5+
If you encounter any bugs with Microsoft Azure PowerShell please file an issue in the [Issues](https://github.com/Azure/azure-powershell/issues) section of the project.

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

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,12 @@ For detail descriptions and examples of the cmdlets, type
139139
2. Open Microsoft Web Platform Installer and search for __Microsoft Azure PowerShell__.
140140
3. Install.
141141

142-
You can also find the standalone installers for all the versions at [Downloads](https://github.com/Azure/azure-sdk-tools/releases)
142+
You can also find the standalone installers for all the versions at [Downloads](https://github.com/Azure/azure-powershell/releases)
143143

144144
### Source Code
145145

146146
1. Download the source code from GitHub repo
147-
2. Follow the [Microsoft Azure PowerShell Developer Guide](https://github.com/Azure/azure-sdk-tools/wiki/Windows-Azure-PowerShell-Developer-Guide)
147+
2. Follow the [Microsoft Azure PowerShell Developer Guide](https://github.com/Azure/azure-powershell/wiki/Microsoft-Azure-PowerShell-Developer-Guide)
148148

149149
### Supported PowerShell Versions
150150

@@ -290,8 +290,8 @@ Be sure to check out the [Microsoft Azure Developer Forums on Stack Overflow](ht
290290

291291
If you would like to become an active contributor to this project please follow the instructions provided in [Microsoft Azure Projects Contribution Guidelines](http://windowsazure.github.com/guidelines.html).
292292

293-
If you encounter any bugs with the library please file an issue in the [Issues](https://github.com/Azure/azure-sdk-tools/issues) section of the project.
293+
If you encounter any bugs with the library please file an issue in the [Issues](https://github.com/Azure/azure-powershell/issues) section of the project.
294294

295295
# Learn More
296296

297-
* [Microsoft Azure Script Center](http://www.azure.microsoft.com/en-us/documentation/scripts/)
297+
* [Microsoft Azure Script Center](http://www.azure.microsoft.com/en-us/documentation/scripts/)

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)