Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 18 additions & 24 deletions specification/common-types/resource-management/v1/types.json
Original file line number Diff line number Diff line change
Expand Up @@ -356,18 +356,8 @@
"description": "The identity that created the resource."
},
"createdByType": {
"type": "string",
"description": "The type of identity that created the resource.",
"enum": [
"User",
"Application",
"ManagedIdentity",
"Key"
],
"x-ms-enum": {
"name": "createdByType",
"modelAsString": true
}
"$ref": "#/definitions/createdByType",
"description": "The type of identity that created the resource."
},
"createdAt": {
"type": "string",
Expand All @@ -379,18 +369,8 @@
"description": "The identity that last modified the resource."
},
"lastModifiedByType": {
"type": "string",
"description": "The type of identity that last modified the resource.",
"enum": [
"User",
"Application",
"ManagedIdentity",
"Key"
],
"x-ms-enum": {
"name": "createdByType",
"modelAsString": true
}
"$ref": "#/definitions/createdByType",
"description": "The type of identity that last modified the resource."
},
"lastModifiedAt": {
"type": "string",
Expand All @@ -399,6 +379,20 @@
}
}
},
"createdByType": {
"type": "string",
"description": "The type of identity that operated on the resource.",
"enum": [
"User",
"Application",
"ManagedIdentity",
"Key"
],
"x-ms-enum": {
"name": "createdByType",
"modelAsString": true
}
},
"encryptionProperties": {
"description": "Configuration of key for data encryption",
"type": "object",
Expand Down
Loading