Skip to content

Commit d5735e6

Browse files
authored
General Availability of Az.Tools.Installer (#23323)
1 parent 54c5412 commit d5735e6

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

tools/Az.Tools.Installer/Az.Tools.Installer.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'Az.Tools.Installer.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.2.3'
15+
ModuleVersion = '1.0.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -109,7 +109,7 @@
109109
# IconUri = ''
110110

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

114114
# Prerelease string of this module
115115
# Prerelease = ''

tools/Az.Tools.Installer/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
## Upcoming Release
2+
## 1.0.0
3+
General Availability of Az.Tools.Installer.
4+
25
## 0.2.3
36
* Fix Update-Module errors when Az modules are installed using Az.Tools.Installer [#21262]
47

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
Module Name: Az.Tools.Installer
3+
Module Guid: 8c7c6fcd-a96f-460b-89e2-ff822a3246c8
4+
Download Help Link: https://learn.microsoft.com/powershell/module/az.tools.installer
5+
Help Version: 1.0.0.0
6+
Locale: en-US
7+
---
8+
9+
# Az.Tools.Installer Module
10+
## Description
11+
Az.Tools.Installer handles the installation, uninstallation and update of the Azure PowerShell Modules.
12+
13+
## Az.Tools.Installer Cmdlets
14+
### [Install-AzModule](Install-AzModule.md)
15+
Install Azure PowerShell modules.
16+
17+
### [Uninstall-AzModule](Uninstall-AzModule.md)
18+
Uninstall Azure PowerShell modules.
19+
20+
### [Update-AzModule](Update-AzModule.md)
21+
Update Azure PowerShell modules.

0 commit comments

Comments
 (0)