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

This commit is contained in:
amlrelsa-ms
2020-09-29 06:48:31 +00:00
parent 0a2408300a
commit 4e4bf48013
105 changed files with 848 additions and 2538 deletions

View File

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