Skip to content

Commit 4e1081c

Browse files
committed
Update change logs and release notes for August release
1 parent d804d5f commit 4e1081c

File tree

100 files changed

+505
-157
lines changed

Some content is hidden

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

100 files changed

+505
-157
lines changed

ChangeLog.md

Lines changed: 91 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,94 @@
1-
## 2017.07.17 - Version 4.2.1
1+
## 2017.08.07 - Version 4.3.0
2+
* AnalysisServices
3+
* Fixed bug in Set-AzureRmAnalysisServciesServer
4+
- When admin was not provided, the admin will be removed.
5+
* Added BackupBlobContainerUri in New-AzureRmAnalysisServicesServer and Set-AzureRmAnalysisServicesServer
6+
- Enable to set/disable backup blob container for backup/restore Azure Analysis Services Server
7+
* Updated Sku lookup in New-AzureRmAnalysisServicesServer and Set-AzureRmAnalysisServicesServer
8+
- Changed hard coded Sku into dynamic lookup.
9+
* Add-AzureAnalysisServicesAccount to support login with Service Principal
10+
* Automation
11+
* Made changes to AutomationDSC* cmdlets to pull more than 100 records
12+
* Compute
13+
* Set-AzureRmVMAEMExtension: Add support for new Premium Disk sizes
14+
* Set-AzureRmVMAEMExtension: Add support for M series
15+
* Add ForceUpdateTag parameter to Add-AzureRmVmssExtension
16+
* Add Primary parameter to New-AzureRmVmssIpConfig
17+
* Add EnableAcceleratedNetworking parameter to Add-AzureRmVmssNetworkInterfaceConfig
18+
* Add InstanceId to Set-AzureRmVmss
19+
* Expose MaintenanceRedeployStatus to Get-AzureRmVM -Status output
20+
* Expose Restriction and Capability to the table format of Get-AzureRmComputeResourceSku
21+
* DataLakeStore
22+
* Fix for issue: https://github.com/Azure/azure-powershell/issues/4323
23+
* Network
24+
* New-AzureRmExpressRouteCircuitPeeringConfig: Added IPv6 support. New optional parameter added
25+
- PeerAddressType
26+
* Set-AzureRmExpressRouteCircuitPeeringConfig: Added IPv6 support. New optional parameter added
27+
- PeerAddressType
28+
* Remove-AzureRmExpressRouteCircuitPeeringConfig: Added IPv6 support. New optional parameter added
29+
- PeerAddressType
30+
* Marked parameter -ProbeEnabled as obsolete
31+
- Add-AzureRmApplicationGatewayBackendHttpSettings
32+
- New-AzureRmApplicationGatewayBackendHttpSettings
33+
- Set-AzureRmApplicationGatewayBackendHttpSettings
34+
* Resources
35+
* Add Support for validation of scopes for the following roledefinition and roleassignment commandlets before sending the request to ARM
36+
- Get-AzureRMRoleAssignment
37+
- New-AzureRMRoleAssignment
38+
- Remove-AzureRMRoleAssignment
39+
- Get-AzureRMRoleDefinition
40+
- New-AzureRMRoleDefinition
41+
- Remove-AzureRMRoleDefinition
42+
- Set-AzureRMRoleDefinition
43+
* ServiceBus
44+
45+
* Added below new commandlets for AuthorizationRules for NameSpace, Queue and Topic. according to parameter set the authorization rule orperations are perfomed.
46+
- New-AzureRmServiceBusAuthorizationRule
47+
- Adds a new AuthorizationRule to the existing ServiceBus NameSpace/Queue/Topic.
48+
49+
- Get-AzureRmServiceBusAuthorizationRule
50+
- Gets AuthorizationRule / List of AuthorizationRules for the existing ServiceBus NameSpace/Queue/Topic.
51+
52+
- Set-AzureRmServiceBusAuthorizationRule
53+
- Updates properties of existing AuthorizationRule of Servicebus NameSpace/Queue/Topic.
54+
55+
- New-AzureRmServiceBusKey
56+
- Generates a new Primary/Secondary Key for AuthorizationRule of existing ServiceBus NameSpace/Queue/Topic.
57+
58+
- Get-AzureRmServiceBusKey
59+
- Gets Primary/Secondary Key for AuthorizationRule of existing ServiceBus NameSpace/Queue/Topic.
60+
61+
- Remove-AzureRmServiceBusNamespaceAuthorizationRule
62+
- Deletes the existing AuthorizationRule of ServiceBus NameSpace/Queue/Topic.
63+
64+
* Added Resource Group property to NamespceAttributes
65+
66+
* Sql
67+
* Updating Set-AzureRmSqlServerTransparentDataEncryptionProtector to display a warning and require confirmation if the Encryption Protector Type is being set to AzureKeyVault
68+
* Adding new updated cmdlets for Auditing settings
69+
- Adding Get-AzureRmSqlDatabaseAuditing cmdlet which gets the auditing settings of an Azure SQL database.
70+
- Adding Get-AzureRmSqlServerAuditing cmdlet which gets the auditing settings of an Azure SQL server.
71+
- Adding Set-AzureRmSqlDatabaseAuditing cmdlet which changes the auditing settings for an Azure SQL database.
72+
- Adding Set-AzureRmSqlServerAuditing cmdlet which changes the auditing settings of an Azure SQL server.
73+
* Deprecating the existing Auditing policy cmdlets
74+
- Deprecating Get-AzureRmSqlDatabaseAuditingPolicy
75+
- Deprecating Get-AzureRmSqlServerAuditingPolicy
76+
- Deprecating Set-AzureRmSqlDatabaseAuditingPolicy
77+
- Deprecating Set-AzureRmSqlServerAuditingPolicy
78+
- Deprecating Use-AzureRmSqlServerAuditingPolicy
79+
- Deprecating Remove-AzureRmSqlDatabaseAuditing
80+
- Deprecating Remove-AzureRmSqlServerAuditing
81+
* Schema file parsing for Update-AzureRmSqlSyncGroup is now case insensitive.
82+
* Storage
83+
* Add NeworkRule support to resource mode storage account cmdlets
84+
- New-AzureRmStorageAccount
85+
- Set-AzureRmStorageAccount
86+
- Get-AzureStorageAccountNetworkRuleSet
87+
- Update-AzureStorageAccountNetworkRuleSet
88+
- Add-AzureStorageAccountNetworkRule
89+
- Remove-AzureStorageAccountNetworkRule
90+
91+
## 2017.07.17 - Version 4.2.1
292
* Compute
393
- Fix issue with VM DIsk and VM Disk snapshot create and update cmdlets, (link)[https://github.com/azure/azure-powershell/issues/4309]
494
- New-AzureRmDisk

src/ResourceManager/AnalysisServices/AzureRM.AnalysisServices.psd1

Lines changed: 11 additions & 4 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: 7/14/2017
6+
# Generated on: 8/7/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,7 +114,14 @@ PrivateData = @{
114114
# IconUri = ''
115115

116116
# ReleaseNotes of this module
117-
ReleaseNotes = 'Updated for common code changes'
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
124+
'
118125

119126
# External dependent modules of this module
120127
# ExternalModuleDependencies = ''

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.3
2123
* Fixed bug in Set-AzureRmAnalysisServciesServer
2224
- When admin was not provided, the admin will be removed.
2325
* Added BackupBlobContainerUri in New-AzureRmAnalysisServicesServer and Set-AzureRmAnalysisServicesServer

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: 7/14/2017
6+
# Generated on: 8/7/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.3.0
23+
2224
## Version 4.2.1
2325

2426
## Version 4.2.0

src/ResourceManager/Automation/AzureRM.Automation.psd1

Lines changed: 4 additions & 3 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: 7/14/2017
6+
# Generated on: 8/7/2017
77
#
88

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

162162
# ReleaseNotes of this module
163-
ReleaseNotes = 'Updated for common code changes'
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).'
164165

165166
# External dependent modules of this module
166167
# ExternalModuleDependencies = ''

src/ResourceManager/Automation/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 3.3.0
2123
* Made changes to AutomationDSC* cmdlets to pull more than 100 records
2224
* Resolved the issue where the Verbose streams stop working after calling some Automation cmdlets (for example Get-AzureRmAutomationVariable, Get-AzureRmAutomationJob).
2325
## Version 3.2.1

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: 7/14/2017
6+
# Generated on: 8/7/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.3.0
23+
2224
## Version 3.2.1
2325

2426
## Version 3.2.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: 7/14/2017
6+
# Generated on: 8/7/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.3.0
23+
2224
## Version 3.2.1
2325

2426
## Version 3.2.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: 7/14/2017
6+
# Generated on: 8/7/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.3
23+
2224
## Version 0.13.2
2325

2426
## Version 0.13.1

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: 7/14/2017
6+
# Generated on: 8/7/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.3.0
23+
2224
## Version 3.2.1
2325

2426
## Version 3.2.0

src/ResourceManager/CognitiveServices/AzureRM.CognitiveServices.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.CognitiveServices'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 7/14/2017
6+
# Generated on: 8/7/2017
77
#
88

99
@{

src/ResourceManager/CognitiveServices/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.8.3
23+
2224
## Version 0.8.2
2325

2426
## Version 0.8.1

src/ResourceManager/Compute/AzureRM.Compute.psd1

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

99
@{
@@ -197,12 +197,15 @@ PrivateData = @{
197197
# IconUri = ''
198198

199199
# ReleaseNotes of this module
200-
ReleaseNotes = '- Fix issue with VM DIsk and VM Disk snapshot create and update cmdlets, (link)[https://github.com/azure/azure-powershell/issues/4309]
201-
- New-AzureRmDisk
202-
- New-AzureRmSnapshot
203-
- Update-AzureRmDisk
204-
- Update-AzureRmSnapshot
205-
'
200+
ReleaseNotes = '* Set-AzureRmVMAEMExtension: Add support for new Premium Disk sizes
201+
* Set-AzureRmVMAEMExtension: Add support for M series
202+
* Add ForceUpdateTag parameter to Add-AzureRmVmssExtension
203+
* Add Primary parameter to New-AzureRmVmssIpConfig
204+
* Add EnableAcceleratedNetworking parameter to Add-AzureRmVmssNetworkInterfaceConfig
205+
* Add InstanceId to Set-AzureRmVmss
206+
* Expose MaintenanceRedeployStatus to Get-AzureRmVM -Status output
207+
* Expose Restriction and Capability to the table format of Get-AzureRmComputeResourceSku
208+
'
206209

207210
# External dependent modules of this module
208211
# ExternalModuleDependencies = ''

src/ResourceManager/Compute/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 3.3.0
2123
* Set-AzureRmVMAEMExtension: Add support for new Premium Disk sizes
2224
* Set-AzureRmVMAEMExtension: Add support for M series
2325
* Add ForceUpdateTag parameter to Add-AzureRmVmssExtension

src/ResourceManager/Consumption/AzureRM.Consumption.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.Consumption'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 7/14/2017
6+
# Generated on: 8/7/2017
77
#
88

99
@{

src/ResourceManager/Consumption/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.2.3
23+
2224
## Version 0.2.2
2325

2426
## Version 0.2.1

src/ResourceManager/ContainerRegistry/AzureRM.ContainerRegistry.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.ContainerRegistry'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 7/14/2017
6+
# Generated on: 8/7/2017
77
#
88

99
@{

src/ResourceManager/ContainerRegistry/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.2.3
23+
2224
## Version 0.2.2
2325

2426
## Version 0.2.1

src/ResourceManager/DataFactories/AzureRM.DataFactories.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.DataFactories'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 7/14/2017
6+
# Generated on: 8/7/2017
77
#
88

99
@{

0 commit comments

Comments
 (0)