update samples from Release-131 as a part of 1.41.0 SDK stable release

This commit is contained in:
amlrelsa-ms
2022-04-25 16:41:55 +00:00
parent a4dfcc4693
commit 8e1211bef8
22 changed files with 120 additions and 108 deletions

View File

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