diff --git a/src/Sftp/Sftp/Az.Sftp.psd1 b/src/Sftp/Sftp/Az.Sftp.psd1 index 41e3668810a7..947d26b724f7 100644 --- a/src/Sftp/Sftp/Az.Sftp.psd1 +++ b/src/Sftp/Sftp/Az.Sftp.psd1 @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.1.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.0'; }) # Assemblies that must be loaded prior to importing this module # Only list helper or external assemblies here; the main cmdlets DLL is listed as a nested module below diff --git a/src/Sftp/Sftp/CHANGELOG.md b/src/Sftp/Sftp/CHANGELOG.md index f201a0052f18..21d9c524d103 100644 --- a/src/Sftp/Sftp/CHANGELOG.md +++ b/src/Sftp/Sftp/CHANGELOG.md @@ -19,6 +19,8 @@ --> ## Upcoming Release + +## Version 0.1.0 * Initial release of Az.Sftp module * Added `New-AzSftpCertificate` cmdlet for generating SSH certificates using Microsoft Entra credentials - Automatic SSH key pair generation @@ -37,4 +39,4 @@ * Cross-platform support (Windows, Linux, macOS) * Comprehensive help documentation following Azure PowerShell standards * Extensive test suite covering all scenarios -* Security features including secure key handling and short-lived certificates \ No newline at end of file +* Security features including secure key handling and short-lived certificates