update samples from Release-103 as a part of 1.34.0 SDK stable release

This commit is contained in:
amlrelsa-ms
2021-09-07 17:11:26 +00:00
parent 015e261f29
commit 994f52a064
32 changed files with 764 additions and 42 deletions

View File

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