Skip to content

Commit 754ff17

Browse files
authored
Update changelog for upcoming release (#13798)
* Update changelog for release * revert CmdletLoader.cs
1 parent 376dac3 commit 754ff17

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

src/HDInsight/HDInsight/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
Add properties: Fqdn and EffectiveDiskEncryptionKeyUrl in the class AzureHDInsightHostInfo.
21+
* Added properties: Fqdn and EffectiveDiskEncryptionKeyUrl in the class AzureHDInsightHostInfo.
2222

2323
## Version 4.1.0
2424

src/Kusto/Az.Kusto.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = './Az.Kusto.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1.4'
15+
ModuleVersion = '1.0.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -135,7 +135,7 @@ PrivateData = @{
135135
# IconUri = ''
136136

137137
# ReleaseNotes of this module
138-
# ReleaseNotes = ''
138+
ReleaseNotes = '* General availability of ''Az.Kusto'' module'
139139

140140
# Prerelease string of this module
141141
# Prerelease = ''

src/Network/Network/ChangeLog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@
1919
--->
2020

2121
## Upcoming Release
22-
* Bugfix in Remove peering and connection commandlet for ExpressrouteCircuit scenario
23-
- Remove-AzExpressRouteCircuitPeeringConfig and Remove-AzExpressRouteCircuitConnectionConfig
22+
* Fixed issue in remove peering and connection cmdlet for ExpressRouteCircuit scenario
23+
- `Remove-AzExpressRouteCircuitPeeringConfig` and `Remove-AzExpressRouteCircuitConnectionConfig`
24+
2425
## Version 4.3.0
2526
* Updated below cmdlet
2627
- `New-AzLoadBalancerFrontendIpConfigCommand`, `Set-AzLoadBalancerFrontendIpConfigCommand`, `Add-AzLoadBalancerFrontendIpConfigCommand`:

src/ServiceFabric/ServiceFabric/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Fix Add-AzServiceFabricNodeType. Add node type to service fabric cluster before creating virtual machine scale set.
21+
* Fixed `Add-AzServiceFabricNodeType`. Added node type to service fabric cluster before creating virtual machine scale set.
2222

2323
## Version 2.2.1
2424
* Added example to `Set-AzServiceFabricSetting` with SettingsSectionDescription param

src/Storage/Storage.Management/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
* Support create/update/get/list EncryptionScope of a Storage account
21+
* Supported create/update/get/list EncryptionScope of a Storage account
2222
- `New-AzStorageEncryptionScope`
2323
- `Update-AzStorageEncryptionScope`
2424
- `Get-AzStorageEncryptionScope`

0 commit comments

Comments
 (0)