[Resource] Fix #33921: az bicep snapshot: Preserve linked resource ID format in bicepparam snapshot to avoid nondeterministic uniqueString regeneration - #33924
Conversation
|
Hi Copilot, |
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Co-authored-by: a0x1ab <59631311+a0x1ab@users.noreply.github.com>
Co-authored-by: a0x1ab <59631311+a0x1ab@users.noreply.github.com>
az bicep snapshot: Preserve linked resource ID format in bicepparam snapshot to avoid nondeterministic uniqueString regeneration
Live test results —
|
There was a problem hiding this comment.
All CI checks passed and the live test succeeded for this PR. No issues found.
Posted by agent-assist (autonomous bug-fix pipeline).
|
Resource |
|
🔔 Routing this PR to @Azure/act-identity-squad. |
There was a problem hiding this comment.
CI Summary — Review Requested
This PR has completed CI with 1 failing check out of 102 total checks. Tester (live-test) completed with success.
Failed check:
Azure.azure-cli— Build #20260818.25 failed with 1 error / 0 warnings. See build details: https://dev.azure.com/azclitools/5147fa83-336e-44ef-bbe0-c86b8ae86cbb/_build/results?buildId=339256- Check run: https://github.com/Azure/azure-cli/runs/95879245699
Please review the pipeline failure and address the reported error before this PR can be merged.
Related command
az bicep snapshotDescription
Snapshots forwarded Azure CLI’s generated deployment name, causing Bicep to evaluate
deployment().nameand nesteduniqueString()expressions differently on each run.azurecli<timestamp><random>deployment name from snapshot invocation.Testing Guide
History Notes
[Resource]
az bicep snapshot: Preserve unresolved deployment-name expressions in snapshots.This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.