update samples from Release-59 as a part of 1.20.0 SDK stable release

This commit is contained in:
amlrelsa-ms
2021-01-11 18:28:51 +00:00
parent 3adebd1127
commit ea658ae0cf
31 changed files with 226 additions and 1243 deletions

View File

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