Skip to content

Commit

Permalink
[scr] Add AKS V2 roll
Browse files Browse the repository at this point in the history
  • Loading branch information
avitalwerz committed Dec 6, 2023
1 parent db0ce4e commit 1a303a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/services/ocean/aksV2/paths/roll-get.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ get:
summary: "Get Roll"
description: >
Get status for a roll of an Ocean cluster.
operationId: "oceanAksRollGetSingleRoll"
operationId: "oceanAksGetSingleRoll"
tags:
- "Ocean AKS"
parameters:
Expand Down
4 changes: 2 additions & 2 deletions api/spot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -704,9 +704,9 @@ paths:
$ref: services/ocean/aksV2/paths/virtualNodeGroupAllowedVmSizes.yaml
/ocean/azure/np/cluster/{oceanClusterId}/roll:
$ref: services/ocean/aksV2/paths/roll.yaml
/ocean/azure/np/cluster/{oceanClusterId}/roll{rollId}:
/ocean/azure/np/cluster/{oceanClusterId}/roll/{rollId}:
$ref: services/ocean/aksV2/paths/roll-get.yaml
/ocean/azure/np/cluster/{oceanClusterId}/roll{rollId}/stop:
/ocean/azure/np/cluster/{oceanClusterId}/roll/{rollId}/stop:
$ref: services/ocean/aksV2/paths/roll-stop.yaml
/ocean/azure/k8s/cluster/{oceanClusterId}/aggregatedCosts:
$ref: services/ocean/aks/paths/cluster-aggregated-costs.yaml
Expand Down

0 comments on commit 1a303a7

Please sign in to comment.