Skip to content

Commit 8755c8d

Browse files
Fix bad package import 'azure.keyvault.secrets'
1 parent 9695dca commit 8755c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-use-secrets-in-runs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Before following the steps in this article, make sure you have the following pre
6565

6666
```python
6767
from azure.identity import DefaultAzureCredential
68-
from azure.keyvault.secret import SecretClient
68+
from azure.keyvault.secrets import SecretClient
6969

7070
credential = DefaultAzureCredential()
7171

0 commit comments

Comments
 (0)