Skip to content

Commit 4ab6b69

Browse files
authored
Explicitly define KeyCreationTime in Feb21 (#13757)
* Explicitly define KeyCreationTime Explicitly define KeyCreationTime * Fix KeyCreationTime Example Fix KeyCreationTime Example
1 parent 3161755 commit 4ab6b69

File tree

1 file changed

+17
-10
lines changed
  • specification/storage/resource-manager/Microsoft.Storage/stable/2021-02-01

1 file changed

+17
-10
lines changed

specification/storage/resource-manager/Microsoft.Storage/stable/2021-02-01/storage.json

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2104,6 +2104,21 @@
21042104
],
21052105
"description": "KeyPolicy assigned to the storage account."
21062106
},
2107+
"KeyCreationTime": {
2108+
"properties": {
2109+
"key1": {
2110+
"type": "string",
2111+
"format": "date-time",
2112+
"example": "2021-02-03T05:57:30.917Z"
2113+
},
2114+
"key2": {
2115+
"type": "string",
2116+
"format": "date-time",
2117+
"example": "2021-02-03T05:57:30.917Z"
2118+
}
2119+
},
2120+
"description": "Storage account keys creation time."
2121+
},
21072122
"EncryptionService": {
21082123
"properties": {
21092124
"enabled": {
@@ -2977,16 +2992,8 @@
29772992
},
29782993
"keyCreationTime": {
29792994
"readOnly": true,
2980-
"type": "object",
2981-
"additionalProperties": {
2982-
"type": "string",
2983-
"format": "date-time"
2984-
},
2985-
"example": {
2986-
"key1": "2021-02-03T05:57:30.917Z",
2987-
"key2": "2021-02-03T05:55:30.917Z"
2988-
},
2989-
"description": "Gets the list of storage account keys creation time."
2995+
"$ref": "#/definitions/KeyCreationTime",
2996+
"description": "Storage account keys creation time."
29902997
},
29912998
"secondaryEndpoints": {
29922999
"$ref": "#/definitions/Endpoints",

0 commit comments

Comments
 (0)