Skip to content

Commit

Permalink
CodeGen from PR 13144 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 03be69260bd07e5b6531e62b4344b17a7dd6956e into f82d670
  • Loading branch information
SDKAuto committed Mar 26, 2021
1 parent 7a07cd2 commit c5642f8
Show file tree
Hide file tree
Showing 50 changed files with 200 additions and 60 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
# --------------------------------------------------------------------------

from ._web_site_management_client import WebSiteManagementClient
from ._version import VERSION

__version__ = VERSION
__all__ = ['WebSiteManagementClient']

try:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@
from azure.core.pipeline import policies
from azure.mgmt.core.policies import ARMHttpLoggingPolicy

from ._version import VERSION

if TYPE_CHECKING:
# pylint: disable=unused-import,ungrouped-imports
from typing import Any

from azure.core.credentials import TokenCredential

VERSION = "unknown"

class WebSiteManagementClientConfiguration(Configuration):
"""Configuration for WebSiteManagementClient.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 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.
# --------------------------------------------------------------------------

VERSION = "0.42.0"
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
from azure.core.pipeline import policies
from azure.mgmt.core.policies import ARMHttpLoggingPolicy

from .._version import VERSION

if TYPE_CHECKING:
# pylint: disable=unused-import,ungrouped-imports
from azure.core.credentials_async import AsyncTokenCredential

VERSION = "unknown"

class WebSiteManagementClientConfiguration(Configuration):
"""Configuration for WebSiteManagementClient.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -845,10 +845,10 @@ async def create_or_update_ownership_identifier(
domain_ownership_identifier: "_models.DomainOwnershipIdentifier",
**kwargs
) -> "_models.DomainOwnershipIdentifier":
"""Creates an ownership identifier for a domain or updates identifier details for an existing identifer.
"""Creates an ownership identifier for a domain or updates identifier details for an existing identifier.
Creates an ownership identifier for a domain or updates identifier details for an existing
identifer.
identifier.
:param resource_group_name: Name of the resource group to which the resource belongs.
:type resource_group_name: str
Expand Down Expand Up @@ -977,10 +977,10 @@ async def update_ownership_identifier(
domain_ownership_identifier: "_models.DomainOwnershipIdentifier",
**kwargs
) -> "_models.DomainOwnershipIdentifier":
"""Creates an ownership identifier for a domain or updates identifier details for an existing identifer.
"""Creates an ownership identifier for a domain or updates identifier details for an existing identifier.
Creates an ownership identifier for a domain or updates identifier details for an existing
identifer.
identifier.
:param resource_group_name: Name of the resource group to which the resource belongs.
:type resource_group_name: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -862,10 +862,10 @@ def create_or_update_ownership_identifier(
**kwargs # type: Any
):
# type: (...) -> "_models.DomainOwnershipIdentifier"
"""Creates an ownership identifier for a domain or updates identifier details for an existing identifer.
"""Creates an ownership identifier for a domain or updates identifier details for an existing identifier.
Creates an ownership identifier for a domain or updates identifier details for an existing
identifer.
identifier.
:param resource_group_name: Name of the resource group to which the resource belongs.
:type resource_group_name: str
Expand Down Expand Up @@ -996,10 +996,10 @@ def update_ownership_identifier(
**kwargs # type: Any
):
# type: (...) -> "_models.DomainOwnershipIdentifier"
"""Creates an ownership identifier for a domain or updates identifier details for an existing identifer.
"""Creates an ownership identifier for a domain or updates identifier details for an existing identifier.
Creates an ownership identifier for a domain or updates identifier details for an existing
identifer.
identifier.
:param resource_group_name: Name of the resource group to which the resource belongs.
:type resource_group_name: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
# --------------------------------------------------------------------------

from ._web_site_management_client import WebSiteManagementClient
from ._version import VERSION

__version__ = VERSION
__all__ = ['WebSiteManagementClient']

try:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@
from azure.core.pipeline import policies
from azure.mgmt.core.policies import ARMHttpLoggingPolicy

from ._version import VERSION

if TYPE_CHECKING:
# pylint: disable=unused-import,ungrouped-imports
from typing import Any

from azure.core.credentials import TokenCredential

VERSION = "unknown"

class WebSiteManagementClientConfiguration(Configuration):
"""Configuration for WebSiteManagementClient.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 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.
# --------------------------------------------------------------------------

VERSION = "0.42.0"
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
from azure.core.pipeline import policies
from azure.mgmt.core.policies import ARMHttpLoggingPolicy

from .._version import VERSION

if TYPE_CHECKING:
# pylint: disable=unused-import,ungrouped-imports
from azure.core.credentials_async import AsyncTokenCredential

VERSION = "unknown"

class WebSiteManagementClientConfiguration(Configuration):
"""Configuration for WebSiteManagementClient.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
# --------------------------------------------------------------------------

from ._web_site_management_client import WebSiteManagementClient
from ._version import VERSION

__version__ = VERSION
__all__ = ['WebSiteManagementClient']

try:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@
from azure.core.pipeline import policies
from azure.mgmt.core.policies import ARMHttpLoggingPolicy

from ._version import VERSION

if TYPE_CHECKING:
# pylint: disable=unused-import,ungrouped-imports
from typing import Any

from azure.core.credentials import TokenCredential

VERSION = "unknown"

class WebSiteManagementClientConfiguration(Configuration):
"""Configuration for WebSiteManagementClient.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 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.
# --------------------------------------------------------------------------

VERSION = "0.42.0"
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
from azure.core.pipeline import policies
from azure.mgmt.core.policies import ARMHttpLoggingPolicy

from .._version import VERSION

if TYPE_CHECKING:
# pylint: disable=unused-import,ungrouped-imports
from azure.core.credentials_async import AsyncTokenCredential

VERSION = "unknown"

class WebSiteManagementClientConfiguration(Configuration):
"""Configuration for WebSiteManagementClient.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
# --------------------------------------------------------------------------

from ._web_site_management_client import WebSiteManagementClient
from ._version import VERSION

__version__ = VERSION
__all__ = ['WebSiteManagementClient']

try:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@
from azure.core.pipeline import policies
from azure.mgmt.core.policies import ARMHttpLoggingPolicy

from ._version import VERSION

if TYPE_CHECKING:
# pylint: disable=unused-import,ungrouped-imports
from typing import Any

from azure.core.credentials import TokenCredential

VERSION = "unknown"

class WebSiteManagementClientConfiguration(Configuration):
"""Configuration for WebSiteManagementClient.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 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.
# --------------------------------------------------------------------------

VERSION = "0.42.0"
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
from azure.core.pipeline import policies
from azure.mgmt.core.policies import ARMHttpLoggingPolicy

from .._version import VERSION

if TYPE_CHECKING:
# pylint: disable=unused-import,ungrouped-imports
from azure.core.credentials_async import AsyncTokenCredential

VERSION = "unknown"

class WebSiteManagementClientConfiguration(Configuration):
"""Configuration for WebSiteManagementClient.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
# --------------------------------------------------------------------------

from ._web_site_management_client import WebSiteManagementClient
from ._version import VERSION

__version__ = VERSION
__all__ = ['WebSiteManagementClient']

try:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@
from azure.core.pipeline import policies
from azure.mgmt.core.policies import ARMHttpLoggingPolicy

from ._version import VERSION

if TYPE_CHECKING:
# pylint: disable=unused-import,ungrouped-imports
from typing import Any

from azure.core.credentials import TokenCredential

VERSION = "unknown"

class WebSiteManagementClientConfiguration(Configuration):
"""Configuration for WebSiteManagementClient.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 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.
# --------------------------------------------------------------------------

VERSION = "0.42.0"
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
from azure.core.pipeline import policies
from azure.mgmt.core.policies import ARMHttpLoggingPolicy

from .._version import VERSION

if TYPE_CHECKING:
# pylint: disable=unused-import,ungrouped-imports
from azure.core.credentials_async import AsyncTokenCredential

VERSION = "unknown"

class WebSiteManagementClientConfiguration(Configuration):
"""Configuration for WebSiteManagementClient.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
# --------------------------------------------------------------------------

from ._web_site_management_client import WebSiteManagementClient
from ._version import VERSION

__version__ = VERSION
__all__ = ['WebSiteManagementClient']

try:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@
from azure.core.pipeline import policies
from azure.mgmt.core.policies import ARMHttpLoggingPolicy

from ._version import VERSION

if TYPE_CHECKING:
# pylint: disable=unused-import,ungrouped-imports
from typing import Any

from azure.core.credentials import TokenCredential

VERSION = "unknown"

class WebSiteManagementClientConfiguration(Configuration):
"""Configuration for WebSiteManagementClient.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 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.
# --------------------------------------------------------------------------

VERSION = "0.42.0"
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
from azure.core.pipeline import policies
from azure.mgmt.core.policies import ARMHttpLoggingPolicy

from .._version import VERSION

if TYPE_CHECKING:
# pylint: disable=unused-import,ungrouped-imports
from azure.core.credentials_async import AsyncTokenCredential

VERSION = "unknown"

class WebSiteManagementClientConfiguration(Configuration):
"""Configuration for WebSiteManagementClient.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -855,10 +855,10 @@ async def create_or_update_ownership_identifier(
domain_ownership_identifier: "_models.DomainOwnershipIdentifier",
**kwargs
) -> "_models.DomainOwnershipIdentifier":
"""Creates an ownership identifier for a domain or updates identifier details for an existing identifer.
"""Creates an ownership identifier for a domain or updates identifier details for an existing identifier.
Creates an ownership identifier for a domain or updates identifier details for an existing
identifer.
identifier.
:param resource_group_name: Name of the resource group to which the resource belongs.
:type resource_group_name: str
Expand Down Expand Up @@ -988,10 +988,10 @@ async def update_ownership_identifier(
domain_ownership_identifier: "_models.DomainOwnershipIdentifier",
**kwargs
) -> "_models.DomainOwnershipIdentifier":
"""Creates an ownership identifier for a domain or updates identifier details for an existing identifer.
"""Creates an ownership identifier for a domain or updates identifier details for an existing identifier.
Creates an ownership identifier for a domain or updates identifier details for an existing
identifer.
identifier.
:param resource_group_name: Name of the resource group to which the resource belongs.
:type resource_group_name: str
Expand Down
Loading

0 comments on commit c5642f8

Please sign in to comment.