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

This commit is contained in:
vizhur
2020-02-11 20:00:16 +00:00
parent a09a1a16a7
commit ed91e39d7e
80 changed files with 4469 additions and 102 deletions

View File

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