Skip to content

Commit

Permalink
DOC-2175 - add the option to switch the VM to OD before deleting the …
Browse files Browse the repository at this point in the history
…stateful node -tests and Deployment
  • Loading branch information
lionelresnik committed Dec 11, 2024
1 parent 5754c8d commit a21dced
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ properties:
type: string
description: |
The type of the data disk.
enum: [ Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, StandardSSD_ZRS, Premium_ZRS ]
enum: [ Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, StandardSSD_ZRS, Premium_ZRS, PremiumV2_LRS]
example: "Standard_LRS"
zone:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ properties:
type: string
description: |
The type of the disk.
enum: [ Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, StandardSSD_ZRS, Premium_ZRS ]
enum: [ Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, StandardSSD_ZRS, Premium_ZRS, PremiumV2_LRS ]
example: "Standard_LRS"
managedBy:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ properties:
type: string
description: |
The type of the data disk.
enum: [ Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, StandardSSD_ZRS, Premium_ZRS ]
enum: [ Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, StandardSSD_ZRS, Premium_ZRS, PremiumV2_LRS]
example: "Standard_LRS"
caching:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ properties:
type: string
description: |
The type of the data disk
enum: [ Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, StandardSSD_ZRS, Premium_ZRS ]
enum: [ Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, StandardSSD_ZRS, Premium_ZRS, PremiumV2_LRS ]
example: "Standard_LRS"
caching:
type: string
Expand Down

0 comments on commit a21dced

Please sign in to comment.