update samples from Release-11 as a part of 1.5.0 SDK stable release

This commit is contained in:
vizhur
2020-05-11 18:59:22 +00:00
parent e98131729e
commit 553fa43e17
76 changed files with 3818 additions and 622 deletions

View File

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