File tree Expand file tree Collapse file tree 1 file changed +17
-10
lines changed
specification/storage/resource-manager/Microsoft.Storage/stable/2021-02-01 Expand file tree Collapse file tree 1 file changed +17
-10
lines changed Original file line number Diff line number Diff line change 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" : {
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" ,
You can’t perform that action at this time.
0 commit comments