Skip to content

Commit

Permalink
more broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency committed Aug 6, 2024
1 parent 7414cf8 commit f589151
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/modules/vcenter_vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@
- ' - C(policy) (str): Identifier of the storage policy which should be associated
with the virtual machine.'
- When clients pass a value of this structure as a parameter, the field must
be the id of a resource returned by M(vmware.vmware_rest.vcenter_storage_policies).
be the id of a storage policy resource.
(['present'])
- ' This key is required with [''present''].'
type: dict
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/vcenter_vm_hardware_disk.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
- ' - policy (string): Identifier of the storage policy which should be
associated with the VMDK file.'
- 'When clients pass a value of this structure as a parameter, the field must
be the id of a resource returned by M(vmware.vmware_rest.vcenter_storage_policies). '
be the id of a storage policy resource. '
type: dict
nvme:
description:
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/vcenter_vm_storage_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
- This field is optional and it is only relevant when the value of I(type)
is USE_SPECIFIED_POLICY.
- When clients pass a value of this structure as a parameter, the field must
be the id of a resource returned by M(vmware.vmware_rest.vcenter_storage_policies).
be the id of a storage policy resource.
(['present'])
required: true
type: dict
Expand Down

0 comments on commit f589151

Please sign in to comment.