Skip to content

Commit

Permalink
Update vm name prefix (#615)
Browse files Browse the repository at this point in the history
[src] update vmNamePrefix description in Azure
[src] update healthCheckTypes type in elastigroup
  • Loading branch information
EladTanaami authored May 21, 2024
1 parent 4e94326 commit 5e7b20a
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -553,8 +553,13 @@ properties:
title: Health Check Types
description: |
Health check types to use in order to validate VM health.
type: string
example: vmState
type: array
items:
type: string
enum:
- "vmState"
- "applicationGateway"
example: [ "vmState" ]
gracePeriod:
title: Grace Period
description: |
Expand Down Expand Up @@ -974,13 +979,13 @@ properties:
type: string
description: |
The relative URL of the Key Vault containing the secret.
example: "/subscriptions/1234-1234-1234/resourceGroups/rg_test/providers/Microsoft.KeyVault/vaults/testKeyVault"
example: "/subscriptions/1234-1234-1234/resourceGroups/rg_test/providers/Microsoft.KeyVault/vaults/testKeyVault"
secretUrl:
title: secretUrl
type: string
description: |
The URL referencing a secret in a Key Vault.
example: "https://testKeyVault.vault.azure.net/secrets/SecretTest/123456"
example: "https://testKeyVault.vault.azure.net/secrets/SecretTest/123456"
publicSettings:
title: Public Settings
description: |
Expand Down Expand Up @@ -1066,8 +1071,7 @@ properties:
* The prefix value should comply with the following limitations:
* A maximal length of 25 characters.
* The prefix can’t contain spaces, control characters, or these characters: ~ ! @ # $ % ^ & * ( ) = + _ [ ] { } | ; : . ' " , < > / ?
* A Windows VM prefix can't include a period or end with a hyphen.
* A Linux VM prefix can't end with a period or hyphen.
* The VM prefix can't end with a hyphen.
example: "prefix"
customData:
title: Custom Data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ properties:
* The prefix value should comply with the following limitations:
* A maximal length of 25 characters.
* The prefix can’t contain spaces, control characters, or these characters: ~ ! @ # $ % ^ & * ( ) = + _ [ ] { } | ; : . ' " , < > / ?
* A Windows VM prefix can't include a period or end with a hyphen.
* A Linux VM prefix can't end with a period or hyphen.
* The VM prefix can't end with a hyphen.
example: "prefix"
customData:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ properties:
* The prefix value should comply with the following limitations:
* A maximal length of 25 characters.
* The prefix can’t contain spaces, control characters, or these characters: ~ ! @ # $ % ^ & * ( ) = + _ [ ] { } | ; : . ' " , < > / ?
* A Windows VM prefix can't include a period or end with a hyphen.
* A Linux VM prefix can't end with a period or hyphen.
* The VM prefix can't end with a hyphen.
example: "prefix"
security:
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ description: |
Set health check and auto-healing of unhealthy VMs.
properties:
healthCheckTypes:
type: array
description: |
Health check types to use in order to validate VM health.
type: array
items:
type: string
enum:
- "vmState"
- "applicationGateway"
example: [ "vmState" ]
example: [ "vmState" ]
gracePeriod:
type: integer
description: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ properties:
enum:
- "vmState"
- "applicationGateway"
example: [ "vmState" ]
example: [ "vmState" ]

Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,7 @@ properties:
* The prefix value should comply with the following limitations:
* A maximal length of 25 characters.
* The prefix can’t contain spaces, control characters, or these characters: ~ ! @ # $ % ^ & * ( ) = + _ [ ] { } | ; : . ' " , < > / ?
* A Windows VM prefix can't include a period or end with a hyphen.
* A Linux VM prefix can't end with a period or hyphen.
* The VM prefix can't end with a hyphen.
example: "prefix"
customData:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ properties:
enum:
- "vmState"
- "applicationGateway"
example: [ "vmState" ]
example: [ "vmState" ]
gracePeriod:
type: integer
description: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,7 @@ properties:
* The prefix value should comply with the following limitations:
* A maximal length of 25 characters.
* The prefix can’t contain spaces, control characters, or these characters: ~ ! @ # $ % ^ & * ( ) = + _ [ ] { } | ; : . ' " , < > / ?
* A Windows VM prefix can't include a period or end with a hyphen.
* A Linux VM prefix can't end with a period or hyphen.
* The VM prefix can't end with a hyphen.
example: "prefix"
customData:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ properties:
enum:
- "vmState"
- "applicationGateway"
example: [ "vmState" ]
example: [ "vmState" ]
gracePeriod:
type: integer
description: |
Expand Down

0 comments on commit 5e7b20a

Please sign in to comment.