Skip to content

Commit 7053eb5

Browse files
authored
Update azure-machine-learning-release-notes.md
move credential-less datastore to new feature
1 parent ccb11fa commit 7053eb5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ See [the list of known issues](resource-known-issues.md) to learn about known bu
2323
### Azure Machine Learning SDK for Python v1.0.82
2424

2525
+ **New features**
26-
+ [Insert new features below. Reference articles and/or doc pages]
26+
+ Azure Blob and Data Lake datastore can now be registered without credential. Dataset created from credential-less datastore will use managed identity from compute resource or user identity from browser interactive login to authenticate the data access. Please refer to these articles for permission configuration for identity based data access: [Storage Blob](https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/tutorial-windows-vm-access-datalake), [Data Lake](https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/tutorial-vm-windows-access-storage).
2727

2828
+ **Preview features**
2929
+ [Contrib features below]
@@ -40,11 +40,9 @@ See [the list of known issues](resource-known-issues.md) to learn about known bu
4040
+ Fixed Model Management URL construction for Mooncake region.
4141
+ Fixed issue where models using source_dir couldn't be packaged for Azure Functions.
4242
+ Dataset: Fixed the issue that `to_pandas_dataframe` silently fill nulls for error values in data. The default behavior now raise failure for data error. Two new arguments `on_error` and `out_of_range_datetime` are introduced to specify how to handle error values.
43-
+ Datastore of Blob Container and Data Lake datastore can now be registered without credential provided. Dataset created from credential-less datastore will use managed identity from compute resource or user identity from browser interactive login to authenticate the data access.
43+
4444
+ Added an option to [Environment.build_local()](https://docs.microsoft.com/en-us/python/api/azureml-core/azureml.core.environment%28class%29?view=azure-ml-py) to push an image into AzureML workspace container registry
4545
+ Updated the SDK to use new token library on azure synapse in a back compatible manner.
46-
+ **azureml-dataprep**
47-
+ Dataset: enabled data access to credential-less Datastore of Storage Blob and Data Lake using compute or user identity. Please refer to these articles for permission configuration for identity based data access: [Storage Blob](https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/tutorial-windows-vm-access-datalake), [Data Lake](https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/tutorial-vm-windows-access-storage).
4846
+ **azureml-interpret**
4947
+ Fixed bug where None was returned when no explanations were available for download. Now raises an exception, matching behavior elsewhere.
5048
+ **azureml-pipeline-steps**

0 commit comments

Comments
 (0)