File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 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'
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 = ''
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments