update samples from Release-3 as a part of 1.2.0 SDK stable release

This commit is contained in:
vizhur
2020-03-23 23:11:53 +00:00
parent 0401128638
commit 2218af619f
18 changed files with 450 additions and 240 deletions

View File

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