Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
feat(fota): add ADUGroup tag for all devices
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Apr 7, 2021
1 parent 9ca1ccc commit d9360fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cli/commands/create-ca-intermediate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ export const createCAIntermediateCommand = ({
migrateDeviceData: true,
updateHubAssignment: true,
},
initialTwin: undefined as any,
initialTwin: {
tags: { ADUGroup: 'all' }, // Register support for Azure Device Update
} as any,
iotHubHostName: undefined as any,
iotHubs: undefined as any,
etag: undefined as any,
Expand Down

0 comments on commit d9360fe

Please sign in to comment.