Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Query filter for /secrets should use single quotes
Unlike other resources, when filtering secrets by name, the name should be surrounded by single quotes. If no quotes are present the following error is returned: ``` {"httpStatusCode":400,"errorCode":"HPE_GL_DATA_SERVICES_INVALID_PARAMETER","message":"unsupported OData filter \"name eq foo\" due to unsupported OData comparison value type (must be String)","debugId":"f461e8f8dc017a5fca7d6a6c404c0016"} ```
- Loading branch information