update samples from Release-140 as a part of 1.44.0 SDK stable release

This commit is contained in:
amlrelsa-ms
2022-08-03 15:58:20 +00:00
parent dd0976f678
commit 4522e380ce
32 changed files with 1174 additions and 66 deletions

View File

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