Skip to content

Commit 29e336e

Browse files
author
Jill Grant
authored
Merge pull request #285868 from kgremban/aug29-unusedimages
Remove unused images
2 parents 62ab31a + 9ad984a commit 29e336e

17 files changed

+0
-4
lines changed

articles/iot-dps/how-to-control-access.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,16 +252,13 @@ Here are the service functions exposed on the endpoints:
252252
| `{your-service}.azure-devices-provisioning.net/enrollmentGroups` |Provides operations for managing device enrollment groups. |
253253
| `{your-service}.azure-devices-provisioning.net/registrations/{id}` |Provides operations for retrieving and managing the status of device registrations. |
254254
255-
256255
As an example, a service generated using a pre-created shared access policy called `enrollmentread` would create a token with the following parameters:
257256
258257
* resource URI: `{mydps}.azure-devices-provisioning.net`,
259258
* signing key: one of the keys of the `enrollmentread` policy,
260259
* policy name: `enrollmentread`,
261260
* any expiration time.backn
262261
263-
![Create a shared access policy for your Device Provisioning Service instance in the portal][img-add-shared-access-policy]
264-
265262
```javascript
266263
var endpoint ="mydps.azure-devices-provisioning.net";
267264
var policyName = 'enrollmentread';
@@ -299,7 +296,6 @@ The following table lists the permissions you can use to control access to your
299296
300297
<!-- links and images -->
301298
302-
[img-add-shared-access-policy]: ./media/how-to-control-access/how-to-add-shared-access-policy.PNG
303299
[lnk-sdks]: ../iot-hub/iot-hub-devguide-sdks.md
304300
[lnk-azure-resource-manager]: ../azure-resource-manager/management/overview.md
305301
[lnk-resource-provider-apis]: /rest/api/iot-dps/
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)