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

This commit is contained in:
amlrelsa-ms
2021-04-19 18:42:58 +00:00
parent 6f893ff0b4
commit 70902df6da
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\")"
]
},