Skip to content

Commit

Permalink
azure: Update storage config following Gallery Image API change
Browse files Browse the repository at this point in the history
Tested and working.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
  • Loading branch information
chewi committed Aug 7, 2024
1 parent 8be093b commit 7bac33d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- DigitalOcean now supports deleting images with the same name ([#440](https://github.com/flatcar/mantle/pull/440))
- Add support to plume azure release and pre-release to use managed identities ([#535](https://github.com/flatcar/mantle/pull/535))
- Azure platform uses new go SDK, changing the way we authenticate (using azidentity now) ([#532](https://github.com/flatcar/mantle/pull/532))
- Update storage config following Azure Compute Gallery Image API change ([#550](https://github.com/flatcar/mantle/pull/550))

### Removed

Expand Down
2 changes: 1 addition & 1 deletion platform/api/azure/gallery-image-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"osDiskImage": {
"hostCaching": "ReadOnly",
"source": {
"id": "[resourceId('Microsoft.Storage/storageAccounts', parameters('storageAccounts_name'))]",
"storageAccountId": "[resourceId('Microsoft.Storage/storageAccounts', parameters('storageAccounts_name'))]",
"uri": "[parameters('vhd_uri')]"
}
}
Expand Down

0 comments on commit 7bac33d

Please sign in to comment.