Skip to content

Commit be580a7

Browse files
Copilotraosuhas
andcommitted
Add missing kind and zones properties to documentation
Co-authored-by: raosuhas <11067581+raosuhas@users.noreply.github.com>
1 parent 98c34eb commit be580a7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/body-top-level-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ARM OpenAPI(swagger) specs
1515
## Description
1616

1717
Top level properties should be one of `name`, `type`, `id`, `location`, `properties`, `tags`, `plan`, `sku`, `etag`,
18-
`managedBy`, `managedByExtended`, `identity`, `systemData`, `extendedLocation`. Per [ARM guidelines](https://github.com/cloud-and-ai-microsoft/resource-provider-contract/blob/master/v1.0/resource-api-reference.md),
18+
`managedBy`, `managedByExtended`, `identity`, `kind`, `zones`, `systemData`, `extendedLocation`. Per [ARM guidelines](https://github.com/cloud-and-ai-microsoft/resource-provider-contract/blob/master/v1.0/resource-api-reference.md),
1919
top level properties of a resource should be only ones from the allowed set.
2020

2121
## How to fix

docs/rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Please refer to [body-properties-names-camel-case.md](./body-properties-names-ca
154154
### BodyTopLevelProperties
155155

156156
Top level properties should be one of `name`, `type`, `id`, `location`, `properties`, `tags`, `plan`, `sku`, `etag`,
157-
`managedBy`, `managedByExtended`, `identity`, `systemData`, `extendedLocation`. Per [ARM guidelines](https://github.com/cloud-and-ai-microsoft/resource-provider-contract/blob/master/v1.0/resource-api-reference.md),
157+
`managedBy`, `managedByExtended`, `identity`, `kind`, `zones`, `systemData`, `extendedLocation`. Per [ARM guidelines](https://github.com/cloud-and-ai-microsoft/resource-provider-contract/blob/master/v1.0/resource-api-reference.md),
158158
top level properties of a resource should be only ones from the allowed set.
159159

160160
Please refer to [body-top-level-properties.md](./body-top-level-properties.md) for details.

0 commit comments

Comments
 (0)