https://www.powershellgallery.com/packages/Az.HDInsight/4.3.1-preview
Version 4.3.1-preview
- Add two parameters
-Zone
and-PrivateLinkConfiguration
to cmdletNew-AzHDInsightCluster
- Add parameter
-Zone
to cmdletNew-AzHDInsightCluster
to support to create cluster with availability zones feature - Add parameter
-PrivateLinkConfiguration
to cmdletNew-AzHDInsightCluster
to 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.Cluster
toMicrosoft.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
toSystem.string
in cmdletNew-AzHDInsightCluster
. - Changed the type of parameter "ClusterTier" from
Microsoft.Azure.Management.HDInsight.Models.ClusterTier
toSystem.string
in cmdletsNew-AzHDInsightCluster
andNew-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
fromMicrosoft.Azure.Management.HDInsight.Models.ClusterIdentity
toMicrosoft.Azure.Commands.HDInsight.Models.AzureHDInsightClusterIdentity
.
- Changed the type of parameter "OSType" from