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

This commit is contained in:
amlrelsa-ms
2021-06-07 17:34:51 +00:00
parent 8f89d88def
commit a47e50b79a
44 changed files with 610 additions and 798 deletions

View File

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