update samples from Release-169 as a part of 1.50.0 SDK stable release (#1898)

Co-authored-by: amlrelsa-ms <amlrelsa@microsoft.com>
This commit is contained in:
Sasidhar Kasturi
2023-04-14 20:09:38 +05:30
committed by GitHub
parent 7a3ab1e44c
commit e4d84c8e45
28 changed files with 43 additions and 446 deletions

View File

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