|
3 | 3 | #
|
4 | 4 | # Generated by: Microsoft Corporation
|
5 | 5 | #
|
6 |
| -# Generated on: 6/11/2021 |
| 6 | +# Generated on: 10/22/2021 |
7 | 7 | #
|
8 | 8 |
|
9 | 9 | @{
|
|
12 | 12 | # RootModule = ''
|
13 | 13 |
|
14 | 14 | # Version number of this module.
|
15 |
| -ModuleVersion = '4.3.0' |
| 15 | +ModuleVersion = '4.3.1' |
16 | 16 |
|
17 | 17 | # Supported PSEditions
|
18 | 18 | CompatiblePSEditions = 'Core', 'Desktop'
|
@@ -106,7 +106,7 @@ CmdletsToExport = 'Get-AzHDInsightJob', 'New-AzHDInsightSqoopJobDefinition',
|
106 | 106 | 'Set-AzHDInsightClusterAutoscaleConfiguration',
|
107 | 107 | 'Remove-AzHDInsightClusterAutoscaleConfiguration',
|
108 | 108 | 'Get-AzHDInsightAzureMonitor', 'Enable-AzHDInsightAzureMonitor',
|
109 |
| - 'Disable-AzHDInsightAzureMonitor', 'New-AzHDInsightIPConfiguration', |
| 109 | + 'Disable-AzHDInsightAzureMonitor', 'New-AzHDInsightIPConfiguration', |
110 | 110 | 'New-AzHDInsightPrivateLinkConfiguration'
|
111 | 111 |
|
112 | 112 | # Variables to export from this module
|
@@ -142,13 +142,20 @@ PrivateData = @{
|
142 | 142 | # IconUri = ''
|
143 | 143 |
|
144 | 144 | # 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''.' |
149 | 156 |
|
150 | 157 | # Prerelease string of this module
|
151 |
| - # Prerelease = '' |
| 158 | + Prerelease = 'preview' |
152 | 159 |
|
153 | 160 | # Flag to indicate whether the module requires explicit user acceptance for install/update/save
|
154 | 161 | # RequireLicenseAcceptance = $false
|
|
0 commit comments