Skip to content

Commit 4d357fe

Browse files
authored
Fixing duplicated AutoMLStep deprecation message
Message was duplicated for azureml-trian-automl-runtime and azureml-pipeline-steps. Removed the duplicated message.
1 parent cba0a9b commit 4d357fe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@ See [the list of known issues](resource-known-issues.md) to learn about known bu
9696
+ Fixed a bug where PythonScriptStep results could be incorrectly reused despite changing the arguments list
9797
+ Added the ability to set columns' type when calling the parse_* methods on `PipelineOutputFileDataset`
9898
+ **azureml-pipeline-steps**
99-
+ Moved the `AutoMLStep` to the `azureml-pipeline-steps package`. Deprecated the `AutoMLStep` within `azureml-train-automl-runtime`.
100-
+ Moved the `AutoMLStep` in the `azureml-pipeline-steps` package. Deprecated the `AutoMLStep` within `azureml-train-automl-runtime`.
99+
+ Moved the `AutoMLStep` to the `azureml-pipeline-steps` package. Deprecated the `AutoMLStep` within `azureml-train-automl-runtime`.
101100
+ Added documentation example for dataset as PythonScriptStep input
102101
+ **azureml-tensorboard**
103102
+ updated azureml-tensorboard to support tensorflow 2.0
@@ -107,7 +106,6 @@ See [the list of known issues](resource-known-issues.md) to learn about known bu
107106
+ fixed FeaturizationConfig overriding issue that filters custom featurization config.
108107
+ **azureml-train-automl-runtime**
109108
+ Fixed the issue with frequency detection in the remote runs
110-
+ Moved the `AutoMLStep` to the `azureml-pipeline-steps package`. Deprecated the `AutoMLStep` within `azureml-train-automl-runtime`.
111109
+ Moved the `AutoMLStep` in the `azureml-pipeline-steps` package. Deprecated the `AutoMLStep` within `azureml-train-automl-runtime`.
112110
+ **azureml-train-core**
113111
+ Moved the `AutoMLStep` to the `azureml-pipeline-steps package`. Deprecated the `AutoMLStep` within `azureml-train-automl-runtime`.

0 commit comments

Comments
 (0)