File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 41
41
args = parser .parse_args ()
42
42
43
43
# Use the current user identity to connect to Azure services unless a key is explicitly set for any of them
44
- azd_credential = AzureDeveloperCliCredential () if args .tenantid == None else AzureDeveloperCliCredential (tenant_id = args .tenantid )
44
+ azd_credential = AzureDeveloperCliCredential () if args .tenantid == None else AzureDeveloperCliCredential (tenant_id = args .tenantid , process_timeout = 60 )
45
45
default_creds = azd_credential if args .searchkey == None or args .storagekey == None else None
46
46
search_creds = default_creds if args .searchkey == None else AzureKeyCredential (args .searchkey )
47
47
if not args .skipblobs :
Original file line number Diff line number Diff line change 1
1
pypdf == 3.5.0
2
- azure-identity == 1.13.0b3
2
+ azure-identity == 1.13.0b4
3
3
azure-search-documents == 11.4.0b3
4
4
azure-ai-formrecognizer == 3.2.1
5
5
azure-storage-blob == 12.14.1
You can’t perform that action at this time.
0 commit comments