update samples from Release-94 as a part of SDK release (#1418)

Co-authored-by: amlrelsa-ms <amlrelsa@microsoft.com>
This commit is contained in:
nikAI77
2021-04-06 22:06:12 +05:30
committed by GitHub
parent bda592a236
commit 6f893ff0b4
25 changed files with 134 additions and 81 deletions

View File

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