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
@@ -3302,7 +3317,8 @@ public void Test_Issue_3356_Warn_On_Bad_Type_Definitions()
3302
3317
("BCP036",DiagnosticLevel.Warning,"The property \"capacity\" expected a value of type \"int\" but the provided value is of type \"'2'\". If this is an inaccuracy in the documentation, please report it to the Bicep Team."),
3303
3318
("BCP036",DiagnosticLevel.Warning,"The property \"tenantId\" expected a value of type \"string\" but the provided value is of type \"int\". If this is an inaccuracy in the documentation, please report it to the Bicep Team."),
3304
3319
("BCP036",DiagnosticLevel.Warning,"The property \"clientId\" expected a value of type \"string\" but the provided value is of type \"int\". If this is an inaccuracy in the documentation, please report it to the Bicep Team."),
3305
-
("BCP036",DiagnosticLevel.Warning,"The property \"principalId\" expected a value of type \"string\" but the provided value is of type \"int\". If this is an inaccuracy in the documentation, please report it to the Bicep Team.")
3320
+
("BCP036",DiagnosticLevel.Warning,"The property \"principalId\" expected a value of type \"string\" but the provided value is of type \"int\". If this is an inaccuracy in the documentation, please report it to the Bicep Team."),
3321
+
("BCP053",DiagnosticLevel.Error,"The type \"userAssignedIdentityProperties\" does not contain property \"hello\". Available properties include \"clientId\", \"principalId\"."),
0 commit comments