https://www.powershellgallery.com/packages/Az.HDInsight/4.3.1-preview
Version 4.3.1-preview
- Add two parameters
-Zoneand-PrivateLinkConfigurationto cmdletNew-AzHDInsightCluster- Add parameter
-Zoneto cmdletNew-AzHDInsightClusterto support to create cluster with availability zones feature - Add parameter
-PrivateLinkConfigurationto cmdletNew-AzHDInsightClusterto support to add private link configuration when creating cluster with private link feature.
- Add parameter
- Add cmdlet New-AzHDInsightIPConfiguration to create ip configuration object in memory.
- Add cmdlet New-AzHDInsightPrivateLinkConfiguration to create private link configuration object in memory.
- Fixed the output type in help doc of Set-AzHDInsightClusterDiskEncryptionKey cmdlet from
Microsoft.Azure.Management.HDInsight.Models.ClustertoMicrosoft.Azure.Commands.HDInsight.Models.AzureHDInsightClusterto keep consistent with the real type of returned object. - Breaking change:
- Changed the type of parameter "OSType" from
Microsoft.Azure.Management.HDInsight.Models.OSTypetoSystem.stringin cmdletNew-AzHDInsightCluster. - Changed the type of parameter "ClusterTier" from
Microsoft.Azure.Management.HDInsight.Models.ClusterTiertoSystem.stringin cmdletsNew-AzHDInsightClusterandNew-AzHDInsightClusterConfig. - Changed the type of property "VmSizes" in class
AzureHDInsightCapabilitiesfrom "IDictionary<string, AzureHDInsightVmSizesCapability>" to "IList". - Changed the type of property "AssignedIdentity" in class
AzureHDInsightClusterfromMicrosoft.Azure.Management.HDInsight.Models.ClusterIdentitytoMicrosoft.Azure.Commands.HDInsight.Models.AzureHDInsightClusterIdentity.
- Changed the type of parameter "OSType" from