Skip to content

Commit

Permalink
Add filter param to GetRegions API (#34)
Browse files Browse the repository at this point in the history
Signed-off-by: Deepak Mettem <[email protected]>
  • Loading branch information
dmettem authored Jan 28, 2021
1 parent 27dbfc1 commit 2c304b4
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 20 deletions.
1 change: 1 addition & 0 deletions hack/fix_vra_swagger
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def add_filter_params(swagger):
"/iaas/api/storage-profiles-vsphere",
"/iaas/api/block-devices",
"/iaas/api/machines",
"/iaas/api/regions",
]

# Update the needed paths
Expand Down
40 changes: 20 additions & 20 deletions pkg/client/compute/revert_machine_snapshot_parameters.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 32 additions & 0 deletions pkg/client/location/get_regions_parameters.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2c304b4

Please sign in to comment.