update samples from Release-156 as a part of 1.47.0 SDK stable release

This commit is contained in:
amlrelsa-ms
2022-10-25 21:28:24 +00:00
parent 824dd40f7e
commit 96a426dc36
19 changed files with 40 additions and 38 deletions

View File

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