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

This commit is contained in:
amlrelsa-sa
2023-06-06 10:50:33 +05:30
parent 579643326d
commit 3a1824e3ad
46 changed files with 1669 additions and 1382 deletions

View File

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