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] web/resource-manager #8012

Closed
wants to merge 4 commits 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
7 changes: 7 additions & 0 deletions sdk/appservice/azure-mgmt-web/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
Release History
===============

0.43.1 (2019-10-17)
+++++++++++++++++++

**General**

- Remove obsolete autogenerated file which brings bug for multiapi

0.43.0 (2019-10-01)
+++++++++++++++++++

Expand Down
148 changes: 93 additions & 55 deletions sdk/appservice/azure-mgmt-web/azure/mgmt/web/_operations_mixin.py

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sdk/appservice/azure-mgmt-web/azure/mgmt/web/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# --------------------------------------------------------------------------
from .v2016_03_01.models import *
from .v2018_02_01.models import *
from .v2018_11_01.models import *
from .v2019_08_01.models import *
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ class WebSiteManagementClient(SDKClient):
:vartype config: WebSiteManagementClientConfiguration

:ivar domains: Domains operations
:vartype domains: azure.mgmt.web.operations.DomainsOperations
:vartype domains: azure.mgmt.web.v2015_04_01.operations.DomainsOperations
:ivar top_level_domains: TopLevelDomains operations
:vartype top_level_domains: azure.mgmt.web.operations.TopLevelDomainsOperations
:vartype top_level_domains: azure.mgmt.web.v2015_04_01.operations.TopLevelDomainsOperations
:ivar domain_registration_provider: DomainRegistrationProvider operations
:vartype domain_registration_provider: azure.mgmt.web.operations.DomainRegistrationProviderOperations
:vartype domain_registration_provider: azure.mgmt.web.v2015_04_01.operations.DomainRegistrationProviderOperations

:param credentials: Credentials needed for the client to connect to Azure.
:type credentials: :mod:`A msrestazure Credentials
Expand Down

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 @@ -14,7 +14,7 @@

class DomainPaged(Paged):
"""
A paging container for iterating over a list of :class:`Domain <azure.mgmt.web.models.Domain>` object
A paging container for iterating over a list of :class:`Domain <azure.mgmt.web.v2015_04_01.models.Domain>` object
"""

_attribute_map = {
Expand All @@ -27,7 +27,7 @@ def __init__(self, *args, **kwargs):
super(DomainPaged, self).__init__(*args, **kwargs)
class NameIdentifierPaged(Paged):
"""
A paging container for iterating over a list of :class:`NameIdentifier <azure.mgmt.web.models.NameIdentifier>` object
A paging container for iterating over a list of :class:`NameIdentifier <azure.mgmt.web.v2015_04_01.models.NameIdentifier>` object
"""

_attribute_map = {
Expand All @@ -40,7 +40,7 @@ def __init__(self, *args, **kwargs):
super(NameIdentifierPaged, self).__init__(*args, **kwargs)
class DomainOwnershipIdentifierPaged(Paged):
"""
A paging container for iterating over a list of :class:`DomainOwnershipIdentifier <azure.mgmt.web.models.DomainOwnershipIdentifier>` object
A paging container for iterating over a list of :class:`DomainOwnershipIdentifier <azure.mgmt.web.v2015_04_01.models.DomainOwnershipIdentifier>` object
"""

_attribute_map = {
Expand All @@ -53,7 +53,7 @@ def __init__(self, *args, **kwargs):
super(DomainOwnershipIdentifierPaged, self).__init__(*args, **kwargs)
class TopLevelDomainPaged(Paged):
"""
A paging container for iterating over a list of :class:`TopLevelDomain <azure.mgmt.web.models.TopLevelDomain>` object
A paging container for iterating over a list of :class:`TopLevelDomain <azure.mgmt.web.v2015_04_01.models.TopLevelDomain>` object
"""

_attribute_map = {
Expand All @@ -66,7 +66,7 @@ def __init__(self, *args, **kwargs):
super(TopLevelDomainPaged, self).__init__(*args, **kwargs)
class TldLegalAgreementPaged(Paged):
"""
A paging container for iterating over a list of :class:`TldLegalAgreement <azure.mgmt.web.models.TldLegalAgreement>` object
A paging container for iterating over a list of :class:`TldLegalAgreement <azure.mgmt.web.v2015_04_01.models.TldLegalAgreement>` object
"""

_attribute_map = {
Expand All @@ -79,7 +79,7 @@ def __init__(self, *args, **kwargs):
super(TldLegalAgreementPaged, self).__init__(*args, **kwargs)
class CsmOperationDescriptionPaged(Paged):
"""
A paging container for iterating over a list of :class:`CsmOperationDescription <azure.mgmt.web.models.CsmOperationDescription>` object
A paging container for iterating over a list of :class:`CsmOperationDescription <azure.mgmt.web.v2015_04_01.models.CsmOperationDescription>` object
"""

_attribute_map = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def list_operations(
overrides<msrest:optionsforoperations>`.
:return: An iterator like instance of CsmOperationDescription
:rtype:
~azure.mgmt.web.models.CsmOperationDescriptionPaged[~azure.mgmt.web.models.CsmOperationDescription]
~azure.mgmt.web.v2015_04_01.models.CsmOperationDescriptionPaged[~azure.mgmt.web.v2015_04_01.models.CsmOperationDescription]
:raises: :class:`CloudError<msrestazure.azure_exceptions.CloudError>`
"""
def prepare_request(next_link=None):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ def check_availability(
overrides<msrest:optionsforoperations>`.
:return: DomainAvailablilityCheckResult or ClientRawResponse if
raw=true
:rtype: ~azure.mgmt.web.models.DomainAvailablilityCheckResult or
:rtype:
~azure.mgmt.web.v2015_04_01.models.DomainAvailablilityCheckResult or
~msrest.pipeline.ClientRawResponse
:raises: :class:`CloudError<msrestazure.azure_exceptions.CloudError>`
"""
Expand Down Expand Up @@ -120,7 +121,7 @@ def list(
overrides<msrest:optionsforoperations>`.
:return: An iterator like instance of Domain
:rtype:
~azure.mgmt.web.models.DomainPaged[~azure.mgmt.web.models.Domain]
~azure.mgmt.web.v2015_04_01.models.DomainPaged[~azure.mgmt.web.v2015_04_01.models.Domain]
:raises: :class:`CloudError<msrestazure.azure_exceptions.CloudError>`
"""
def prepare_request(next_link=None):
Expand Down Expand Up @@ -188,7 +189,8 @@ def get_control_center_sso_request(
overrides<msrest:optionsforoperations>`.
:return: DomainControlCenterSsoRequest or ClientRawResponse if
raw=true
:rtype: ~azure.mgmt.web.models.DomainControlCenterSsoRequest or
:rtype:
~azure.mgmt.web.v2015_04_01.models.DomainControlCenterSsoRequest or
~msrest.pipeline.ClientRawResponse
:raises: :class:`CloudError<msrestazure.azure_exceptions.CloudError>`
"""
Expand Down Expand Up @@ -251,7 +253,7 @@ def list_recommendations(
overrides<msrest:optionsforoperations>`.
:return: An iterator like instance of NameIdentifier
:rtype:
~azure.mgmt.web.models.NameIdentifierPaged[~azure.mgmt.web.models.NameIdentifier]
~azure.mgmt.web.v2015_04_01.models.NameIdentifierPaged[~azure.mgmt.web.v2015_04_01.models.NameIdentifier]
:raises: :class:`CloudError<msrestazure.azure_exceptions.CloudError>`
"""
parameters = models.DomainRecommendationSearchParameters(keywords=keywords, max_domain_recommendations=max_domain_recommendations)
Expand Down Expand Up @@ -328,7 +330,7 @@ def list_by_resource_group(
overrides<msrest:optionsforoperations>`.
:return: An iterator like instance of Domain
:rtype:
~azure.mgmt.web.models.DomainPaged[~azure.mgmt.web.models.Domain]
~azure.mgmt.web.v2015_04_01.models.DomainPaged[~azure.mgmt.web.v2015_04_01.models.Domain]
:raises: :class:`CloudError<msrestazure.azure_exceptions.CloudError>`
"""
def prepare_request(next_link=None):
Expand Down Expand Up @@ -401,7 +403,7 @@ def get(
:param operation_config: :ref:`Operation configuration
overrides<msrest:optionsforoperations>`.
:return: Domain or ClientRawResponse if raw=true
:rtype: ~azure.mgmt.web.models.Domain or
:rtype: ~azure.mgmt.web.v2015_04_01.models.Domain or
~msrest.pipeline.ClientRawResponse
:raises: :class:`CloudError<msrestazure.azure_exceptions.CloudError>`
"""
Expand Down Expand Up @@ -512,7 +514,7 @@ def create_or_update(
:param domain_name: Name of the domain.
:type domain_name: str
:param domain: Domain registration information.
:type domain: ~azure.mgmt.web.models.Domain
:type domain: ~azure.mgmt.web.v2015_04_01.models.Domain
:param dict custom_headers: headers that will be added to the request
:param bool raw: The poller return type is ClientRawResponse, the
direct response alongside the deserialized response
Expand All @@ -521,9 +523,9 @@ def create_or_update(
:return: An instance of LROPoller that returns Domain or
ClientRawResponse<Domain> if raw==True
:rtype:
~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.web.models.Domain]
~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.web.v2015_04_01.models.Domain]
or
~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.web.models.Domain]]
~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.web.v2015_04_01.models.Domain]]
:raises: :class:`CloudError<msrestazure.azure_exceptions.CloudError>`
"""
raw_result = self._create_or_update_initial(
Expand Down Expand Up @@ -627,14 +629,14 @@ def update(
:param domain_name: Name of the domain.
:type domain_name: str
:param domain: Domain registration information.
:type domain: ~azure.mgmt.web.models.DomainPatchResource
:type domain: ~azure.mgmt.web.v2015_04_01.models.DomainPatchResource
:param dict custom_headers: headers that will be added to the request
:param bool raw: returns the direct response alongside the
deserialized response
:param operation_config: :ref:`Operation configuration
overrides<msrest:optionsforoperations>`.
:return: Domain or ClientRawResponse if raw=true
:rtype: ~azure.mgmt.web.models.Domain or
:rtype: ~azure.mgmt.web.v2015_04_01.models.Domain or
~msrest.pipeline.ClientRawResponse
:raises: :class:`CloudError<msrestazure.azure_exceptions.CloudError>`
"""
Expand Down Expand Up @@ -705,7 +707,7 @@ def list_ownership_identifiers(
overrides<msrest:optionsforoperations>`.
:return: An iterator like instance of DomainOwnershipIdentifier
:rtype:
~azure.mgmt.web.models.DomainOwnershipIdentifierPaged[~azure.mgmt.web.models.DomainOwnershipIdentifier]
~azure.mgmt.web.v2015_04_01.models.DomainOwnershipIdentifierPaged[~azure.mgmt.web.v2015_04_01.models.DomainOwnershipIdentifier]
:raises: :class:`CloudError<msrestazure.azure_exceptions.CloudError>`
"""
def prepare_request(next_link=None):
Expand Down Expand Up @@ -781,8 +783,8 @@ def get_ownership_identifier(
:param operation_config: :ref:`Operation configuration
overrides<msrest:optionsforoperations>`.
:return: DomainOwnershipIdentifier or ClientRawResponse if raw=true
:rtype: ~azure.mgmt.web.models.DomainOwnershipIdentifier or
~msrest.pipeline.ClientRawResponse
:rtype: ~azure.mgmt.web.v2015_04_01.models.DomainOwnershipIdentifier
or ~msrest.pipeline.ClientRawResponse
:raises: :class:`CloudError<msrestazure.azure_exceptions.CloudError>`
"""
# Construct URL
Expand Down Expand Up @@ -854,8 +856,8 @@ def create_or_update_ownership_identifier(
:param operation_config: :ref:`Operation configuration
overrides<msrest:optionsforoperations>`.
:return: DomainOwnershipIdentifier or ClientRawResponse if raw=true
:rtype: ~azure.mgmt.web.models.DomainOwnershipIdentifier or
~msrest.pipeline.ClientRawResponse
:rtype: ~azure.mgmt.web.v2015_04_01.models.DomainOwnershipIdentifier
or ~msrest.pipeline.ClientRawResponse
:raises: :class:`CloudError<msrestazure.azure_exceptions.CloudError>`
"""
domain_ownership_identifier = models.DomainOwnershipIdentifier(kind=kind, ownership_id=ownership_id)
Expand Down Expand Up @@ -992,8 +994,8 @@ def update_ownership_identifier(
:param operation_config: :ref:`Operation configuration
overrides<msrest:optionsforoperations>`.
:return: DomainOwnershipIdentifier or ClientRawResponse if raw=true
:rtype: ~azure.mgmt.web.models.DomainOwnershipIdentifier or
~msrest.pipeline.ClientRawResponse
:rtype: ~azure.mgmt.web.v2015_04_01.models.DomainOwnershipIdentifier
or ~msrest.pipeline.ClientRawResponse
:raises: :class:`CloudError<msrestazure.azure_exceptions.CloudError>`
"""
domain_ownership_identifier = models.DomainOwnershipIdentifier(kind=kind, ownership_id=ownership_id)
Expand Down Expand Up @@ -1065,7 +1067,7 @@ def renew(
:return: None or ClientRawResponse if raw=true
:rtype: None or ~msrest.pipeline.ClientRawResponse
:raises:
:class:`ErrorResponseException<azure.mgmt.web.models.ErrorResponseException>`
:class:`ErrorResponseException<azure.mgmt.web.v2015_04_01.models.ErrorResponseException>`
"""
# Construct URL
url = self.renew.metadata['url']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def list(
overrides<msrest:optionsforoperations>`.
:return: An iterator like instance of TopLevelDomain
:rtype:
~azure.mgmt.web.models.TopLevelDomainPaged[~azure.mgmt.web.models.TopLevelDomain]
~azure.mgmt.web.v2015_04_01.models.TopLevelDomainPaged[~azure.mgmt.web.v2015_04_01.models.TopLevelDomain]
:raises: :class:`CloudError<msrestazure.azure_exceptions.CloudError>`
"""
def prepare_request(next_link=None):
Expand Down Expand Up @@ -121,7 +121,7 @@ def get(
:param operation_config: :ref:`Operation configuration
overrides<msrest:optionsforoperations>`.
:return: TopLevelDomain or ClientRawResponse if raw=true
:rtype: ~azure.mgmt.web.models.TopLevelDomain or
:rtype: ~azure.mgmt.web.v2015_04_01.models.TopLevelDomain or
~msrest.pipeline.ClientRawResponse
:raises: :class:`CloudError<msrestazure.azure_exceptions.CloudError>`
"""
Expand Down Expand Up @@ -192,7 +192,7 @@ def list_agreements(
overrides<msrest:optionsforoperations>`.
:return: An iterator like instance of TldLegalAgreement
:rtype:
~azure.mgmt.web.models.TldLegalAgreementPaged[~azure.mgmt.web.models.TldLegalAgreement]
~azure.mgmt.web.v2015_04_01.models.TldLegalAgreementPaged[~azure.mgmt.web.v2015_04_01.models.TldLegalAgreement]
:raises: :class:`CloudError<msrestazure.azure_exceptions.CloudError>`
"""
agreement_option = models.TopLevelDomainAgreementOption(include_privacy=include_privacy, for_transfer=for_transfer)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ class WebSiteManagementClient(SDKClient):
:vartype config: WebSiteManagementClientConfiguration

:ivar app_service_certificate_orders: AppServiceCertificateOrders operations
:vartype app_service_certificate_orders: azure.mgmt.web.operations.AppServiceCertificateOrdersOperations
:vartype app_service_certificate_orders: azure.mgmt.web.v2015_08_01.operations.AppServiceCertificateOrdersOperations
:ivar certificate_registration_provider: CertificateRegistrationProvider operations
:vartype certificate_registration_provider: azure.mgmt.web.operations.CertificateRegistrationProviderOperations
:vartype certificate_registration_provider: azure.mgmt.web.v2015_08_01.operations.CertificateRegistrationProviderOperations

:param credentials: Credentials needed for the client to connect to Azure.
:type credentials: :mod:`A msrestazure Credentials
Expand Down
Loading