Skip to content

Commit

Permalink
STG75 Stable Release Changelog & Updated Swagger Readme (Azure#16127)
Browse files Browse the repository at this point in the history
* changed swagger readmes

* changed README and changelog

* added one last changelog item
  • Loading branch information
tasherif-msft authored and rakshith91 committed Jan 15, 2021
1 parent 9b3a9f1 commit 0245e15
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 28 deletions.
9 changes: 7 additions & 2 deletions sdk/storage/azure-storage-blob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Release History

## 12.7.0b2 (Unreleased)
**New features**
## 12.7.0 (2021-01-12)
**Stable release of preview features**
- Added `upload_blob_from_url` api on `BlobClient`.
- Added support for leasing blob when get/set tags, listing all tags when find blobs by tags.
- Added support for `AzureSasCredential` to allow SAS rotation in long living clients.

**Fixes**
- Fixed url parsing for blob emulator/localhost (#15882)

## 12.7.0b1 (2020-12-07)
**New features**
- Added `upload_blob_from_url` api on `BlobClient`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# license information.
# --------------------------------------------------------------------------

VERSION = "12.7.0b2"
VERSION = "12.7.0"
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
author_email='ascl@microsoft.com',
url='https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/storage/azure-storage-blob',
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
Expand Down
9 changes: 3 additions & 6 deletions sdk/storage/azure-storage-blob/swagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,15 @@
> see https://aka.ms/autorest
### Setup
Install Autorest v3
```ps
cd C:\work
git clone --recursive https://github.com/Azure/autorest.python.git
cd autorest.python
git checkout azure-core
npm install
npm install -g autorest
```

### Generation
```ps
cd <swagger-folder>
autorest --use=C:/work/autorest.python --version=2.0.4280
autorest --v3 --python
```

### Settings
Expand Down
6 changes: 5 additions & 1 deletion sdk/storage/azure-storage-file-datalake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Release History
## 12.2.1 (Unreleased)

## 12.2.1 (2021-01-12)
**New features**
- Added support for `AzureSasCredential` to allow SAS rotation in long living clients.

**Fixes**
- Converted PathProperties.last_modified to datetime format (#16019)

## 12.2.0 (2020-11-10)
**Stable release of preview features**
- Preview feature set/update/remove access control recursively.
Expand Down
9 changes: 3 additions & 6 deletions sdk/storage/azure-storage-file-datalake/swagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,15 @@
> see https://aka.ms/autorest
### Setup
Install Autorest v3
```ps
cd C:\work
git clone --recursive https://github.com/Azure/autorest.python.git
cd autorest.python
git checkout azure-core
npm install
npm install -g autorest
```

### Generation
```ps
cd <swagger-folder>
autorest --use=C:/work/autorest.python --version=2.0.4280
autorest --v3 --python
```

### Settings
Expand Down
5 changes: 3 additions & 2 deletions sdk/storage/azure-storage-file-share/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Release History

## 12.4.0b2 (Unreleased)
**New features**
## 12.4.0 (2021-01-12)
**Stable release of preview features**
- Added support for enabling root squash and share protocols for file share.
- Added support for `AzureSasCredential` to allow SAS rotation in long living clients.

## 12.4.0b1 (2020-12-07)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# license information.
# --------------------------------------------------------------------------

VERSION = "12.4.0b2"
VERSION = "12.4.0"
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-file-share/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
author_email='ascl@microsoft.com',
url='https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/storage/azure-storage-file-share',
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
Expand Down
9 changes: 3 additions & 6 deletions sdk/storage/azure-storage-file-share/swagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,15 @@
> see https://aka.ms/autorest
### Setup
Install Autorest v3
```ps
cd C:\work
git clone --recursive https://github.com/Azure/autorest.python.git
cd autorest.python
git checkout azure-core
npm install
npm install -g autorest
```

### Generation
```ps
cd <swagger-folder>
autorest --use=C:/work/autorest.python --version=2.0.4280
autorest --v3 --python
```

### Settings
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-queue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 12.1.5 (Unreleased)
## 12.1.5 (2021-01-12)
**New features**
- Added support for `AzureSasCredential` to allow SAS rotation in long living clients.

Expand Down

0 comments on commit 0245e15

Please sign in to comment.