Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDK v1.28.7 #11

Merged
merged 1 commit into from
Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 6 additions & 10 deletions old-outscale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4825,9 +4825,7 @@ components:
BlockDeviceMappingLinkDates:
description: The link dates for the BSU volumes mapped to the VMs (for example,
`2016-01-23T18:45:30.000Z`).
items:
format: date
type: string
items: string
type: array
BlockDeviceMappingStates:
description: The states for the BSU volumes (`attaching` \| `attached` \|
Expand All @@ -4847,9 +4845,7 @@ components:
type: array
CreationDates:
description: The dates when the VMs were launched.
items:
format: date
type: string
items: string
type: array
ImageIds:
description: The IDs of the OMIs used to launch the VMs.
Expand Down Expand Up @@ -4906,9 +4902,7 @@ components:
type: array
NicLinkNicLinkNicDates:
description: The dates and time when the NICs were attached to the VMs.
items:
format: date
type: string
items: string
type: array
NicLinkNicLinkNicIds:
description: The IDs of the NIC attachments.
Expand Down Expand Up @@ -7761,6 +7755,8 @@ components:
items:
"$ref": "#/components/schemas/Keypair"
type: array
ResponseContext:
"$ref": "#/components/schemas/ResponseContext"
ReadLinkedPoliciesFilters:
additionalProperties: false
description: One or more filters.
Expand Down Expand Up @@ -11220,7 +11216,7 @@ info:
url: https://opensource.org/licenses/BSD-3-Clause
termsOfService: https://en.outscale.com/terms-of-service/
title: 3DS OUTSCALE API
version: 1.28.5
version: 1.28.6
openapi: 3.0.0
paths:
"/AcceptNetPeering":
Expand Down
Loading
Loading