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
[release/9.2] Don't fail for Azure role assignments in run mode (#8807)
* Don't fail for Azure role assignments in run mode
We are throwing too early. When users only want to dotnet run their app and use role assignments, we shouldn't be blocking them on using role assignments. Only when you go to publish, should we throw saying that your infrastructure doesn't support targeted role assignments.
Fix#8778
* Fix run mode for Azure resources that aren't referenced by compute resources. In those cases we still want the default role assignments to apply.
---------
Co-authored-by: Eric Erhardt <[email protected]>
0 commit comments