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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ See [the list of known issues](resource-known-issues.md) to learn about known bu
43
43
+ Adds functionality in the MirWebservice class to retrieve the Access Token
44
44
+**azureml-core**
45
45
+ Deployed AzureML Webservices will now default to `INFO` logging. This can be controlled by setting the `AZUREML_LOG_LEVEL` environment variable in the deployed service.
46
-
+ Fix iterating on `Dataset.get_all`.
46
+
+ Fix iterating on `Dataset.get_all` to return all datasets registered with the workspace.
47
47
+ Improve error message when invalid type is passed to `path` argument of dataset creation APIs.
48
48
+ Python sdk uses discovery service to use 'api' endpoint instead of 'pipelines'.
0 commit comments