-
Notifications
You must be signed in to change notification settings - Fork 4k
[HDInsight] Update api version to 2025-01-15-preview #28222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the HDInsight module to API version 2025-01-15-preview and adds support for Entra user authentication as an alternative to username/password for gateway credentials, along with support for WASB storage with Managed Service Identity (MSI).
- Updated API version from 2024-08-01-preview to 2025-01-15-preview
- Added Entra user authentication support via new
-EntraUserIdentity
and-EntraUserFullInfo
parameters - Added WASB storage with MSI support through new storage account managed identity parameter
Reviewed Changes
Copilot reviewed 24 out of 50 changed files in this pull request and generated 7 comments.
Show a summary per file
File | Description |
---|---|
Set-AzHDInsightGatewayCredential.md | Updated help documentation to include new Entra user parameters and examples |
New-AzHDInsightCluster.md | Updated help documentation with new Entra user parameters and WASB+MSI examples |
AzureHDInsightGatewaySettings.cs | Added RestAuthEntraUsers property to support Entra user information |
AzureHDInsightEntraUserInfo.cs | New model class for Entra user information with ObjectId, DisplayName, and UPN |
SetAzureHDInsightGatewayCredentialCommand.cs | Added logic to handle Entra user parameters with validation |
NewAzureHDInsightClusterCommand.cs | Added Entra user support and MSI storage account parameter |
HDInsightCmdletBase.cs | Added GraphClient property for Microsoft Graph API integration |
ClusterCreateHelper.cs | Updated to support both HTTP credentials and Entra users with MSI storage |
ClusterConfigurationUtils.cs | Added utility methods to process Entra user data from Graph API or manual input |
Test files | Updated test scripts and session recordings to reflect API version changes |
Description
-EntraUserIdentity
and-EntraUserFullInfo
to cmdletNew-AzHDInsightCluster
to support create cluster with entra user as gateway credential to replace use username and password.-EntraUserIdentity
and-EntraUserFullInfo
to cmdletSet-AzHDInsightGatewayCredential
to update Entra user information for an existing Entra user cluster.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.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.md
and reviewed the following information:ChangeLog.md
file(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
.## Upcoming Release
header in the past tense.ChangeLog.md
if no new release is required, such as fixing test case only.