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

This commit is contained in:
amlrelsa-ms
2021-02-22 19:23:04 +00:00
parent bc4e6611c4
commit c868fff5a2
36 changed files with 76 additions and 158 deletions

View File

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