-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Spring] Vendor SDK for Azure Spring Apps API version 2023-12-01 and …
…2024-01-01-preview (#7173)
- Loading branch information
Showing
161 changed files
with
135,567 additions
and
3 deletions.
There are no files selected for viewing
193 changes: 192 additions & 1 deletion
193
src/spring/azext_spring/vendored_sdks/appplatform/_app_platform_management_client.py
Large diffs are not rendered by default.
Oops, something went wrong.
193 changes: 192 additions & 1 deletion
193
src/spring/azext_spring/vendored_sdks/appplatform/aio/_app_platform_management_client.py
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
src/spring/azext_spring/vendored_sdks/appplatform/v2023_12_01/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# coding=utf-8 | ||
# -------------------------------------------------------------------------- | ||
# Copyright (c) Microsoft Corporation. All rights reserved. | ||
# Licensed under the MIT License. See License.txt in the project root for license information. | ||
# Code generated by Microsoft (R) AutoRest Code Generator. | ||
# Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
# -------------------------------------------------------------------------- | ||
|
||
from ._app_platform_management_client import AppPlatformManagementClient | ||
from ._version import VERSION | ||
|
||
__version__ = VERSION | ||
|
||
try: | ||
from ._patch import __all__ as _patch_all | ||
from ._patch import * # pylint: disable=unused-wildcard-import | ||
except ImportError: | ||
_patch_all = [] | ||
from ._patch import patch_sdk as _patch_sdk | ||
|
||
__all__ = [ | ||
"AppPlatformManagementClient", | ||
] | ||
__all__.extend([p for p in _patch_all if p not in __all__]) | ||
|
||
_patch_sdk() |
270 changes: 270 additions & 0 deletions
270
...ing/azext_spring/vendored_sdks/appplatform/v2023_12_01/_app_platform_management_client.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,270 @@ | ||
# coding=utf-8 | ||
# -------------------------------------------------------------------------- | ||
# Copyright (c) Microsoft Corporation. All rights reserved. | ||
# Licensed under the MIT License. See License.txt in the project root for license information. | ||
# Code generated by Microsoft (R) AutoRest Code Generator. | ||
# Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
# -------------------------------------------------------------------------- | ||
|
||
from copy import deepcopy | ||
from typing import Any, TYPE_CHECKING | ||
|
||
from azure.core.rest import HttpRequest, HttpResponse | ||
from azure.mgmt.core import ARMPipelineClient | ||
|
||
from . import models as _models | ||
from .._serialization import Deserializer, Serializer | ||
from ._configuration import AppPlatformManagementClientConfiguration | ||
from .operations import ( | ||
ApiPortalCustomDomainsOperations, | ||
ApiPortalsOperations, | ||
ApmsOperations, | ||
ApplicationAcceleratorsOperations, | ||
ApplicationLiveViewsOperations, | ||
AppsOperations, | ||
BindingsOperations, | ||
BuildServiceAgentPoolOperations, | ||
BuildServiceBuilderOperations, | ||
BuildServiceOperations, | ||
BuildpackBindingOperations, | ||
CertificatesOperations, | ||
ConfigServersOperations, | ||
ConfigurationServicesOperations, | ||
ContainerRegistriesOperations, | ||
CustomDomainsOperations, | ||
CustomizedAcceleratorsOperations, | ||
DeploymentsOperations, | ||
DevToolPortalsOperations, | ||
GatewayCustomDomainsOperations, | ||
GatewayRouteConfigsOperations, | ||
GatewaysOperations, | ||
MonitoringSettingsOperations, | ||
Operations, | ||
PredefinedAcceleratorsOperations, | ||
RuntimeVersionsOperations, | ||
ServiceRegistriesOperations, | ||
ServicesOperations, | ||
SkusOperations, | ||
StoragesOperations, | ||
) | ||
|
||
if TYPE_CHECKING: | ||
# pylint: disable=unused-import,ungrouped-imports | ||
from azure.core.credentials import TokenCredential | ||
|
||
|
||
class AppPlatformManagementClient: # pylint: disable=client-accepts-api-version-keyword,too-many-instance-attributes | ||
"""REST API for Azure Spring Apps. | ||
:ivar services: ServicesOperations operations | ||
:vartype services: azure.mgmt.appplatform.v2023_12_01.operations.ServicesOperations | ||
:ivar apms: ApmsOperations operations | ||
:vartype apms: azure.mgmt.appplatform.v2023_12_01.operations.ApmsOperations | ||
:ivar config_servers: ConfigServersOperations operations | ||
:vartype config_servers: azure.mgmt.appplatform.v2023_12_01.operations.ConfigServersOperations | ||
:ivar configuration_services: ConfigurationServicesOperations operations | ||
:vartype configuration_services: | ||
azure.mgmt.appplatform.v2023_12_01.operations.ConfigurationServicesOperations | ||
:ivar service_registries: ServiceRegistriesOperations operations | ||
:vartype service_registries: | ||
azure.mgmt.appplatform.v2023_12_01.operations.ServiceRegistriesOperations | ||
:ivar application_live_views: ApplicationLiveViewsOperations operations | ||
:vartype application_live_views: | ||
azure.mgmt.appplatform.v2023_12_01.operations.ApplicationLiveViewsOperations | ||
:ivar dev_tool_portals: DevToolPortalsOperations operations | ||
:vartype dev_tool_portals: | ||
azure.mgmt.appplatform.v2023_12_01.operations.DevToolPortalsOperations | ||
:ivar container_registries: ContainerRegistriesOperations operations | ||
:vartype container_registries: | ||
azure.mgmt.appplatform.v2023_12_01.operations.ContainerRegistriesOperations | ||
:ivar build_service: BuildServiceOperations operations | ||
:vartype build_service: azure.mgmt.appplatform.v2023_12_01.operations.BuildServiceOperations | ||
:ivar buildpack_binding: BuildpackBindingOperations operations | ||
:vartype buildpack_binding: | ||
azure.mgmt.appplatform.v2023_12_01.operations.BuildpackBindingOperations | ||
:ivar build_service_builder: BuildServiceBuilderOperations operations | ||
:vartype build_service_builder: | ||
azure.mgmt.appplatform.v2023_12_01.operations.BuildServiceBuilderOperations | ||
:ivar build_service_agent_pool: BuildServiceAgentPoolOperations operations | ||
:vartype build_service_agent_pool: | ||
azure.mgmt.appplatform.v2023_12_01.operations.BuildServiceAgentPoolOperations | ||
:ivar monitoring_settings: MonitoringSettingsOperations operations | ||
:vartype monitoring_settings: | ||
azure.mgmt.appplatform.v2023_12_01.operations.MonitoringSettingsOperations | ||
:ivar apps: AppsOperations operations | ||
:vartype apps: azure.mgmt.appplatform.v2023_12_01.operations.AppsOperations | ||
:ivar bindings: BindingsOperations operations | ||
:vartype bindings: azure.mgmt.appplatform.v2023_12_01.operations.BindingsOperations | ||
:ivar storages: StoragesOperations operations | ||
:vartype storages: azure.mgmt.appplatform.v2023_12_01.operations.StoragesOperations | ||
:ivar certificates: CertificatesOperations operations | ||
:vartype certificates: azure.mgmt.appplatform.v2023_12_01.operations.CertificatesOperations | ||
:ivar custom_domains: CustomDomainsOperations operations | ||
:vartype custom_domains: azure.mgmt.appplatform.v2023_12_01.operations.CustomDomainsOperations | ||
:ivar deployments: DeploymentsOperations operations | ||
:vartype deployments: azure.mgmt.appplatform.v2023_12_01.operations.DeploymentsOperations | ||
:ivar operations: Operations operations | ||
:vartype operations: azure.mgmt.appplatform.v2023_12_01.operations.Operations | ||
:ivar runtime_versions: RuntimeVersionsOperations operations | ||
:vartype runtime_versions: | ||
azure.mgmt.appplatform.v2023_12_01.operations.RuntimeVersionsOperations | ||
:ivar skus: SkusOperations operations | ||
:vartype skus: azure.mgmt.appplatform.v2023_12_01.operations.SkusOperations | ||
:ivar gateways: GatewaysOperations operations | ||
:vartype gateways: azure.mgmt.appplatform.v2023_12_01.operations.GatewaysOperations | ||
:ivar gateway_route_configs: GatewayRouteConfigsOperations operations | ||
:vartype gateway_route_configs: | ||
azure.mgmt.appplatform.v2023_12_01.operations.GatewayRouteConfigsOperations | ||
:ivar gateway_custom_domains: GatewayCustomDomainsOperations operations | ||
:vartype gateway_custom_domains: | ||
azure.mgmt.appplatform.v2023_12_01.operations.GatewayCustomDomainsOperations | ||
:ivar api_portals: ApiPortalsOperations operations | ||
:vartype api_portals: azure.mgmt.appplatform.v2023_12_01.operations.ApiPortalsOperations | ||
:ivar api_portal_custom_domains: ApiPortalCustomDomainsOperations operations | ||
:vartype api_portal_custom_domains: | ||
azure.mgmt.appplatform.v2023_12_01.operations.ApiPortalCustomDomainsOperations | ||
:ivar application_accelerators: ApplicationAcceleratorsOperations operations | ||
:vartype application_accelerators: | ||
azure.mgmt.appplatform.v2023_12_01.operations.ApplicationAcceleratorsOperations | ||
:ivar customized_accelerators: CustomizedAcceleratorsOperations operations | ||
:vartype customized_accelerators: | ||
azure.mgmt.appplatform.v2023_12_01.operations.CustomizedAcceleratorsOperations | ||
:ivar predefined_accelerators: PredefinedAcceleratorsOperations operations | ||
:vartype predefined_accelerators: | ||
azure.mgmt.appplatform.v2023_12_01.operations.PredefinedAcceleratorsOperations | ||
:param credential: Credential needed for the client to connect to Azure. Required. | ||
:type credential: ~azure.core.credentials.TokenCredential | ||
:param subscription_id: Gets subscription ID which uniquely identify the Microsoft Azure | ||
subscription. The subscription ID forms part of the URI for every service call. Required. | ||
:type subscription_id: str | ||
:param base_url: Service URL. Default value is "https://management.azure.com". | ||
:type base_url: str | ||
:keyword api_version: Api Version. Default value is "2023-12-01". Note that overriding this | ||
default value may result in unsupported behavior. | ||
:paramtype api_version: str | ||
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no | ||
Retry-After header is present. | ||
""" | ||
|
||
def __init__( | ||
self, | ||
credential: "TokenCredential", | ||
subscription_id: str, | ||
base_url: str = "https://management.azure.com", | ||
**kwargs: Any | ||
) -> None: | ||
self._config = AppPlatformManagementClientConfiguration( | ||
credential=credential, subscription_id=subscription_id, **kwargs | ||
) | ||
self._client: ARMPipelineClient = ARMPipelineClient(base_url=base_url, config=self._config, **kwargs) | ||
|
||
client_models = {k: v for k, v in _models.__dict__.items() if isinstance(v, type)} | ||
self._serialize = Serializer(client_models) | ||
self._deserialize = Deserializer(client_models) | ||
self._serialize.client_side_validation = False | ||
self.services = ServicesOperations(self._client, self._config, self._serialize, self._deserialize, "2023-12-01") | ||
self.apms = ApmsOperations(self._client, self._config, self._serialize, self._deserialize, "2023-12-01") | ||
self.config_servers = ConfigServersOperations( | ||
self._client, self._config, self._serialize, self._deserialize, "2023-12-01" | ||
) | ||
self.configuration_services = ConfigurationServicesOperations( | ||
self._client, self._config, self._serialize, self._deserialize, "2023-12-01" | ||
) | ||
self.service_registries = ServiceRegistriesOperations( | ||
self._client, self._config, self._serialize, self._deserialize, "2023-12-01" | ||
) | ||
self.application_live_views = ApplicationLiveViewsOperations( | ||
self._client, self._config, self._serialize, self._deserialize, "2023-12-01" | ||
) | ||
self.dev_tool_portals = DevToolPortalsOperations( | ||
self._client, self._config, self._serialize, self._deserialize, "2023-12-01" | ||
) | ||
self.container_registries = ContainerRegistriesOperations( | ||
self._client, self._config, self._serialize, self._deserialize, "2023-12-01" | ||
) | ||
self.build_service = BuildServiceOperations( | ||
self._client, self._config, self._serialize, self._deserialize, "2023-12-01" | ||
) | ||
self.buildpack_binding = BuildpackBindingOperations( | ||
self._client, self._config, self._serialize, self._deserialize, "2023-12-01" | ||
) | ||
self.build_service_builder = BuildServiceBuilderOperations( | ||
self._client, self._config, self._serialize, self._deserialize, "2023-12-01" | ||
) | ||
self.build_service_agent_pool = BuildServiceAgentPoolOperations( | ||
self._client, self._config, self._serialize, self._deserialize, "2023-12-01" | ||
) | ||
self.monitoring_settings = MonitoringSettingsOperations( | ||
self._client, self._config, self._serialize, self._deserialize, "2023-12-01" | ||
) | ||
self.apps = AppsOperations(self._client, self._config, self._serialize, self._deserialize, "2023-12-01") | ||
self.bindings = BindingsOperations(self._client, self._config, self._serialize, self._deserialize, "2023-12-01") | ||
self.storages = StoragesOperations(self._client, self._config, self._serialize, self._deserialize, "2023-12-01") | ||
self.certificates = CertificatesOperations( | ||
self._client, self._config, self._serialize, self._deserialize, "2023-12-01" | ||
) | ||
self.custom_domains = CustomDomainsOperations( | ||
self._client, self._config, self._serialize, self._deserialize, "2023-12-01" | ||
) | ||
self.deployments = DeploymentsOperations( | ||
self._client, self._config, self._serialize, self._deserialize, "2023-12-01" | ||
) | ||
self.operations = Operations(self._client, self._config, self._serialize, self._deserialize, "2023-12-01") | ||
self.runtime_versions = RuntimeVersionsOperations( | ||
self._client, self._config, self._serialize, self._deserialize, "2023-12-01" | ||
) | ||
self.skus = SkusOperations(self._client, self._config, self._serialize, self._deserialize, "2023-12-01") | ||
self.gateways = GatewaysOperations(self._client, self._config, self._serialize, self._deserialize, "2023-12-01") | ||
self.gateway_route_configs = GatewayRouteConfigsOperations( | ||
self._client, self._config, self._serialize, self._deserialize, "2023-12-01" | ||
) | ||
self.gateway_custom_domains = GatewayCustomDomainsOperations( | ||
self._client, self._config, self._serialize, self._deserialize, "2023-12-01" | ||
) | ||
self.api_portals = ApiPortalsOperations( | ||
self._client, self._config, self._serialize, self._deserialize, "2023-12-01" | ||
) | ||
self.api_portal_custom_domains = ApiPortalCustomDomainsOperations( | ||
self._client, self._config, self._serialize, self._deserialize, "2023-12-01" | ||
) | ||
self.application_accelerators = ApplicationAcceleratorsOperations( | ||
self._client, self._config, self._serialize, self._deserialize, "2023-12-01" | ||
) | ||
self.customized_accelerators = CustomizedAcceleratorsOperations( | ||
self._client, self._config, self._serialize, self._deserialize, "2023-12-01" | ||
) | ||
self.predefined_accelerators = PredefinedAcceleratorsOperations( | ||
self._client, self._config, self._serialize, self._deserialize, "2023-12-01" | ||
) | ||
|
||
def _send_request(self, request: HttpRequest, **kwargs: Any) -> HttpResponse: | ||
"""Runs the network request through the client's chained policies. | ||
>>> from azure.core.rest import HttpRequest | ||
>>> request = HttpRequest("GET", "https://www.example.org/") | ||
<HttpRequest [GET], url: 'https://www.example.org/'> | ||
>>> response = client._send_request(request) | ||
<HttpResponse: 200 OK> | ||
For more information on this code flow, see https://aka.ms/azsdk/dpcodegen/python/send_request | ||
:param request: The network request you want to make. Required. | ||
:type request: ~azure.core.rest.HttpRequest | ||
:keyword bool stream: Whether the response payload will be streamed. Defaults to False. | ||
:return: The response of your network call. Does not do error handling on your response. | ||
:rtype: ~azure.core.rest.HttpResponse | ||
""" | ||
|
||
request_copy = deepcopy(request) | ||
request_copy.url = self._client.format_url(request_copy.url) | ||
return self._client.send_request(request_copy, **kwargs) | ||
|
||
def close(self) -> None: | ||
self._client.close() | ||
|
||
def __enter__(self) -> "AppPlatformManagementClient": | ||
self._client.__enter__() | ||
return self | ||
|
||
def __exit__(self, *exc_details: Any) -> None: | ||
self._client.__exit__(*exc_details) |
67 changes: 67 additions & 0 deletions
67
src/spring/azext_spring/vendored_sdks/appplatform/v2023_12_01/_configuration.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
# coding=utf-8 | ||
# -------------------------------------------------------------------------- | ||
# Copyright (c) Microsoft Corporation. All rights reserved. | ||
# Licensed under the MIT License. See License.txt in the project root for license information. | ||
# Code generated by Microsoft (R) AutoRest Code Generator. | ||
# Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
# -------------------------------------------------------------------------- | ||
|
||
from typing import Any, TYPE_CHECKING | ||
|
||
from azure.core.configuration import Configuration | ||
from azure.core.pipeline import policies | ||
from azure.mgmt.core.policies import ARMChallengeAuthenticationPolicy, ARMHttpLoggingPolicy | ||
|
||
from ._version import VERSION | ||
|
||
if TYPE_CHECKING: | ||
# pylint: disable=unused-import,ungrouped-imports | ||
from azure.core.credentials import TokenCredential | ||
|
||
|
||
class AppPlatformManagementClientConfiguration(Configuration): # pylint: disable=too-many-instance-attributes | ||
"""Configuration for AppPlatformManagementClient. | ||
Note that all parameters used to create this instance are saved as instance | ||
attributes. | ||
:param credential: Credential needed for the client to connect to Azure. Required. | ||
:type credential: ~azure.core.credentials.TokenCredential | ||
:param subscription_id: Gets subscription ID which uniquely identify the Microsoft Azure | ||
subscription. The subscription ID forms part of the URI for every service call. Required. | ||
:type subscription_id: str | ||
:keyword api_version: Api Version. Default value is "2023-12-01". Note that overriding this | ||
default value may result in unsupported behavior. | ||
:paramtype api_version: str | ||
""" | ||
|
||
def __init__(self, credential: "TokenCredential", subscription_id: str, **kwargs: Any) -> None: | ||
super(AppPlatformManagementClientConfiguration, self).__init__(**kwargs) | ||
api_version: str = kwargs.pop("api_version", "2023-12-01") | ||
|
||
if credential is None: | ||
raise ValueError("Parameter 'credential' must not be None.") | ||
if subscription_id is None: | ||
raise ValueError("Parameter 'subscription_id' must not be None.") | ||
|
||
self.credential = credential | ||
self.subscription_id = subscription_id | ||
self.api_version = api_version | ||
self.credential_scopes = kwargs.pop("credential_scopes", ["https://management.azure.com/.default"]) | ||
kwargs.setdefault("sdk_moniker", "mgmt-appplatform/{}".format(VERSION)) | ||
self._configure(**kwargs) | ||
|
||
def _configure(self, **kwargs: Any) -> None: | ||
self.user_agent_policy = kwargs.get("user_agent_policy") or policies.UserAgentPolicy(**kwargs) | ||
self.headers_policy = kwargs.get("headers_policy") or policies.HeadersPolicy(**kwargs) | ||
self.proxy_policy = kwargs.get("proxy_policy") or policies.ProxyPolicy(**kwargs) | ||
self.logging_policy = kwargs.get("logging_policy") or policies.NetworkTraceLoggingPolicy(**kwargs) | ||
self.http_logging_policy = kwargs.get("http_logging_policy") or ARMHttpLoggingPolicy(**kwargs) | ||
self.retry_policy = kwargs.get("retry_policy") or policies.RetryPolicy(**kwargs) | ||
self.custom_hook_policy = kwargs.get("custom_hook_policy") or policies.CustomHookPolicy(**kwargs) | ||
self.redirect_policy = kwargs.get("redirect_policy") or policies.RedirectPolicy(**kwargs) | ||
self.authentication_policy = kwargs.get("authentication_policy") | ||
if self.credential and not self.authentication_policy: | ||
self.authentication_policy = ARMChallengeAuthenticationPolicy( | ||
self.credential, *self.credential_scopes, **kwargs | ||
) |
20 changes: 20 additions & 0 deletions
20
src/spring/azext_spring/vendored_sdks/appplatform/v2023_12_01/_patch.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# ------------------------------------ | ||
# Copyright (c) Microsoft Corporation. | ||
# Licensed under the MIT License. | ||
# ------------------------------------ | ||
"""Customize generated code here. | ||
Follow our quickstart for examples: https://aka.ms/azsdk/python/dpcodegen/python/customize | ||
""" | ||
from typing import List | ||
|
||
__all__: List[str] = [] # Add all objects you want publicly available to users at this package level | ||
|
||
|
||
def patch_sdk(): | ||
"""Do not remove from this file. | ||
`patch_sdk` is a last resort escape hatch that allows you to do customizations | ||
you can't accomplish using the techniques described in | ||
https://aka.ms/azsdk/python/dpcodegen/python/customize | ||
""" |
Oops, something went wrong.