Skip to content

Commit bcf941d

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#100125
we made changes in line no:68 From azure.keyvault.secret to azure.keyvault.secrets
1 parent dd680c7 commit bcf941d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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

@@ -81,4 +81,4 @@ Before following the steps in this article, make sure you have the following pre
8181

8282
## Next steps
8383

84-
For an example of submitting a training job using the Azure Machine Learning Python SDK v2, see [Train models with the Python SDK v2](how-to-train-sdk.md).
84+
For an example of submitting a training job using the Azure Machine Learning Python SDK v2, see [Train models with the Python SDK v2](how-to-train-sdk.md).

0 commit comments

Comments
 (0)