hub: make location optional for AzureUploadOptions
The Azure Resource Group Location is no longer required and osbuild-composer can determine the correct Location from the provided Resource Group. Related to https://github.com/osbuild/osbuild-composer/pull/3093. Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
8939c3515f
commit
7ccd349999
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ OSBUILD_IMAGE_SCHEMA = {
|
||||||
"AzureUploadOptions": {
|
"AzureUploadOptions": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": False,
|
"additionalProperties": False,
|
||||||
"required": ["tenant_id", "subscription_id", "resource_group", "location"],
|
"required": ["tenant_id", "subscription_id", "resource_group"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"tenant_id": {
|
"tenant_id": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue