Skip to content

Commit 8a1910a

Browse files
authored
Update azure-machine-learning-release-notes.md
1 parent 5f07901 commit 8a1910a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ __RSS feed__: Get notified when this page is updated by copying and pasting the
3030
+ **azureml-core**
3131
+ Added deprecation warning when inference customers use CLI/SDK v1 model deployment APIs to deploy models and also when python version is 3.6 and less.
3232
+ The following values of `AZUREML_LOG_DEPRECATION_WARNING_ENABLED` change the behavior as follows:
33-
+ Default - displays the warning when customer uses python 3.6 and less and for cli/sdk v1.
34-
+ `True` - displays the sdk v1 deprecation warning on azureml-sdk packages.
35-
+ `False` - disables the sdk v1 deprecation warning on azureml-sdk packages.
33+
+ Default - displays the warning when customer uses python 3.6 and less and for cli/sdk v1.
34+
+ `True` - displays the sdk v1 deprecation warning on azureml-sdk packages.
35+
+ `False` - disables the sdk v1 deprecation warning on azureml-sdk packages.
3636
+ Command to be executed to set the environment variable to disable the deprecation message:
37-
+ Windows - setx `AZUREML_LOG_DEPRECATION_WARNING_ENABLED` "False"
38-
+ Linux - export `AZUREML_LOG_DEPRECATION_WARNING_ENABLED`="False"
37+
+ Windows - `setx AZUREML_LOG_DEPRECATION_WARNING_ENABLED "False"`
38+
+ Linux - `export AZUREML_LOG_DEPRECATION_WARNING_ENABLED="False"`
3939
+ **azureml-interpret**
4040
+ update azureml-interpret package to interpret-community 0.27.*
4141
+ **azureml-pipeline-core**

0 commit comments

Comments
 (0)