Skip to content

Commit 3714457

Browse files
authored
Merge pull request #41878 from BryanLa/patch-26
Fix TPM variable
2 parents 3373987 + 11b14c7 commit 3714457

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-dps/quick-create-simulated-device-tpm-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: iot-dps
55
keywords:
66
author: bryanla
77
ms.author: v-masebo;bryanla
8-
ms.date: 04/09/2018
8+
ms.date: 05/21/2018
99
ms.topic: quickstart
1010
ms.service: iot-dps
1111

@@ -106,7 +106,7 @@ If you're unfamiliar with the process of auto-provisioning, be sure to also revi
106106
cd azure-iot-sdk-python/provisioning_device_client/samples
107107
```
108108
109-
1. Using your Python IDE, edit the python script named **provisioning\_device\_client\_sample.py**. Modify the _GLOBAL\_PROV\_URI_ and _ID\_SCOPE_ variables to the values noted previously.
109+
1. Using your Python IDE, edit the python script named **provisioning\_device\_client\_sample.py**. Modify the *GLOBAL\_PROV\_URI* and *ID\_SCOPE* variables to the values noted previously. Also make sure *SECURITY\_DEVICE\_TYPE* is set to `ProvisioningSecurityDeviceType.TPM`
110110
111111
```python
112112
GLOBAL_PROV_URI = "{globalServiceEndpoint}"

0 commit comments

Comments
 (0)