Skip to content

Commit 5717952

Browse files
authored
Update azure-machine-learning-release-notes.md
fixed dataset sections
1 parent 268cf0c commit 5717952

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,12 @@ See [the list of known issues](resource-known-issues.md) to learn about known bu
4646
+ Added Environment.clone(new_name) API to create a copy of Environment object
4747
+ Environment.docker.base_dockerfile accepts filepath. If able to resolve a file, the content will be read into base_dockerfile environment property
4848
+ Automatically reset mutually exclusive values for base_image and base_dockerfile when user manually sets a value in Environment.docker
49-
+ Dataset: enable data access to credential-less Datastore of Azure SQL DB and ADLS Gen 2 using compute or user identity. Please refer to these articles for permission configuration for identity based data access: [Azure SQL](https://docs.microsoft.com/en-us/azure/sql-database/sql-database-aad-authentication-configure?tabs=azure-powershell), [ADLS Gen 2](https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-access-control)
50-
+ Dataset: fix a bug that dataset may not be able to download file with path containing unicode characters because of system local setting.
51-
+ Ensure dataset's mount cache respect the minimum disk space requirement in Azure Machine Learning Compute to avoid making the node becoming unusable and causing the job to be canceled
49+
+ Dataset: fixed dataset download failure if data path containing unicode characters
50+
+ Dataset: improved dataset mount caching mechanism to respect the minimum disk space requirement in Azure Machine Learning Compute, which avoids making the node unusable and causing the job to be canceled
5251
+ Added user_managed flag in RSection which indicates whether the environment is managed by user or by AzureML.
5352
+ **azureml-dataprep**
54-
+ Dataset: enable data access to credential-less Datastore of Azure SQL DB and ADLS Gen 2 using compute or user identity. Please refer to these articles for permission configuration for identity based data access: [Azure SQL](https://docs.microsoft.com/en-us/azure/sql-database/sql-database-aad-authentication-configure?tabs=azure-powershell), [ADLS Gen 2](https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-access-control)
55-
+ Fixed Dataset authentication issue in sovereign clouds
56-
+ Fixed `Dataset.to_spark_dataframe` failing for Datasets created from Azure PostgreSQL datastores
53+
+ Fixed dataset authentication issue in sovereign cloud
54+
+ Fixed `Dataset.to_spark_dataframe` failure for datasets created from Azure PostgreSQL datastores
5755
+ **azureml-interpret**
5856
+ add global scores to visualization if local importance values are sparse
5957
+ update azureml-interpret to interpret-community 0.9.*

0 commit comments

Comments
 (0)