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-appplatform] [Hub Generated] Publish private branch 'appplatform/release/api2023-01' #2756

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
4 changes: 2 additions & 2 deletions sdk/appplatform/azure-mgmt-appplatform/_meta.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"commit": "ba733cb319d327bae00886c47975d624145834b0",
"commit": "e115568703b0bc5765b07cbcb7d322e6fecdab2c",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest": "3.9.2",
"use": [
"@autorest/python@6.4.0",
"@autorest/modelerfour@4.24.3"
],
"autorest_command": "autorest specification/appplatform/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.4.0 --use=@autorest/modelerfour@4.24.3 --version=3.9.2 --version-tolerant=False",
"autorest_command": "autorest specification/appplatform/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.4.0 --use=@autorest/modelerfour@4.24.3 --version=3.9.2 --version-tolerant=False",
"readme": "specification/appplatform/resource-manager/readme.md"
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
# Licensed under the MIT License. See License.txt in the project root for
# license information.
# --------------------------------------------------------------------------
from .v2022_11_01_preview.models import *
from .v2022_12_01.models import *
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 = "8.0.0b1"
VERSION = "6.1.0"
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 = "8.0.0b1"
VERSION = "6.1.0"
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 = "8.0.0b1"
VERSION = "6.1.0"
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 = "8.0.0b1"
VERSION = "6.1.0"
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 = "8.0.0b1"
VERSION = "6.1.0"
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 = "8.0.0b1"
VERSION = "6.1.0"
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 = "8.0.0b1"
VERSION = "6.1.0"
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 = "8.0.0b1"
VERSION = "6.1.0"
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 = "8.0.0b1"
VERSION = "6.1.0"
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 = "8.0.0b1"
VERSION = "6.1.0"
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 = "8.0.0b1"
VERSION = "6.1.0"
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ class AppResourceProperties(_serialization.Model): # pylint: disable=too-many-i
:ivar url: URL of the App.
:vartype url: str
:ivar addon_configs: Collection of addons.
:vartype addon_configs: dict[str, dict[str, JSON]]
:vartype addon_configs: dict[str, JSON]
:ivar provisioning_state: Provisioning state of the App. Known values are: "Succeeded",
"Failed", "Creating", "Updating", and "Deleting".
:vartype provisioning_state: str or
Expand Down Expand Up @@ -601,7 +601,7 @@ class AppResourceProperties(_serialization.Model): # pylint: disable=too-many-i
_attribute_map = {
"public": {"key": "public", "type": "bool"},
"url": {"key": "url", "type": "str"},
"addon_configs": {"key": "addonConfigs", "type": "{{object}}"},
"addon_configs": {"key": "addonConfigs", "type": "{object}"},
"provisioning_state": {"key": "provisioningState", "type": "str"},
"fqdn": {"key": "fqdn", "type": "str"},
"https_only": {"key": "httpsOnly", "type": "bool"},
Expand All @@ -618,7 +618,7 @@ def __init__(
self,
*,
public: Optional[bool] = None,
addon_configs: Optional[Dict[str, Dict[str, JSON]]] = None,
addon_configs: Optional[Dict[str, JSON]] = None,
https_only: bool = False,
temporary_disk: Optional["_models.TemporaryDisk"] = None,
persistent_disk: Optional["_models.PersistentDisk"] = None,
Expand All @@ -633,7 +633,7 @@ def __init__(
:keyword public: Indicates whether the App exposes public endpoint.
:paramtype public: bool
:keyword addon_configs: Collection of addons.
:paramtype addon_configs: dict[str, dict[str, JSON]]
:paramtype addon_configs: dict[str, JSON]
:keyword https_only: Indicate if only https is allowed.
:paramtype https_only: bool
:keyword temporary_disk: Temporary disk settings.
Expand Down Expand Up @@ -952,7 +952,7 @@ class BindingResourceProperties(_serialization.Model):
:ivar key: The key of the bound resource.
:vartype key: str
:ivar binding_parameters: Binding parameters of the Binding resource.
:vartype binding_parameters: dict[str, JSON]
:vartype binding_parameters: dict[str, str]
:ivar generated_properties: The generated Spring Boot property file for this binding. The
secret will be deducted.
:vartype generated_properties: str
Expand All @@ -975,7 +975,7 @@ class BindingResourceProperties(_serialization.Model):
"resource_type": {"key": "resourceType", "type": "str"},
"resource_id": {"key": "resourceId", "type": "str"},
"key": {"key": "key", "type": "str"},
"binding_parameters": {"key": "bindingParameters", "type": "{object}"},
"binding_parameters": {"key": "bindingParameters", "type": "{str}"},
"generated_properties": {"key": "generatedProperties", "type": "str"},
"created_at": {"key": "createdAt", "type": "str"},
"updated_at": {"key": "updatedAt", "type": "str"},
Expand All @@ -986,7 +986,7 @@ def __init__(
*,
resource_id: Optional[str] = None,
key: Optional[str] = None,
binding_parameters: Optional[Dict[str, JSON]] = None,
binding_parameters: Optional[Dict[str, str]] = None,
**kwargs: Any
) -> None:
"""
Expand All @@ -995,7 +995,7 @@ def __init__(
:keyword key: The key of the bound resource.
:paramtype key: str
:keyword binding_parameters: Binding parameters of the Binding resource.
:paramtype binding_parameters: dict[str, JSON]
:paramtype binding_parameters: dict[str, str]
"""
super().__init__(**kwargs)
self.resource_name = None
Expand Down Expand Up @@ -3619,7 +3619,7 @@ class DeploymentSettings(_serialization.Model):
:ivar environment_variables: Collection of environment variables.
:vartype environment_variables: dict[str, str]
:ivar addon_configs: Collection of addons.
:vartype addon_configs: dict[str, dict[str, JSON]]
:vartype addon_configs: dict[str, JSON]
:ivar liveness_probe: Periodic probe of App Instance liveness. App Instance will be restarted
if the probe fails. More info:
https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes.
Expand Down Expand Up @@ -3652,7 +3652,7 @@ class DeploymentSettings(_serialization.Model):
_attribute_map = {
"resource_requests": {"key": "resourceRequests", "type": "ResourceRequests"},
"environment_variables": {"key": "environmentVariables", "type": "{str}"},
"addon_configs": {"key": "addonConfigs", "type": "{{object}}"},
"addon_configs": {"key": "addonConfigs", "type": "{object}"},
"liveness_probe": {"key": "livenessProbe", "type": "Probe"},
"readiness_probe": {"key": "readinessProbe", "type": "Probe"},
"startup_probe": {"key": "startupProbe", "type": "Probe"},
Expand All @@ -3665,7 +3665,7 @@ def __init__(
*,
resource_requests: Optional["_models.ResourceRequests"] = None,
environment_variables: Optional[Dict[str, str]] = None,
addon_configs: Optional[Dict[str, Dict[str, JSON]]] = None,
addon_configs: Optional[Dict[str, JSON]] = None,
liveness_probe: Optional["_models.Probe"] = None,
readiness_probe: Optional["_models.Probe"] = None,
startup_probe: Optional["_models.Probe"] = None,
Expand All @@ -3681,7 +3681,7 @@ def __init__(
:keyword environment_variables: Collection of environment variables.
:paramtype environment_variables: dict[str, str]
:keyword addon_configs: Collection of addons.
:paramtype addon_configs: dict[str, dict[str, JSON]]
:paramtype addon_configs: dict[str, JSON]
:keyword liveness_probe: Periodic probe of App Instance liveness. App Instance will be
restarted if the probe fails. More info:
https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def build_get_request(
path_format_arguments = {
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str"),
"resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, "str"),
"serviceName": _SERIALIZER.url("service_name", service_name, "str"),
"serviceName": _SERIALIZER.url("service_name", service_name, "str", pattern=r"^[a-z][a-z0-9-]*[a-z0-9]$"),
"apiPortalName": _SERIALIZER.url("api_portal_name", api_portal_name, "str"),
"domainName": _SERIALIZER.url("domain_name", domain_name, "str"),
}
Expand Down Expand Up @@ -104,7 +104,7 @@ def build_create_or_update_request(
path_format_arguments = {
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str"),
"resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, "str"),
"serviceName": _SERIALIZER.url("service_name", service_name, "str"),
"serviceName": _SERIALIZER.url("service_name", service_name, "str", pattern=r"^[a-z][a-z0-9-]*[a-z0-9]$"),
"apiPortalName": _SERIALIZER.url("api_portal_name", api_portal_name, "str"),
"domainName": _SERIALIZER.url("domain_name", domain_name, "str"),
}
Expand Down Expand Up @@ -144,7 +144,7 @@ def build_delete_request(
path_format_arguments = {
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str"),
"resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, "str"),
"serviceName": _SERIALIZER.url("service_name", service_name, "str"),
"serviceName": _SERIALIZER.url("service_name", service_name, "str", pattern=r"^[a-z][a-z0-9-]*[a-z0-9]$"),
"apiPortalName": _SERIALIZER.url("api_portal_name", api_portal_name, "str"),
"domainName": _SERIALIZER.url("domain_name", domain_name, "str"),
}
Expand Down Expand Up @@ -177,7 +177,7 @@ def build_list_request(
path_format_arguments = {
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str"),
"resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, "str"),
"serviceName": _SERIALIZER.url("service_name", service_name, "str"),
"serviceName": _SERIALIZER.url("service_name", service_name, "str", pattern=r"^[a-z][a-z0-9-]*[a-z0-9]$"),
"apiPortalName": _SERIALIZER.url("api_portal_name", api_portal_name, "str"),
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def build_get_request(
path_format_arguments = {
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str"),
"resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, "str"),
"serviceName": _SERIALIZER.url("service_name", service_name, "str"),
"serviceName": _SERIALIZER.url("service_name", service_name, "str", pattern=r"^[a-z][a-z0-9-]*[a-z0-9]$"),
"apiPortalName": _SERIALIZER.url("api_portal_name", api_portal_name, "str"),
}

Expand Down Expand Up @@ -93,7 +93,7 @@ def build_create_or_update_request(
path_format_arguments = {
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str"),
"resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, "str"),
"serviceName": _SERIALIZER.url("service_name", service_name, "str"),
"serviceName": _SERIALIZER.url("service_name", service_name, "str", pattern=r"^[a-z][a-z0-9-]*[a-z0-9]$"),
"apiPortalName": _SERIALIZER.url("api_portal_name", api_portal_name, "str"),
}

Expand Down Expand Up @@ -127,7 +127,7 @@ def build_delete_request(
path_format_arguments = {
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str"),
"resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, "str"),
"serviceName": _SERIALIZER.url("service_name", service_name, "str"),
"serviceName": _SERIALIZER.url("service_name", service_name, "str", pattern=r"^[a-z][a-z0-9-]*[a-z0-9]$"),
"apiPortalName": _SERIALIZER.url("api_portal_name", api_portal_name, "str"),
}

Expand Down Expand Up @@ -157,7 +157,7 @@ def build_list_request(resource_group_name: str, service_name: str, subscription
path_format_arguments = {
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str"),
"resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, "str"),
"serviceName": _SERIALIZER.url("service_name", service_name, "str"),
"serviceName": _SERIALIZER.url("service_name", service_name, "str", pattern=r"^[a-z][a-z0-9-]*[a-z0-9]$"),
}

_url: str = _format_url_section(_url, **path_format_arguments) # type: ignore
Expand Down Expand Up @@ -189,7 +189,7 @@ def build_validate_domain_request(
path_format_arguments = {
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str"),
"resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, "str"),
"serviceName": _SERIALIZER.url("service_name", service_name, "str"),
"serviceName": _SERIALIZER.url("service_name", service_name, "str", pattern=r"^[a-z][a-z0-9-]*[a-z0-9]$"),
"apiPortalName": _SERIALIZER.url("api_portal_name", api_portal_name, "str"),
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def build_get_request(
path_format_arguments = {
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str"),
"resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, "str"),
"serviceName": _SERIALIZER.url("service_name", service_name, "str"),
"serviceName": _SERIALIZER.url("service_name", service_name, "str", pattern=r"^[a-z][a-z0-9-]*[a-z0-9]$"),
"appName": _SERIALIZER.url("app_name", app_name, "str"),
}

Expand Down Expand Up @@ -101,7 +101,7 @@ def build_create_or_update_request(
path_format_arguments = {
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str"),
"resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, "str"),
"serviceName": _SERIALIZER.url("service_name", service_name, "str"),
"serviceName": _SERIALIZER.url("service_name", service_name, "str", pattern=r"^[a-z][a-z0-9-]*[a-z0-9]$"),
"appName": _SERIALIZER.url("app_name", app_name, "str"),
}

Expand Down Expand Up @@ -135,7 +135,7 @@ def build_delete_request(
path_format_arguments = {
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str"),
"resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, "str"),
"serviceName": _SERIALIZER.url("service_name", service_name, "str"),
"serviceName": _SERIALIZER.url("service_name", service_name, "str", pattern=r"^[a-z][a-z0-9-]*[a-z0-9]$"),
"appName": _SERIALIZER.url("app_name", app_name, "str"),
}

Expand Down Expand Up @@ -168,7 +168,7 @@ def build_update_request(
path_format_arguments = {
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str"),
"resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, "str"),
"serviceName": _SERIALIZER.url("service_name", service_name, "str"),
"serviceName": _SERIALIZER.url("service_name", service_name, "str", pattern=r"^[a-z][a-z0-9-]*[a-z0-9]$"),
"appName": _SERIALIZER.url("app_name", app_name, "str"),
}

Expand Down Expand Up @@ -200,7 +200,7 @@ def build_list_request(resource_group_name: str, service_name: str, subscription
path_format_arguments = {
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str"),
"resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, "str"),
"serviceName": _SERIALIZER.url("service_name", service_name, "str"),
"serviceName": _SERIALIZER.url("service_name", service_name, "str", pattern=r"^[a-z][a-z0-9-]*[a-z0-9]$"),
}

_url: str = _format_url_section(_url, **path_format_arguments) # type: ignore
Expand Down Expand Up @@ -231,7 +231,7 @@ def build_get_resource_upload_url_request(
path_format_arguments = {
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str"),
"resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, "str"),
"serviceName": _SERIALIZER.url("service_name", service_name, "str"),
"serviceName": _SERIALIZER.url("service_name", service_name, "str", pattern=r"^[a-z][a-z0-9-]*[a-z0-9]$"),
"appName": _SERIALIZER.url("app_name", app_name, "str"),
}

Expand Down Expand Up @@ -264,7 +264,7 @@ def build_set_active_deployments_request(
path_format_arguments = {
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str"),
"resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, "str"),
"serviceName": _SERIALIZER.url("service_name", service_name, "str"),
"serviceName": _SERIALIZER.url("service_name", service_name, "str", pattern=r"^[a-z][a-z0-9-]*[a-z0-9]$"),
"appName": _SERIALIZER.url("app_name", app_name, "str"),
}

Expand Down Expand Up @@ -299,7 +299,7 @@ def build_validate_domain_request(
path_format_arguments = {
"subscriptionId": _SERIALIZER.url("subscription_id", subscription_id, "str"),
"resourceGroupName": _SERIALIZER.url("resource_group_name", resource_group_name, "str"),
"serviceName": _SERIALIZER.url("service_name", service_name, "str"),
"serviceName": _SERIALIZER.url("service_name", service_name, "str", pattern=r"^[a-z][a-z0-9-]*[a-z0-9]$"),
"appName": _SERIALIZER.url("app_name", app_name, "str"),
}

Expand Down
Loading