Skip to content

Commit 2148f2f

Browse files
committed
Format change logs for release
1 parent 4994bae commit 2148f2f

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

src/ResourceManager/AnalysisServices/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
* Added two new dataplane APIs in a separate module Azure.AnalysisServices.psd1
2222
- This introduces two new APIs that enable customers to login to Azure Analysis Services servers and issue a restart command.
2323

24-
## Version 3.2.0
24+
## Version 0.0.2
2525
* Fixed bug in Get-AzureRMAnalysisServicesServer
2626
- When this command was run against some resources, it would fail with a null reference exception.

src/ResourceManager/DataLakeStore/ChangeLog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
* Update New-AdlStore and Set-AdlStore to support commitment tier options for the service.
2323
* Added OutputType mismatch warnings to all cmdlets with incorrect OutputType attributes. These will be fixed in a future breaking change release.
2424
* Add Diagnostic logging support to Import-AdlStoreItem and Export-AdlStoreItem. This can be enabled through the following parameters:
25-
* -Debug, enables full diagnostic logging as well as debug logging to the PowerShell console. Most verbose options
26-
* -DiagnosticLogLevel, allows finer control of the output than debug. If used with debug, this is ignored and debug logging is used.
27-
* -DiagnosticLogPath, optionally specify the file to write diagnostic logs to. By default it is written to a file under %LOCALAPPDATA%\AdlDataTransfer
25+
* -Debug, enables full diagnostic logging as well as debug logging to the PowerShell console. Most verbose options
26+
* -DiagnosticLogLevel, allows finer control of the output than debug. If used with debug, this is ignored and debug logging is used.
27+
* -DiagnosticLogPath, optionally specify the file to write diagnostic logs to. By default it is written to a file under %LOCALAPPDATA%\AdlDataTransfer
2828
* Added support to New-AdlStore to explicitly opt-out of account encryption. To do so, create the account with the -DisableEncryption flag.
2929

3030
## Version 3.2.0

src/ResourceManager/OperationalInsights/ChangeLog.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
-->
2020
## Current Release
2121
* Get-AzureRmOperationalInsightsSearchResults no longer requires the Top parameter to retrieve results
22-
* AzureAuditLog is nolonger a kind for Get-AzureRmOperationalInsightsDataSource.
23-
- Use AzureActivityLog instead.
24-
- All existing datasource has been migrated over to AzureActivityLog.
2522

2623
## Version 2.4.0
2724

src/ResourceManager/Resources/ChangeLog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
* Support Tag as parameters for Find-AzureRmResource
22+
- Users can now use Tag parameter with Find-AzureRmResource
23+
- Fixed the issue where illegal combinations of TagName, TagValue with other search parameters was allowed in Find-AzureRmResource and would result in users getting exception from the service by disallowing such combinations.
2124

2225
## Version 3.4.0
2326
* Support ResourceNameEquals and ResourceGroupNameEquals as parameters for Find-AzureRmResource
2427
- Users can now use ResourceNameEquals and ResourceGroupNameEquals with Find-AzureRmResource
25-
* Support Tag as parameters for Find-AzureRmResource
26-
- Users can now use Tag parameter with Find-AzureRmResource
27-
- Fixed the issue where illegal combinations of TagName, TagValue with other search parameters was allowed in Find-AzureRmResource and would result in users getting exception from the service by disallowing such combinations.
2828

2929
## Version 3.3.0
3030
* Lookup of AAD group by Id now uses GetObjectsByObjectId AAD Graph call instead of Groups/<id>

src/ResourceManager/ServiceBus/ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
- Additional information about change #1
2020
-->
2121
## Current Release
22+
* Add SkuCapacity parameter to Set-AzureRmServiceBusNamespace
23+
- User will be able to update the SkuCapacity(Messaging units in case of a premium namespace) of the SeriveBus NameSpace
24+
25+
* Future Breaking Change Notification: We've added a warning about removing property 'ResourceGroupName' from the returned NamespceAttributes from cmdlets New-AzureRmServiceBusNamespace, Get-AzureRmServiceBusNamespace and Set-AzureRmServiceBusNamespace
26+
-The call remains the same, but the returned values NameSpace object will not have the ResourceGroupName property
2227

2328
## Version 0.0.1
2429

0 commit comments

Comments
 (0)