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

This commit is contained in:
amlrelsa-ms
2021-07-06 17:17:27 +00:00
parent 421ea3d920
commit a52d67bb84
40 changed files with 661 additions and 175 deletions

View File

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