Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fluent / DialogMessageNoProcesses
Remove the following text from both the Repair and Uninstall messages (the last sentence): 'If you have any deferrals remaining, you may also choose to delay the repair.'
This change will make the default messages be in sync with how the default template is configured, no deferrals are configured for Repair & Uninstall in Invoke-AppDeployToolkit.ps1. Defer is only configured for the Install function by default and thereby the additional sentence 'If you have any deferrals remaining, you may also choose to delay the repair.' should only exist in the Install message of 'DialogMessageNoProcesses'.
If you need to verify this in your own tests do the following: Add a process that needs to be closed to your package and make sure it's started. Run an install/repair/uninstall of the package, when it stops and asks you to Save and Close, instead of clicking the save and close button just close the process/app instead, this will change the message text to the 'DialogMessageNoProcesses' one.
PS. This is already fixed in the SV strings.psd1 file but all other language 'strings' needs to be updated as well.