Skip to content

Commit

Permalink
Make scope optional so that the default can be taken from the provide…
Browse files Browse the repository at this point in the history
…r configuration
  • Loading branch information
askubis committed Feb 4, 2025
1 parent 0500297 commit 0734754
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mmv1/products/compute/RegionResizeRequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ parameters:
description: |
The reference of the compute region scoping this request.
url_param_only: true
required: true
required: false
resource: 'Region'
imports: 'name'
- name: 'instanceGroupManager'
Expand Down
2 changes: 1 addition & 1 deletion mmv1/products/compute/ResizeRequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ parameters:
description: |
The reference of the compute zone scoping this request.
url_param_only: true
required: true
required: false
resource: 'Zone'
imports: 'name'
- name: 'instanceGroupManager'
Expand Down

0 comments on commit 0734754

Please sign in to comment.