update samples from Release-165 as a part of 1.0.81 SDK release

This commit is contained in:
vizhur
2019-12-24 00:34:24 +00:00
parent 8f4efe15eb
commit 0772c157a8
29 changed files with 1124 additions and 152 deletions

View File

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