Skip to content

Commit

Permalink
Apply a same credential within each sample (feathr-ai#718)
Browse files Browse the repository at this point in the history
Co-authored-by: enya-yx <enya@v-ellinlu-2.fareast.corp.microsoft.com>
  • Loading branch information
2 people authored and hyingyang-linkedin committed Oct 25, 2022
1 parent 6a49796 commit c3b0eb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/samples/fraud_detection_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
},
"outputs": [],
"source": [
"client = FeathrClient(config_path=tmp.name)"
"client = FeathrClient(config_path=tmp.name, credential=credential)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/samples/product_recommendation_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
"metadata": {},
"outputs": [],
"source": [
"feathr_client = FeathrClient(config_path=tmp.name)"
"feathr_client = FeathrClient(config_path=tmp.name, credential=credential)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/samples/product_recommendation_demo_advanced.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@
},
"outputs": [],
"source": [
"client = FeathrClient(config_path=tmp.name)"
"client = FeathrClient(config_path=tmp.name, credential=credential)"
]
},
{
Expand Down

0 comments on commit c3b0eb8

Please sign in to comment.