Skip to content

Commit 0d6d78d

Browse files
authored
Update reference-yaml-connection-python-feed.md
1 parent 500f465 commit 0d6d78d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/reference-yaml-connection-python-feed.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ ms.reviewer: ambadal
3434
| `credentials` | object | Credential-based authentication to access the storage account. A [personal access token](https://docs.github.com/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens) or username and password can be used. Do not specify `credentials` when using a public Python feed. | | |
3535
| `credentials.type` | string | The type of authentication to use. | `pat`, `username_password` | |
3636
| `credentials.pat` | string | The personal access token to authenticate with. | | |
37-
| `credentials_username` | string | The username to authenticate with. | | |
38-
| `credentials_password` | string | The password to authenticate with. | | |
37+
| `credentials.username` | string | The username to authenticate with. | | |
38+
| `credentials.password` | string | The password to authenticate with. | | |
3939

4040
## Remarks
4141

0 commit comments

Comments
 (0)