Skip to content

Commit cdd779e

Browse files
authored
Merge pull request Azure#4 from hkuadithya/adupadhy/kv-sysdata
SystemData and new readonly KeyVaultProperties
2 parents 11dbba7 + 7428a33 commit cdd779e

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

  • specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2020-11-01-preview

specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2020-11-01-preview/containerregistry.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2596,6 +2596,12 @@
25962596
"description": "The type of the resource.",
25972597
"type": "string",
25982598
"readOnly": true
2599+
},
2600+
"systemData": {
2601+
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/systemData",
2602+
"description": "Metadata pertaining to creation and last modification of the resource.",
2603+
"type": "object",
2604+
"readOnly": true
25992605
}
26002606
},
26012607
"x-ms-azure-resource": true
@@ -4295,6 +4301,17 @@
42954301
"identity": {
42964302
"description": "The client id of the identity which will be used to access key vault.",
42974303
"type": "string"
4304+
},
4305+
"keyRotationEnabled": {
4306+
"description": "Auto key rotation status for a CMK enabled registry.",
4307+
"type": "boolean",
4308+
"readOnly": true
4309+
},
4310+
"lastKeyRotationTimestamp": {
4311+
"format": "date-time",
4312+
"description": "Timestamp of the last successful key rotation.",
4313+
"type": "string",
4314+
"readOnly": true
42984315
}
42994316
}
43004317
},

0 commit comments

Comments
 (0)