Skip to content

Commit 7eb2b94

Browse files
committed
Update baselines to reflect merge
1 parent b6fb37a commit 7eb2b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bicep.Core.Samples/Files/baselines/InvalidTypeDeclarations_LF/main.diagnostics.bicep

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ type nullLiteral = null
3838
//@[19:023) [BCP289 (Error)] The type definition is not valid. (bicep https://aka.ms/bicep/core-diagnostics#BCP289) |null|
3939

4040
type unionOfNulls = null|null
41-
//@[20:029) [BCP410 (Error)] The type "null" cannot be used in a type assignment because it does not fit within one of ARM's primitive type categories (string, int, bool, array, object). If this is a resource type definition inaccuracy, report it using https://aka.ms/bicep-type-issues. (bicep https://aka.ms/bicep/core-diagnostics#BCP410) |null|null|
41+
//@[20:029) [BCP411 (Error)] The type "null" cannot be used in a type assignment because it does not fit within one of ARM's primitive type categories (string, int, bool, array, object). If this is a resource type definition inaccuracy, report it using https://aka.ms/bicep-type-issues. (bicep https://aka.ms/bicep/core-diagnostics#BCP411) |null|null|
4242
//@[20:029) [BCP294 (Error)] Type unions must be reducible to a single ARM type (such as 'string', 'int', or 'bool'). (bicep https://aka.ms/bicep/core-diagnostics#BCP294) |null|null|
4343

4444
@minLength(3)

0 commit comments

Comments
 (0)