update samples from Release-72 as a part of 1.24.0 SDK stable release

This commit is contained in:
amlrelsa-ms
2021-03-09 04:17:07 +00:00
parent 3fe4f8b038
commit efc61d2219
130 changed files with 1019 additions and 9498 deletions

View File

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