Skip to content

Commit 5575aef

Browse files
authored
remove unused SystemData from databoxedge 2022-03-01 (#18526)
1 parent f92aaf8 commit 5575aef

File tree

1 file changed

+0
-53
lines changed
  • specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/stable/2022-03-01

1 file changed

+0
-53
lines changed

specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/stable/2022-03-01/databoxedge.json

Lines changed: 0 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -9005,59 +9005,6 @@
90059005
}
90069006
}
90079007
},
9008-
"SystemData": {
9009-
"description": "Metadata pertaining to creation and last modification of the resource.",
9010-
"type": "object",
9011-
"readOnly": true,
9012-
"properties": {
9013-
"createdBy": {
9014-
"type": "string",
9015-
"description": "The identity that created the resource."
9016-
},
9017-
"createdByType": {
9018-
"type": "string",
9019-
"description": "The type of identity that created the resource.",
9020-
"enum": [
9021-
"User",
9022-
"Application",
9023-
"ManagedIdentity",
9024-
"Key"
9025-
],
9026-
"x-ms-enum": {
9027-
"name": "createdByType",
9028-
"modelAsString": true
9029-
}
9030-
},
9031-
"createdAt": {
9032-
"type": "string",
9033-
"format": "date-time",
9034-
"description": "The timestamp of resource creation (UTC)."
9035-
},
9036-
"lastModifiedBy": {
9037-
"type": "string",
9038-
"description": "The identity that last modified the resource."
9039-
},
9040-
"lastModifiedByType": {
9041-
"type": "string",
9042-
"description": "The type of identity that last modified the resource.",
9043-
"enum": [
9044-
"User",
9045-
"Application",
9046-
"ManagedIdentity",
9047-
"Key"
9048-
],
9049-
"x-ms-enum": {
9050-
"name": "createdByType",
9051-
"modelAsString": true
9052-
}
9053-
},
9054-
"lastModifiedAt": {
9055-
"type": "string",
9056-
"format": "date-time",
9057-
"description": "The type of identity that last modified the resource."
9058-
}
9059-
}
9060-
},
90619008
"TrackingInfo": {
90629009
"description": "Tracking courier information.",
90639010
"type": "object",

0 commit comments

Comments
 (0)