Skip to content

Commit

Permalink
Merge pull request #520 from flatcar/fix-azure-gallery
Browse files Browse the repository at this point in the history
platform/api/azure: Switch gallery API version to 2022-08-03
  • Loading branch information
jepio authored Apr 8, 2024
2 parents c46820f + 6730018 commit 6d3d3e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions platform/api/azure/gallery-image-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"resources": [
{
"apiVersion": "2022-08-01",
"apiVersion": "2022-08-03",
"location": "[parameters('location')]",
"name": "[parameters('galleries_name')]",
"properties": {
Expand All @@ -54,7 +54,7 @@
"type": "Microsoft.Compute/galleries"
},
{
"apiVersion": "2022-08-01",
"apiVersion": "2022-08-03",
"dependsOn": [
"[resourceId('Microsoft.Compute/galleries', parameters('galleries_name'))]"
],
Expand Down Expand Up @@ -90,7 +90,7 @@
"type": "Microsoft.Compute/galleries/images"
},
{
"apiVersion": "2022-08-01",
"apiVersion": "2022-08-03",
"dependsOn": [
"[resourceId('Microsoft.Compute/galleries/images', parameters('galleries_name'), parameters('image_name'))]",
"[resourceId('Microsoft.Compute/galleries', parameters('galleries_name'))]"
Expand Down

0 comments on commit 6d3d3e3

Please sign in to comment.