Skip to content

Commit cbd70c1

Browse files
authored
Make osType a required field for HostGroup. (#15544)
1 parent 08d1f05 commit cbd70c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mmv1/products/netapp/HostGroup.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ properties:
109109
used by all of the hosts in the HostGroup. All hosts in a HostGroup must be
110110
of the same OS type. This can be set only when creating a HostGroup.
111111
immutable: true
112+
required: true
112113
enum_values:
113114
- 'LINUX'
114115
- 'WINDOWS'

0 commit comments

Comments
 (0)