Skip to content

Commit 2b6d395

Browse files
Merge pull request #215209 from Naveenommi-MSFT/patch-5
(AzureCXP) fixes MicrosoftDocs/azure-docs#100125
2 parents e28bd5e + bcf941d commit 2b6d395

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)