Skip to content

Commit 733e331

Browse files
authored
Merge pull request #79178 from laurenhughes/linux-batch-update
Update batch-linux-nodes.md
2 parents fba40bb + bcfad5d commit 733e331

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/batch/batch-linux-nodes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ node_count = 1
8787

8888
# Initialize the Batch client
8989
creds = batchauth.SharedKeyCredentials(account, key)
90-
config = batch.BatchServiceClientConfiguration(creds, base_url = batch_url)
91-
client = batch.BatchServiceClient(config)
90+
config = batch.BatchServiceClientConfiguration(creds, batch_url)
91+
client = batch.BatchServiceClient(creds, batch_url)
9292

9393
# Create the unbound pool
9494
new_pool = batchmodels.PoolAddParameter(id = pool_id, vm_size = vm_size)

0 commit comments

Comments
 (0)