Mark Azure DevOps device as a service (#40044)

This commit is contained in:
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

View File

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