update samples from Release-40 as a part of SDK release

This commit is contained in:
vizhur
2020-03-12 19:25:26 +00:00
parent 77f98bf75f
commit 71053d705b
3 changed files with 3 additions and 3 deletions

View File

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