Created
September 3, 2019 15:32
-
-
Save BelRarr/011e5bd6a013c2e9b4d94b9022773fb0 to your computer and use it in GitHub Desktop.
Remove module AzureRm and install module Az.Sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# désinstaller les modules AzureRm | |
Uninstall-AzureRm | |
# installer le module Az.Sql | |
Install-Module -Name Az.Sql -Force |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment