You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/hdinsight-aks/release-notes/hdinsight-aks-release-notes.md
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,14 +34,18 @@ You can refer to [What's new](../whats-new.md) page for all the details of the f
34
34
**This release applies to the following**
35
35
36
36
- Cluster Pool Version: 1.2
37
-
- Cluster Version: 1.2
37
+
- Cluster Version: 1.2.1
38
38
- AKS version: 1.27
39
39
40
40
### New Features
41
41
42
42
**MSI based SQL authentication**
43
43
44
-
Users can now authenticate external Azure SQL DB Metastore with MSI instead of User ID password authentication. This will help to further secure the cluster connection with Metastore.
44
+
Users can now authenticate external Azure SQL DB Metastore with MSI instead of User ID password authentication. This fearure helps to further secure the cluster connection with Metastore.
45
+
46
+
**Configurable VM SKUs for Head node, SSH**
47
+
48
+
This functionality allows users to choose specific SKUs for head nodes, worker nodes, and SSH nodes, offering the flexibility to select according to the use case and the potential to lower total cost of ownership (TCO).
45
49
46
50
### Updated
47
51
@@ -51,19 +55,22 @@ Script Action now can be added with Sudo user permission. Users can now install
51
55
52
56
**Library Management**
53
57
54
-
Maven repository shortcut feature has been added to the Library Management in this release. User can now install Maven dependencies directly from the open-source repositories.
58
+
Maven repository shortcut feature added to the Library Management in this release. User can now install Maven dependencies directly from the open-source repositories.
55
59
56
60
**Multiple MSI in cluster**
57
61
62
+
Users can configure multiple MSI for cluster admins operations and for job related resource access. This feature allows users to demarcate and control the access to the cluster and data lying in the storage account.
63
+
For example, one MSI for access to data in storage account and dedicated MSI for cluster operations.
64
+
58
65
**Spark 3.4**
59
66
60
67
> [!IMPORTANT]
61
-
> To take benefit of all these **latest features**, you are required to create a new cluster pool with 1.2 and cluster version 1.2
68
+
> To take benefit of all these **latest features**, you are required to create a new cluster pool with 1.2 and cluster version 1.2.1
62
69
63
70
### Known issues
64
71
65
72
-**Workload identity limitation:**
66
-
- There's a known [limitation](/azure/aks/workload-identity-overview#limitations) when transitioning to workload identity. This limitation is due to the permission-sensitive nature of FIC operations. Users can't perform deletion of a cluster by deleting the resource group. Cluster deletion requests must be triggered by the application/user/principal with FIC/delete permissions. In case, the FIC deletion fails, the high-level cluster deletion also fails.
73
+
- There's a known [limitation](/azure/aks/workload-identity-overview#limitations) when transitioning to workload identity. This limitation is due to the permission-sensitive nature of FIC operations. Users can't perform deletion of a cluster by deleting the resource group. Cluster deletion requests must triggered by the application/user/principal with FIC/delete permissions. In case, the FIC deletion fails, the high-level cluster deletion also fails.
67
74
-**User Assigned Managed Identities (UAMI)** support – There's a limit of 20 FICs per UAMI. You can only create 20 Federated Credentials on an identity. In HDInsight on AKS cluster, FIC (Federated Identity Credential) and SA have one-to-one mapping and only 20 SAs can be created against an MSI. If you want to create more clusters, then you are required to provide different MSIs to overcome the limitation.
68
75
- Creation of federated identity credentials is currently not supported on user-assigned managed identities created in [these regions](/entra/workload-id/workload-identity-federation-considerations#unsupported-regions-user-assigned-managed-identities)
0 commit comments