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
bicep: Fix panic during deployment progress rendering (#4187)
We had a panic in our display code when rendering data if you were
using a the microsoft graph provider in bicep (a new extensibility
feature) because some of the properties of the ARM operation object
were not present.
This change adds additional guards to our rendering logic to ignore
operations that don't have a complete set of data.
Fixes#4169
0 commit comments