update samples from Release-6 as a part of 1.3.0 SDK stable release

This commit is contained in:
vizhur
2020-04-13 16:22:23 +00:00
parent c520bd1d41
commit 057e22b253
83 changed files with 3024 additions and 1249 deletions

View File

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