Skip to content

Commit b843c02

Browse files
authored
Merge pull request #131 from Azure-Samples/update-py-skd-client-increase-timeout-for-token
update py sdk client and increase timeout
2 parents f703ed1 + 6d35435 commit b843c02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/prepdocs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
args = parser.parse_args()
4242

4343
# 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)
4545
default_creds = azd_credential if args.searchkey == None or args.storagekey == None else None
4646
search_creds = default_creds if args.searchkey == None else AzureKeyCredential(args.searchkey)
4747
if not args.skipblobs:

scripts/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pypdf==3.5.0
2-
azure-identity==1.13.0b3
2+
azure-identity==1.13.0b4
33
azure-search-documents==11.4.0b3
44
azure-ai-formrecognizer==3.2.1
55
azure-storage-blob==12.14.1

0 commit comments

Comments
 (0)