Skip to content

Commit 1b461f8

Browse files
committed
fix versioning and summary
1 parent 9867904 commit 1b461f8

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

src/sftp/HISTORY.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
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.

src/sftp/README.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"azext.isPreview": true,
3-
"azext.minCliCoreVersion": "2.0.67",
3+
"azext.minCliCoreVersion": "2.67.0",
44
"azext.maxCliCoreVersion": "2.99.0"
55
}

src/sftp/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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
@@ -44,7 +44,7 @@
4444
setup(
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

0 commit comments

Comments
 (0)