Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Add a warning message to the registry license installation Cmdlet #64

Merged
merged 4 commits into from
Dec 1, 2020

Conversation

ramonsmits
Copy link
Member

@ramonsmits ramonsmits commented Nov 26, 2020

Resolves #47

Cmdlet should be invoked with -WarningAction SilentlyContinue or have $WarningPreference set to SilentlyContinue to suppress warning message.

@ramonsmits ramonsmits self-assigned this Nov 26, 2020
…ershell/module/microsoft.powershell.core/about/about_preference_variables?view=powershell-7.1 it seems that to suppress the warning the Cmdlet should be invoked with `-WarningAction SilentlyContinue` or have `$WarningPreference` set to `SilentlyContinue`.
@ramonsmits ramonsmits merged commit 9060ece into master Dec 1, 2020
@ramonsmits ramonsmits deleted the warning-obsolete branch December 1, 2020 10:39
@HEskandari HEskandari added this to the 6.0.0 milestone Dec 13, 2020
@HEskandari HEskandari changed the title Warning message for install license to registry Cmdlet Warning message for registry license installation Cmdlet Dec 18, 2020
@HEskandari HEskandari changed the title Warning message for registry license installation Cmdlet Add a warning message to the registry license installation Cmdlet Dec 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Install-NServiceBusPlatformLicense should warn of upcoming obsolescence in Version 8.0
3 participants