Skip to content

Commit ed0ce9e

Browse files
authored
Merge pull request Azure#856 from Azure/release_update/Release-40
update samples from Release-40 as a part of SDK release
2 parents 77f98bf + 71053d7 commit ed0ce9e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

configuration.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"source": [
104104
"import azureml.core\n",
105105
"\n",
106-
"print(\"This notebook was created using version 1.1.5rc0 of the Azure ML SDK\")\n",
106+
"print(\"This notebook was created using version 1.1.5 of the Azure ML SDK\")\n",
107107
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
108108
]
109109
},

how-to-use-azureml/track-and-monitor-experiments/logging-api/logging-api.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"\n",
101101
"# Check core SDK version number\n",
102102
"\n",
103-
"print(\"This notebook was created using SDK version 1.1.5rc0, you are currently running version\", azureml.core.VERSION)"
103+
"print(\"This notebook was created using SDK version 1.1.5, you are currently running version\", azureml.core.VERSION)"
104104
]
105105
},
106106
{

setup-environment/configuration.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"source": [
103103
"import azureml.core\n",
104104
"\n",
105-
"print(\"This notebook was created using version 1.1.5rc0 of the Azure ML SDK\")\n",
105+
"print(\"This notebook was created using version 1.1.5 of the Azure ML SDK\")\n",
106106
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
107107
]
108108
},

0 commit comments

Comments
 (0)