Skip to content

Commit

Permalink
Explicitly define KeyCreationTime in Feb21 (#13757)
Browse files Browse the repository at this point in the history
* Explicitly define KeyCreationTime

Explicitly define KeyCreationTime

* Fix KeyCreationTime Example

Fix KeyCreationTime Example
  • Loading branch information
hyhdtc authored Apr 8, 2021
1 parent 3161755 commit 4ab6b69
Showing 1 changed file with 17 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2104,6 +2104,21 @@
],
"description": "KeyPolicy assigned to the storage account."
},
"KeyCreationTime": {
"properties": {
"key1": {
"type": "string",
"format": "date-time",
"example": "2021-02-03T05:57:30.917Z"
},
"key2": {
"type": "string",
"format": "date-time",
"example": "2021-02-03T05:57:30.917Z"
}
},
"description": "Storage account keys creation time."
},
"EncryptionService": {
"properties": {
"enabled": {
Expand Down Expand Up @@ -2977,16 +2992,8 @@
},
"keyCreationTime": {
"readOnly": true,
"type": "object",
"additionalProperties": {
"type": "string",
"format": "date-time"
},
"example": {
"key1": "2021-02-03T05:57:30.917Z",
"key2": "2021-02-03T05:55:30.917Z"
},
"description": "Gets the list of storage account keys creation time."
"$ref": "#/definitions/KeyCreationTime",
"description": "Storage account keys creation time."
},
"secondaryEndpoints": {
"$ref": "#/definitions/Endpoints",
Expand Down

0 comments on commit 4ab6b69

Please sign in to comment.