Skip to content

Commit

Permalink
Merge pull request Azure#4 from hkuadithya/adupadhy/kv-sysdata
Browse files Browse the repository at this point in the history
SystemData and new readonly KeyVaultProperties
  • Loading branch information
jaysterp authored Nov 17, 2020
2 parents 11dbba7 + 7428a33 commit cdd779e
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2596,6 +2596,12 @@
"description": "The type of the resource.",
"type": "string",
"readOnly": true
},
"systemData": {
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/systemData",
"description": "Metadata pertaining to creation and last modification of the resource.",
"type": "object",
"readOnly": true
}
},
"x-ms-azure-resource": true
Expand Down Expand Up @@ -4295,6 +4301,17 @@
"identity": {
"description": "The client id of the identity which will be used to access key vault.",
"type": "string"
},
"keyRotationEnabled": {
"description": "Auto key rotation status for a CMK enabled registry.",
"type": "boolean",
"readOnly": true
},
"lastKeyRotationTimestamp": {
"format": "date-time",
"description": "Timestamp of the last successful key rotation.",
"type": "string",
"readOnly": true
}
}
},
Expand Down

0 comments on commit cdd779e

Please sign in to comment.