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

This commit is contained in:
amlrelsa-ms
2021-11-08 16:09:41 +00:00
parent c7e1241e20
commit aebe34b4e8
51 changed files with 2362 additions and 983 deletions

View File

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