Skip to content

Commit

Permalink
CodeGen from PR 19307 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Fix description for ManagedEnvironment.Internal property (Azure#19307)
  • Loading branch information
SDKAuto committed Jun 1, 2022
1 parent 3d13c0c commit 36748a9
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions sdk/appcontainers/azure-mgmt-appcontainers/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"@autorest/[email protected]",
"@autorest/[email protected]"
],
"commit": "32143b0f5f230ee2601e3c5d1990188666a5058d",
"commit": "cfe4dc8393d283e59cc6af4fceaf2c70eaee31a9",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest_command": "autorest specification/app/resource-manager/readme.md --multiapi --python --python-sdks-folder=/home/vsts/work/1/azure-sdk-for-python/sdk --python3-only --use=@autorest/[email protected] --use=@autorest/[email protected] --version=3.7.2",
"autorest_command": "autorest specification/app/resource-manager/readme.md --multiapi --python --python-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-python/sdk --python3-only --use=@autorest/[email protected] --use=@autorest/[email protected] --version=3.7.2",
"readme": "specification/app/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 = "1.0.0"
VERSION = "1.0.0b1"
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ async def create_or_update(
) -> "_models.AuthConfig":
"""Create or update the AuthConfig for a Container App.
Description for Create or update the AuthConfig for a Container App.
Create or update the AuthConfig for a Container App.
:param resource_group_name: The name of the resource group. The name is case insensitive.
:type resource_group_name: str
Expand Down Expand Up @@ -278,7 +278,7 @@ async def delete( # pylint: disable=inconsistent-return-statements
) -> None:
"""Delete a Container App AuthConfig.
Description for Delete a Container App AuthConfig.
Delete a Container App AuthConfig.
:param resource_group_name: The name of the resource group. The name is case insensitive.
:type resource_group_name: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ async def begin_create_or_update(
) -> AsyncLROPoller["_models.ContainerApp"]:
"""Create or update a Container App.
Description for Create or update a Container App.
Create or update a Container App.
:param resource_group_name: The name of the resource group. The name is case insensitive.
:type resource_group_name: str
Expand Down Expand Up @@ -445,7 +445,7 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements
) -> AsyncLROPoller[None]:
"""Delete a Container App.
Description for Delete a Container App.
Delete a Container App.
:param resource_group_name: The name of the resource group. The name is case insensitive.
:type resource_group_name: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ async def begin_create_or_update(
) -> AsyncLROPoller["_models.SourceControl"]:
"""Create or update the SourceControl for a Container App.
Description for Create or update the SourceControl for a Container App.
Create or update the SourceControl for a Container App.
:param resource_group_name: The name of the resource group. The name is case insensitive.
:type resource_group_name: str
Expand Down Expand Up @@ -387,7 +387,7 @@ async def begin_delete( # pylint: disable=inconsistent-return-statements
) -> AsyncLROPoller[None]:
"""Delete a Container App SourceControl.
Description for Delete a Container App SourceControl.
Delete a Container App SourceControl.
:param resource_group_name: The name of the resource group. The name is case insensitive.
:type resource_group_name: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4952,8 +4952,8 @@ class VnetConfiguration(msrest.serialization.Model):
"""Configuration properties for apps environment to join a Virtual Network.
:ivar internal: Boolean indicating the environment only has an internal load balancer. These
environments do not have a public static IP resource, must provide ControlPlaneSubnetResourceId
and AppSubnetResourceId if enabling this property.
environments do not have a public static IP resource. They must provide runtimeSubnetId and
infrastructureSubnetId if enabling this property.
:vartype internal: bool
:ivar infrastructure_subnet_id: Resource ID of a subnet for infrastructure components. This
subnet must be in the same VNET as the subnet defined in runtimeSubnetId. Must not overlap with
Expand Down Expand Up @@ -4996,8 +4996,8 @@ def __init__(
):
"""
:keyword internal: Boolean indicating the environment only has an internal load balancer. These
environments do not have a public static IP resource, must provide ControlPlaneSubnetResourceId
and AppSubnetResourceId if enabling this property.
environments do not have a public static IP resource. They must provide runtimeSubnetId and
infrastructureSubnetId if enabling this property.
:paramtype internal: bool
:keyword infrastructure_subnet_id: Resource ID of a subnet for infrastructure components. This
subnet must be in the same VNET as the subnet defined in runtimeSubnetId. Must not overlap with
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ def create_or_update(
) -> "_models.AuthConfig":
"""Create or update the AuthConfig for a Container App.
Description for Create or update the AuthConfig for a Container App.
Create or update the AuthConfig for a Container App.
:param resource_group_name: The name of the resource group. The name is case insensitive.
:type resource_group_name: str
Expand Down Expand Up @@ -438,7 +438,7 @@ def delete( # pylint: disable=inconsistent-return-statements
) -> None:
"""Delete a Container App AuthConfig.
Description for Delete a Container App AuthConfig.
Delete a Container App AuthConfig.
:param resource_group_name: The name of the resource group. The name is case insensitive.
:type resource_group_name: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ def begin_create_or_update(
) -> LROPoller["_models.ContainerApp"]:
"""Create or update a Container App.
Description for Create or update a Container App.
Create or update a Container App.
:param resource_group_name: The name of the resource group. The name is case insensitive.
:type resource_group_name: str
Expand Down Expand Up @@ -748,7 +748,7 @@ def begin_delete( # pylint: disable=inconsistent-return-statements
) -> LROPoller[None]:
"""Delete a Container App.
Description for Delete a Container App.
Delete a Container App.
:param resource_group_name: The name of the resource group. The name is case insensitive.
:type resource_group_name: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ def begin_create_or_update(
) -> LROPoller["_models.SourceControl"]:
"""Create or update the SourceControl for a Container App.
Description for Create or update the SourceControl for a Container App.
Create or update the SourceControl for a Container App.
:param resource_group_name: The name of the resource group. The name is case insensitive.
:type resource_group_name: str
Expand Down Expand Up @@ -547,7 +547,7 @@ def begin_delete( # pylint: disable=inconsistent-return-statements
) -> LROPoller[None]:
"""Delete a Container App SourceControl.
Description for Delete a Container App SourceControl.
Delete a Container App SourceControl.
:param resource_group_name: The name of the resource group. The name is case insensitive.
:type resource_group_name: str
Expand Down

0 comments on commit 36748a9

Please sign in to comment.