Skip to content

Commit a21dced

Browse files
committed
DOC-2175 - add the option to switch the VM to OD before deleting the stateful node -tests and Deployment
1 parent 5754c8d commit a21dced

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

api/services/elastigroup/azure/stateful/node/schemas/attachDataDisk/attachDataDiskToStatefulNode.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ properties:
3434
type: string
3535
description: |
3636
The type of the data disk.
37-
enum: [ Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, StandardSSD_ZRS, Premium_ZRS ]
37+
enum: [ Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, StandardSSD_ZRS, Premium_ZRS, PremiumV2_LRS]
3838
example: "Standard_LRS"
3939
zone:
4040
type: string

api/services/elastigroup/azure/stateful/node/schemas/attachDataDisk/disk.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ properties:
3636
type: string
3737
description: |
3838
The type of the disk.
39-
enum: [ Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, StandardSSD_ZRS, Premium_ZRS ]
39+
enum: [ Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, StandardSSD_ZRS, Premium_ZRS, PremiumV2_LRS ]
4040
example: "Standard_LRS"
4141
managedBy:
4242
type: string

api/services/elastigroup/azure/stateful/node/schemas/create/createStatefulNodeCompute.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ properties:
628628
type: string
629629
description: |
630630
The type of the data disk.
631-
enum: [ Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, StandardSSD_ZRS, Premium_ZRS ]
631+
enum: [ Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, StandardSSD_ZRS, Premium_ZRS, PremiumV2_LRS]
632632
example: "Standard_LRS"
633633
caching:
634634
type: string

api/services/elastigroup/azure/stateful/node/schemas/update/updateStatefulNodeCompute.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ properties:
599599
type: string
600600
description: |
601601
The type of the data disk
602-
enum: [ Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, StandardSSD_ZRS, Premium_ZRS ]
602+
enum: [ Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, StandardSSD_ZRS, Premium_ZRS, PremiumV2_LRS ]
603603
example: "Standard_LRS"
604604
caching:
605605
type: string

0 commit comments

Comments
 (0)