Skip to content

Commit 152a106

Browse files
vmwarecloudsimple: adding a missing type to the datetime field (#16090)
1 parent c2da2d5 commit 152a106

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)