Skip to content

Commit 539c76a

Browse files
authored
Merge pull request #249222 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 812ae0a + a7c9444 commit 539c76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-deploy-online-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ endpoint_name = "endpt-" + datetime.datetime.now().strftime("%m%d%H%M%f")
278278
# create an online endpoint
279279
endpoint = ManagedOnlineEndpoint(
280280
name = endpoint_name,
281-
description="this is a sample endpoint"
281+
description="this is a sample endpoint",
282282
auth_mode="key"
283283
)
284284
```

0 commit comments

Comments
 (0)