Skip to content

Commit 24b61c2

Browse files
committed
Merge from Azure/master
2 parents 0b65712 + c1e949f commit 24b61c2

File tree

737 files changed

+369966
-185584
lines changed

Some content is hidden

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

737 files changed

+369966
-185584
lines changed

ChangeLog.md

Lines changed: 78 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,80 @@
1-
## 2017.05.12 - Version 4.0.1
1+
## 2017.06.07 - Version 4.1.0
2+
* AnalysisServices
3+
* New SKUs added: B1, B2, S0
4+
* Scale up/down support added
5+
* CognitiveServices
6+
* Update detailed display of license agreements when creating Cognitive Services resources
7+
* Compute
8+
* Fix Test-AzureRmVMAEMExtension for virtual machines with multiple managed disks
9+
* Updated Set-AzureRmVMAEMExtension: Add caching information for Premium managed disks
10+
* Add-AzureRmVhd: The size limit on vhd is increased to 4TB.
11+
* Stop-AzureRmVM: Clarify documentation for STayProvisioned parameter
12+
* New-AzureRmDiskUpdateConfig
13+
* Deprecated parameters CreateOption, StorageAccountId, ImageReference, SourceUri, SourceResourceId
14+
* Set-AzureRmDiskUpdateImageReference: Deprecated cmdlet
15+
* New-AzureRmSnapshotUpdateConfig
16+
* Deprecated parameters CreateOption, StorageAccountId, ImageReference, SourceUri, SourceResourceId
17+
* Set-AzureRmSnapshotUpdateImageReference: Deprecated Cmdlet
18+
* DataLakeStore
19+
* Enable-AzureRmDataLakeStoreKeyVault (Enable-AdlStoreKeyVault)
20+
* Enable KeyVault managed encryption for a DataLake Store
21+
* DevTestLabs
22+
* Update cmdlets to work with current and updated DevTest Labs API version.
23+
* IotHub
24+
* Add Routing support for IoTHub cmdlets
25+
* KeyVault
26+
* New Cmdlets to support KeyVault Managed Storage Account Keys
27+
* Get-AzureKeyVaultManagedStorageAccount
28+
* Add-AzureKeyVaultManagedStorageAccount
29+
* Remove-AzureKeyVaultManagedStorageAccount
30+
* Update-AzureKeyVaultManagedStorageAccount
31+
* Update-AzureKeyVaultManagedStorageAccountKey
32+
* Get-AzureKeyVaultManagedStorageSasDefinition
33+
* Set-AzureKeyVaultManagedStorageSasDefinition
34+
* Remove-AzureKeyVaultManagedStorageSasDefinition
35+
* Network
36+
* Get-AzureRmNetworkUsage: New cmdlet to show network usage and capacity details
37+
* Added new GatewaySku options for VirtualNetworkGateways
38+
* VpnGw1, VpnGw2, VpnGw3 are the new Skus added for Vpn gateways
39+
* Set-AzureRmNetworkWatcherConfigFlowLog
40+
* Fixed help examples
41+
* NotificationHubs
42+
* Transparent Update to NotificationHubs cmdlets for new API
43+
* Profile
44+
* Resolve-AzureRmError
45+
* New cmdlet to show details of errors and exceptions thrown by cmdlets, including server request/response data
46+
* Send-Feedback
47+
* Enabled sending feedback without logging in
48+
* Get-AzureRmSubscription
49+
* Fix bug in retreiving CSP subscriptions
50+
* Resources
51+
* Fixed issue where Get-AzureRMRoleAssignment would result in a Bad Request if the number of roleassignments where greater than 1000
52+
* Users can now use Get-AzureRMRoleAssignment even if the roleassignments to be returned is greater than 1000
53+
* Sql
54+
* Restore-AzureRmSqlDatabase: Update documentation example
55+
* Storage
56+
* Add AssignIdentity setting support to resource mode storage account cmdlets
57+
* New-AzureRmStorageAccount
58+
* Set-AzureRmStorageAccount
59+
* Add Customer Key Support to resource mode storage account cmdlets
60+
* Set-AzureRmStorageAccount
61+
* New-AzureRmStorageAccountEncryptionKeySource
62+
* TrafficManager
63+
64+
* New Monitor settings 'MonitorIntervalInSeconds', 'MonitorTimeoutInSeconds', 'MonitorToleratedNumberOfFailures'
65+
* New Monitor protocol 'TCP'
66+
* ServiceManagement
67+
* Add-AzureVhd: The size limit on vhd is increased to 4TB.
68+
* New-AzureBGPPeering: Support LegacyMode
69+
* Azure.Storage
70+
* Update help for parameters that accept wildcard characters and update StorageContext type
71+
72+
## 2017.05.23 - Version 4.0.2
73+
* Profile
74+
* Add-AzureRmAccount
75+
* Added `-EnvironmentName` parameter alis for backward compatibility with 2.x versions of AzureRM.profile
76+
77+
## 2017.05.12 - Version 4.0.1
278
* Fix issue with New-AzureStorageContext in offline scenarios: https://github.com/Azure/azure-powershell/issues/3939
379

480
## 2017.05.10 - Version 4.0.0
@@ -3214,4 +3290,4 @@ Virtual Network cmdlets
32143290
* iisnode 0.1.13
32153291

32163292
2011.12.09 Version 0.5.0
3217-
* Initial Release
3293+
* Initial Release

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" xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension">
33

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

8-
<?define version="4.0.1" ?>
8+
<?define version="4.1.0" ?>
99

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

0 commit comments

Comments
 (0)