Skip to content

Commit 60c6d3b

Browse files
Merge pull request #288805 from meganbradley/meganbradley/docutune-autopr-20241020-030949-3870425-ignore-build
[BULK] - DocuTune remediation - Sensitive terms with GUIDs (part 45)
2 parents adb59c2 + b3125b5 commit 60c6d3b

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

articles/iot-central/core/howto-export-to-blob-storage.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ The following example shows an exported telemetry message:
151151
```json
152152

153153
{
154-
"applicationId": "1dffa667-9bee-4f16-b243-25ad4151475e",
154+
"applicationId": "00001111-aaaa-2222-bbbb-3333cccc4444",
155155
"messageSource": "telemetry",
156156
"deviceId": "1vzb5ghlsg1",
157157
"schema": "default@v1",
@@ -189,7 +189,7 @@ The following snippet shows a property change message exported to Blob Storage:
189189

190190
```json
191191
{
192-
"applicationId": "fb74969c-8682-4708-af01-33499a7f7d98",
192+
"applicationId": "11112222-bbbb-3333-cccc-4444dddd5555",
193193
"messageSource": "properties",
194194
"deviceId": "Pepjmh1Hcc",
195195
"enqueuedTime": "2023-03-02T10:35:39.281Z",
@@ -230,7 +230,7 @@ The following example shows an exported device connectivity message received in
230230

231231
```json
232232
{
233-
"applicationId": "1dffa667-9bee-4f16-b243-25ad4151475e",
233+
"applicationId": "00001111-aaaa-2222-bbbb-3333cccc4444",
234234
"messageSource": "deviceConnectivity",
235235
"messageType": "connected",
236236
"deviceId": "1vzb5ghlsg1",
@@ -252,7 +252,7 @@ The following example shows an exported device lifecycle message received in Azu
252252

253253
```json
254254
{
255-
"applicationId": "1dffa667-9bee-4f16-b243-25ad4151475e",
255+
"applicationId": "00001111-aaaa-2222-bbbb-3333cccc4444",
256256
"messageSource": "deviceLifecycle",
257257
"messageType": "registered",
258258
"deviceId": "1vzb5ghlsg1",
@@ -273,7 +273,7 @@ The following example shows an exported device lifecycle message received in Azu
273273

274274
```json
275275
{
276-
"applicationId": "1dffa667-9bee-4f16-b243-25ad4151475e",
276+
"applicationId": "00001111-aaaa-2222-bbbb-3333cccc4444",
277277
"messageSource": "deviceTemplateLifecycle",
278278
"messageType": "created",
279279
"schema": "default@v1",
@@ -295,7 +295,7 @@ The following example shows an exported audit log message received in Azure Blob
295295
"id": "test-audit",
296296
"type": "apiToken"
297297
},
298-
"applicationId": "570c2d7b-1111-2222-abcd-000000000000",
298+
"applicationId": "22223333-cccc-4444-dddd-5555eeee6666",
299299
"enqueuedTime": "2022-07-25T21:54:40.000Z",
300300
"enrichments": {},
301301
"messageSource": "audit",

articles/iot-central/core/howto-transform-data-internally.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The following example shows the shape of telemetry message. All this data is ava
5050

5151
```json
5252
{
53-
"applicationId": "93d68c98-9a22-4b28-94d1-06625d4c3d0f",
53+
"applicationId": "00001111-aaaa-2222-bbbb-3333cccc4444",
5454
"device": {
5555
"id": "31edabe6-e0b9-4c83-b0df-d12e95745b9f",
5656
"name": "Scripted Device - 31edabe6-e0b9-4c83-b0df-d12e95745b9f",
@@ -249,7 +249,7 @@ In this scenario, the device sends the `t1`, `t2`, and `t3` telemetry values in
249249

250250
```json
251251
{
252-
"applicationId": "c57fe8d9-d15d-4659-9814-d3cc38ca9e1b",
252+
"applicationId": "11112222-bbbb-3333-cccc-4444dddd5555",
253253
"enqueuedTime": "1933-01-26T03:10:44.480001324Z",
254254
"messageSource": "telemetry",
255255
"telemetry": [
@@ -319,7 +319,7 @@ In this scenario, the device sends the following array of telemetry in one messa
319319

320320
```json
321321
{
322-
"applicationId": "570c2d7b-d72e-4ad1-aaf4-ad9b727daa47",
322+
"applicationId": "22223333-cccc-4444-dddd-5555eeee6666",
323323
"enqueuedTime": "1909-10-10T07:11:56.078161042Z",
324324
"messageSource": "telemetry",
325325
"telemetry": [
@@ -446,7 +446,7 @@ In this scenario, the device sends telemetry messages that look like the followi
446446

447447
```json
448448
{
449-
"applicationId": "570c2d7b-d72e-4ad1-aaf4-ad9b727daa47",
449+
"applicationId": "22223333-cccc-4444-dddd-5555eeee6666",
450450
"enqueuedTime": "1909-10-10T07:11:56.078161042Z",
451451
"messageSource": "telemetry",
452452
"telemetry": [
@@ -567,7 +567,7 @@ In this scenario, the device sends telemetry messages that look like the followi
567567

568568
```json
569569
{
570-
"applicationId": "570c2d7b-d72e-4ad1-aaf4-ad9b727daa47",
570+
"applicationId": "22223333-cccc-4444-dddd-5555eeee6666",
571571
"enqueuedTime": "1909-10-10T07:11:56.078161042Z",
572572
"messageSource": "telemetry",
573573
"telemetry": [
@@ -649,7 +649,7 @@ JSON output:
649649

650650
```json
651651
{
652-
"Application": "570c2d7b-d72e-4ad1-aaf4-ad9b727daa47",
652+
"Application": "22223333-cccc-4444-dddd-5555eeee6666",
653653
"Capability": "HeartRate",
654654
"Component": "",
655655
"Device": "9xwhr7khkfri",
@@ -661,7 +661,7 @@ JSON output:
661661
"Value": -633994413
662662
},
663663
{
664-
"Application": "570c2d7b-d72e-4ad1-aaf4-ad9b727daa47",
664+
"Application": "22223333-cccc-4444-dddd-5555eeee6666",
665665
"Capability": "RespiratoryRate",
666666
"Component": "",
667667
"Device": "9xwhr7khkfri",
@@ -673,7 +673,7 @@ JSON output:
673673
"Value": 1582211310
674674
},
675675
{
676-
"Application": "570c2d7b-d72e-4ad1-aaf4-ad9b727daa47",
676+
"Application": "22223333-cccc-4444-dddd-5555eeee6666",
677677
"Capability": "HeartRateVariability",
678678
"Component": "",
679679
"Device": "9xwhr7khkfri",
@@ -685,7 +685,7 @@ JSON output:
685685
"Value": -37514094
686686
},
687687
{
688-
"Application": "570c2d7b-d72e-4ad1-aaf4-ad9b727daa47",
688+
"Application": "22223333-cccc-4444-dddd-5555eeee6666",
689689
"Capability": "BodyTemperature",
690690
"Component": "",
691691
"Device": "9xwhr7khkfri",
@@ -697,7 +697,7 @@ JSON output:
697697
"Value": 5.323322666478241e+307
698698
},
699699
{
700-
"Application": "570c2d7b-d72e-4ad1-aaf4-ad9b727daa47",
700+
"Application": "22223333-cccc-4444-dddd-5555eeee6666",
701701
"Capability": "FallDetection",
702702
"Component": "",
703703
"Device": "9xwhr7khkfri",
@@ -709,7 +709,7 @@ JSON output:
709709
"Value": "Earum est nobis at voluptas id qui."
710710
},
711711
{
712-
"Application": "570c2d7b-d72e-4ad1-aaf4-ad9b727daa47",
712+
"Application": "22223333-cccc-4444-dddd-5555eeee6666",
713713
"Capability": "BloodPressure",
714714
"Component": "",
715715
"Device": "9xwhr7khkfri",

articles/iot-central/core/quick-export-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ To configure the data export:
131131
"blocked": false
132132
},
133133
"component": "sensors",
134-
"applicationId": "40a97c91-50cc-44f0-9f63-71386613facc",
134+
"applicationId": "00001111-aaaa-2222-bbbb-3333cccc4444",
135135
"messageSource": "telemetry",
136136
"telemetry": [
137137
{

0 commit comments

Comments
 (0)