Skip to content

Commit 8436c65

Browse files
committed
fix build
1 parent c0ede21 commit 8436c65

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

articles/iot-central/core/howto-manage-devices-with-rest-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 06/22/2022
77
ms.topic: how-to
88
ms.service: iot-central
99
services: iot-central
10-
zone_pivot_groups: programming-languages-set-ten
10+
zone_pivot_groups: enrollment-groups
1111

1212
---
1313

@@ -557,7 +557,7 @@ Enrollment groups are used to manage the device authentication options in your I
557557

558558
To learn how to create and manage enrollment groups in the UI, see [How to connect devices with X.509 certificates to IoT Central Application](how-to-connect-devices-x509.md).
559559

560-
:::zone pivot="x509"
560+
:::zone pivot="enrollment-group-x509"
561561

562562
### Generate root and device certificates
563563

@@ -783,7 +783,7 @@ DELETE https://{your app subdomain}.azureiotcentral.com/api/enrollmentGroups/myx
783783

784784
:::zone-end
785785

786-
:::zone pivot="symmetric-key"
786+
:::zone pivot="enrollment-group-symmetrickey"
787787

788788

789789
### Add an symmetric key enrollment group

articles/zone-pivot-groups.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,15 @@ groups:
255255
title: Python
256256
- id: programming-language-embedded-c
257257
title: Embedded C
258+
- id: enrollment-groups
259+
# Owner: v-krishnag
260+
title: Enrollment groups
261+
prompt: Choose a programming language
262+
pivots:
263+
- id: enrollment-group-x509
264+
title: X.509
265+
- id: enrollment-group-symmetrickey
266+
title: Symmetric Key
258267
# Service-specific groups
259268
- id: cogsvcs-text-analytics-features
260269
title: Text Analytics features

0 commit comments

Comments
 (0)