Skip to content

Commit 7b31893

Browse files
OAS Update
1 parent d649f8a commit 7b31893

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

services/automation/v1beta/automation.json

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -745,19 +745,6 @@
745745
"id"
746746
]
747747
},
748-
"GenericInput": {
749-
"additionalProperties": true,
750-
"properties": {
751-
"kind": {
752-
"example": "Generic",
753-
"type": "string"
754-
}
755-
},
756-
"required": [
757-
"kind"
758-
],
759-
"type": "object"
760-
},
761748
"GetVolumeIDsResult": {
762749
"properties": {
763750
"kind": {
@@ -1188,17 +1175,13 @@
11881175
"VolumeAutomationInput": {
11891176
"discriminator": {
11901177
"mapping": {
1191-
"Generic": "#/components/schemas/GenericInput",
11921178
"VolumeRecoveryPointManagement": "#/components/schemas/VolumeRecoveryPointManagementInput"
11931179
},
11941180
"propertyName": "kind"
11951181
},
11961182
"oneOf": [
11971183
{
11981184
"$ref": "#/components/schemas/VolumeRecoveryPointManagementInput"
1199-
},
1200-
{
1201-
"$ref": "#/components/schemas/GenericInput"
12021185
}
12031186
],
12041187
"required": [
@@ -2242,7 +2225,6 @@
22422225
"description": "A comma-separated list of fully qualified names of fields to be updated. Example: \"name,triggers.schedule.rrule\"",
22432226
"in": "query",
22442227
"name": "updateMask",
2245-
"required": true,
22462228
"schema": {
22472229
"type": "string"
22482230
}

0 commit comments

Comments
 (0)