Skip to content

Commit

Permalink
[src] Azure Stateful Node Import - Convert Unmanaged Disks
Browse files Browse the repository at this point in the history
[fix] Azure Stateful Node - Swap OS Disk Description
  • Loading branch information
sidaniel committed Sep 28, 2023
1 parent 1468e37 commit 389ad9d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
put:
summary: "Swap OS Disk to Stateful Node"
description:
Configure a new OS disk for an OS persisted paused Stateful Node.
Configure a new managed OS disk for an OS persisted paused Stateful Node.
operationId: "azureStatefulNodeSwapOSDisk"
tags:
- Elastigroup Azure Stateful
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,14 @@ properties:
type: integer
example: 1
description: |
Time in hours to delete the original resources after the import has finished
Time in hours to delete the original resources after the import has finished.
minimum: 0
maximum: 731
convertUnmanagedDisks:
type: boolean
example: true
description: |
Converts virtual machine unmanaged disks to managed disks.
default: false
node:
$ref: "./statefulNodeObject.yaml"

0 comments on commit 389ad9d

Please sign in to comment.