Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Sftp/Sftp/Az.Sftp.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion src/Sftp/Sftp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
* Security features including secure key handling and short-lived certificates