update samples from Release-207 as a part of 1.55.0 SDK stable release

This commit is contained in:
amlrelsa-ms
2024-02-06 19:58:35 +00:00
parent aa93588190
commit 3fd1ce8993
36 changed files with 80 additions and 2430 deletions

View File

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