Skip to content

Commit f983e07

Browse files
(Azure CXP) resolves MicrosoftDocs/azure-docs#55256
fixed code snippet changed "base_url=BATCH_ACCOUNT_URL" to "batch_url=BATCH_ACCOUNT_URL"
1 parent e981235 commit f983e07

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)