update samples from Release-243 as a part of 1.58.0 SDK stable release

This commit is contained in:
amlrelsa-ms
2024-10-16 17:50:12 +00:00
parent 3c341f6e9a
commit 785fe3c962
17 changed files with 26 additions and 1049 deletions

View File

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