Resource names
Rules for AIP-121, covering resource names.
Rule name | Description |
---|---|
no-mutable-cycles | Resources must not form a resource reference cycle. |
resource-must-support-get | All resources must have a Standard Get method. |
resource-must-support-list | All resources must have a Standard List method. |
Note: Because AIPs sometimes cover topics that have some overlap, some rules related to resource names may be included in the rules for other AIPs.