Skip to content

Commit 15878d1

Browse files
authored
Merge pull request #50118 from YutongTie-MSFT/patch-8
(ForumsTeam) fixes MicrosoftDocs/azure-docs#13961
2 parents 25e8da6 + b760cb0 commit 15878d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/batch-ai/quickstart-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ parameters = models.ClusterCreateParameters(
167167
),
168168
),
169169
)
170-
batchai_client.clusters.create(resource_group_name, cluster_name,
170+
batchai_client.clusters.create(resource_group_name, workspace_name, cluster_name,
171171
parameters).result()
172172
```
173173

0 commit comments

Comments
 (0)