Skip to content

Commit cc85879

Browse files
authored
Merge pull request #123885 from danmarshall/patch-1
AdversarialSimulator(s): Change workspace_name to project_name
2 parents 08b21ec + cc3a94b commit cc85879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-studio/how-to/develop/simulator-interaction-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ from azure.identity import DefaultAzureCredential
3737
azure_ai_project = {
3838
"subscription_id": <sub_ID>,
3939
"resource_group_name": <resource_group_name>,
40-
"workspace_name": <workspace_name>,
40+
"project_name": <project_name>,
4141
"credential": DefaultAzureCredential(),
4242
}
4343
```

0 commit comments

Comments
 (0)