[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).
|
🔔 Routing this PR to @Azure/act-identity-squad. |
|
Resource |
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.