Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR track2_azure-mgmt-rdbms] New version 2023-10-01-preview release for DBForMySQL #5158

Closed
wants to merge 1 commit into from
Closed
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
6 changes: 3 additions & 3 deletions sdk/rdbms/azure-mgmt-rdbms/_meta.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"commit": "85d0d6c98a47a6b6c2c1684cf94cc8e089c3c4ab",
"commit": "c9f5637bb719ac5d76b3c3a09dbad9e68f5be988",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest": "3.9.7",
"use": [
"@autorest/python@6.7.1",
"@autorest/modelerfour@4.26.2"
],
"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/python@6.7.1 --use=@autorest/modelerfour@4.26.2 --version=3.9.7 --version-tolerant=False",
"readme": "specification/postgresql/resource-manager/readme.md"
"autorest_command": "autorest specification/mysql/resource-manager/readme.md --generate-sample=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-python/sdk --use=@autorest/python@6.7.1 --use=@autorest/modelerfour@4.26.2 --version=3.9.7 --version-tolerant=False",
"readme": "specification/mysql/resource-manager/readme.md"
}
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.0b11"
VERSION = "1.0.0b1"
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
from ._configuration import MySQLManagementClientConfiguration
from ._serialization import Deserializer, Serializer
from .operations import (
AdvancedThreatProtectionSettingsOperations,
AzureADAdministratorsOperations,
BackupAndExportOperations,
BackupsOperations,
Expand All @@ -27,7 +28,9 @@
FirewallRulesOperations,
GetPrivateDnsZoneSuffixOperations,
LocationBasedCapabilitiesOperations,
LocationBasedCapabilitySetOperations,
LogFilesOperations,
OperationResultsOperations,
Operations,
ReplicasOperations,
ServersMigrationOperations,
Expand Down Expand Up @@ -72,6 +75,9 @@ class MySQLManagementClient: # pylint: disable=client-accepts-api-version-keywo
:ivar location_based_capabilities: LocationBasedCapabilitiesOperations operations
:vartype location_based_capabilities:
azure.mgmt.rdbms.mysql_flexibleservers.operations.LocationBasedCapabilitiesOperations
:ivar location_based_capability_set: LocationBasedCapabilitySetOperations operations
:vartype location_based_capability_set:
azure.mgmt.rdbms.mysql_flexibleservers.operations.LocationBasedCapabilitySetOperations
:ivar check_virtual_network_subnet_usage: CheckVirtualNetworkSubnetUsageOperations operations
:vartype check_virtual_network_subnet_usage:
azure.mgmt.rdbms.mysql_flexibleservers.operations.CheckVirtualNetworkSubnetUsageOperations
Expand All @@ -82,11 +88,18 @@ class MySQLManagementClient: # pylint: disable=client-accepts-api-version-keywo
operations
:vartype check_name_availability_without_location:
azure.mgmt.rdbms.mysql_flexibleservers.operations.CheckNameAvailabilityWithoutLocationOperations
:ivar operation_results: OperationResultsOperations operations
:vartype operation_results:
azure.mgmt.rdbms.mysql_flexibleservers.operations.OperationResultsOperations
: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 advanced_threat_protection_settings: AdvancedThreatProtectionSettingsOperations
operations
:vartype advanced_threat_protection_settings:
azure.mgmt.rdbms.mysql_flexibleservers.operations.AdvancedThreatProtectionSettingsOperations
:param credential: Credential needed for the client to connect to Azure. Required.
:type credential: ~azure.core.credentials.TokenCredential
:param subscription_id: The ID of the target subscription. The value must be an UUID. Required.
Expand Down Expand Up @@ -132,6 +145,9 @@ def __init__(
self.location_based_capabilities = LocationBasedCapabilitiesOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.location_based_capability_set = LocationBasedCapabilitySetOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.check_virtual_network_subnet_usage = CheckVirtualNetworkSubnetUsageOperations(
self._client, self._config, self._serialize, self._deserialize
)
Expand All @@ -141,10 +157,16 @@ def __init__(
self.check_name_availability_without_location = CheckNameAvailabilityWithoutLocationOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.operation_results = OperationResultsOperations(
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.advanced_threat_protection_settings = AdvancedThreatProtectionSettingsOperations(
self._client, self._config, self._serialize, self._deserialize
)

def _send_request(self, request: HttpRequest, **kwargs: Any) -> HttpResponse:
"""Runs the network request through the client's chained policies.
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.0b11"
VERSION = "1.0.0b1"
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
from .._serialization import Deserializer, Serializer
from ._configuration import MySQLManagementClientConfiguration
from .operations import (
AdvancedThreatProtectionSettingsOperations,
AzureADAdministratorsOperations,
BackupAndExportOperations,
BackupsOperations,
Expand All @@ -27,7 +28,9 @@
FirewallRulesOperations,
GetPrivateDnsZoneSuffixOperations,
LocationBasedCapabilitiesOperations,
LocationBasedCapabilitySetOperations,
LogFilesOperations,
OperationResultsOperations,
Operations,
ReplicasOperations,
ServersMigrationOperations,
Expand Down Expand Up @@ -72,6 +75,9 @@ class MySQLManagementClient: # pylint: disable=client-accepts-api-version-keywo
:ivar location_based_capabilities: LocationBasedCapabilitiesOperations operations
:vartype location_based_capabilities:
azure.mgmt.rdbms.mysql_flexibleservers.aio.operations.LocationBasedCapabilitiesOperations
:ivar location_based_capability_set: LocationBasedCapabilitySetOperations operations
:vartype location_based_capability_set:
azure.mgmt.rdbms.mysql_flexibleservers.aio.operations.LocationBasedCapabilitySetOperations
:ivar check_virtual_network_subnet_usage: CheckVirtualNetworkSubnetUsageOperations operations
:vartype check_virtual_network_subnet_usage:
azure.mgmt.rdbms.mysql_flexibleservers.aio.operations.CheckVirtualNetworkSubnetUsageOperations
Expand All @@ -82,11 +88,18 @@ class MySQLManagementClient: # pylint: disable=client-accepts-api-version-keywo
operations
:vartype check_name_availability_without_location:
azure.mgmt.rdbms.mysql_flexibleservers.aio.operations.CheckNameAvailabilityWithoutLocationOperations
:ivar operation_results: OperationResultsOperations operations
:vartype operation_results:
azure.mgmt.rdbms.mysql_flexibleservers.aio.operations.OperationResultsOperations
: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 advanced_threat_protection_settings: AdvancedThreatProtectionSettingsOperations
operations
:vartype advanced_threat_protection_settings:
azure.mgmt.rdbms.mysql_flexibleservers.aio.operations.AdvancedThreatProtectionSettingsOperations
:param credential: Credential needed for the client to connect to Azure. Required.
:type credential: ~azure.core.credentials_async.AsyncTokenCredential
:param subscription_id: The ID of the target subscription. The value must be an UUID. Required.
Expand Down Expand Up @@ -132,6 +145,9 @@ def __init__(
self.location_based_capabilities = LocationBasedCapabilitiesOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.location_based_capability_set = LocationBasedCapabilitySetOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.check_virtual_network_subnet_usage = CheckVirtualNetworkSubnetUsageOperations(
self._client, self._config, self._serialize, self._deserialize
)
Expand All @@ -141,10 +157,16 @@ def __init__(
self.check_name_availability_without_location = CheckNameAvailabilityWithoutLocationOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.operation_results = OperationResultsOperations(
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.advanced_threat_protection_settings = AdvancedThreatProtectionSettingsOperations(
self._client, self._config, self._serialize, self._deserialize
)

def _send_request(self, request: HttpRequest, **kwargs: Any) -> Awaitable[AsyncHttpResponse]:
"""Runs the network request through the client's chained policies.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,14 @@
from ._servers_migration_operations import ServersMigrationOperations
from ._log_files_operations import LogFilesOperations
from ._location_based_capabilities_operations import LocationBasedCapabilitiesOperations
from ._location_based_capability_set_operations import LocationBasedCapabilitySetOperations
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 ._operation_results_operations import OperationResultsOperations
from ._get_private_dns_zone_suffix_operations import GetPrivateDnsZoneSuffixOperations
from ._operations import Operations
from ._advanced_threat_protection_settings_operations import AdvancedThreatProtectionSettingsOperations

from ._patch import __all__ as _patch_all
from ._patch import * # pylint: disable=unused-wildcard-import
Expand All @@ -39,11 +42,14 @@
"ServersMigrationOperations",
"LogFilesOperations",
"LocationBasedCapabilitiesOperations",
"LocationBasedCapabilitySetOperations",
"CheckVirtualNetworkSubnetUsageOperations",
"CheckNameAvailabilityOperations",
"CheckNameAvailabilityWithoutLocationOperations",
"OperationResultsOperations",
"GetPrivateDnsZoneSuffixOperations",
"Operations",
"AdvancedThreatProtectionSettingsOperations",
]
__all__.extend([p for p in _patch_all if p not in __all__])
_patch_sdk()
Loading