Skip to content

Commit a1f3e49

Browse files
authored
Update azure-machine-learning-release-notes.md
1 parent a74df3d commit a1f3e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/azure-machine-learning-release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ See [the list of known issues](resource-known-issues.md) to learn about known bu
2222
### Azure Machine Learning SDK for Python v1.4.0
2323

2424
+ **New features**
25-
+ [Insert new features below. Reference articles and/or doc pages]
25+
+ AmlCompute clusters now support setting up a managed identity on the cluster at the time of provisioning. Just specify whether you would like to use a system-assigned identity or a user-assigned identity, and pass an identityId in the case of the latter. You can then setup permissiosn to access various resources like Storage or ACR in a way that the identity of the compute gets used to securely access the data, instead of a token based approach that AmlCompute employs today. Check out our SDK reference for more information on the parameters.
2626

2727
+ **Preview features**
2828
+ [Contrib features below]

0 commit comments

Comments
 (0)