Skip to content

Commit

Permalink
Add generated vhd path with sas token into the secret list
Browse files Browse the repository at this point in the history
  • Loading branch information
lubaihua33 committed Jan 3, 2025
1 parent d225696 commit cb58dec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisa/sut_orchestrator/azure/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -2289,6 +2289,7 @@ def get_deployable_vhd_path(
vhd_path = _generate_sas_token_for_vhd(platform, vhd_details)
matches = SAS_URL_PATTERN.match(vhd_path)
assert matches, f"fail to generate sas url for {vhd_path}"
add_secret(vhd_path, PATTERN_URL)
log.debug(
f"the vhd location {location} is not same with running case "
f"location {vhd_location}, generate a sas url for source vhd, "
Expand Down

0 comments on commit cb58dec

Please sign in to comment.