File tree Expand file tree Collapse file tree 4 files changed +11
-10
lines changed
Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 33 Release History
44===============
55
6- 0. 1.0
7- ++++++
8- * Initial release.
6+ 1.0.0b1
7+ +++++++
8+ * Initial preview release with SFTP connection and certificate generation support .
Original file line number Diff line number Diff line change 1- Microsoft Azure CLI 'sftp' Extension
2- ==========================================
1+ Azure CLI SFTP Commands
2+ ========================
33
4- This package is for the 'sftp' extension.
5- i.e. 'az sftp'
4+ Secure connections to Azure Storage via SFTP with SSH certificates.
5+
6+ Commands include certificate generation and SFTP connection management.
Original file line number Diff line number Diff line change 11{
22 "azext.isPreview" : true ,
3- "azext.minCliCoreVersion" : " 2.0.67 " ,
3+ "azext.minCliCoreVersion" : " 2.67.0 " ,
44 "azext.maxCliCoreVersion" : " 2.99.0"
55}
Original file line number Diff line number Diff line change 1616
1717# TODO: Confirm this is the right version number you want and it matches your
1818# HISTORY.rst entry.
19- VERSION = '0. 1.0'
19+ VERSION = '1.0.0b1 '
2020
2121# The full list of classifiers is available at
2222# https://pypi.python.org/pypi?%3Aaction=list_classifiers
4444setup (
4545 name = 'sftp' ,
4646 version = VERSION ,
47- description = 'Microsoft Azure Command-Line Tools SFTP Extension ' ,
47+ description = 'Secure connections to Azure Storage via SFTP with SSH certificates. ' ,
4848 author = 'Microsoft Corporation' ,
4949 author_email = 'azpycli@microsoft.com' ,
5050 # TODO: change to your extension source code repo if the code will not be put in azure-cli-extensions repo
You can’t perform that action at this time.
0 commit comments