Skip to content

Commit b4f969b

Browse files
authored
Bump version for Az.HDInsight-preview manually (#16176)
1 parent a8bc727 commit b4f969b

File tree

3 files changed

+19
-10
lines changed

3 files changed

+19
-10
lines changed

src/HDInsight/HDInsight/Az.HDInsight.psd1

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 6/11/2021
6+
# Generated on: 10/22/2021
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '4.3.0'
15+
ModuleVersion = '4.3.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -106,7 +106,7 @@ CmdletsToExport = 'Get-AzHDInsightJob', 'New-AzHDInsightSqoopJobDefinition',
106106
'Set-AzHDInsightClusterAutoscaleConfiguration',
107107
'Remove-AzHDInsightClusterAutoscaleConfiguration',
108108
'Get-AzHDInsightAzureMonitor', 'Enable-AzHDInsightAzureMonitor',
109-
'Disable-AzHDInsightAzureMonitor', 'New-AzHDInsightIPConfiguration',
109+
'Disable-AzHDInsightAzureMonitor', 'New-AzHDInsightIPConfiguration',
110110
'New-AzHDInsightPrivateLinkConfiguration'
111111

112112
# Variables to export from this module
@@ -142,13 +142,20 @@ PrivateData = @{
142142
# IconUri = ''
143143

144144
# ReleaseNotes of this module
145-
ReleaseNotes = '* Support new azure monitor feature in HDInsight:
146-
- Add cmdlet ''Get-AzHDInsightAzureMonitor'' to allow customer to get the Azure Monitor status of HDInsight cluster.
147-
- Add cmdlet ''Enable-AzHDInsightAzureMonitor'' to allow customer to enable the Azure Monitor in HDInsight cluster.
148-
- Add cmdlet ''Disable-AzHDInsightAzureMonitor'' to allow customer to disable the Azure Monitor in HDInsight cluster.'
145+
ReleaseNotes = '* Add two parameters ''-Zone'' and ''-PrivateLinkConfiguration'' to cmdlet ''New-AzHDInsightCluster''
146+
- Add parameter ''-Zone'' to cmdlet ''New-AzHDInsightCluster'' to support to create cluster with availability zones feature
147+
- Add parameter ''-PrivateLinkConfiguration'' to cmdlet ''New-AzHDInsightCluster'' to support to add private link configuration when creating cluster with private link feature.
148+
* Add cmdlet New-AzHDInsightIPConfiguration to create ip configuration object in memory.
149+
* Add cmdlet New-AzHDInsightPrivateLinkConfiguration to create private link configuration object in memory.
150+
* Fixed the output type in help doc of Set-AzHDInsightClusterDiskEncryptionKey cmdlet from ''Microsoft.Azure.Management.HDInsight.Models.Cluster'' to ''Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster'' to keep consistent with the real type of returned object.
151+
* Breaking change:
152+
- Changed the type of parameter ''OSType'' from ''Microsoft.Azure.Management.HDInsight.Models.OSType'' to ''System.string'' in cmdlet ''New-AzHDInsightCluster''.
153+
- Changed the type of parameter ''ClusterTier'' from ''Microsoft.Azure.Management.HDInsight.Models.ClusterTier'' to ''System.string'' in cmdlets ''New-AzHDInsightCluster'' and ''New-AzHDInsightClusterConfig''.
154+
- Changed the type of property ''VmSizes'' in class ''AzureHDInsightCapabilities'' from ''IDictionary<string, AzureHDInsightVmSizesCapability>'' to ''IList<string>''.
155+
- Changed the type of property ''AssignedIdentity'' in class ''AzureHDInsightCluster'' from ''Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity'' to ''Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightClusterIdentity''.'
149156

150157
# Prerelease string of this module
151-
# Prerelease = ''
158+
Prerelease = 'preview'
152159

153160
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
154161
# RequireLicenseAcceptance = $false

src/HDInsight/HDInsight/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
## Upcoming Release
21+
22+
## Version 4.3.1-preview
2123
* Add two parameters `-Zone` and `-PrivateLinkConfiguration` to cmdlet `New-AzHDInsightCluster`
2224
- Add parameter `-Zone` to cmdlet `New-AzHDInsightCluster` to support to create cluster with availability zones feature
2325
- Add parameter `-PrivateLinkConfiguration` to cmdlet `New-AzHDInsightCluster` to support to add private link configuration when creating cluster with private link feature.

src/HDInsight/HDInsight/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
[assembly: ComVisible(false)]
2828
[assembly: CLSCompliant(false)]
2929
[assembly: Guid("57ad7b0e-1f56-4166-b1f9-ec6512139a54")]
30-
[assembly: AssemblyVersion("4.3.0")]
31-
[assembly: AssemblyFileVersion("4.3.0")]
30+
[assembly: AssemblyVersion("4.3.1")]
31+
[assembly: AssemblyFileVersion("4.3.1")]

0 commit comments

Comments
 (0)