update samples from Release-171 as a part of 1.51 SDK stable release

This commit is contained in:
amlrelsa-ms
2023-06-06 21:58:24 +05:30
parent 3a1824e3ad
commit cc85949d6d
19 changed files with 27 additions and 25 deletions

View File

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