Compare commits

..

1 Commits

Author SHA1 Message Date
vizhur
0009c947a6 update samples from Release-6 as a part of 1.1.5 SDK stable release 2020-03-11 21:35:50 +00:00
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -100,7 +100,7 @@
"\n",
"# Check core SDK version number\n",
"\n",
"print(\"This notebook was created using SDK version 1.1.5rc0, you are currently running version\", azureml.core.VERSION)"
"print(\"This notebook was created using SDK version 1.1.5, you are currently running version\", azureml.core.VERSION)"
]
},
{

View File

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