update samples from Release-193 as a part of 1.53.0 SDK stable release

This commit is contained in:
amlrelsa-ms
2023-08-23 03:24:03 +00:00
parent d0961b98bf
commit bb11c80b1b
96 changed files with 1116 additions and 2055 deletions

View File

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