azure-powershell icon indicating copy to clipboard operation
azure-powershell copied to clipboard

[HDInsight] Update api version to 2025-01-15-preview

Open 2258093686 opened this issue 6 months ago • 19 comments

Description

  • Updated api version to 2025-01-15-preview
  • Added two parameters -EntraUserIdentity and -EntraUserFullInfo to cmdlet New-AzHDInsightCluster to support create cluster with entra user as gateway credential to replace use username and password.
  • Added two parameters -EntraUserIdentity and -EntraUserFullInfo to cmdlet Set-AzHDInsightGatewayCredential to update Entra user information for an existing Entra user cluster.
  • Added support for using WASB storage with Managed Identity (MSI) in the New-AzHDInsightCluster cmdlet.

Mandatory Checklist

  • Please choose the target release of Azure PowerShell. (⚠️Target release is a different concept from API readiness. Please click below links for details.)

    • [x] General release
    • [ ] Public preview
    • [ ] Private preview
    • [ ] Engineering build
    • [ ] No need for a release
  • [ ] Check this box to confirm: I have read the Submitting Changes section of CONTRIBUTING.md and reviewed the following information:

  • SHOULD update ChangeLog.md file(s) appropriately
    • Update src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.
      • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

2258093686 avatar May 26 '25 06:05 2258093686