update samples from Release-169 as a part of 1.0.85 SDK release (#742)

Co-authored-by: vizhur <vizhur@live.com>
This commit is contained in:
Harneet Virk
2020-01-21 15:00:15 -08:00
committed by vizhur
parent 512630472b
commit b05ff80e9d
57 changed files with 725 additions and 1881 deletions

View File

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