You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When querying BitLocker Recovery keys through the Microsoft Graph API, version 1.0 no key is returned even though it is part of the select query header, except when key is the only selected property.
I do realize that this is not specific for the Graph Explorer, but I don't know where else to report this.
To Reproduce
Steps to reproduce the behavior:
Ensure the client has the BitlockerKey.Read.All permission
Query https://graph.microsoft.com/v1.0/informationProtection/bitlocker/recoveryKeys/{recoveryKeyId}/?$select=key - all properties, including the key is returned
Query https://graph.microsoft.com/v1.0/informationProtection/bitlocker/recoveryKeys/{recoveryKeyId}/?$select=key,id,createdDateTime,deviceId - the properties id, createdDateTime and deviceId is returned but not the key.
Expected behavior
All selected properties, including key, should be returned when using the statement $select=key,id,createdDateTime,deviceId.
The text was updated successfully, but these errors were encountered:
Describe the bug
When querying BitLocker Recovery keys through the Microsoft Graph API, version 1.0 no key is returned even though it is part of the select query header, except when key is the only selected property.
I do realize that this is not specific for the Graph Explorer, but I don't know where else to report this.
To Reproduce
Steps to reproduce the behavior:
BitlockerKey.Read.All
permissionhttps://graph.microsoft.com/v1.0/informationProtection/bitlocker/recoveryKeys/{recoveryKeyId}/?$select=key
- all properties, including the key is returnedhttps://graph.microsoft.com/v1.0/informationProtection/bitlocker/recoveryKeys/{recoveryKeyId}/?$select=key,id,createdDateTime,deviceId
- the properties id, createdDateTime and deviceId is returned but not the key.Expected behavior
All selected properties, including key, should be returned when using the statement
$select=key,id,createdDateTime,deviceId
.The text was updated successfully, but these errors were encountered: