is it possible to upload and trigger a single policy for a resource group using the REST API? Somehow I couldn't find a direct answer to this in the docs.
Something like this in AWS (https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_view-compliance.html)
I'd like to only have the result of a single, customly defined, policy that I upload via REST.
Thank you Best Tim
You can use the $filter to do something like "$filter=policyAssimentID eq '/subscriptions/{subscription-id}/resourceGroups/{RG-Name}/providers/Microsoft.Authorization/policyAssignments/{Policyassignment-id}'"