Skip to content

Commit f96edb7

Browse files
azure-sdkmsyyc
andauthored
[AutoRelease] t2-rdbms-2023-05-26-45912(can only be merged by SDK owner) (Azure#30540)
* code and test * update * Update CHANGELOG.md --------- Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: msyyc <[email protected]> Co-authored-by: Yuchao Yan <[email protected]>
1 parent 873a22d commit f96edb7

File tree

186 files changed

+7367
-1615
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

186 files changed

+7367
-1615
lines changed

sdk/rdbms/azure-mgmt-rdbms/CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# Release History
22

3+
## 10.2.0b9 (2023-05-26)
4+
5+
### Features Added
6+
7+
- Added operation group FlexibleServerOperations
8+
- Added operation group LogFilesOperations
9+
- Added operation group LtrBackupOperationsOperations
10+
- Added operation group MigrationsOperations
11+
- Added operation group PostgreSQLManagementClientOperationsMixin
12+
- Added operation group ServerCapabilitiesOperations
13+
- Model DataEncryption has a new parameter geo_backup_encryption_key_status
14+
- Model DataEncryption has a new parameter geo_backup_key_uri
15+
- Model DataEncryption has a new parameter geo_backup_user_assigned_identity_id
16+
- Model DataEncryption has a new parameter primary_encryption_key_status
17+
- Model FastProvisioningEditionCapability has a new parameter reason
18+
- Model FastProvisioningEditionCapability has a new parameter server_count
19+
- Model FastProvisioningEditionCapability has a new parameter status
20+
- Model FastProvisioningEditionCapability has a new parameter supported_tier
21+
- Model FlexibleServerEditionCapability has a new parameter default_sku_name
22+
- Model FlexibleServerEditionCapability has a new parameter reason
23+
- Model FlexibleServerEditionCapability has a new parameter supported_server_skus
24+
- Model ServerForUpdate has a new parameter network
25+
- Model ServerVersionCapability has a new parameter reason
26+
- Model Storage has a new parameter auto_grow
27+
- Model Storage has a new parameter iops
28+
- Model Storage has a new parameter iops_tier
29+
- Model StorageEditionCapability has a new parameter default_storage_size_mb
30+
- Model StorageEditionCapability has a new parameter reason
31+
- Model StorageTierCapability has a new parameter reason
32+
- Model UserAssignedIdentity has a new parameter tenant_id
33+
34+
### Breaking Changes
35+
36+
- Model FlexibleServerEditionCapability no longer has parameter supported_server_versions
37+
- Model ServerVersionCapability no longer has parameter supported_vcores
38+
- Model StorageTierCapability no longer has parameter is_baseline
39+
- Model StorageTierCapability no longer has parameter tier_name
40+
341
## 10.2.0b8 (2023-05-12)
442

543
### Features Added

sdk/rdbms/azure-mgmt-rdbms/_meta.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"commit": "06bf50ba45fe22722dfc6340b58fe45a3a71f7c6",
2+
"commit": "dc92283b118284e79f4ed3837763e2bb079ffa09",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
44
"autorest": "3.9.2",
55
"use": [
6-
"@autorest/[email protected].8",
6+
"@autorest/[email protected].12",
77
"@autorest/[email protected]"
88
],
9-
"autorest_command": "autorest specification/mysql/resource-manager/readme.md --generate-sample=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/home/vsts/work/1/azure-sdk-for-python/sdk --use=@autorest/[email protected].8 --use=@autorest/[email protected] --version=3.9.2 --version-tolerant=False",
10-
"readme": "specification/mysql/resource-manager/readme.md"
9+
"autorest_command": "autorest specification/postgresql/resource-manager/readme.md --generate-sample=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/home/vsts/work/1/azure-sdk-for-python/sdk --use=@autorest/[email protected].12 --use=@autorest/[email protected] --version=3.9.2 --version-tolerant=False",
10+
"readme": "specification/postgresql/resource-manager/readme.md"
1111
}

sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# license information.
66
# --------------------------------------------------------------------------
77

8-
VERSION = "10.2.0b8"
8+
VERSION = "10.2.0b9"

sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/mariadb/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "10.2.0b8"
9+
VERSION = "10.2.0b9"

sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/mysql/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "10.2.0b8"
9+
VERSION = "10.2.0b9"

sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/mysql_flexibleservers/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "10.2.0b8"
9+
VERSION = "10.2.0b9"

sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "10.2.0b8"
9+
VERSION = "10.2.0b9"

sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql/aio/operations/_check_name_availability_operations.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Code generated by Microsoft (R) AutoRest Code Generator.
77
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
88
# --------------------------------------------------------------------------
9+
from io import IOBase
910
from typing import Any, Callable, Dict, IO, Optional, TypeVar, Union, overload
1011

1112
from azure.core.exceptions import (
@@ -126,7 +127,7 @@ async def execute(
126127
content_type = content_type or "application/json"
127128
_json = None
128129
_content = None
129-
if isinstance(name_availability_request, (IO, bytes)):
130+
if isinstance(name_availability_request, (IOBase, bytes)):
130131
_content = name_availability_request
131132
else:
132133
_json = self._serialize.body(name_availability_request, "NameAvailabilityRequest")

sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql/aio/operations/_configurations_operations.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Code generated by Microsoft (R) AutoRest Code Generator.
77
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
88
# --------------------------------------------------------------------------
9+
from io import IOBase
910
from typing import Any, AsyncIterable, Callable, Dict, IO, Optional, TypeVar, Union, cast, overload
1011

1112
from azure.core.async_paging import AsyncItemPaged, AsyncList
@@ -84,7 +85,7 @@ async def _create_or_update_initial(
8485
content_type = content_type or "application/json"
8586
_json = None
8687
_content = None
87-
if isinstance(parameters, (IO, bytes)):
88+
if isinstance(parameters, (IOBase, bytes)):
8889
_content = parameters
8990
else:
9091
_json = self._serialize.body(parameters, "Configuration")

sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql/aio/operations/_databases_operations.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Code generated by Microsoft (R) AutoRest Code Generator.
77
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
88
# --------------------------------------------------------------------------
9+
from io import IOBase
910
from typing import Any, AsyncIterable, Callable, Dict, IO, Optional, TypeVar, Union, cast, overload
1011

1112
from azure.core.async_paging import AsyncItemPaged, AsyncList
@@ -85,7 +86,7 @@ async def _create_or_update_initial(
8586
content_type = content_type or "application/json"
8687
_json = None
8788
_content = None
88-
if isinstance(parameters, (IO, bytes)):
89+
if isinstance(parameters, (IOBase, bytes)):
8990
_content = parameters
9091
else:
9192
_json = self._serialize.body(parameters, "Database")

0 commit comments

Comments
 (0)