update samples from Release-25 as a part of 1.1.2rc0 SDK experimental release (#829)

Co-authored-by: vizhur <vizhur@live.com>
This commit is contained in:
Harneet Virk
2020-03-02 13:42:04 -07:00
committed by GitHub
parent 3d6caa10a3
commit 2165cf308e
28 changed files with 383 additions and 75 deletions

View File

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