Skip to content

Commit 5cc8874

Browse files
authored
Merge pull request #96059 from DSpeedyMS/patch-1
Changed body input on instantiate a scanning
2 parents 69f0c1b + 5f54504 commit 5cc8874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/purview/tutorial-using-python-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ In this section, you'll register your Blob Storage.
254254
body_input = {
255255
"kind": "AzureStorage",
256256
"properties": {
257-
"endpoint": "endpoint": f"https://{storage_name}.blob.core.windows.net/",
257+
"endpoint": f"https://{storage_name}.blob.core.windows.net/",
258258
"resourceGroup": rg_name,
259259
"location": rg_location,
260260
"resourceName": storage_name,

0 commit comments

Comments
 (0)