Skip to content

Commit f62dc03

Browse files
authored
Marked name field as not a URL param (#15957)
1 parent 30bd951 commit f62dc03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mmv1/products/netapp/HostGroup.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ parameters:
5959
url_param_only: true
6060
required: true
6161
immutable: true
62+
properties:
6263
- name: 'name'
6364
type: String
6465
description: |
6566
The resource name of the Host Group. Needs to be unique per location.
66-
url_param_only: true
6767
required: true
6868
immutable: true
69-
properties:
69+
custom_flatten: 'templates/terraform/custom_flatten/name_from_self_link.tmpl'
7070
- name: 'state'
7171
type: String
7272
description: |

0 commit comments

Comments
 (0)