update samples from Release-166 as a part of 1.49.0 SDK stable release

This commit is contained in:
amlrelsa-ms
2023-02-14 02:46:24 +00:00
parent 9b1e130d18
commit 0ecbbbce75
36 changed files with 48 additions and 1822 deletions

View File

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