github Azure/azure-powershell Az.HDInsight-v4.3.1-preview
Az.HDInsight v4.3.1-preview

latest releases: v12.5.0-October2024, Az.DesktopVirtualization-v4.3.2, Az.DesktopVirtualization-v5.3.0-preview...
pre-release3 years ago

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.

Don't miss a new azure-powershell release

NewReleases is sending notifications on new releases.