|
|
|
|
@ -108,6 +108,7 @@ func TestConfigShouldNotDefaultImageVersionIfCustomImage(t *testing.T) {
|
|
|
|
|
"location": "ignore",
|
|
|
|
|
"image_url": "ignore",
|
|
|
|
|
"storage_account": "ignore",
|
|
|
|
|
"resource_group_name": "ignore",
|
|
|
|
|
"subscription_id": "ignore",
|
|
|
|
|
"os_type": constants.Target_Linux,
|
|
|
|
|
"communicator": "none",
|
|
|
|
|
@ -125,6 +126,7 @@ func TestConfigShouldRejectCustomImageAndMarketPlace(t *testing.T) {
|
|
|
|
|
"capture_container_name": "ignore",
|
|
|
|
|
"location": "ignore",
|
|
|
|
|
"image_url": "ignore",
|
|
|
|
|
"resource_group_name": "ignore",
|
|
|
|
|
"storage_account": "ignore",
|
|
|
|
|
"subscription_id": "ignore",
|
|
|
|
|
"os_type": constants.Target_Linux,
|
|
|
|
|
|