-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
General Availability of Az.Tools.Installer (#23323)
- Loading branch information
Showing
3 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
Module Name: Az.Tools.Installer | ||
Module Guid: 8c7c6fcd-a96f-460b-89e2-ff822a3246c8 | ||
Download Help Link: https://learn.microsoft.com/powershell/module/az.tools.installer | ||
Help Version: 1.0.0.0 | ||
Locale: en-US | ||
--- | ||
|
||
# Az.Tools.Installer Module | ||
## Description | ||
Az.Tools.Installer handles the installation, uninstallation and update of the Azure PowerShell Modules. | ||
|
||
## Az.Tools.Installer Cmdlets | ||
### [Install-AzModule](Install-AzModule.md) | ||
Install Azure PowerShell modules. | ||
|
||
### [Uninstall-AzModule](Uninstall-AzModule.md) | ||
Uninstall Azure PowerShell modules. | ||
|
||
### [Update-AzModule](Update-AzModule.md) | ||
Update Azure PowerShell modules. |