Skip to content

Commit e4e4de4

Browse files
OAS Update
1 parent 8e01c1f commit e4e4de4

2 files changed

Lines changed: 0 additions & 46 deletions

File tree

services/iaas/v2/iaas.json

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4371,13 +4371,6 @@
43714371
}
43724372
],
43734373
"description": "The list of volumes attached to the server."
4374-
},
4375-
"vtpm": {
4376-
"allOf": [
4377-
{
4378-
"$ref": "#/components/schemas/ServerVTPM"
4379-
}
4380-
]
43814374
}
43824375
},
43834376
"required": [
@@ -4562,22 +4555,6 @@
45624555
"format": "byte",
45634556
"type": "string"
45644557
},
4565-
"ServerVTPM": {
4566-
"description": "Configuration for the Virtual Trusted Platform Module (vTPM).",
4567-
"properties": {
4568-
"enabled": {
4569-
"default": false,
4570-
"description": "Defines whether the server instance has the Virtual Trusted Platform Module (vTPM) enabled.",
4571-
"example": true,
4572-
"type": "boolean",
4573-
"x-stackit-logging": true
4574-
}
4575-
},
4576-
"required": [
4577-
"enabled"
4578-
],
4579-
"type": "object"
4580-
},
45814558
"ServiceAccountMail": {
45824559
"description": "Object that represents an e-mail address of a service account.",
45834560
"example": "example@compute.sa.stackit.cloud",

services/iaas/v2beta1/iaas.json

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4266,13 +4266,6 @@
42664266
}
42674267
],
42684268
"description": "The list of volumes attached to the server."
4269-
},
4270-
"vtpm": {
4271-
"allOf": [
4272-
{
4273-
"$ref": "#/components/schemas/ServerVTPM"
4274-
}
4275-
]
42764269
}
42774270
},
42784271
"required": [
@@ -4457,22 +4450,6 @@
44574450
"format": "byte",
44584451
"type": "string"
44594452
},
4460-
"ServerVTPM": {
4461-
"description": "Configuration for the Virtual Trusted Platform Module (vTPM).",
4462-
"properties": {
4463-
"enabled": {
4464-
"default": false,
4465-
"description": "Defines whether the server instance has the Virtual Trusted Platform Module (vTPM) enabled.",
4466-
"example": true,
4467-
"type": "boolean",
4468-
"x-stackit-logging": true
4469-
}
4470-
},
4471-
"required": [
4472-
"enabled"
4473-
],
4474-
"type": "object"
4475-
},
44764453
"ServiceAccountMail": {
44774454
"description": "Object that represents an e-mail address of a service account.",
44784455
"example": "example@compute.sa.stackit.cloud",

0 commit comments

Comments
 (0)