In https://github.com/microsoft/api-guidelines/blob/vNext/azure/Guidelines.md#query-options, it states
⛔ DO NOT prefix any of these query parameter names with "$" (the convention in the OData standard).
However in other Azure API guidelines (such as https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md) there is consistent examples of these ODATA query parameters being defined with a leading $.
Which is correct? Do I define my ODATA query parameters with a leading $ or not?