update samples from Release-163 as a part of 1.0.79 SDK release

This commit is contained in:
vizhur
2019-12-09 20:09:30 +00:00
parent 8aa04307fb
commit 0040644e7a
20 changed files with 1306 additions and 46 deletions

View File

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