diff --git a/api/services/elastigroup/azure/spotVms/schemas/elastigroupVm-integrations.yaml b/api/services/elastigroup/azure/spotVms/schemas/elastigroupVm-integrations.yaml index 210ad4cb..df298e69 100644 --- a/api/services/elastigroup/azure/spotVms/schemas/elastigroupVm-integrations.yaml +++ b/api/services/elastigroup/azure/spotVms/schemas/elastigroupVm-integrations.yaml @@ -42,6 +42,8 @@ properties: properties: name: type: string + description: | + The name of the record set. example: "myRecordSet" spotAccountId: type: string diff --git a/api/services/elastigroup/azure/spotVms/schemas/elastigroupVm-update.yaml b/api/services/elastigroup/azure/spotVms/schemas/elastigroupVm-update.yaml index f90c68eb..26918c9d 100644 --- a/api/services/elastigroup/azure/spotVms/schemas/elastigroupVm-update.yaml +++ b/api/services/elastigroup/azure/spotVms/schemas/elastigroupVm-update.yaml @@ -29,6 +29,8 @@ properties: $ref: "../schemas/elastigroupVm-health.yaml" scheduling: $ref: "../schemas/elastigroupVm-scheduling.yaml" + integrations: + $ref: "../schemas/elastigroupVm-integrations.yaml" createdAt: type: string readOnly: true