You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: role assignments should use projectIdentityPrincipalId (#6069)
## Description
AVM foundry module did not work when foundry was deleted and re-created,
because principal ID was not included in role assignment id.
This is a breaking change, when someone runs the module, they will get
errors about duplicated role assignment.
## Pipeline Reference
[<!-- Insert your Pipeline Status Badge below
-->](https://github.com/karpikpl/bicep-registry-modules/actions/runs/18379118913)
<img width="1728" height="876" alt="image"
src="https://github.com/user-attachments/assets/9ee1c1a6-11ca-43a4-8293-631475925598"
/>
| Pipeline |
| -------- |
## Type of Change
<!-- Use the checkboxes [x] on the options that are relevant. -->
- Azure Verified Module updates:
- [ ] Bugfix containing backwards-compatible bug fixes, and I have NOT
bumped the MAJOR or MINOR version in `version.json`:
- [ ] Feature update backwards compatible feature updates, and I have
bumped the MINOR version in `version.json`.
- [x] Breaking changes and I have bumped the MAJOR version in
`version.json`.
- [ ] Update to documentation
- [ ] Update to CI Environment or utilities (Non-module affecting
changes)
## Checklist
- [x] I'm sure there are no other open Pull Requests for the same
update/change
- [x] I have run `Set-AVMModule` locally to generate the supporting
module files.
- [ ] My corresponding pipelines / checks run clean and green without
any errors or warnings
- [x] I have updated the module's CHANGELOG.md file with an entry for
the next version
<!-- Please keep up to date with the contribution guide at
https://aka.ms/avm/contribute/bicep -->
---------
Signed-off-by: Piotr Karpala <[email protected]>
Working pipeline here: https://github.com/sethsteenken/bicep-registry-modules-3/actions/runs/18500303721
Approved by: Seth Steenken
Copy file name to clipboardExpand all lines: avm/ptn/ai-ml/ai-foundry/CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,16 @@
2
2
3
3
The latest version of the changelog can be found [here](https://github.com/Azure/bicep-registry-modules/blob/main/avm/ptn/ai-ml/ai-foundry/CHANGELOG.md).
4
4
5
+
## 0.5.0
6
+
7
+
### Changes
8
+
9
+
- Updates of dependent resources
10
+
11
+
### Breaking Changes
12
+
13
+
- Changed ids of role assignments performed on Azure AI Project identity
0 commit comments