update samples from Release-64 as a part of 1.22.0 SDK stable release

This commit is contained in:
amlrelsa-ms
2021-02-10 03:29:07 +00:00
parent 624c46e7f9
commit bfd92b0bc9
42 changed files with 826 additions and 210 deletions

View File

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