We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c900222 commit 08b339fCopy full SHA for 08b339f
lisa/sut_orchestrator/azure/platform_.py
@@ -2892,6 +2892,8 @@ def _resolve_marketplace_image_version(
2892
node_runbook.marketplace.version = self._resolve_marketplace_image(
2893
node_runbook.location, node_runbook.marketplace
2894
).version
2895
+ # update raw values to reflect the resolved version
2896
+ node_runbook.update_raw()
2897
2898
def find_marketplace_image_location(self) -> List[str]:
2899
# locations used to query marketplace image information. Some image is not
0 commit comments