Commit 08b339f
Fix the bug which causes marketplace_raw to not get resolved image name.
This causes the marketplace image test results to have "latest" in its image name.
This regression is due to https://github.com/microsoft/lisa/pull/3990/files#diff-23cef282c9cdd9bba151475396f0470d0775ad931d6f4f40a1c63f5f6165393dR1459-R1466
The change from `node_runbook.marketplace =` to `node_runbook.marketplace.version =` does NOT trigger the marketplace.setter
@marketplace.setter
def marketplace(self, value: Optional[AzureVmMarketplaceSchema]) -> None:
self._parse_image_raw("marketplace", value)1 parent c900222 commit 08b339f
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2892 | 2892 | | |
2893 | 2893 | | |
2894 | 2894 | | |
| 2895 | + | |
| 2896 | + | |
2895 | 2897 | | |
2896 | 2898 | | |
2897 | 2899 | | |
| |||
0 commit comments