Skip to content

Update changelog for upcoming release #13798

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/HDInsight/HDInsight/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
Add properties: Fqdn and EffectiveDiskEncryptionKeyUrl in the class AzureHDInsightHostInfo.
* Added properties: Fqdn and EffectiveDiskEncryptionKeyUrl in the class AzureHDInsightHostInfo.

## Version 4.1.0

Expand Down
4 changes: 2 additions & 2 deletions src/Kusto/Az.Kusto.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = './Az.Kusto.psm1'

# Version number of this module.
ModuleVersion = '0.1.4'
ModuleVersion = '1.0.0'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -135,7 +135,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
# ReleaseNotes = ''
ReleaseNotes = '* General availability of ''Az.Kusto'' module'

# Prerelease string of this module
# Prerelease = ''
Expand Down
5 changes: 3 additions & 2 deletions src/Network/Network/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
--->

## Upcoming Release
* Bugfix in Remove peering and connection commandlet for ExpressrouteCircuit scenario
- Remove-AzExpressRouteCircuitPeeringConfig and Remove-AzExpressRouteCircuitConnectionConfig
* Fixed issue in remove peering and connection cmdlet for ExpressRouteCircuit scenario
- `Remove-AzExpressRouteCircuitPeeringConfig` and `Remove-AzExpressRouteCircuitConnectionConfig`

## Version 4.3.0
* Updated below cmdlet
- `New-AzLoadBalancerFrontendIpConfigCommand`, `Set-AzLoadBalancerFrontendIpConfigCommand`, `Add-AzLoadBalancerFrontendIpConfigCommand`:
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceFabric/ServiceFabric/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Fix Add-AzServiceFabricNodeType. Add node type to service fabric cluster before creating virtual machine scale set.
* Fixed `Add-AzServiceFabricNodeType`. Added node type to service fabric cluster before creating virtual machine scale set.

## Version 2.2.1
* Added example to `Set-AzServiceFabricSetting` with SettingsSectionDescription param
Expand Down
2 changes: 1 addition & 1 deletion src/Storage/Storage.Management/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* Support create/update/get/list EncryptionScope of a Storage account
* Supported create/update/get/list EncryptionScope of a Storage account
- `New-AzStorageEncryptionScope`
- `Update-AzStorageEncryptionScope`
- `Get-AzStorageEncryptionScope`
Expand Down