update samples from Release-78 as a part of 1.26.0 SDK stable release

This commit is contained in:
amlrelsa-ms
2021-04-05 17:11:39 +00:00
parent bda592a236
commit 6a0c5f8a66
25 changed files with 134 additions and 81 deletions

View File

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