Skip to content

Commit e4f623e

Browse files
tombuildsstuffLeiWang3
authored andcommitted
vmwarecloudsimple: adding a missing type to the datetime field (Azure#16090)
1 parent 78c258d commit e4f623e

File tree

1 file changed

+2
-1
lines changed
  • specification/vmwarecloudsimple/resource-manager/Microsoft.VMwareCloudSimple/stable/2019-04-01

1 file changed

+2
-1
lines changed

specification/vmwarecloudsimple/resource-manager/Microsoft.VMwareCloudSimple/stable/2019-04-01/vmwarecloudsimple.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2557,7 +2557,8 @@
25572557
"created": {
25582558
"description": "date time the resource was created",
25592559
"format": "date-time",
2560-
"readOnly": true
2560+
"readOnly": true,
2561+
"type": "string"
25612562
},
25622563
"nodesCount": {
25632564
"description": "count of nodes to create",

0 commit comments

Comments
 (0)