Skip to content

Commit 7a00a07

Browse files
fix "semi comma"
1 parent 5e55fc5 commit 7a00a07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/dma/dma-configurationsettings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ for source and target instances while running an assessment or migration, by set
139139

140140
## Ignore error codes
141141

142-
Each rule has an error code in its title. You might not care about the specific rules and wants to ignore them. You can control the ignoreErrorCodes property. You can ignore one error or multiple errors that are separated by semi comma. For example, ignoreErrorCodes="46010;71501".The default value is 71501. 71501 means unresolved references found when the object references system objects like procedures, views, etc.
142+
Each rule has an error code in its title. You might not care about the specific rules and wants to ignore them. You can control the ignoreErrorCodes property. You can ignore one error or multiple errors that are separated by semicolon. For example, ignoreErrorCodes="46010;71501".The default value is 71501. 71501 means unresolved references found when the object references system objects like procedures, views, etc.
143143

144144
```
145145
<workflowSettings>

0 commit comments

Comments
 (0)