internal/target/azure_image: mark Location as optional
Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
1af01ad135
commit
417a941a1e
1 changed files with 1 additions and 1 deletions
|
|
@ -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"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue