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

This commit is contained in:
amlrelsa-ms
2022-02-28 17:20:57 +00:00
parent 9094da4085
commit 6d8bf32243
58 changed files with 2924 additions and 480 deletions

View File

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