Skip to content

Commit 1a4f0dd

Browse files
authored
Merge pull request #115814 from VikasPullagura-MSFT/patch-87
(Azure CXP) resolves MicrosoftDocs/azure-docs#55256
2 parents a5d0d94 + f983e07 commit 1a4f0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/batch/batch-aad-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ Use the service principal credentials to open a **BatchServiceClient** object. T
408408
```python
409409
batch_client = BatchServiceClient(
410410
credentials,
411-
base_url=BATCH_ACCOUNT_URL
411+
batch_url=BATCH_ACCOUNT_URL
412412
)
413413
```
414414

0 commit comments

Comments
 (0)