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

This commit is contained in:
amlrelsa-ms
2020-12-07 19:09:59 +00:00
parent 41366a4af0
commit fb4f287458
39 changed files with 372 additions and 280 deletions

View File

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