Skip to content

Commit 13c5544

Browse files
authored
Merge pull request #103368 from strickvl/patch-1
Remove duplicated text
2 parents 053dde3 + 455afb5 commit 13c5544

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/machine-learning/how-to-create-component-pipeline-python.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,7 @@ Now you've constructed the pipeline, you can submit to your workspace. To submit
241241

242242
#### Configure credential
243243

244-
We'll use `DefaultAzureCredential` to get access to workspace. `DefaultAzureCredential` to get access to workspace.
245-
246-
`DefaultAzureCredential` should be capable of handling most Azure SDK authentication scenarios.
244+
We'll use `DefaultAzureCredential` to get access to the workspace. `DefaultAzureCredential` should be capable of handling most Azure SDK authentication scenarios.
247245
248246
Reference for more available credentials if it doesn't work for you: [configure credential example](https://github.com/Azure/MachineLearningNotebooks/blob/master/configuration.ipynb), [azure-identity reference doc](/python/api/azure-identity/azure.identity?view=azure-python&preserve-view=true ).
249247

0 commit comments

Comments
 (0)