Skip to content

Commit 4689f10

Browse files
committed
Fixed tabbing on insufficiently-indented notes - inconsistent behavior
1 parent 80545ae commit 4689f10

File tree

1 file changed

+2
-3
lines changed
  • articles/cognitive-services/Speech-Service/includes/quickstarts/speaker-recognition-basics

1 file changed

+2
-3
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/speaker-recognition-basics/go.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,8 @@ Follow these steps to create a new GO module.
178178
```
179179

180180
1. In `independent-identification.go`, replace `YourSubscriptionKey` with your Speech resource key, and replace `YourServiceRegion` with your Speech resource region.
181-
182-
> [!IMPORTANT]
183-
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](../../../../../key-vault/general/overview.md). See the Cognitive Services [security](../../../../cognitive-services-security.md) article for more information.
181+
> [!IMPORTANT]
182+
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](../../../../../key-vault/general/overview.md). See the Cognitive Services [security](../../../../cognitive-services-security.md) article for more information.
184183
185184
Run the following commands to create a `go.mod` file that links to components hosted on GitHub:
186185

0 commit comments

Comments
 (0)