From bf9ecacd14b7d57be02620f4f83ae2f289fb6213 Mon Sep 17 00:00:00 2001 From: Diogo De Santana Jacome <83463639+Didjacome@users.noreply.github.com> Date: Mon, 26 Jan 2026 18:20:16 -0300 Subject: [PATCH 1/3] Update module version and PowerShell version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ajuste de versão do modulo --- Az.Adm/Az.Adm.psd1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Az.Adm/Az.Adm.psd1 b/Az.Adm/Az.Adm.psd1 index b4a624a..7329de5 100644 --- a/Az.Adm/Az.Adm.psd1 +++ b/Az.Adm/Az.Adm.psd1 @@ -12,7 +12,7 @@ RootModule = 'Az.Adm.psm1' # Version number of this module. -ModuleVersion = '1.0.17' +ModuleVersion = '1.0.18' # Supported PSEditions # CompatiblePSEditions = @() @@ -33,7 +33,7 @@ Copyright = '(c) Diogo De Santana Jacome. All rights reserved.' Description = 'Function to help in the everyday to manage Microsoft Azure. This module supports PowerShell 7.2.2 For more information about the Az.Adm module, visit the following: https://github.com/Didjacome/Modules.Azure' # Minimum version of the PowerShell engine required by this module -PowerShellVersion = '7.2.2' +PowerShellVersion = '7.2' # Name of the PowerShell host required by this module # PowerShellHostName = '' From 4c087bb719cdd3d102f7305ad62078526bec5344 Mon Sep 17 00:00:00 2001 From: Diogo De Santana Jacome <83463639+Didjacome@users.noreply.github.com> Date: Mon, 26 Jan 2026 18:23:12 -0300 Subject: [PATCH 2/3] Fix PowerShell version in module description Updated the PowerShell version in the module description. --- Az.Adm/Az.Adm.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Az.Adm/Az.Adm.psd1 b/Az.Adm/Az.Adm.psd1 index 7329de5..a2988ca 100644 --- a/Az.Adm/Az.Adm.psd1 +++ b/Az.Adm/Az.Adm.psd1 @@ -30,7 +30,7 @@ CompanyName = '' Copyright = '(c) Diogo De Santana Jacome. All rights reserved.' # Description of the functionality provided by this module -Description = 'Function to help in the everyday to manage Microsoft Azure. This module supports PowerShell 7.2.2 For more information about the Az.Adm module, visit the following: https://github.com/Didjacome/Modules.Azure' +Description = 'Function to help in the everyday to manage Microsoft Azure. This module supports PowerShell 7.2 For more information about the Az.Adm module, visit the following: https://github.com/Didjacome/Modules.Azure' # Minimum version of the PowerShell engine required by this module PowerShellVersion = '7.2' From 650b927d771ef2c3c762782d168638e93c5a9dfb Mon Sep 17 00:00:00 2001 From: Diogo De Santana Jacome <83463639+Didjacome@users.noreply.github.com> Date: Mon, 26 Jan 2026 18:35:46 -0300 Subject: [PATCH 3/3] Update Az.Adm/Az.Adm.psd1 Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- Az.Adm/Az.Adm.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Az.Adm/Az.Adm.psd1 b/Az.Adm/Az.Adm.psd1 index a2988ca..5fbd9c9 100644 --- a/Az.Adm/Az.Adm.psd1 +++ b/Az.Adm/Az.Adm.psd1 @@ -30,7 +30,7 @@ CompanyName = '' Copyright = '(c) Diogo De Santana Jacome. All rights reserved.' # Description of the functionality provided by this module -Description = 'Function to help in the everyday to manage Microsoft Azure. This module supports PowerShell 7.2 For more information about the Az.Adm module, visit the following: https://github.com/Didjacome/Modules.Azure' +Description = 'Functions to help in the everyday to manage Microsoft Azure. This module supports PowerShell 7.2. For more information about the Az.Adm module, visit the following: https://github.com/Didjacome/Modules.Azure' # Minimum version of the PowerShell engine required by this module PowerShellVersion = '7.2'