Skip to content

Commit 44e65fa

Browse files
authored
Update how-to-connection.md
1 parent b63a9e2 commit 44e65fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/how-to-connection.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ The following example creates a Python feed connection. A Personal Access Token
440440

441441
```python
442442
from azure.ai.ml.entities import WorkspaceConnection
443-
from azure.ai.ml.entities import UsernamePasswordConfiguration, ManagedIdentityConfiguration
443+
from azure.ai.ml.entities import UsernamePasswordConfiguration, PatTokenConfiguration
444444

445445

446446
name = "my_pfeed_conn"
@@ -507,7 +507,7 @@ The following example creates an Azure Container Registry connection. A managed
507507

508508
```python
509509
from azure.ai.ml.entities import WorkspaceConnection
510-
from azure.ai.ml.entities import UsernamePasswordConfiguration, PatTokenConfiguration
510+
from azure.ai.ml.entities import UsernamePasswordConfiguration, ManagedIdentityConfiguration
511511

512512

513513
name = "my_acr_conn"
@@ -556,4 +556,4 @@ ml_client.connections.create_or_update(workspace_connection=wps_connection)
556556
If you use a data connection (Snowflake DB, Amazon S3, or Azure SQL DB), these articles offer more information:
557557

558558
- [Import data assets](how-to-import-data-assets.md)
559-
- [Schedule data import jobs](how-to-schedule-data-import.md)
559+
- [Schedule data import jobs](how-to-schedule-data-import.md)

0 commit comments

Comments
 (0)