Skip to content

Commit c124b31

Browse files
committed
Add missing change log snippets and fix formatting
1 parent 9b61619 commit c124b31

File tree

9 files changed

+36
-5
lines changed

9 files changed

+36
-5
lines changed

ChangeLog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,6 @@
517517
* DataFactory
518518
* Added new cmdlet for listing activity windows
519519
- Get-AzureRmDataFactoryActivityWindow
520-
* Fixed Get-AzureRmDataFactoryActivityWindow so it works for named pipeline and activity
521520
* DataLake
522521
* Changed parameter `Host` to `DatabaseHost` and added alias to `Host`
523522
- New-AzureRmDataLakeAnalyticsCatalogSecret

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+
* Integrate with Cognitive Services Management SDK 0.2.1 to support more Cognitive Services API Types and SKUs.
22+
* Remove the validation against “Type” and “SkuName” of Cognitive Services Account, this will allow the script to support new APIs/SKUs without changes.
2123

2224
## Version 0.4.3
2325

src/ResourceManager/Compute/ChangeLog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,15 @@
1919
-->
2020
## Current Release
2121
* Updated Set-AzureRmVMDscExtension cmdlet WmfVersion parameter to support "5.1"
22-
2322
* Updated Set-AzureRmVMChefExtension cmdlet to add following new options :
2423
- Daemon: Configures the chef-client service for unattended execution. e.g. -Daemon 'none' or e.g. -Daemon 'service'."
2524
- Secret: The encryption key used to encrypt and decrypt the data bag item values.
2625
- SecretFile: The path to the file that contains the encryption key used to encrypt and decrypt the data bag item values.
26+
* Fix for Get-AzureRmVM: Get-AzureRmVM did not display anything when the output includes availability set property.
27+
* New cmdlets:
28+
- Update-AzureRmAvailabilitySet: can update an unmanaged availability set to a managed availability set.
29+
- Add-AzureRmVmssDataDisk, Remove-AzureRmVmssDataDisk
30+
* New parameter, SkipVmBackup, for cmdlet Set-AzureRmVMDiskEncryptionExtension to allow user to skip backup creation for Linux VMs
2731

2832
## Version 2.6.0
2933
* New cmdlets for Managed disk

src/ResourceManager/DataFactories/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Fixed Get-AzureRmDataFactoryActivityWindow so it works for named pipeline and activity
2122

2223
## Version 2.5.0
2324

src/ResourceManager/EventHub/ChangeLog.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
## Current Release
77
* Overview of change #1
8-
- Added EventHub - NameSpace, EventHub, and ConsumerGroup cmdlets #1
8+
- Additional information about change #1
99
* Overview of change #2
1010
- Additional information about change #2
1111
- Additional information about change #2
@@ -18,11 +18,10 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Future Breaking Change Notification: We've added a warning about removing property 'ResourceGroupName' from the returned NamespceAttributes from cmdlets New-AzureRmEventHubNamespace, Get-AzureRmEvnetHubNamespace and Set-AzureRmEvnetHubNamespace
2122

2223
## Version 0.0.2
2324

24-
* Future Breaking Change Notification: We've added a warning about removing property 'ResourceGroupName' from the returned NamespceAttributes from cmdlets New-AzureRmEventHubNamespace, Get-AzureRmEvnetHubNamespace and Set-AzureRmEvnetHubNamespace
25-
2625
## Version 0.0.1
2726
* Adds commandlets for the Azure EventHub
2827

src/ResourceManager/Insights/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Allow users to unselect data sinks for Set-AzureRmDiagnosticSettings
2122

2223
## Version 2.5.0
2324

src/ResourceManager/Network/ChangeLog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,23 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Added support for network Watcher APIs
22+
- New-AzureRmNetworkWatcher
23+
- Get-AzureRmNetworkWatcher
24+
- Remove-AzureRmNetworkWatcher
25+
- New-AzureRmPacketCaptureFilterConfig
26+
- New-AzureRmNetworkWatcherPacketCapture
27+
- Get-AzureRmNetworkWatcherPacketCapture
28+
- Stop-AzureRmNetworkWatcherPacketCapture
29+
- Remove-AzureRmNetworkWatcherPacketCapture
30+
- Get-AzureRmNetworkWatcherFlowLogSatus
31+
- Get-AzureRmNetworkWatcherNextHop
32+
- Get-AzureRmNetworkWatcherSecurityGroupView
33+
- Get-AzureRmNetworkWatcherTopology
34+
- Get-AzureRmNetworkWatcherTroubleshootingResult
35+
- Set-AzureRmNetworkWatcherConfigFlowLog
36+
- Start-AzureRmNetworkWatcherResourceTroubleshooting
37+
- Test-AzureRmNetworkWatcherIPFlow
2138

2239
## Version 3.4.0
2340

src/ResourceManager/Resources/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Support policy parameters for New-AzureRmPolicyDefinition and New-AzureRmPolicyAssignment
22+
- Users can now use Parameter parameter with New-AzureRmPolicyDefinition. This accepts both JSON string and file path.
23+
- Users can now provide policy parameter values in New-AzureRmPolicyAssignment in a couple of ways, including JSON string, file path, PS object, and through PowerShell parameters.
2124

2225
## Version 3.5.0
2326
* Support Tag as parameters for Find-AzureRmResource

src/ResourceManager/Sql/ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
- Remove-AzureRmSqlServerKeyVaultKey : This cmdlet removes an Azure Key Vault key from a Sql Server.
2626
- Get-AzureRmSqlServerTransparentDataEncryptionProtector : This cmdlet returns the current encryption protector for a Sql Server.
2727
- Set-AzureRmSqlServerTransparentDataEncryptionProtector : This cmdlet sets the encryption protector for a Sql Server. The encryption protector can be set to a key from Azure Key Vault or a key that is managed by Azure Sql.
28+
* New feature: Set--AzureRmSqlDatabaseAuditing and Set-AzureRmSqlDatabaseServerAuditingPolicy supports setting secondary storage key for AuditType Blob
29+
* Bug fix: Remove-AzureRmSqlDatabaseAuditing should set the UseServerDefault value to disabled
30+
* Bug fix: Fixing an issue of selecting classic storage account when creating / updating Auditing or Threat Detection policies
31+
* Bug fix: Set-AzureRmSqlDatabaseAuditing and Set-AzureRmSqlDatabaseServerAuditingPolicy commands use the AuditType value that was previously defined in case it has not been configured by the user.
32+
* Bug fix: In case Blob Auditing is defined, Remove-AzureRmSqlDatabaseAuditing and Remove-AzureRmSqlDatabaseServerAuditingPolicy commands disable the Auditing settings.
2833

2934
## Version 2.5.0
3035
* Added new return parameter "AuditType" to Get-AzureRmSqlDatabaseAuditingPolicy and Get-AzureRmSqlServerAuditingPolicy returned object

0 commit comments

Comments
 (0)