Skip to content

Commit a620d3f

Browse files
authored
Update Az.Accounts module version for Az.Sftp (#28614)
1 parent 8da4f4f commit a620d3f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/Sftp/Sftp/Az.Sftp.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.1.0'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
# Only list helper or external assemblies here; the main cmdlets DLL is listed as a nested module below

src/Sftp/Sftp/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
-->
2020

2121
## Upcoming Release
22+
23+
## Version 0.1.0
2224
* Initial release of Az.Sftp module
2325
* Added `New-AzSftpCertificate` cmdlet for generating SSH certificates using Microsoft Entra credentials
2426
- Automatic SSH key pair generation
@@ -37,4 +39,4 @@
3739
* Cross-platform support (Windows, Linux, macOS)
3840
* Comprehensive help documentation following Azure PowerShell standards
3941
* Extensive test suite covering all scenarios
40-
* Security features including secure key handling and short-lived certificates
42+
* Security features including secure key handling and short-lived certificates

0 commit comments

Comments
 (0)