Skip to content

Commit

Permalink
General Availability of Az.Tools.Installer (#23323)
Browse files Browse the repository at this point in the history
  • Loading branch information
msJinLei authored Nov 10, 2023
1 parent 54c5412 commit d5735e6
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/Az.Tools.Installer/Az.Tools.Installer.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'Az.Tools.Installer.psm1'

# Version number of this module.
ModuleVersion = '0.2.3'
ModuleVersion = '1.0.0'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -109,7 +109,7 @@
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Fix Update-Module errors when Az modules are installed using Az.Tools.Installer [#21262]'
ReleaseNotes = '* General Availability of Az.Tools.Installer.'

# Prerelease string of this module
# Prerelease = ''
Expand Down
3 changes: 3 additions & 0 deletions tools/Az.Tools.Installer/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Upcoming Release
## 1.0.0
General Availability of Az.Tools.Installer.

## 0.2.3
* Fix Update-Module errors when Az modules are installed using Az.Tools.Installer [#21262]

Expand Down
21 changes: 21 additions & 0 deletions tools/Az.Tools.Installer/help/Az.Tools.Installer.md
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.

0 comments on commit d5735e6

Please sign in to comment.