Skip to content

Commit 685efda

Browse files
authored
Delete excess commas
1 parent ac7883c commit 685efda

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

articles/cloud-services-extended-support/deploy-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ If you are using a Static IP you need to reference it as a Reserved IP in Servic
295295
{
296296
Publisher = "Microsoft.Windows.Azure.Extensions",
297297
Type = "RDP",
298-
TypeHandlerVersion = "1.2.1",,
298+
TypeHandlerVersion = "1.2.1",
299299
AutoUpgradeMinorVersion = true,
300300
Settings = rdpExtensionPublicConfig,
301301
ProtectedSettings = rdpExtensionPrivateConfig,

articles/defender-for-iot/device-builders/how-to-send-security-messages.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Send Defender for IoT device security messages
33
description: Learn how to send your security messages using Defender for IoT.
44
ms.topic: how-to
55
ms.date: 03/28/2022
6-
ms.custom:
76
---
87

98
# Send security messages SDK
@@ -76,7 +75,7 @@ Once set as a security message and sent, this message will be processed by Defen
7675

7776
## Send security messages
7877

79-
Send security messages *without* using Defender for IoT agent, by using the [Azure IoT C device SDK](https://github.com/Azure/azure-iot-sdk-c/tree/public-preview), [Azure IoT C# device SDK](https://github.com/Azure/azure-iot-sdk-csharp/tree/preview), , [Azure IoT Node.js SDK](https://github.com/Azure/azure-iot-sdk-node), [Azure IoT Python SDK](https://github.com/Azure/azure-iot-sdk-python), or [Azure IoT Java SDK](https://github.com/Azure/azure-iot-sdk-java).
78+
Send security messages *without* using Defender for IoT agent, by using the [Azure IoT C device SDK](https://github.com/Azure/azure-iot-sdk-c/tree/public-preview), [Azure IoT C# device SDK](https://github.com/Azure/azure-iot-sdk-csharp/tree/preview), [Azure IoT Node.js SDK](https://github.com/Azure/azure-iot-sdk-node), [Azure IoT Python SDK](https://github.com/Azure/azure-iot-sdk-python), or [Azure IoT Java SDK](https://github.com/Azure/azure-iot-sdk-java).
8079

8180
To send the device data from your devices for processing by Defender for IoT, use one of the following APIs to mark messages for correct routing to Defender for IoT processing pipeline.
8281

articles/search/search-pagination-page-layout.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,12 +280,12 @@ Within a highlighted field, formatting is applied to whole terms. For example, o
280280

281281
### Phrase search highlighting
282282

283-
Whole-term formatting applies even on a phrase search, where multiple terms are enclosed in double quotation marks. The following example is the same query, except that "divine secrets" is submitted as a quotation-enclosed phrase (some REST clients require that you escape the interior quotation marks with a backslash `\"`):
283+
Whole-term formatting applies even on a phrase search, where multiple terms are enclosed in double quotation marks. The following example is the same query, except that "divine secrets" is submitted as a quotation-enclosed phrase (some REST clients require that you escape the interior quotation marks with a backslash `\"`):
284284

285285
```http
286286
POST /indexes/good-books/docs/search?api-version=2020-06-30
287287
{
288-
"search": "\"divine secrets\"",,
288+
"search": "\"divine secrets\"",
289289
"select": "title,original_title",
290290
"highlight": "title",
291291
"highlightPreTag": "<b>",

articles/search/vector-search-how-to-create-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ api-key: {{admin-api-key}}
628628
. . .
629629
],
630630
"contentVector": [
631-
-0.02780858241021633,,
631+
-0.02780858241021633,
632632
. . .
633633
],
634634
"@search.action": "upload"

articles/time-series-insights/how-to-tsi-gen2-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ You can use the ‘Ingestion (preview)’ section with the below settings to mon
188188

189189
:::image type="content" source="media/gen2-migration/adx-ingest-monitoring-results.png" alt-text="Screenshot of the Azure Data Explorer ingestion for Monitoring results" lightbox="media/gen2-migration/adx-ingest-lightingest-command.png":::
190190

191-
You’ll know that the ingestion is complete once you see the metrics go to 0 for your table. If you want to see more details,, you can use Log Analytics. On the Azure Data Explorer cluster section select on the ‘Log’ tab:
191+
You’ll know that the ingestion is complete once you see the metrics go to 0 for your table. If you want to see more details, you can use Log Analytics. On the Azure Data Explorer cluster section select on the ‘Log’ tab:
192192

193193
:::image type="content" source="media/gen2-migration/adx-ingest-monitoring-logs.png" alt-text="Screenshot of the Azure Data Explorer ingestion for Monitoring logs" lightbox="media/gen2-migration/adx-ingest-monitoring-logs.png":::
194194

0 commit comments

Comments
 (0)