Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

azure: Update storage config following Gallery Image API change #550

Merged
merged 1 commit into from
Aug 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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