Skip to content

Commit

Permalink
internal/target/azure_image: mark Location as optional
Browse files Browse the repository at this point in the history
Signed-off-by: Tomáš Hozza <thozza@redhat.com>
  • Loading branch information
thozza authored and ondrejbudai committed Oct 27, 2022
1 parent 1af01ad commit 417a941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/target/azure_image_target.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const TargetNameAzureImage TargetName = "org.osbuild.azure.image"

type AzureImageTargetOptions struct {
TenantID string `json:"tenant_id"`
Location string `json:"location"`
Location string `json:"location,omitempty"`
SubscriptionID string `json:"subscription_id"`
ResourceGroup string `json:"resource_group"`
}
Expand Down

0 comments on commit 417a941

Please sign in to comment.