Skip to content

Commit 4c737ff

Browse files
authored
[Sftp] Remove 'preview' tag to fix version (#28596)
1 parent 6fcdd91 commit 4c737ff

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/Sftp/Sftp/Az.Sftp.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ PrivateData = @{
115115
* Integration with Azure PowerShell authentication context'
116116

117117
# Prerelease string of this module
118-
Prerelease = 'preview'
118+
# Prerelease = 'preview'
119119

120120
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
121121
# RequireLicenseAcceptance = $false

tools/CreateMappings_rules.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -987,5 +987,9 @@
987987
{
988988
"alias": "StorageDiscovery",
989989
"module": "StorageDiscovery"
990+
},
991+
{
992+
"alias": "Sftp",
993+
"module": "Sftp"
990994
}
991995
]

0 commit comments

Comments
 (0)