Skip to content

Commit 9fdea88

Browse files
committed
Merge branch 'dev' of https://github.com/Azure/azure-powershell into dev
2 parents 7d91452 + fedf120 commit 9fdea88

File tree

415 files changed

+45580
-52346
lines changed

Some content is hidden

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

415 files changed

+45580
-52346
lines changed

ChangeLog.md

Lines changed: 126 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,135 @@
1-
##2016.06.04 version 1.5.0
1+
##2016.06.01 version 1.5.0
2+
* Azure Resource Manager
3+
- (Get/Set/New/Remove)-AzureRmResourceGroup cmdlets will now use the new autorest generated ARM assembly
4+
- (Get/New/Remove)-AzureRmResourceGroupDeployment cmdlets will now use the new autorest generated ARM assembly
5+
- (Get/Register)-AzureRmProviderFeature cmdlets will now use the new autorest generated ARM assembly
6+
- (Get/Register/Unregister)-AzureRmResourceProvider cmdlets will now use the new autorest generated ARM assembly
7+
- Use a constant backoff interval when polling for deployment progress in New-AzureRmResourceGroupDeployment cmdlet
8+
- Add support to specify file share paths for cmdlets that take input file as parameter
9+
- Improve error message when Move-AzureRmResource cmdlet fails
10+
- Improve error message when New-AzureRmResourceGroupDeployment cmdlet fails
11+
- Enable object and array type parameters for template deployment
12+
- Preserve casing for resource properties in New/Set-AzureRmResource cmdlet
13+
- 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
231
* Azure Storage
332
* Fix get Storage Account throttling failures when run it on subscription with many accounts
433
- Get-AzureRmStorageAccount
534
- Get-AzureStorageAccount
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+
6130
##2016.05.04 version 1.4.0
7131
* Azure Resource Manager
8-
- Get-AzureRmLocation cmdley: New cmdlet Lists all public Azure locatiosn with available provider namespaces
132+
- Get-AzureRmLocation cmdlet: New cmdlet Lists all public Azure locatiosn with available provider namespaces
9133
- Get-AzureRMResourceGroupDeploymentOperations: Improved output format
10134
- Get-AzureRMDeployment: Responses contain all error details
11135
- Added cmdlet help anbd examples

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)