Skip to content

Commit 53bcfba

Browse files
Update articles/machine-learning/how-to-connection.md
Co-authored-by: Larry Franks <[email protected]>
1 parent fefecaf commit 53bcfba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ registry_username = os.environ["REGISTRY_USERNAME"]
631631
registry_password = os.environ["REGISTRY_PASSWORD"]
632632
credentials = UsernamePasswordConfiguration(username= registry_username, password= registry_password)
633633

634-
# Create GenericContainerRegistry workspace connection for 3p registry
634+
# Create GenericContainerRegistry workspace connection for a generic registry
635635
ws_connection = WorkspaceConnection(name="<name>", target="<target>", type="GenericContainerRegistry", credentials=credentials)
636636
ml_client.connections.create_or_update(ws_connection)
637637

0 commit comments

Comments
 (0)