Skip to content

Commit

Permalink
fix outscale.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Outscale Bot <[email protected]>
  • Loading branch information
Open-Source-Bot authored and outscale-mgo committed Apr 23, 2024
1 parent a0a8c98 commit e176530
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions outscale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4967,7 +4967,9 @@ components:
BlockDeviceMappingLinkDates:
description: The link dates for the BSU volumes mapped to the VMs (for example,
`2016-01-23T18:45:30.000Z`).
items: string
items:
format: date
type: string
type: array
BlockDeviceMappingStates:
description: The states for the BSU volumes (`attaching` \| `attached` \|
Expand All @@ -4987,7 +4989,8 @@ components:
type: array
CreationDates:
description: The dates when the VMs were launched.
items: string
items:
type: string
type: array
ImageIds:
description: The IDs of the OMIs used to launch the VMs.
Expand Down

0 comments on commit e176530

Please sign in to comment.