update samples from Release-147 as a part of SDK release

This commit is contained in:
amlrelsa-ms
2022-06-27 17:29:38 +00:00
parent cd3394e129
commit 8d3f5adcdb
22 changed files with 296 additions and 33 deletions

View File

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