Mark Azure DevOps device as a service (#40044)

pull/40047/head
Aidan Timson 2020-09-14 00:22:33 +01:00 committed by GitHub
parent 7b016063ca
commit ae8c9d82bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -126,4 +126,5 @@ class AzureDevOpsDeviceEntity(AzureDevOpsEntity):
},
"manufacturer": self.organization,
"name": self.project,
"entry_type": "service",
}