update samples from Release-80 as a part of 1.27.0 SDK stable release

This commit is contained in:
amlrelsa-ms
2021-04-19 16:01:25 +00:00
parent 6f893ff0b4
commit 5da664d65c
29 changed files with 184 additions and 41 deletions

View File

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