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 01b702f commit 9acb43a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/services/ocean/aksV2/schemas/ocean-vmSizes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@ properties:
type: string
description: |
The filtered vm sizes will support at least one of the classes from this list.
enum: [ Standard, Premium ]
enum: [ "Standard", "Premium" ]
example: Standard
acceleratedNetworking:
type: string
description: |
In case acceleratedNetworking is set to Enabled, accelerated networking applies only to the VM that enables it.
enum: [ Enabled, Disabled ]
enum: [ "Enabled", "Disabled" ]
example: Enabled
minNICs:
description: |
Expand Down

0 comments on commit 9acb43a

Please sign in to comment.