update samples from Release-200 as a part of 1.54.0 SDK stable release

This commit is contained in:
amlrelsa-ms
2023-11-21 17:51:12 +00:00
parent e7dd826f34
commit ff22ac01cc
22 changed files with 93 additions and 52 deletions

View File

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