Skip to content

Commit 9b10fea

Browse files
latest pull from Azure
2 parents 38b63c6 + 7e05149 commit 9b10fea

File tree

322 files changed

+22346
-9436
lines changed

Some content is hidden

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

322 files changed

+22346
-9436
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.

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/azurecmdfiles.wxi

Lines changed: 20 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,9 @@
266266
<Component Id="cmp04F046DCD3C191FC98D9F1338855F823" Guid="*">
267267
<File Id="fil2726BF25C508F620D514549EED9C51DB" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Insights\Microsoft.Azure.Insights.dll" />
268268
</Component>
269+
<Component Id="cmp3B09E1BDCA0B52F9EA656CCC45BD9719" Guid="*">
270+
<File Id="fil25472A8FA7FA8AD458FF3DD90F113F8A" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Insights\Microsoft.Azure.ResourceManager.dll" />
271+
</Component>
269272
<Component Id="cmp2591E42374FAC2E1ECB763DEBCAD6CA6" Guid="*">
270273
<File Id="fil026AC17EB4E84AFA3C77F14CA14F4EF8" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Insights\Microsoft.Data.Edm.dll" />
271274
</Component>
@@ -611,6 +614,9 @@
611614
<Component Id="cmp324B90D4B088D87E4F11B86F299C1C4A" Guid="*">
612615
<File Id="fil4258BBFD2F3134F91EC449D577FADD4F" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Resources\Microsoft.WindowsAzure.Commands.StorSimple.dll-help.xml" />
613616
</Component>
617+
<Component Id="cmpC5EDAFBD54A26120BADCFFA83EFE4D8D" Guid="*">
618+
<File Id="filD898BD06855BCA3BC672942E6D234D27" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Resources\Microsoft.WindowsAzure.Commands.WebSites.format.ps1xml" />
619+
</Component>
614620
<Component Id="cmpA2D0B95472DAC9EEDEC0CC473F3138B6" Guid="*">
615621
<File Id="filBA8A6C454E13EDED5C76A72DF055C141" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Resources\Microsoft.WindowsAzure.Management.Compute.dll" />
616622
</Component>
@@ -949,6 +955,9 @@
949955
<Component Id="cmpD1207E6C71B252DEA35A0F21BD18C739" Guid="*">
950956
<File Id="filAB602D03DC2C505D7E6A30F218B1E357" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Websites\Microsoft.WindowsAzure.Commands.Common.dll" />
951957
</Component>
958+
<Component Id="cmpF1C3AE30B7D2067AD8CC88BBEAB4E9D6" Guid="*">
959+
<File Id="fil1E2F266347128635E44D533122EAB3B9" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Websites\Microsoft.WindowsAzure.Commands.WebSites.format.ps1xml" />
960+
</Component>
952961
<Component Id="cmpEF310754D1C69EB41F0EA968BF00DBB9" Guid="*">
953962
<File Id="fil375767A5125510DB24B62A452A56A6B1" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Websites\Microsoft.WindowsAzure.Management.dll" />
954963
</Component>
@@ -1339,6 +1348,9 @@
13391348
</Component>
13401349
</Directory>
13411350
<Directory Id="dir59C91A8ADAEBA190A387BD9805945B5D" Name="HDInsight">
1351+
<Component Id="cmpE649532D45F37D54928D095F9FA83399" Guid="*">
1352+
<File Id="fil8FB3B64E67BEECBD33C8362E7253C687" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\HDInsight\BouncyCastle.Crypto.dll" />
1353+
</Component>
13421354
<Component Id="cmp96153B9C1921EF93C9484B51120C392D" Guid="*">
13431355
<File Id="filEA0D0D08D5D99E96498236DC6A2E7DC1" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\HDInsight\Hyak.Common.dll" />
13441356
</Component>
@@ -2297,52 +2309,6 @@
22972309
</Component>
22982310
</Directory>
22992311
</Directory>
2300-
<Directory Id="dirE5EA14CE73A6C72D22D108D9497DF74C" Name="Python">
2301-
<Directory Id="dirCDAC5B8A642AC456869167EAE2A10C93" Name="WebRole">
2302-
<Component Id="cmp1A43AEA8E47DF46A363C5FA3B6EE14DE" Guid="*">
2303-
<File Id="filE6C0D9B69028476CEF9107E1347CA861" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\Services\Resources\Scaffolding\Python\WebRole\AzureSetup.cfg" />
2304-
</Component>
2305-
<Component Id="cmp5D8936EABB5A2DB970A0AB381C73830D" Guid="*">
2306-
<File Id="filE2A6F752B86D2DFA0959B90BD41DA77C" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\Services\Resources\Scaffolding\Python\WebRole\Microsoft.PythonTools.AzureSetup.exe.config" />
2307-
</Component>
2308-
<Component Id="cmp1F5C71A2DDA57D948B24B19D145ADE56" Guid="*">
2309-
<File Id="fil22FCD09649F038F981DDB84F67167316" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\Services\Resources\Scaffolding\Python\WebRole\Microsoft.PythonTools.AzureSetup.exe.content" />
2310-
</Component>
2311-
<Component Id="cmp021B29446C062B1149132B85E2459720" Guid="*">
2312-
<File Id="filF3D8A3E762DD13F9FFD7B2B0BB339070" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\Services\Resources\Scaffolding\Python\WebRole\Microsoft.PythonTools.WebRole.dll.content" />
2313-
</Component>
2314-
<Component Id="cmpA69B6C11506C243CDE56D867B794AC9F" Guid="*">
2315-
<File Id="fil848958AA95168855F8FE3E93358C2B76" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\Services\Resources\Scaffolding\Python\WebRole\Microsoft.Web.Deployment.dll.content" />
2316-
</Component>
2317-
<Component Id="cmp8B904F97CEDA97F7D1A68BDBC2259AB4" Guid="*">
2318-
<File Id="filD732F0BF33579E271040FE1DE0AB979E" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\Services\Resources\Scaffolding\Python\WebRole\Microsoft.Web.PlatformInstaller.dll.content" />
2319-
</Component>
2320-
<Component Id="cmp0F225B9A1229479E467639080599E9D1" Guid="*">
2321-
<File Id="fil92F43807E9714346A87AFB7D901AE389" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\Services\Resources\Scaffolding\Python\WebRole\Microsoft.Web.PlatformInstaller.UI.dll.content" />
2322-
</Component>
2323-
<Component Id="cmpB20DE8E10E242EDCAFEBEAEECD60CDD3" Guid="*">
2324-
<File Id="fil7615C0F35ED9D985DD0C6EADB7E910CE" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\Services\Resources\Scaffolding\Python\WebRole\RoleSettings.xml" />
2325-
</Component>
2326-
<Component Id="cmpC252A869692E36346E5A3771DD27D205" Guid="*">
2327-
<File Id="fil7846CF7AD904A172B671C85CDF5CC0E6" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\Services\Resources\Scaffolding\Python\WebRole\Scaffold.xml" />
2328-
</Component>
2329-
<Component Id="cmp9F463ADD333B57253F89EE9E82167637" Guid="*">
2330-
<File Id="filB84BA051D600909C743652ECF66D8B51" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\Services\Resources\Scaffolding\Python\WebRole\web.cloud.config" />
2331-
</Component>
2332-
<Component Id="cmp43BD3F229DAE64FEDBC8155FEF158956" Guid="*">
2333-
<File Id="fil30EB96553E136D5AAA0C61DD1A9776F7" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\Services\Resources\Scaffolding\Python\WebRole\Web.config" />
2334-
</Component>
2335-
<Component Id="cmpA02D6608F19F40B64C14E402AD8E622B" Guid="*">
2336-
<File Id="filF4535711345CAACEFE8F95EB9C91C691" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\Services\Resources\Scaffolding\Python\WebRole\WebPICmdLine.exe.content" />
2337-
</Component>
2338-
<Component Id="cmp878544C3BBE474849E893E400314D586" Guid="*">
2339-
<File Id="fil56D79CA1DCB21C2716FF96E6BB48B5CE" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\Services\Resources\Scaffolding\Python\WebRole\WebRole.xml" />
2340-
</Component>
2341-
<Component Id="cmp70473B6477B7086BBB4B792180BF8925" Guid="*">
2342-
<File Id="fil3CB79929DB0097DEE79F047B38A9C19A" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\Services\Resources\Scaffolding\Python\WebRole\wfastcgi.py" />
2343-
</Component>
2344-
</Directory>
2345-
</Directory>
23462312
</Directory>
23472313
</Directory>
23482314
</Directory>
@@ -2675,6 +2641,9 @@
26752641
<Component Id="cmp3AC709C29C5C98FAE63EC5ACF073B2AF" Guid="*">
26762642
<File Id="filBD421847424CAE48F72C74C69770D8C0" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\StorSimple\Microsoft.Azure.Common.NetFramework.dll" />
26772643
</Component>
2644+
<Component Id="cmpF584FEE91889D98A4299209A1B9B1B94" Guid="*">
2645+
<File Id="fil1E84C52FC3BA4FCD7D38DF81574031BC" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\StorSimple\Microsoft.Azure.ResourceManager.dll" />
2646+
</Component>
26782647
<Component Id="cmp9E03AAB684EA41B087D79346AE6C1073" Guid="*">
26792648
<File Id="fil501FE0FB963E03A9292BE5CC5A895CBB" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\StorSimple\Microsoft.IdentityModel.Clients.ActiveDirectory.dll" />
26802649
</Component>
@@ -2886,6 +2855,7 @@
28862855
<ComponentRef Id="cmp3720A4CCA2E5F4D2EC35291198D4BEE3" />
28872856
<ComponentRef Id="cmpB6D50CCF3757EBDA9602AA570BCE0D1E" />
28882857
<ComponentRef Id="cmp04F046DCD3C191FC98D9F1338855F823" />
2858+
<ComponentRef Id="cmp3B09E1BDCA0B52F9EA656CCC45BD9719" />
28892859
<ComponentRef Id="cmp2591E42374FAC2E1ECB763DEBCAD6CA6" />
28902860
<ComponentRef Id="cmp32AF78F6912DCA522A0FFAC8FD603B2F" />
28912861
<ComponentRef Id="cmp27231928A2D67FBC8D981AB504BD21F1" />
@@ -2999,6 +2969,7 @@
29992969
<ComponentRef Id="cmpFC3EB6ABEC249B231E7692A65B39E121" />
30002970
<ComponentRef Id="cmp41DD99937FCAACD05C1E4E7BE3A04532" />
30012971
<ComponentRef Id="cmp324B90D4B088D87E4F11B86F299C1C4A" />
2972+
<ComponentRef Id="cmpC5EDAFBD54A26120BADCFFA83EFE4D8D" />
30022973
<ComponentRef Id="cmpA2D0B95472DAC9EEDEC0CC473F3138B6" />
30032974
<ComponentRef Id="cmp820458093C358621EA214A7362ACCE1D" />
30042975
<ComponentRef Id="cmpE231A51CC41F80C051BC0663E08339BC" />
@@ -3109,6 +3080,7 @@
31093080
<ComponentRef Id="cmpFFFCD58A5DB0E19A9E2609FBE2410C09" />
31103081
<ComponentRef Id="cmp4ABAE69FE7F32B747C276E27CBD08B11" />
31113082
<ComponentRef Id="cmpD1207E6C71B252DEA35A0F21BD18C739" />
3083+
<ComponentRef Id="cmpF1C3AE30B7D2067AD8CC88BBEAB4E9D6" />
31123084
<ComponentRef Id="cmpEF310754D1C69EB41F0EA968BF00DBB9" />
31133085
<ComponentRef Id="cmp4DA3B101B35F9FABD0EC784559AC44A2" />
31143086
<ComponentRef Id="cmpFE7DE66BD1CE262C145D66A0E7250779" />
@@ -3235,6 +3207,7 @@
32353207
<ComponentRef Id="cmpCCC5976D4AE7141FB6D3C6650AD0C40E" />
32363208
<ComponentRef Id="cmp1D3D3FE8D3C4513B1536EB8B0AACEBE1" />
32373209
<ComponentRef Id="cmpB0718E71D7A15CCA7375389A12F7D568" />
3210+
<ComponentRef Id="cmpE649532D45F37D54928D095F9FA83399" />
32383211
<ComponentRef Id="cmp96153B9C1921EF93C9484B51120C392D" />
32393212
<ComponentRef Id="cmp430193C6FCC710357C2AD0A4D74B05CB" />
32403213
<ComponentRef Id="cmp42B92586860E12CFF7E8A202F62CA257" />
@@ -3541,20 +3514,6 @@
35413514
<ComponentRef Id="cmp080181B4207E414501C622783B794CA8" />
35423515
<ComponentRef Id="cmpE4F565792794EACEBFA721815AE3957C" />
35433516
<ComponentRef Id="cmpAC5F70011A33DAC18EE39F5D5BB9840B" />
3544-
<ComponentRef Id="cmp1A43AEA8E47DF46A363C5FA3B6EE14DE" />
3545-
<ComponentRef Id="cmp5D8936EABB5A2DB970A0AB381C73830D" />
3546-
<ComponentRef Id="cmp1F5C71A2DDA57D948B24B19D145ADE56" />
3547-
<ComponentRef Id="cmp021B29446C062B1149132B85E2459720" />
3548-
<ComponentRef Id="cmpA69B6C11506C243CDE56D867B794AC9F" />
3549-
<ComponentRef Id="cmp8B904F97CEDA97F7D1A68BDBC2259AB4" />
3550-
<ComponentRef Id="cmp0F225B9A1229479E467639080599E9D1" />
3551-
<ComponentRef Id="cmpB20DE8E10E242EDCAFEBEAEECD60CDD3" />
3552-
<ComponentRef Id="cmpC252A869692E36346E5A3771DD27D205" />
3553-
<ComponentRef Id="cmp9F463ADD333B57253F89EE9E82167637" />
3554-
<ComponentRef Id="cmp43BD3F229DAE64FEDBC8155FEF158956" />
3555-
<ComponentRef Id="cmpA02D6608F19F40B64C14E402AD8E622B" />
3556-
<ComponentRef Id="cmp878544C3BBE474849E893E400314D586" />
3557-
<ComponentRef Id="cmp70473B6477B7086BBB4B792180BF8925" />
35583517
<ComponentRef Id="cmp5C3F4FE4E92F090F22B371444CEFA7FB" />
35593518
<ComponentRef Id="cmp65991ADC169007028A31A4F049E069EF" />
35603519
<ComponentRef Id="cmp221C334CE6510BD95538F285D482251F" />
@@ -3663,6 +3622,7 @@
36633622
<ComponentRef Id="cmp844CE71A108EFCC5B93A410D5205E6DB" />
36643623
<ComponentRef Id="cmp6A927AFF9D7CBE438F31603C59A5D1A6" />
36653624
<ComponentRef Id="cmp3AC709C29C5C98FAE63EC5ACF073B2AF" />
3625+
<ComponentRef Id="cmpF584FEE91889D98A4299209A1B9B1B94" />
36663626
<ComponentRef Id="cmp9E03AAB684EA41B087D79346AE6C1073" />
36673627
<ComponentRef Id="cmpEC794DBE4822765C546A06D80EAA3292" />
36683628
<ComponentRef Id="cmpB48F1BD4D2E8307615F7E22174FF4E6D" />

0 commit comments

Comments
 (0)