From d25b53b92ae507dd210049b044a3e2015ea8279e Mon Sep 17 00:00:00 2001 From: Eugene Tolmachev Date: Fri, 19 Jun 2026 15:58:26 -0400 Subject: [PATCH] Pin Microsoft.AVS.Management dependency to 10.0.252 Update NFS and VMFS manifests to require Microsoft.AVS.Management 10.0.252 (was 8.0.201) and bump each consuming module's patch version (NFS 1.0.0->1.0.1, VMFS 1.1.0->1.1.1). --- Microsoft.AVS.NFS/Microsoft.AVS.NFS.psd1 | 4 ++-- Microsoft.AVS.VMFS/Microsoft.AVS.VMFS.psd1 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Microsoft.AVS.NFS/Microsoft.AVS.NFS.psd1 b/Microsoft.AVS.NFS/Microsoft.AVS.NFS.psd1 index 2c6be7d..dded1ed 100644 --- a/Microsoft.AVS.NFS/Microsoft.AVS.NFS.psd1 +++ b/Microsoft.AVS.NFS/Microsoft.AVS.NFS.psd1 @@ -8,7 +8,7 @@ RootModule = 'Microsoft.AVS.NFS.psm1' # Version number of this module. - ModuleVersion = '1.0.0' + ModuleVersion = '1.0.1' # Supported PSEditions # CompatiblePSEditions = @() @@ -48,7 +48,7 @@ # Modules that must be imported into the global environment prior to importing this module RequiredModules = @( - @{ ModuleName = "Microsoft.AVS.Management"; RequiredVersion = "8.0.201" } + @{ ModuleName = "Microsoft.AVS.Management"; RequiredVersion = "10.0.252" } ) # Assemblies that must be loaded prior to importing this module diff --git a/Microsoft.AVS.VMFS/Microsoft.AVS.VMFS.psd1 b/Microsoft.AVS.VMFS/Microsoft.AVS.VMFS.psd1 index 1e82b26..991ddbd 100644 --- a/Microsoft.AVS.VMFS/Microsoft.AVS.VMFS.psd1 +++ b/Microsoft.AVS.VMFS/Microsoft.AVS.VMFS.psd1 @@ -8,7 +8,7 @@ RootModule = 'Microsoft.AVS.VMFS.psm1' # Version number of this module. - ModuleVersion = '1.1.0' + ModuleVersion = '1.1.1' # Supported PSEditions # CompatiblePSEditions = @() @@ -48,7 +48,7 @@ # Modules that must be imported into the global environment prior to importing this module RequiredModules = @( - @{ ModuleName = "Microsoft.AVS.Management"; RequiredVersion = "8.0.201" } + @{ ModuleName = "Microsoft.AVS.Management"; RequiredVersion = "10.0.252" } ) # Assemblies that must be loaded prior to importing this module