Open
Description
API Spec link
API Spec version
2022-04-01
Describe the bug
The format mentioned for parameter filter in the description principalId eq {id}
is actually not supported, which would made confusions to the users.
The correct format should be principalId eq '{id}'
.
Expected behavior
Update the words $filter=principalId eq {id}
to $filter=principalId eq '{id}'
in the description.
Actual behavior
Reproduction Steps
Call Role Assignments List Operations with parameter $filter
in format principalId eq {id}
, returned with error The filter 'principalId eq xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx' is not supported. Supported filters are either 'atScope()' or 'principalId eq '{value}' or assignedTo('{value}')'.
Environment
No response