-
Notifications
You must be signed in to change notification settings - Fork 4k
[#112641071] Convert AzureRM to a 'shell' module with version range dependencies #1775
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
} | ||
} | ||
|
||
function Uninstall-ModuleWithVersionCheck([string]$Name,[string]$MinVersion) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may decide that we need an uninstall cmdlet - currently, if you uninstall the manifest module, the dependent modules remain. We may retain an 'Uninstall-AzureRm' script which uninstalls the module and its dependencies (not sure if it's possible for a cmdlet to remove all associated modules. Regardless, we should decide on some acceptance criteria before merging.
…hell # Conflicts: # tools/AzureRM/AzureRM.psm1
…o AzureRmShell # Conflicts: # tools/AzureRM/AzureRM.psm1
singing the sign job: http://azuresdkci.cloudapp.net/view/1-AzurePowerShell/job/powershell-sign/295/ |
[#112641071] Convert AzureRM to a 'shell' module with version range dependencies
No description provided.