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/machine-learning/azure-machine-learning-release-notes.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,15 +76,15 @@ See [the list of known issues](resource-known-issues.md) to learn about known bu
76
76
+ Added image_build_compute parameter in workspace update method to allow user updating the compute for image build
77
77
+ Added deprecation messages to the old profiling workflow. Fixed profiling cpu and memory limits
78
78
+ Added RSection as part of Environment to run R jobs
79
-
+ Add validation to `Dataset.mount`which raises error when source of the dataset is not accessible or does not contain any data.
79
+
+ Add validation to `Dataset.mount`to raise error when source of the dataset is not accessible or does not contain any data.
80
80
+ Added `--grant-workspace-msi-access` as an additional parameter for the Datastore CLI for registering Azure Blob Container which will allow you to register Blob Container that is behind a VNet
81
81
+ Single instance profiling was fixed to produce a recommendation and was made available in core sdk.
82
82
+ Fixed the issue in aks.py _deploy
83
83
+ Validates the integrity of models being uploaded to avoid silent storage failures.
84
84
+ User may now specify a value for the auth key when regenerating keys for webservices.
85
85
+ Fixed bug where uppercase letters cannot be used as dataset's input name
86
86
+**azureml-defaults**
87
-
+`azureml-dataprep` will now be installed as part of `azureml-defaults`
87
+
+`azureml-dataprep` will now be installed as part of `azureml-defaults`. It is no longer required to install dataprep[fuse] manually on compute targets to mount datasets.
88
88
+**azureml-interpret**
89
89
+ Updated azureml-interpret to interpret-community 0.6.*
90
90
+ Updated azureml-interpret to depend on interpret-community 0.5.0
0 commit comments