Skip to content

Commit 268cf0c

Browse files
authored
Update azure-machine-learning-release-notes.md
1 parent dc67b36 commit 268cf0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ See [the list of known issues](resource-known-issues.md) to learn about known bu
4444
+ Accept string compute names to be passed to ParallelRunConfig
4545
+ **azureml-core**
4646
+ Added Environment.clone(new_name) API to create a copy of Environment object
47-
+ Environment.docker.base_dockerfile accepts filepath. If able to resolve a file, the content will be read into base_dockerfile environment property - Automatically reset mutually exclusive values for base_image and base_dockerfile when user manually sets a value in Environment.docker
47+
+ Environment.docker.base_dockerfile accepts filepath. If able to resolve a file, the content will be read into base_dockerfile environment property
48+
+ Automatically reset mutually exclusive values for base_image and base_dockerfile when user manually sets a value in Environment.docker
4849
+ 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)
4950
+ Dataset: fix a bug that dataset may not be able to download file with path containing unicode characters because of system local setting.
5051
+ 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

0 commit comments

Comments
 (0)