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

This commit is contained in:
amlrelsa-ms
2022-01-24 19:14:42 +00:00
parent 2a2d2efa17
commit ca76074645
33 changed files with 115 additions and 118 deletions

View File

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