Skip to content

Commit cf50bef

Browse files
authored
{spring-cloud} Patch version for updated doc (#8607)
* update version
1 parent 6b370d9 commit cf50bef

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

src/spring-cloud/HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Release History
22
===============
3+
4+
3.1.9
5+
---
6+
* Update module documentation.
7+
38
3.1.8
49
---
510
* Fix `subscription_id` AAZSimpleValue type error

src/spring-cloud/azext_spring_cloud/tests/latest/recordings/test_persistent_storage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ interactions:
1818
- AZURECLI/2.43.0 azsdk-python-azure-mgmt-storage/21.0.0 Python/3.10.8 (Linux-5.15.0-1023-azure-x86_64-with-glibc2.31)
1919
VSTS_7b238909-6802-4b65-b90d-184bca47f458_build_261_0
2020
method: POST
21-
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002/listKeys?api-version=2023-05-01&$expand=kerb
21+
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002/listKeys?api-version=2024-01-01&$expand=kerb
2222
response:
2323
body:
2424
string: '{"keys":[{"creationTime":"2023-01-03T03:35:25.5792346Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2023-01-03T03:35:25.5792346Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}'

src/spring-cloud/setup.py

Lines changed: 1 addition & 1 deletion
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 = '3.1.8'
19+
VERSION = '3.1.9'
2020

2121
# The full list of classifiers is available at
2222
# https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)