We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 011c1e1 commit bcfad5dCopy full SHA for bcfad5d
articles/batch/batch-linux-nodes.md
@@ -87,8 +87,8 @@ node_count = 1
87
88
# Initialize the Batch client
89
creds = batchauth.SharedKeyCredentials(account, key)
90
-config = batch.BatchServiceClientConfiguration(creds, base_url = batch_url)
91
-client = batch.BatchServiceClient(config)
+config = batch.BatchServiceClientConfiguration(creds, batch_url)
+client = batch.BatchServiceClient(creds, batch_url)
92
93
# Create the unbound pool
94
new_pool = batchmodels.PoolAddParameter(id = pool_id, vm_size = vm_size)
0 commit comments