update samples from Release-134 as a part of 1.42.0 SDK stable release

This commit is contained in:
amlrelsa-ms
2022-05-25 15:51:36 +00:00
parent 83ed8222d2
commit 4680804637
28 changed files with 2122 additions and 729 deletions

View File

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