Skip to content
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/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": "1ee6690c4114f423e2b16deeeb079449112870ea",
"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 @@ -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