From 1ec6365dad47f97fa7058993bd28e36f2fbce5d0 Mon Sep 17 00:00:00 2001 From: yarden Date: Tue, 11 Feb 2025 14:49:31 +0200 Subject: [PATCH] minor fix --- .../spotVms/schemas/createElastigroupSpotVMs.yaml | 15 +++++++-------- .../schemas/elastigroupVm-integrations.yaml | 11 +++++------ .../create/createStatefulNodeIntegrations.yaml | 2 +- .../update/updateStatefulNodeIntegrations.yaml | 6 +++--- 4 files changed, 16 insertions(+), 18 deletions(-) diff --git a/api/services/elastigroup/azure/spotVms/schemas/createElastigroupSpotVMs.yaml b/api/services/elastigroup/azure/spotVms/schemas/createElastigroupSpotVMs.yaml index d7b3f9dc..105a001c 100644 --- a/api/services/elastigroup/azure/spotVms/schemas/createElastigroupSpotVMs.yaml +++ b/api/services/elastigroup/azure/spotVms/schemas/createElastigroupSpotVMs.yaml @@ -1514,17 +1514,17 @@ properties: gracePeriod: type: integer description: | - Indicates (in seconds) the timeout to wait until instance become healthy based on the healthCheckType. + Indicates (in seconds) the timeout to wait until instance become healthy based on the healthCheckType.The number of seconds the timeout waits until the instance becomes healthy based on the healthCheckType. minimum: 1 integrations: type: object title: Elastigroup Integrations description: | - Set integrations for the VMs in the Elastigroup. + Configure integrations for the VMs in the Elastigroup. properties: azureDns: description: | - Set DNS zones for the VMs in the Elastigroup. + Configure DNS zones for the VMs in the Elastigroup. [Read more](https://docs.spot.io/elastigroup/features-azure/dns) type: object required: @@ -1544,7 +1544,7 @@ properties: type: type: string description: | - The type of the DNS zone. Currently we only support public DNS zones. + The type of DNS zone. Currently, only public is supported. enum: - "public" example: "public" @@ -1561,7 +1561,7 @@ properties: recordSets: type: array description: - List of record sets to be add the Virtual Machine IPs to the DNS. + The record sets of virtual machine IPs to add to the DNS. items: type: object title: Record Sets @@ -1572,12 +1572,11 @@ properties: spotAccountId: type: string description: | - The Spot account ID that connected to the Azure subscription to which the DNS zone belongs. - Relevant only in case of cross-subscription shared DNS zones. + For cross-subscription shared DNS zones, this is the Spot account ID of the Azure subscription in the DNS zone. insights: type: object description: | - Set insights for the VMs in the Elastigroup. + Configure Azure Insights for Elastigroup VMs. required: - isEnabled - dataCollectionRuleId diff --git a/api/services/elastigroup/azure/spotVms/schemas/elastigroupVm-integrations.yaml b/api/services/elastigroup/azure/spotVms/schemas/elastigroupVm-integrations.yaml index df298e69..7bbc39da 100644 --- a/api/services/elastigroup/azure/spotVms/schemas/elastigroupVm-integrations.yaml +++ b/api/services/elastigroup/azure/spotVms/schemas/elastigroupVm-integrations.yaml @@ -1,7 +1,7 @@ type: object title: Elastigroup Integrations description: | - Set integrations for the VMs in the Elastigroup. + Configure integrations for the VMs in the Elastigroup. properties: azureDns: description: | @@ -18,7 +18,7 @@ properties: type: type: string description: | - The type of the DNS zone. Currently we only support public DNS zones. + The type of DNS zone. Currently, only public is supported. enum: - "public" example: "public" @@ -35,7 +35,7 @@ properties: recordSets: type: array description: - List of record sets to be add the Virtual Machine IPs to the DNS. + The record sets of virtual machine IPs to add to the DNS. items: type: object title: Record Sets @@ -48,12 +48,11 @@ properties: spotAccountId: type: string description: | - The Spot account ID that connected to the Azure subscription to which the DNS zone belongs. - Relevant only in case of cross-subscription shared DNS zones. + For cross-subscription shared DNS zones, this is the Spot account ID of the Azure subscription in the DNS zone. insights: type: object description: | - Set insights for the VMs in the Elastigroup. + Configure insights for the VMs in the Elastigroup. properties: isEnabled: type: boolean diff --git a/api/services/elastigroup/azure/stateful/node/schemas/create/createStatefulNodeIntegrations.yaml b/api/services/elastigroup/azure/stateful/node/schemas/create/createStatefulNodeIntegrations.yaml index d59be6a3..740071f2 100644 --- a/api/services/elastigroup/azure/stateful/node/schemas/create/createStatefulNodeIntegrations.yaml +++ b/api/services/elastigroup/azure/stateful/node/schemas/create/createStatefulNodeIntegrations.yaml @@ -1,7 +1,7 @@ type: object title: Stateful Node Integrations description: | - Set integrations for the VMs in the Stateful Node. + Configure integrations for the VMs in the Stateful Node. properties: insights: type: object diff --git a/api/services/elastigroup/azure/stateful/node/schemas/update/updateStatefulNodeIntegrations.yaml b/api/services/elastigroup/azure/stateful/node/schemas/update/updateStatefulNodeIntegrations.yaml index 663d5d14..0800524b 100644 --- a/api/services/elastigroup/azure/stateful/node/schemas/update/updateStatefulNodeIntegrations.yaml +++ b/api/services/elastigroup/azure/stateful/node/schemas/update/updateStatefulNodeIntegrations.yaml @@ -1,17 +1,17 @@ type: object title: Stateful Node Integrations description: | - Set integrations for the VMs in the Stateful Node. + Configure integrations for the VMs in the Stateful Node. properties: insights: type: object description: | - Set insights for the the Stateful Node. + Configure insights for the the stateful node. properties: isEnabled: type: boolean description: | - Enable insights for the Stateful Node. + Enable insights for the stateful node. dataCollectionRuleId: type: string description: