Skip to content

Commit 41eacea

Browse files
committed
Update change log and release notes for 4.4.0
1 parent 75624a3 commit 41eacea

File tree

101 files changed

+652
-395
lines changed

Some content is hidden

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

101 files changed

+652
-395
lines changed

ChangeLog.md

Lines changed: 128 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,131 @@
1-
## 2017.08.10 - Version 4.3.1
1+
## 2017.09.25 - Version 4.4.0
2+
* AnalysisServices
3+
* Added a new dataplane commandlet to allow synchronization of databases from read-write instance to read-only instances
4+
- Included help file for the commandlet
5+
- Added in-memory tests and a scenario test (only live)
6+
* Fixed bugs in Add-AzureAsAccount commandlet
7+
* CognitiveServices
8+
* Integrate with Cognitive Services Management SDK version 2.0.0.
9+
* Get-AzureRmCognitiveServicesAccount now can correctly support paging.
10+
* Compute
11+
* Run Command feature:
12+
- New cmdlet: 'Invoke-AzureRmVMRunCommand' invokes a run command on a VM
13+
- New cmdlet: 'Get-AzureRmVMRunCommandDocument' shows available run command documents
14+
* Add 'StorageAccountType' parameter to Set-AzureRmDataDisk
15+
* Availability Zone support for virtual machine, VM scale set, and disk
16+
- New paramter: 'Zone' is added to New-AzureRmVM, New-AzureRmVMConfig, New-AzureRmVmssConfig, New-AzureRmDiskConfig
17+
* VM scale set rolling upgrade feature:
18+
- New cmdlet: 'Start-AzureRmVmssRollingOSUpgrade' invokes OS rolling upgrade of VM scale set
19+
- New cmdlet: 'Set-AzureRmVmssRollingUpgradePolicy' sets upgrade policy for VM scale set rolling upgrade.
20+
- New cmdlet: 'Stop-AzureRmVmssRollingUpgrade' cancels rolling upgrade of VM scale set
21+
- New cmdlet: 'Get-AzureRmVmssRollingUpgrade' shows the status of VM scale set rolling upgrade.
22+
* AssignIdentity switch parameter is introduced for system assigned identity.
23+
- New parameter: 'AssignIdentity' is added to New-AzureRmVMConfig, New-AzureRmVmssConfig and Update-AzureRmVM
24+
* Vmss disk encryption feature:
25+
- New cmdlet: 'Set-AzureRmVmssDiskEncryptionExtension' enables disk encryption on VM scale set
26+
- New cmdlet: 'Disable-AzureRmVmssDiskEncryption' disables disk encryption on VM scale set
27+
- New cmdlet: 'Get-AzureRmVmssDiskEncryptionStatus' shows the disk encryption status of a VM scale set
28+
- New cmdelt: 'Get-AzureRmVmssVMDiskEncryptionStatus' shows the disk encryption status of VMs in a VM scale set
29+
* ContainerInstance
30+
* Add PowerShell cmdlets for Azure Container Instance
31+
- New-AzureRmContainerGroup
32+
- Get-AzureRmContainerGroup
33+
- Remove-AzureRmContainerGroup
34+
- Get-AzureRmContainerInstanceLog
35+
* Insights
36+
* New cmdlet Set-AzureRmActionGroup
37+
- A new cmdlet to create a new or update an existing action group.
38+
* New cmdlet Get-AzureRmActionGroup
39+
- A new cmdlet to retrieve one or more action groups.
40+
- The action groups can be retrieved by name, resource group, or subscription.
41+
* New cmdlet Remove-AzureRmActionGroup
42+
- A new cmdlet to remove one action group.
43+
* New cmdlet New-AzureRmActionGroupReceiver
44+
- A new cmdlet to create an new action group receiver in memory.
45+
* KeyVault
46+
* New/updated Cmdlets to support soft-delete for KeyVault certificates
47+
* Get-AzureKeyVaultCertificate
48+
* Remove-AzureKeyVaultCertificate
49+
* Undo-AzureKeyVaultCertificateRemoval
50+
* Network
51+
* Added support for endpoint services to Virtual Network Subnets
52+
- Updated Add-AzureRmVirtualSubnetConfig: Added optional parameter -ServiceEndpoint
53+
- Updated New-AzureRmVirtualSubnetConfig: Added optional parameter -ServiceEndpoint
54+
- Updated Set-AzureRmVirtualSubnetConfig: Added optional parameter -ServiceEndpoint
55+
* Added cmdlet to list endpoint services available in the location
56+
- Get-AzureRmVirtualNetworkAvailableEndpointService
57+
* Added the ability to configure external radius based P2S authentication to the following commandlets
58+
- New-AzureVirtualNetworkGateway
59+
- Set-AzureVirtualNetworkGateway
60+
- Set-AzureRmVirtualNetworkGatewayVpnClientConfig
61+
* Added cmdlet to allow generation of VpnProfiles for external radius based P2S
62+
- New-AzureRmVpnClientConfiguration
63+
- Get-AzureRmVpnClientConfiguration
64+
* Added support for SKU parameter to Public IP Addresses and Load Balancers
65+
- Updated New-AzureRMLoadBalancer: Added optional parameter -Sku
66+
- Updated New-AzureRMPublicIpAddress: Added optional parameter -Sku
67+
* Added support for DisableOutboundSNAT to Load Balancer Rules
68+
- Updated New-AzureRMLoadBalancerRuleConfig: Added optional parameter DisableOutboundSNAT
69+
- Updated Add-AzureRMLoadBalancerRuleConfig: Added optional parameter DisableOutboundSNAT
70+
- Updated Set-AzureRMLoadBalancerRuleConfig: Added optional parameter DisableOutboundSNAT
71+
* Added support for IkeV2 P2S
72+
- Updated New-AzureRmVirtualNetworkGateway: Added optional parameter -VpnClientProtocol, defaults to [ "SSTP", "IkeV2" ]
73+
- Updated Set-AzureRmVirtualNetworkGateway: Added optional parameter -VpnClientProtocol
74+
* Added support for MultiValued rules in Network Security Rules and Effective Network Security Rules
75+
- Updated Add-AzureRmNetworkSecurityRuleConfig: Updated SourcePortRange, DestinationPortRange, SourceAddressPrefix parameters to accept a list of strings
76+
- Updated New-AzureRmNetworkSecurityRuleConfig: Updated SourcePortRange, DestinationPortRange, SourceAddressPrefix parameter to accept a list of strings
77+
- Updated Set-AzureRmNetworkSecurityRuleConfig: Updated SourcePortRange, DestinationPortRange, SourceAddressPrefix parameter to accept a list of strings
78+
- Updated Add-AzureRmNetworkSecurityRuleConfig: Updated SourcePortRange, DestinationPortRange, SourceAddressPrefix parameter to accept a list of strings
79+
- Updated New-AzureRmNetworkSecurityGroup : Updated SecurityRules parameter to accept SourcePortRange, DestinationPortRange, SourceAddressPrefix parameters which are list of strings in PSSecurityRule object
80+
- Updated Get-AzureRmEffectiveNetworkSecurityGroup: Added parameter TagMap
81+
- Updated Get-AzureRmEffectiveNetworkSecurityGroup: Updated returned PSEffectiveSecurityRule object with SourcePortRange, DestinationPortRange, SourceAddressPrefix parameters which are list of strings.
82+
* Added support for DDoS protection for virtual networks
83+
- Updated New-AzureRmVirtualNetwork: Added switch parameters EnableDDoSProtection and EnableVmProtection
84+
- Added properties EnableDDoSProtection and EnableVmProtection in PSVirtualNetwork object
85+
* Added support for Highly Available Internal Load Balancer
86+
- Updated Add-AzureRmLoadBalancerRuleConfig: Added All as an acceptable value for Protocol parameter
87+
- Updated New-AzureRmLoadBalancerRuleConfig: Added All as an acceptable value for Protocol parameter
88+
- Updated Set-AzureRmLoadBalancerRuleConfig: Added All as an acceptable value for Protocol parameter
89+
* Added support for Application Security Groups
90+
- Added New-AzureRmApplicationSecurityGroup
91+
- Added Get-AzureRmApplicationSecurityGroup
92+
- Added Remove-AzureRmApplicationSecurityGroup
93+
- Updated New-AzureRmNetworkInterface: Added optional parameters ApplicationSecurityGroup and ApplicationSecurityGroupId
94+
- Updated New-AzureRmNetworkInterfaceIpConfig: Added optional parameters ApplicationSecurityGroup and ApplicationSecurityGroupId
95+
- Updated Add-AzureRmNetworkInterfaceIpConfig: Added optional parameters ApplicationSecurityGroup and ApplicationSecurityGroupId
96+
- Updated Set-AzureRmNetworkInterfaceIpConfig: Added optional parameters ApplicationSecurityGroup and ApplicationSecurityGroupId
97+
- Updated New-AzureRmNetworkSecurityRuleConfig: Added optional parameters SourceApplicationSecurityGroup, SourceApplicationSecurityGroupId, DestinationApplicationSecurityGroup, and DestinationApplicationSecurityGroupId
98+
- Updated Add-AzureRmNetworkSecurityRuleConfig: Added optional parameters SourceApplicationSecurityGroup, SourceApplicationSecurityGroupId, DestinationApplicationSecurityGroup, and DestinationApplicationSecurityGroupId
99+
- Updated Set-AzureRmNetworkSecurityRuleConfig: Added optional parameters SourceApplicationSecurityGroup, SourceApplicationSecurityGroupId, DestinationApplicationSecurityGroup, and DestinationApplicationSecurityGroupId
100+
* Resources
101+
* Add PolicySetDefinition cmdlets
102+
- New-AzureRmPolicySetDefinition cmdlet to create a policy set definition
103+
- Get-AzureRmPolicySetDefinition cmdlet to list all policy set definitions or to get a specific policy set definition
104+
- Remove-AzureRmPolicySetDefinition cmdlet to delete a policy set definition
105+
- Set-AzureRmPolicySetDefinition cmdlet to update an existing policy set definition
106+
* Add -PolicySetDefinition, -Sku and -NotScope parameters to New-AzureRmPolicyAssignment and Set-AzureRmPolicyAssignment cmdlets
107+
* Add support to pass in policy url to New-AzureRmPolicyDefinition and Set-AzureRmPolicyDefinition cmdlets
108+
* Add -Mode parameter to New-AzureRmPolicyDefinition cmdlet
109+
* Sql
110+
* Adding support for Virtual Network Rules
111+
- Adding Get-AzureRmSqlServerVirtualNetworkRule cmdlet which gets the virtual network rules by a specific rule name or a list of virtual network rules in an Azure Sql server.
112+
- Adding Set-AzureRmSqlServerVirtualNetworkRule cmdlet which changes the virtual network that the rule points to.
113+
- Adding Remove-AzureRmSqlServerVirtualNetworkRule cmdlet which removes a virtual network rule for an Azure Sql server.
114+
- Adding New-AzureRmSqlServerVirtualNetworkRule cmdlet which creates a new virtual network rule for an Azure Sql server.
115+
* Websites
116+
* Add PremiumV2 Tier for App Service Plans
117+
* Azure.Storage
118+
* Upgrade to Azure Storage Client Library 8.4.0 and Azure Storage DataMovement Library 0.6.1
119+
* Add PremiumPageBlobTier Support in Upload and Copy Blob API
120+
- Set-AzureStorageBlobContent
121+
- Start-AzureStorageBlobCopy
122+
* Refine the Console Output Format of AzureStorageContainer, AzureStorageBlob, AzureStorageQueue, AzureStorageTable
123+
- Get-AzureStorageContainer
124+
- Get-AzureStorageBlob
125+
- Get-AzureStorageQueue
126+
- Get-AzureStorageTable
127+
128+
## 2017.08.10 - Version 4.3.1
2129
* Update to fix assembly signing issue
3130

4131
## 2017.08.07 - Version 4.3.0

src/ResourceManager/AnalysisServices/AzureRM.AnalysisServices.psd1

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#
1+
#
22
# Module manifest for module 'PSGet_AzureRM.AnalysisServices'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 8/7/2017
6+
# Generated on: 9/21/2017
77
#
88

99
@{
@@ -27,7 +27,7 @@ Author = 'Microsoft Corporation'
2727
CompanyName = 'Microsoft Corporation'
2828

2929
# Copyright statement for this module
30-
Copyright = '© Microsoft Corporation. All rights reserved.'
30+
Copyright = '© Microsoft Corporation. All rights reserved.'
3131

3232
# Description of the functionality provided by this module
3333
Description = 'Microsoft Azure PowerShell - Analysis Services'
@@ -114,13 +114,10 @@ PrivateData = @{
114114
# IconUri = ''
115115

116116
# ReleaseNotes of this module
117-
ReleaseNotes = '* Fixed bug in Set-AzureRmAnalysisServciesServer
118-
- When admin was not provided, the admin will be removed.
119-
* Added BackupBlobContainerUri in New-AzureRmAnalysisServicesServer and Set-AzureRmAnalysisServicesServer
120-
- Enable to set/disable backup blob container for backup/restore Azure Analysis Services Server
121-
* Updated Sku lookup in New-AzureRmAnalysisServicesServer and Set-AzureRmAnalysisServicesServer
122-
- Changed hard coded Sku into dynamic lookup.
123-
* Add-AzureAnalysisServicesAccount to support login with Service Principal
117+
ReleaseNotes = '* Added a new dataplane commandlet to allow synchronization of databases from read-write instance to read-only instances
118+
- Included help file for the commandlet
119+
- Added in-memory tests and a scenario test (only live)
120+
* Fixed bugs in Add-AzureAsAccount commandlet
124121
'
125122

126123
# External dependent modules of this module

src/ResourceManager/AnalysisServices/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
22+
## Version 0.4.6
2123
* Added a new dataplane commandlet to allow synchronization of databases from read-write instance to read-only instances
2224
- Included help file for the commandlet
2325
- Added in-memory tests and a scenario test (only live)

src/ResourceManager/ApiManagement/AzureRM.ApiManagement.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#
1+
#
22
# Module manifest for module 'PSGet_AzureRM.ApiManagement'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 8/7/2017
6+
# Generated on: 9/21/2017
77
#
88

99
@{

src/ResourceManager/ApiManagement/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
-->
2020
## Current Release
2121

22+
## Version 4.4.0
23+
2224
## Version 4.3.1
2325

2426
## Version 4.3.0

src/ResourceManager/Automation/AzureRM.Automation.psd1

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#
1+
#
22
# Module manifest for module 'PSGet_AzureRM.Automation'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 8/7/2017
6+
# Generated on: 9/21/2017
77
#
88

99
@{
@@ -160,10 +160,7 @@ PrivateData = @{
160160
# IconUri = ''
161161

162162
# ReleaseNotes of this module
163-
ReleaseNotes = '* Made changes to AutomationDSC* cmdlets to pull more than 100 records
164-
* Resolved the issue where the Verbose streams stop working after calling some Automation cmdlets (for example Get-AzureRmAutomationVariable, Get-AzureRmAutomationJob).
165-
* Support for NodeConfiguration Build versioning added in StartAzureAutomationDscCompilationJob and ImportAzureAutomationDscNodeConfiguration.
166-
* Bug fixes for existing issues - Fixes the alias issue is #3775 and the runOn alias and support for HybridWorkers.'
163+
ReleaseNotes = 'Updated for common code changes'
167164

168165
# External dependent modules of this module
169166
# ExternalModuleDependencies = ''

src/ResourceManager/Automation/ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
-->
2020
## Current Release
2121

22+
## Version 3.4.0
23+
2224
## Version 3.3.1
2325

2426
## Version 3.3.0
@@ -49,4 +51,4 @@
4951

5052
## Version 2.4.0
5153

52-
## Version 2.3.0
54+
## Version 2.3.0

src/ResourceManager/AzureBackup/AzureRM.Backup.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#
1+
#
22
# Module manifest for module 'PSGet_AzureRM.Backup'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 8/7/2017
6+
# Generated on: 9/21/2017
77
#
88

99
@{

src/ResourceManager/AzureBackup/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
-->
2020
## Current Release
2121

22+
## Version 3.4.0
23+
2224
## Version 3.3.1
2325

2426
## Version 3.3.0

src/ResourceManager/AzureBatch/AzureRM.Batch.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#
1+
#
22
# Module manifest for module 'PSGet_AzureRM.Batch'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 8/7/2017
6+
# Generated on: 9/21/2017
77
#
88

99
@{

src/ResourceManager/AzureBatch/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
-->
2020
## Current Release
2121

22+
## Version 3.4.0
23+
2224
## Version 3.3.1
2325

2426
## Version 3.3.0

src/ResourceManager/Billing/AzureRM.Billing.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#
1+
#
22
# Module manifest for module 'PSGet_AzureRM.Billing'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 8/7/2017
6+
# Generated on: 9/21/2017
77
#
88

99
@{

src/ResourceManager/Billing/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
-->
2020
## Current Release
2121

22+
## Version 0.13.6
23+
2224
## Version 0.13.4
2325

2426
## Version 0.13.3

src/ResourceManager/Cdn/AzureRM.Cdn.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#
1+
#
22
# Module manifest for module 'PSGet_AzureRM.Cdn'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 8/7/2017
6+
# Generated on: 9/21/2017
77
#
88

99
@{

src/ResourceManager/Cdn/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
-->
2020
## Current Release
2121

22+
## Version 3.4.0
23+
2224
## Version 3.3.1
2325

2426
## Version 3.3.0

src/ResourceManager/CognitiveServices/AzureRM.CognitiveServices.psd1

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#
1+
#
22
# Module manifest for module 'PSGet_AzureRM.CognitiveServices'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 8/7/2017
6+
# Generated on: 9/21/2017
77
#
88

99
@{
@@ -113,7 +113,9 @@ PrivateData = @{
113113
# IconUri = ''
114114

115115
# ReleaseNotes of this module
116-
ReleaseNotes = 'Updated for common code changes'
116+
ReleaseNotes = '* Integrate with Cognitive Services Management SDK version 2.0.0.
117+
* Get-AzureRmCognitiveServicesAccount now can correctly support paging.
118+
'
117119

118120
# External dependent modules of this module
119121
# ExternalModuleDependencies = ''

src/ResourceManager/CognitiveServices/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
22+
## Version 0.8.6
2123
* Integrate with Cognitive Services Management SDK version 2.0.0.
2224
* Get-AzureRmCognitiveServicesAccount now can correctly support paging.
2325

0 commit comments

Comments
 (0)