Skip to content

Commit

Permalink
advanced vm filtering added
Browse files Browse the repository at this point in the history
  • Loading branch information
noasaunders219 committed Sep 19, 2023
1 parent 552e248 commit 01b702f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions api/services/ocean/aksV2/schemas/ocean-vmSizes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ properties:
Minimum number of data disks available.
type: integer
minimum: 1
maximum: 64
example: 1
minGpu:
description: |
Expand All @@ -82,13 +83,13 @@ properties:
diskPerformance:
type: string
description: |
The type of the disk performance.
The filtered vm sizes will support at least one of the classes from this list.
enum: [ Standard, Premium ]
example: Standard
acceleratedNetworking:
type: string
description: |
The type of the disk performance.
In case acceleratedNetworking is set to Enabled, accelerated networking applies only to the VM that enables it.
enum: [ Enabled, Disabled ]
example: Enabled
minNICs:
Expand Down

0 comments on commit 01b702f

Please sign in to comment.