Skip to content

Commit

Permalink
Refactor v3 common type ResourceModelWithAllowedPropertySet definitio…
Browse files Browse the repository at this point in the history
…n to include systemData and reuse propertiy definitions. (Azure#18789)
  • Loading branch information
mentat9 authored and FredericHeem committed May 16, 2022
1 parent 89c5d34 commit 2145342
Showing 1 changed file with 5 additions and 41 deletions.
46 changes: 5 additions & 41 deletions specification/common-types/resource-management/v3/types.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,35 +102,6 @@
"description": "The resource model definition containing the full set of allowed properties for a resource. Except properties bag, there cannot be a top level property outside of this set.",
"type": "object",
"properties": {
"id": {
"readOnly": true,
"type": "string",
"x-ms-mutability": [
"read"
],
"description": "Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
},
"name": {
"readOnly": true,
"type": "string",
"description": "The name of the resource"
},
"type": {
"readOnly": true,
"type": "string",
"x-ms-mutability": [
"read"
],
"description": "The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\""
},
"location": {
"type": "string",
"x-ms-mutability": [
"read",
"create"
],
"description": "The geo-location where the resource lives"
},
"managedBy": {
"type": "string",
"x-ms-mutability": [
Expand All @@ -154,18 +125,6 @@
"type": "string",
"description": "The etag field is *not* required. If it is provided in the response body, it must also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. "
},
"tags": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"x-ms-mutability": [
"read",
"create",
"update"
],
"description": "Resource tags."
},
"identity": {
"allOf": [
{
Expand All @@ -188,6 +147,11 @@
]
}
},
"allOf": [
{
"$ref": "#/definitions/TrackedResource"
}
],
"x-ms-azure-resource": true
},
"SkuTier": {
Expand Down

0 comments on commit 2145342

Please sign in to comment.