Skip to content

Az.HDInsight v4.3.1-preview

Pre-release
Pre-release
Compare
Choose a tag to compare
@BethanyZhou BethanyZhou released this 26 Oct 08:54
b4f969b

https://www.powershellgallery.com/packages/Az.HDInsight/4.3.1-preview

Version 4.3.1-preview

  • Add two parameters -Zone and -PrivateLinkConfiguration to cmdlet New-AzHDInsightCluster
    • Add parameter -Zone to cmdlet New-AzHDInsightCluster to support to create cluster with availability zones feature
    • Add parameter -PrivateLinkConfiguration to cmdlet New-AzHDInsightCluster to support to add private link configuration when creating cluster with private link feature.
  • 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.Cluster to Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster to keep consistent with the real type of returned object.
  • Breaking change:
    • Changed the type of parameter "OSType" from Microsoft.Azure.Management.HDInsight.Models.OSType to System.string in cmdlet New-AzHDInsightCluster.
    • Changed the type of parameter "ClusterTier" from Microsoft.Azure.Management.HDInsight.Models.ClusterTier to System.string in cmdlets New-AzHDInsightCluster and New-AzHDInsightClusterConfig.
    • Changed the type of property "VmSizes" in class AzureHDInsightCapabilities from "IDictionary<string, AzureHDInsightVmSizesCapability>" to "IList".
    • Changed the type of property "AssignedIdentity" in class AzureHDInsightCluster from Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity to Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightClusterIdentity.