update samples from Release-126 as a part of 1.39.0 SDK stable release

This commit is contained in:
amlrelsa-ms
2022-02-28 16:51:54 +00:00
parent 9094da4085
commit 84af0c482f
58 changed files with 2923 additions and 474 deletions

View File

@@ -102,7 +102,7 @@
"source": [
"import azureml.core\n",
"\n",
"print(\"This notebook was created using version 1.38.0 of the Azure ML SDK\")\n",
"print(\"This notebook was created using version 1.39.0 of the Azure ML SDK\")\n",
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
]
},