update samples from Release-6 as a part of 1.1.5rc0 SDK stable release

This commit is contained in:
vizhur
2020-03-11 19:51:02 +00:00
parent 2165cf308e
commit e443fd1342
17 changed files with 331 additions and 30 deletions

View File

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