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
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/bicep/bicep-core-diagnostics.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,7 +171,7 @@ If you need more information about a particular diagnostic code, select the **Fe
171
171
| <aid='BCP167' />BCP167 | Error | Expected the "{" character or the "if" keyword at this location. |
172
172
| <aid='BCP168' />BCP168 | Error | Length must not be a negative value. |
173
173
| <aid='BCP169' />BCP169 | Error | Expected resource name to contain {expectedSlashCount} "/" character(s). The number of name segments must match the number of segments in the resource type. |
174
-
| <aid='BCP170' />BCP170 | Error | Expected resource name to not contain any "/" characters. Child resources with a parent resource reference (via the parent property or via nesting) must not contain a fully-qualified name. |
174
+
| <aid='BCP170' />BCP170 | Error | Expected resource name to not contain any "/" characters. Child resources with a parent resource reference (via the parent property or via nesting) must not contain a fullyqualified name. |
175
175
| <aid='BCP171' />BCP171 | Error | Resource type "{resourceType}" isn't a valid child resource of parent "{parentResourceType}". |
176
176
| <aid='BCP172' />BCP172 | Error | The resource type can't be validated due to an error in parent resource "{resourceName}". |
177
177
| <aid='BCP173' />BCP173 | Error | The property "{property}" can't be used in an existing resource declaration. |
@@ -258,7 +258,7 @@ If you need more information about a particular diagnostic code, select the **Fe
258
258
| <aid='BCP261' />BCP261 | Error | A using declaration must be present in this parameters file. |
259
259
| <aid='BCP262' />BCP262 | Error | More than one using declaration is present. |
260
260
| <aid='BCP263' />BCP263 | Error | The file specified in the using declaration path doesn't exist. |
261
-
| <aid='BCP264' />BCP264 | Error | Resource type "{resourceTypeName}" is declared in multiple imported namespaces ({ToQuotedStringWithCaseInsensitiveOrdering(namespaces)}), and must be fully-qualified. |
261
+
| <aid='BCP264' />BCP264 | Error | Resource type "{resourceTypeName}" is declared in multiple imported namespaces ({ToQuotedStringWithCaseInsensitiveOrdering(namespaces)}), and must be fullyqualified. |
262
262
| <aid='BCP265' />BCP265 | Error | The name "{name}" isn't a function. Did you mean "{knownFunctionNamespace}.{knownFunctionName}"? |
263
263
| <aid='BCP266' />BCP266 | Error | Expected a metadata identifier at this location. |
264
264
| <aid='BCP267' />BCP267 | Error | Expected a metadata declaration after the decorator. |
0 commit comments