Skip to content

Commit 38677d9

Browse files
authored
Merge pull request #66121 from sanpil/patch-18
Added Pipeline related updates
2 parents 2498fdb + 333b745 commit 38677d9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ In this article, learn about the Azure Machine Learning service releases. For a
2323

2424
### Azure Machine Learning SDK for Python v1.0.15
2525

26+
+ **New features**
27+
+ Azure Machine Learning Pipelines added AzureBatchStep ([notebook](https://aka.ms/pl-azbatch)), HyperDriveStep ([notebook](https://aka.ms/pl-hyperdrive)) and time-based scheduling fuctionality ([notebook](https://aka.ms/pl-schedule)).
28+
+ DataTranferStep updated to work with Azure SQL Server and Azure database for PostgreSQL ([notebook](https://aka.ms/pl-data-trans)).
29+
30+
+ **Changes**
31+
+ Deprecated `PublishedPipeline.get_published_pipeline` in favor of `PublishedPipeline.get`.
32+
+ Deprecated `Schedule.get_schedule` in favor of `Schedule.get`.
33+
2634
### Azure Machine Learning Data Prep SDK v1.0.12
2735

2836
+ **New features**

0 commit comments

Comments
 (0)