Commit 76cc738
Move to osDiskImage.source.storageAccountId for ACG security update
diff --git a/lisa/sut_orchestrator/azure/common.py b/lisa/sut_orchestrator/azure/common.py
index 4ea9579..51c3021 100644
--- a/lisa/sut_orchestrator/azure/common.py
+++ b/lisa/sut_orchestrator/azure/common.py
@@ -2634,7 +2634,7 @@ def check_or_create_gallery_image_version(
"hostCaching": host_caching_type,
"source": {
"uri": vhd_path,
- "id": (
+ "storageAccountId": (
f"/subscriptions/{platform.subscription_id}/"
f"resourceGroups/{vhd_resource_group_name}"
"/providers/Microsoft.Storage/storageAccounts/"1 parent 8731d33 commit 76cc738
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2634 | 2634 | | |
2635 | 2635 | | |
2636 | 2636 | | |
2637 | | - | |
| 2637 | + | |
2638 | 2638 | | |
2639 | 2639 | | |
2640 | 2640 | | |
| |||
0 commit comments