packer-cn/builder/azure/chroot
Simon Gottschlag 65b7d3b604
Add Azure CLI authentication (#10157)
Adds the ability to use an active `az login` session for authenticating the Azure builder
2020-11-06 14:24:16 -05:00
..
builder.go rework fixer deprecation code so we know what plugins they relate to 2020-10-21 15:28:59 -07:00
builder.hcl2spec.go Add Azure CLI authentication (#10157) 2020-11-06 14:24:16 -05:00
builder_test.go Shift names to diskset 2020-05-28 23:37:43 +00:00
const.go create snapshots for all disks in a diskset 2020-05-28 23:37:43 +00:00
diskattacher.go Revert inadvertently-changed import. 2020-08-09 14:31:54 -07:00
diskattacher_freebsd.go Increase wait time for device to be created. 2020-08-01 21:22:50 -07:00
diskattacher_linux.go Add FreeBSD support. 2020-08-01 21:22:50 -07:00
diskattacher_other.go Add placeholder diskattacher for other OSes. 2020-08-01 21:59:43 -07:00
diskattacher_test.go [builder/azure-chroot] Shared image source (#9070) 2020-04-23 11:03:17 +02:00
diskset.go Add datadisks to disk set when using SIG as source 2020-05-28 23:37:43 +00:00
diskset_test.go Add datadisks to disk set when using SIG as source 2020-05-28 23:37:43 +00:00
metadatastub_test.go Stub metadata service for builder tests 2020-04-07 22:49:21 +00:00
packerui_test.go Extract testUI func 2020-04-07 22:49:20 +00:00
shared_image_gallery_destination.go remove typo'd option from docs 2020-10-07 16:14:13 -07:00
shared_image_gallery_destination.hcl2spec.go remove typo'd option from docs 2020-10-07 16:14:13 -07:00
shared_image_gallery_destination_test.go [azure-chroot] Updating parameter `exlude_from_latest` to `exclude_from_latest` (#10034) 2020-10-07 11:08:33 +02:00
step_attach_disk.go Move to using a diskset 2020-05-28 23:37:43 +00:00
step_attach_disk_test.go Move to using a diskset 2020-05-28 23:37:43 +00:00
step_create_image.go log data disks in images 2020-05-28 23:38:17 +00:00
step_create_image_test.go Use all disks in managed image 2020-05-28 23:37:43 +00:00
step_create_new_diskset.go give temp data disks lun suffix 2020-05-28 23:38:17 +00:00
step_create_new_diskset_test.go [bug] Fix test error message 2020-05-28 23:38:17 +00:00
step_create_shared_image_version.go log data disks in images 2020-05-28 23:38:17 +00:00
step_create_shared_image_version_test.go Use separate caching/sku for data disks 2020-05-28 23:37:44 +00:00
step_create_snapshotset.go create snapshots for all disks in a diskset 2020-05-28 23:37:43 +00:00
step_create_snapshotset_test.go create snapshots for all disks in a diskset 2020-05-28 23:37:43 +00:00
step_mount_device.go Add FreeBSD support. 2020-08-01 21:22:50 -07:00
step_mount_device_test.go Build constraints don't seem to work on test. 2020-08-09 14:12:58 -07:00
step_resolve_plaform_image_version.go Move PIR :latest resolution to step 2020-04-07 22:49:21 +00:00
step_resolve_plaform_image_version_test.go [builder/azure-chroot] Shared image source (#9070) 2020-04-23 11:03:17 +02:00
step_verify_shared_image_destination.go [builder/azure-chroot] Shared image source (#9070) 2020-04-23 11:03:17 +02:00
step_verify_shared_image_destination_test.go [builder/azure-chroot] Shared image source (#9070) 2020-04-23 11:03:17 +02:00
step_verify_shared_image_source.go [builder/azure-chroot] Shared image source (#9070) 2020-04-23 11:03:17 +02:00
step_verify_shared_image_source_test.go [builder/azure-chroot] Shared image source (#9070) 2020-04-23 11:03:17 +02:00
step_verify_source_disk.go Use subscription id from client set 2020-04-07 22:49:24 +00:00
step_verify_source_disk_test.go [builder/azure-chroot] Shared image source (#9070) 2020-04-23 11:03:17 +02:00
template_funcs.go Add 'vm' template function 2019-10-15 21:14:20 +00:00