Container Registry¶
Filters¶
- Standard Value Filter (see Generic Filters)
 Model: OperationDefinition
- ARM Resource Filters (see Generic Filters)
 Tag Filter - Filter on tag presence and/or values
Marked-For-Op Filter - Filter on tag that indicates a scheduled operation for a resource
Actions¶
ARM Resource Actions (see Generic Actions)
Example Policies¶
Returns all container registry named my-test-container-registry
policies:
- name: get-container-registry
  resource: azure.containerregistry
  filters:
    - type: value
      key: name
      op: eq
      value: my-test-container-registry