Skip to content

Commit 8a917aa

Browse files
committed
fix more variable names
1 parent 7b2b258 commit 8a917aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-studio/how-to/create-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Select **Manage in the Azure portal** to navigate to the project resources in th
9191
To manage or use the new project, include it in the `MLClient`:
9292

9393
```python
94-
ml_client = MLClient(workspace_name=my_project_name, resource_group_name=my_resource_group, subscription_id=my_subscription_id,credential=DefaultAzureCredential())
94+
ml_client = MLClient(workspace_name=my_project_name, resource_group_name=resource_group, subscription_id=subscription_id,credential=DefaultAzureCredential())
9595
```
9696

9797
# [Azure CLI](#tab/azurecli)

0 commit comments

Comments
 (0)