Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions sdk/rdbms/azure-mgmt-rdbms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History

## 10.2.0b3 (2022-08-09)

**Features**

- Added operation group AzureADAdministratorsOperations
- Added operation group CheckNameAvailabilityWithoutLocationOperations

## 10.2.0b2 (2022-08-01)

**Features**
Expand Down
6 changes: 3 additions & 3 deletions sdk/rdbms/azure-mgmt-rdbms/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"@autorest/python@5.16.0",
"@autorest/modelerfour@4.19.3"
],
"commit": "2dcad6d6e9a96882eb6d317e7500a94be007a9c6",
"commit": "352507b7909fabb6b6bb3e48b49d188c612c819f",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest_command": "autorest specification/postgresql/resource-manager/readme.md --python --python-sdks-folder=/home/vsts/work/1/azure-sdk-for-python/sdk --python3-only --use=@autorest/python@5.16.0 --use=@autorest/modelerfour@4.19.3 --version=3.7.2",
"readme": "specification/postgresql/resource-manager/readme.md"
"autorest_command": "autorest specification/mysql/resource-manager/readme.md --python --python-sdks-folder=/home/vsts/work/1/azure-sdk-for-python/sdk --python3-only --use=@autorest/python@5.16.0 --use=@autorest/modelerfour@4.19.3 --version=3.7.2",
"readme": "specification/mysql/resource-manager/readme.md"
}
2 changes: 1 addition & 1 deletion sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# license information.
# --------------------------------------------------------------------------

VERSION = "10.2.0b2"
VERSION = "10.2.0b3"
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "10.2.0b2"
VERSION = "10.2.0b3"
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "10.2.0b2"
VERSION = "10.2.0b3"
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

from . import models
from ._configuration import MySQLManagementClientConfiguration
from .operations import BackupsOperations, CheckNameAvailabilityOperations, CheckVirtualNetworkSubnetUsageOperations, ConfigurationsOperations, DatabasesOperations, FirewallRulesOperations, GetPrivateDnsZoneSuffixOperations, LocationBasedCapabilitiesOperations, LogFilesOperations, Operations, ReplicasOperations, ServersOperations
from .operations import AzureADAdministratorsOperations, BackupsOperations, CheckNameAvailabilityOperations, CheckNameAvailabilityWithoutLocationOperations, CheckVirtualNetworkSubnetUsageOperations, ConfigurationsOperations, DatabasesOperations, FirewallRulesOperations, GetPrivateDnsZoneSuffixOperations, LocationBasedCapabilitiesOperations, LogFilesOperations, Operations, ReplicasOperations, ServersOperations

if TYPE_CHECKING:
# pylint: disable=unused-import,ungrouped-imports
Expand Down Expand Up @@ -52,11 +52,18 @@ class MySQLManagementClient: # pylint: disable=too-many-instance-attributes
:ivar check_name_availability: CheckNameAvailabilityOperations operations
:vartype check_name_availability:
azure.mgmt.rdbms.mysql_flexibleservers.operations.CheckNameAvailabilityOperations
:ivar check_name_availability_without_location: CheckNameAvailabilityWithoutLocationOperations
operations
:vartype check_name_availability_without_location:
azure.mgmt.rdbms.mysql_flexibleservers.operations.CheckNameAvailabilityWithoutLocationOperations
:ivar get_private_dns_zone_suffix: GetPrivateDnsZoneSuffixOperations operations
:vartype get_private_dns_zone_suffix:
azure.mgmt.rdbms.mysql_flexibleservers.operations.GetPrivateDnsZoneSuffixOperations
:ivar operations: Operations operations
:vartype operations: azure.mgmt.rdbms.mysql_flexibleservers.operations.Operations
:ivar azure_ad_administrators: AzureADAdministratorsOperations operations
:vartype azure_ad_administrators:
azure.mgmt.rdbms.mysql_flexibleservers.operations.AzureADAdministratorsOperations
:param credential: Credential needed for the client to connect to Azure.
:type credential: ~azure.core.credentials.TokenCredential
:param subscription_id: The ID of the target subscription.
Expand Down Expand Up @@ -114,12 +121,18 @@ def __init__(
self.check_name_availability = CheckNameAvailabilityOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.check_name_availability_without_location = CheckNameAvailabilityWithoutLocationOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.get_private_dns_zone_suffix = GetPrivateDnsZoneSuffixOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.operations = Operations(
self._client, self._config, self._serialize, self._deserialize
)
self.azure_ad_administrators = AzureADAdministratorsOperations(
self._client, self._config, self._serialize, self._deserialize
)


def _send_request(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "10.2.0b2"
VERSION = "10.2.0b3"
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

from .. import models
from ._configuration import MySQLManagementClientConfiguration
from .operations import BackupsOperations, CheckNameAvailabilityOperations, CheckVirtualNetworkSubnetUsageOperations, ConfigurationsOperations, DatabasesOperations, FirewallRulesOperations, GetPrivateDnsZoneSuffixOperations, LocationBasedCapabilitiesOperations, LogFilesOperations, Operations, ReplicasOperations, ServersOperations
from .operations import AzureADAdministratorsOperations, BackupsOperations, CheckNameAvailabilityOperations, CheckNameAvailabilityWithoutLocationOperations, CheckVirtualNetworkSubnetUsageOperations, ConfigurationsOperations, DatabasesOperations, FirewallRulesOperations, GetPrivateDnsZoneSuffixOperations, LocationBasedCapabilitiesOperations, LogFilesOperations, Operations, ReplicasOperations, ServersOperations

if TYPE_CHECKING:
# pylint: disable=unused-import,ungrouped-imports
Expand Down Expand Up @@ -52,11 +52,18 @@ class MySQLManagementClient: # pylint: disable=too-many-instance-attributes
:ivar check_name_availability: CheckNameAvailabilityOperations operations
:vartype check_name_availability:
azure.mgmt.rdbms.mysql_flexibleservers.aio.operations.CheckNameAvailabilityOperations
:ivar check_name_availability_without_location: CheckNameAvailabilityWithoutLocationOperations
operations
:vartype check_name_availability_without_location:
azure.mgmt.rdbms.mysql_flexibleservers.aio.operations.CheckNameAvailabilityWithoutLocationOperations
:ivar get_private_dns_zone_suffix: GetPrivateDnsZoneSuffixOperations operations
:vartype get_private_dns_zone_suffix:
azure.mgmt.rdbms.mysql_flexibleservers.aio.operations.GetPrivateDnsZoneSuffixOperations
:ivar operations: Operations operations
:vartype operations: azure.mgmt.rdbms.mysql_flexibleservers.aio.operations.Operations
:ivar azure_ad_administrators: AzureADAdministratorsOperations operations
:vartype azure_ad_administrators:
azure.mgmt.rdbms.mysql_flexibleservers.aio.operations.AzureADAdministratorsOperations
:param credential: Credential needed for the client to connect to Azure.
:type credential: ~azure.core.credentials_async.AsyncTokenCredential
:param subscription_id: The ID of the target subscription.
Expand Down Expand Up @@ -114,12 +121,18 @@ def __init__(
self.check_name_availability = CheckNameAvailabilityOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.check_name_availability_without_location = CheckNameAvailabilityWithoutLocationOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.get_private_dns_zone_suffix = GetPrivateDnsZoneSuffixOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.operations = Operations(
self._client, self._config, self._serialize, self._deserialize
)
self.azure_ad_administrators = AzureADAdministratorsOperations(
self._client, self._config, self._serialize, self._deserialize
)


def _send_request(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@
from ._location_based_capabilities_operations import LocationBasedCapabilitiesOperations
from ._check_virtual_network_subnet_usage_operations import CheckVirtualNetworkSubnetUsageOperations
from ._check_name_availability_operations import CheckNameAvailabilityOperations
from ._check_name_availability_without_location_operations import CheckNameAvailabilityWithoutLocationOperations
from ._get_private_dns_zone_suffix_operations import GetPrivateDnsZoneSuffixOperations
from ._operations import Operations
from ._azure_ad_administrators_operations import AzureADAdministratorsOperations

from ._patch import __all__ as _patch_all
from ._patch import * # type: ignore # pylint: disable=unused-wildcard-import
Expand All @@ -33,8 +35,10 @@
'LocationBasedCapabilitiesOperations',
'CheckVirtualNetworkSubnetUsageOperations',
'CheckNameAvailabilityOperations',
'CheckNameAvailabilityWithoutLocationOperations',
'GetPrivateDnsZoneSuffixOperations',
'Operations',
'AzureADAdministratorsOperations',
]
__all__.extend([p for p in _patch_all if p not in __all__])
_patch_sdk()
Loading