Skip to content

Commit

Permalink
fix generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
sylviamoss committed Jul 22, 2021
1 parent a4a9d9f commit cb83266
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs-partials/builder/vsphere/clone/Config-not-required.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Code generated from the comments of the Config struct in builder\vsphere\clone\config.go; DO NOT EDIT MANUALLY -->
<!-- Code generated from the comments of the Config struct in builder/vsphere/clone/config.go; DO NOT EDIT MANUALLY -->

- `create_snapshot` (bool) - Create a snapshot when set to `true`, so the VM can be used as a base
for linked clones. Defaults to `false`.
Expand All @@ -17,4 +17,4 @@

- `customize` (\*CustomizeConfig) - Customize the cloned VM to configure host, network, or licensing settings. See the [customization options](#customization).

<!-- End of code generated from the comments of the Config struct in builder\vsphere\clone\config.go; -->
<!-- End of code generated from the comments of the Config struct in builder/vsphere/clone/config.go; -->
4 changes: 2 additions & 2 deletions docs-partials/builder/vsphere/iso/Config-not-required.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Code generated from the comments of the Config struct in builder\vsphere\iso\config.go; DO NOT EDIT MANUALLY -->
<!-- Code generated from the comments of the Config struct in builder/vsphere/iso/config.go; DO NOT EDIT MANUALLY -->

- `create_snapshot` (bool) - Create a snapshot when set to `true`, so the VM can be used as a base
for linked clones. Defaults to `false`.
Expand All @@ -15,4 +15,4 @@
The VM template will not be imported if no [Content Library Import Configuration](#content-library-import-configuration) is specified.
The import doesn't work if [convert_to_template](#convert_to_template) is set to true.

<!-- End of code generated from the comments of the Config struct in builder\vsphere\iso\config.go; -->
<!-- End of code generated from the comments of the Config struct in builder/vsphere/iso/config.go; -->

0 comments on commit cb83266

Please sign in to comment.