File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/machine-learning Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,9 +88,9 @@ This article gives a comparison of scenario(s) in SDK v1 and SDK v2.
88
88
description = " Datastore pointing to a blob container using SAS token." ,
89
89
account_name = " mytestblobstore" ,
90
90
container_name = " data-container" ,
91
- credentials = {
92
- " sas_token" : " ?xx=XXXX-XX-XX&xx=xxxx&xxx=xxx&xx=xxxxxxxxxxx&xx=XXXX-XX-XXXXX:XX:XXX&xx=XXXX-XX-XXXXX:XX:XXX&xxx=xxxxx&xxx=XXxXXXxxxxxXXXXXXXxXxxxXXXXXxxXXXXXxXXXXxXXXxXXxXX"
93
- } ,
91
+ credentials = SasTokenCredentials(
92
+ sas_token = " ?xx=XXXX-XX-XX&xx=xxxx&xxx=xxx&xx=xxxxxxxxxxx&xx=XXXX-XX-XXXXX:XX:XXX&xx=XXXX-XX-XXXXX:XX:XXX&xxx=xxxxx&xxx=XXxXXXxxxxxXXXXXXXxXxxxXXXXXxxXXXXXxXXXXxXXXxXXxXX"
93
+ ) ,
94
94
)
95
95
96
96
ml_client.create_or_update(store)
You can’t perform that action at this time.
0 commit comments