diff --git a/src/Sftp/Sftp/Az.Sftp.psd1 b/src/Sftp/Sftp/Az.Sftp.psd1 index 5a725cd16f0a..393b041336b9 100644 --- a/src/Sftp/Sftp/Az.Sftp.psd1 +++ b/src/Sftp/Sftp/Az.Sftp.psd1 @@ -115,7 +115,7 @@ PrivateData = @{ * Integration with Azure PowerShell authentication context' # Prerelease string of this module - Prerelease = 'preview' + # Prerelease = 'preview' # Flag to indicate whether the module requires explicit user acceptance for install/update/save # RequireLicenseAcceptance = $false diff --git a/tools/CreateMappings_rules.json b/tools/CreateMappings_rules.json index a9f0aaddd689..7697d73e3a95 100644 --- a/tools/CreateMappings_rules.json +++ b/tools/CreateMappings_rules.json @@ -987,5 +987,9 @@ { "alias": "StorageDiscovery", "module": "StorageDiscovery" + }, + { + "alias": "Sftp", + "module": "Sftp" } ]