update samples from Release-18 as a part of 1.1.0rc0 SDK experimental release (#760)

Co-authored-by: vizhur <vizhur@live.com>
This commit is contained in:
Harneet Virk
2020-02-04 20:19:52 -07:00
committed by GitHub
parent cca7c2e26f
commit 3c9cb89c1a
42 changed files with 175 additions and 2599 deletions

View File

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