Skip to content

Commit fb78714

Browse files
committed
fix conflict
2 parents 159050c + c92a051 commit fb78714

File tree

372 files changed

+52179
-33088
lines changed

Some content is hidden

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

372 files changed

+52179
-33088
lines changed

AzurePowershell.Test.targets

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@
8686
<XUnitTests Include=".\src\ResourceManager\Profile\Commands.Profile.Test\bin\Debug\Microsoft.Azure.Commands.Profile.Test.dll"/>
8787
<XUnitTests Include=".\src\ResourceManager\AzureBackup\Commands.AzureBackup.Test\bin\Debug\Microsoft.Azure.Commands.AzureBackup.Test.dll"/>
8888
<XUnitTests Include=".\src\ResourceManager\NotificationHubs\Commands.NotificationHubs.Test\bin\Debug\Microsoft.Azure.Commands.NotificationHubs.Test.dll"/>
89-
<XUnitTests Include=".\src\ResourceManager\Cdn\Commands.Cdn.Test\bin\Debug\Microsoft.Azure.Commands.Cdn.Test.ScenarioTests.dll"/>
89+
<XUnitTests Include=".\src\ResourceManager\Cdn\Commands.Cdn.Test\bin\Debug\Microsoft.Azure.Commands.Cdn.Test.ScenarioTests.dll"/>
90+
<XUnitTests Include=".\src\ResourceManager\CognitiveServices\CognitiveServices.Test\bin\Debug\Microsoft.Azure.Commands.Management.CognitiveServices.Test.dll"/>
9091
<XUnitTests Include=".\src\Common\Commands.Common.Authentication.Test\bin\Debug\Microsoft.Azure.Commands.Common.Authentication.Test.dll"/>
9192
<XUnitTests Include="@(AsmXUnitTests)"/>
9293
</ItemGroup>

ChangeLog.md

Lines changed: 113 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##2016.06.04 version 1.5.0
1+
##2016.06.01 version 1.5.0
22
* Azure Resource Manager
33
- (Get/Set/New/Remove)-AzureRmResourceGroup cmdlets will now use the new autorest generated ARM assembly
44
- (Get/New/Remove)-AzureRmResourceGroupDeployment cmdlets will now use the new autorest generated ARM assembly
@@ -11,11 +11,122 @@
1111
- Enable object and array type parameters for template deployment
1212
- Preserve casing for resource properties in New/Set-AzureRmResource cmdlet
1313
- PropertyObject parameter is now optional in New-AzureRmResource cmdlet
14+
* Azure Compute (CRP)
15+
- Add additional validation for fixed vhd in Add-AzureRmVhd cmdlet
16+
- Add -ForceRerun parameter to Set-AzureRmVMCustomExtension, Set-AzureRmVMBginfoExtension, and Set-AzureRmAccessExtension
17+
- Update -VhdUri parameter from optional to mandatory (bug fix)
18+
- Remove GeoReplicationEnabled deprecation warning message for Get-AzureStorageAccount cmdlet
19+
- Fix piping issue for Remove-AzureRmExtension
20+
- Create one storage account for Boot diagnostics (one for each location, instead of one for each resource group)
21+
- Add -DiskSizeInGB paramter to Set-AzureRmVMOSDisk cmdlet
22+
- Show operation id and status for POST Async cmdlets.
23+
- Fix Remove-AzureRmNetworkInterface issue for not throwing error when all NICs are removed.
24+
- Fix 'Type' output for List cmdlet
25+
- Remove xmlCfg contents from output format.
26+
- Show warning message for upcoming breaking update of Tag fix.
27+
- Change Set-AzureBootDiagnostics cmdlets name to Set-AzureVMBootDiagnostics (and set alias)
28+
* Azure Compute (ASM)
29+
- Storage Migration cmdlet (Move-AzureStorageAccount)
30+
- Fix Add-AzureCertificate issue
1431
* Azure Storage
1532
* Fix get Storage Account throttling failures when run it on subscription with many accounts
1633
- Get-AzureRmStorageAccount
1734
- Get-AzureStorageAccount
18-
35+
* Azure Batch
36+
* Added Batch account usage cmdlets
37+
- Get-BatchPoolUsageMetrics
38+
- Get-BatchPoolStatistics
39+
- Get-BatchJobStatistics
40+
* Added application packages and task dependencies cmdlets
41+
- Get-AzureRmBatchApplication
42+
- Get-AzureRmBatchApplicationPackage
43+
- New-AzureRmBatchApplication
44+
- New-AzureRmBatchApplicationPackage
45+
- Set-AzureRmBatchApplication
46+
- Remove-AzureRmBatchApplicationPackage
47+
- Remove-AzureRmBatchApplication
48+
* Added bulk task option to New-AzureBatchTask cmdlet
49+
* Azure API Management
50+
* Added Tenant Access cmdlets to get keys for Tenant Access via REST API
51+
- Get-AzureRmApiManagementTenantAccess
52+
- Set-AzureRmApiManagementTenantAccess
53+
* Added OpenId Connect Provider cmdlets to Manage OpenID Connect Providers
54+
- Get-AzureRmApiManagementOpenIdConnectProvider
55+
- New-AzureRmApiManagementOpenIdConnectProvider
56+
- Remove-AzureRmApiManagementOpenIdConnectProvider
57+
- Set-AzureRmApiManagementOpenIdConnectProvider
58+
* Azure Automation
59+
* (New/Import)-AzureRmAutomationRunbook now supports the new values of 'GraphicalPowerShell' and 'GraphicalPowerShellWorkflow' with the Type parameter. The use of 'Graph' value is discouraged.
60+
* Start-AzureRmAutomationRunbook now supports the Wait and MaxWaitSeconds parameters.
61+
* (New/Get)-AzureRmAutomationSchedule now supports weekly and monthly schedules.
62+
* New-AzureRmAutomationSchedule now takes a TimeZone parameter to adjust for daylight savings.
63+
* Azure Machine Learning (Preview)
64+
* New cmdlets to manage Azure Machine Learning Web Services
65+
- New-AzureRmMlWebService
66+
- Get-AzureRmMlWebService
67+
- Remove-AzureRmMlWebService
68+
- Update-AzureRmMlWebService
69+
- Get-AzureRmMlWebServiceKeys
70+
- Import-AzureRmMlWebService
71+
- Export-AzureRmMlWebService
72+
* Azure Data Lake (Preview)
73+
* Convenience cmdlet aliases added for all cmdlets
74+
- Analytics account management
75+
- Get-AdlAnalyticsAccount
76+
- New-AdlAnalyticsAccount
77+
- Remove-AdlAnalyticsAccount
78+
- Set-AdlAnalyticsAccount
79+
- Test-AdlAnalyticsAccount
80+
- Data source management
81+
- Add-AdlAnalyticsDataSource
82+
- Get-AdlAnalyticsDataSource
83+
- Remove-AdlAnalyticsDataSource
84+
- Set-AdlAnalyticsDataSource
85+
- Job management
86+
- Get-AdlJob
87+
- Stop-AdlJob
88+
- Submit-AdlJob
89+
- Wait-AdlJob
90+
- Catalog management
91+
- Get-AdlCatalogItem
92+
- New-AdlCatalogSecret
93+
- Remove-AdlCatalogSecret
94+
- Set-AdlCatalogSecret
95+
- Test-AdlCatalogItem
96+
- Store account management
97+
- Get-AdlStore
98+
- New-AdlStore
99+
- Remove-AdlStore
100+
- Set-AdlStore
101+
- Test-AdlStore
102+
- File management
103+
- Add-AdlStoreItemContent
104+
- Export-AdlStoreItem
105+
- Get-AdlStoreChildItem
106+
- Get-AdlStoreItem
107+
- Get-AdlStoreItemContent
108+
- Import-AdlStoreItem
109+
- Join-AdlStoreItem
110+
- Move-AdlStoreItem
111+
- New-AdlStoreItem
112+
- Remove-AdlStoreItem
113+
- Test-AdlStoreItem
114+
- File access management
115+
- Get-AdlStoreItemAcl
116+
- Get-AdlStoreItemOwner
117+
- Get-AdlStoreItemPermissions
118+
- Remove-AdlStoreItemAcl
119+
- Remove-AdlStoreItemAclEntry
120+
- Set-AdlStoreItemAcl
121+
- Set-AdlStoreItemAclEntry
122+
- Set-AdlStoreItemOwner
123+
- Set-AdlStoreItemPermissions
124+
* Granular progress tracking for folder upload done through Import-AzureRMDataLakeStoreItem
125+
* Scalable performance improvements for flat and recursive folder upload through Import-AzureRMDataLakeStoreItem. Full network saturation should now be possible.
126+
* Errors more accurately indicate that failed Import-AzureRMDataLakeStoreItem commands can be resumed/retried.
127+
* More targetted error handling for all Data Lake Store filesystem cmdlets.
128+
* Support for getting/listing table partitions through Get-AzureRMDataLakeAnalyticsCatalogItem
129+
19130
##2016.05.04 version 1.4.0
20131
* Azure Resource Manager
21132
- Get-AzureRmLocation cmdlet: New cmdlet Lists all public Azure locatiosn with available provider namespaces

setup/azurecmd.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
33

4-
<?define productName="Microsoft Azure PowerShell - May 2016" ?>
4+
<?define productName="Microsoft Azure PowerShell - June 2016" ?>
55
<?define sourceDir="$(var.SolutionDir)..\src\Package\$(var.Configuration)" ?>
66
<?define caSourceDir="$(var.SolutionDir)setup\bin\$(var.Configuration)" ?>
77

8-
<?define version="1.4.0" ?>
8+
<?define version="1.5.0" ?>
99

1010
<Product Id="*"
1111
Name="$(var.productName)"

0 commit comments

Comments
 (0)