Skip to content

Commit

Permalink
Generated from 1949140635efebf7dd93d103a90479e4b32b35a1
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK Automation committed Nov 9, 2020
1 parent 755bff5 commit c07a9f3
Show file tree
Hide file tree
Showing 75 changed files with 2,851 additions and 646 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
from .operations import BackendOperations
from .operations import CacheOperations
from .operations import CertificateOperations
from .operations import ContentTypeOperations
from .operations import ContentItemOperations
from .operations import DeletedServicesOperations
from .operations import ApiManagementOperations
from .operations import ApiManagementServiceSkusOperations
from .operations import ApiManagementServiceOperations
Expand Down Expand Up @@ -126,6 +129,12 @@ class ApiManagementClient(SDKClient):
:vartype cache: azure.mgmt.apimanagement.operations.CacheOperations
:ivar certificate: Certificate operations
:vartype certificate: azure.mgmt.apimanagement.operations.CertificateOperations
:ivar content_type: ContentType operations
:vartype content_type: azure.mgmt.apimanagement.operations.ContentTypeOperations
:ivar content_item: ContentItem operations
:vartype content_item: azure.mgmt.apimanagement.operations.ContentItemOperations
:ivar deleted_services: DeletedServices operations
:vartype deleted_services: azure.mgmt.apimanagement.operations.DeletedServicesOperations
:ivar api_management_operations: ApiManagementOperations operations
:vartype api_management_operations: azure.mgmt.apimanagement.operations.ApiManagementOperations
:ivar api_management_service_skus: ApiManagementServiceSkus operations
Expand Down Expand Up @@ -232,7 +241,7 @@ def __init__(
super(ApiManagementClient, self).__init__(self.config.credentials, self.config)

client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)}
self.api_version = '2019-12-01'
self.api_version = '2020-06-01-preview'
self._serialize = Serializer(client_models)
self._deserialize = Deserializer(client_models)

Expand Down Expand Up @@ -276,6 +285,12 @@ def __init__(
self._client, self.config, self._serialize, self._deserialize)
self.certificate = CertificateOperations(
self._client, self.config, self._serialize, self._deserialize)
self.content_type = ContentTypeOperations(
self._client, self.config, self._serialize, self._deserialize)
self.content_item = ContentItemOperations(
self._client, self.config, self._serialize, self._deserialize)
self.deleted_services = DeletedServicesOperations(
self._client, self.config, self._serialize, self._deserialize)
self.api_management_operations = ApiManagementOperations(
self._client, self.config, self._serialize, self._deserialize)
self.api_management_service_skus = ApiManagementServiceSkusOperations(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
from ._models_py3 import AuthenticationSettingsContract
from ._models_py3 import AuthorizationServerContract
from ._models_py3 import AuthorizationServerContractBaseProperties
from ._models_py3 import AuthorizationServerSecretsContract
from ._models_py3 import AuthorizationServerUpdateContract
from ._models_py3 import BackendAuthorizationHeaderCredentials
from ._models_py3 import BackendBaseParameters
Expand All @@ -65,6 +66,11 @@
from ._models_py3 import CertificateInformation
from ._models_py3 import ClientSecretContract
from ._models_py3 import ConnectivityStatusContract
from ._models_py3 import ContentItemContract
from ._models_py3 import ContentTypeContract
from ._models_py3 import DataMasking
from ._models_py3 import DataMaskingEntity
from ._models_py3 import DeletedServiceContract
from ._models_py3 import DeployConfigurationParameters
from ._models_py3 import DiagnosticContract
from ._models_py3 import EmailTemplateContract
Expand Down Expand Up @@ -95,11 +101,15 @@
from ._models_py3 import IssueContract
from ._models_py3 import IssueContractBaseProperties
from ._models_py3 import IssueUpdateContract
from ._models_py3 import KeyVaultContractCreateProperties
from ._models_py3 import KeyVaultContractProperties
from ._models_py3 import KeyVaultLastAccessStatusContractProperties
from ._models_py3 import LoggerContract
from ._models_py3 import LoggerUpdateContract
from ._models_py3 import NamedValueContract
from ._models_py3 import NamedValueCreateContract
from ._models_py3 import NamedValueEntityBaseParameters
from ._models_py3 import NamedValueSecretContract
from ._models_py3 import NamedValueUpdateParameters
from ._models_py3 import NetworkStatusContract
from ._models_py3 import NetworkStatusContractByLocation
Expand Down Expand Up @@ -130,11 +140,11 @@
from ._models_py3 import ProductEntityBaseParameters
from ._models_py3 import ProductTagResourceContractProperties
from ._models_py3 import ProductUpdateParameters
from ._models_py3 import PropertyValueContract
from ._models_py3 import QuotaCounterCollection
from ._models_py3 import QuotaCounterContract
from ._models_py3 import QuotaCounterValueContract
from ._models_py3 import QuotaCounterValueContractProperties
from ._models_py3 import QuotaCounterValueUpdateContract
from ._models_py3 import RecipientEmailCollection
from ._models_py3 import RecipientEmailContract
from ._models_py3 import RecipientsContractProperties
Expand Down Expand Up @@ -216,6 +226,7 @@
from ._models import AuthenticationSettingsContract
from ._models import AuthorizationServerContract
from ._models import AuthorizationServerContractBaseProperties
from ._models import AuthorizationServerSecretsContract
from ._models import AuthorizationServerUpdateContract
from ._models import BackendAuthorizationHeaderCredentials
from ._models import BackendBaseParameters
Expand All @@ -236,6 +247,11 @@
from ._models import CertificateInformation
from ._models import ClientSecretContract
from ._models import ConnectivityStatusContract
from ._models import ContentItemContract
from ._models import ContentTypeContract
from ._models import DataMasking
from ._models import DataMaskingEntity
from ._models import DeletedServiceContract
from ._models import DeployConfigurationParameters
from ._models import DiagnosticContract
from ._models import EmailTemplateContract
Expand Down Expand Up @@ -266,11 +282,15 @@
from ._models import IssueContract
from ._models import IssueContractBaseProperties
from ._models import IssueUpdateContract
from ._models import KeyVaultContractCreateProperties
from ._models import KeyVaultContractProperties
from ._models import KeyVaultLastAccessStatusContractProperties
from ._models import LoggerContract
from ._models import LoggerUpdateContract
from ._models import NamedValueContract
from ._models import NamedValueCreateContract
from ._models import NamedValueEntityBaseParameters
from ._models import NamedValueSecretContract
from ._models import NamedValueUpdateParameters
from ._models import NetworkStatusContract
from ._models import NetworkStatusContractByLocation
Expand Down Expand Up @@ -301,11 +321,11 @@
from ._models import ProductEntityBaseParameters
from ._models import ProductTagResourceContractProperties
from ._models import ProductUpdateParameters
from ._models import PropertyValueContract
from ._models import QuotaCounterCollection
from ._models import QuotaCounterContract
from ._models import QuotaCounterValueContract
from ._models import QuotaCounterValueContractProperties
from ._models import QuotaCounterValueUpdateContract
from ._models import RecipientEmailCollection
from ._models import RecipientEmailContract
from ._models import RecipientsContractProperties
Expand Down Expand Up @@ -360,6 +380,9 @@
from ._paged_models import BackendContractPaged
from ._paged_models import CacheContractPaged
from ._paged_models import CertificateContractPaged
from ._paged_models import ContentItemContractPaged
from ._paged_models import ContentTypeContractPaged
from ._paged_models import DeletedServiceContractPaged
from ._paged_models import DiagnosticContractPaged
from ._paged_models import EmailTemplateContractPaged
from ._paged_models import GatewayContractPaged
Expand Down Expand Up @@ -396,10 +419,12 @@
SoapApiType,
ApiType,
State,
DataMaskingMode,
SamplingType,
AlwaysLog,
HttpCorrelationProtocol,
Verbosity,
OperationNameFormat,
PolicyContentFormat,
VersioningScheme,
GrantType,
Expand Down Expand Up @@ -467,6 +492,7 @@
'AuthenticationSettingsContract',
'AuthorizationServerContract',
'AuthorizationServerContractBaseProperties',
'AuthorizationServerSecretsContract',
'AuthorizationServerUpdateContract',
'BackendAuthorizationHeaderCredentials',
'BackendBaseParameters',
Expand All @@ -487,6 +513,11 @@
'CertificateInformation',
'ClientSecretContract',
'ConnectivityStatusContract',
'ContentItemContract',
'ContentTypeContract',
'DataMasking',
'DataMaskingEntity',
'DeletedServiceContract',
'DeployConfigurationParameters',
'DiagnosticContract',
'EmailTemplateContract',
Expand Down Expand Up @@ -517,11 +548,15 @@
'IssueContract',
'IssueContractBaseProperties',
'IssueUpdateContract',
'KeyVaultContractCreateProperties',
'KeyVaultContractProperties',
'KeyVaultLastAccessStatusContractProperties',
'LoggerContract',
'LoggerUpdateContract',
'NamedValueContract',
'NamedValueCreateContract',
'NamedValueEntityBaseParameters',
'NamedValueSecretContract',
'NamedValueUpdateParameters',
'NetworkStatusContract',
'NetworkStatusContractByLocation',
Expand Down Expand Up @@ -552,11 +587,11 @@
'ProductEntityBaseParameters',
'ProductTagResourceContractProperties',
'ProductUpdateParameters',
'PropertyValueContract',
'QuotaCounterCollection',
'QuotaCounterContract',
'QuotaCounterValueContract',
'QuotaCounterValueContractProperties',
'QuotaCounterValueUpdateContract',
'RecipientEmailCollection',
'RecipientEmailContract',
'RecipientsContractProperties',
Expand Down Expand Up @@ -620,6 +655,9 @@
'BackendContractPaged',
'CacheContractPaged',
'CertificateContractPaged',
'ContentTypeContractPaged',
'ContentItemContractPaged',
'DeletedServiceContractPaged',
'OperationPaged',
'ResourceSkuResultPaged',
'ApiManagementServiceResourcePaged',
Expand All @@ -646,10 +684,12 @@
'SoapApiType',
'ApiType',
'State',
'DataMaskingMode',
'SamplingType',
'AlwaysLog',
'HttpCorrelationProtocol',
'Verbosity',
'OperationNameFormat',
'PolicyContentFormat',
'VersioningScheme',
'GrantType',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ class State(str, Enum):
closed = "closed" #: The issue was closed.


class DataMaskingMode(str, Enum):

mask = "Mask" #: Mask the value of an entity.
hide = "Hide" #: Hide the presence of an entity.


class SamplingType(str, Enum):

fixed = "fixed" #: Fixed-rate sampling.
Expand All @@ -97,6 +103,12 @@ class Verbosity(str, Enum):
error = "error" #: Only traces with 'severity' set to 'error' will be sent to the logger attached to this diagnostic instance.


class OperationNameFormat(str, Enum):

name = "Name" #: API_NAME;rev=API_REVISION - OPERATION_NAME
url = "Url" #: HTTP_VERB URL


class PolicyContentFormat(str, Enum):

xml = "xml" #: The contents are inline and Content type is an XML document.
Expand Down Expand Up @@ -157,6 +169,7 @@ class SkuType(str, Enum):
premium = "Premium" #: Premium SKU of Api Management.
basic = "Basic" #: Basic SKU of Api Management.
consumption = "Consumption" #: Consumption SKU of Api Management.
isolated = "Isolated" #: Isolated SKU of Api Management.


class ResourceSkuCapacityScaleType(str, Enum):
Expand Down Expand Up @@ -210,6 +223,7 @@ class KeyType(str, Enum):

class AppType(str, Enum):

portal = "portal" #: User create request was sent by legacy developer portal.
developer_portal = "developerPortal" #: User create request was sent by new developer portal.


Expand Down Expand Up @@ -248,6 +262,7 @@ class LoggerType(str, Enum):

azure_event_hub = "azureEventHub" #: Azure Event Hub as log destination.
application_insights = "applicationInsights" #: Azure Application Insights as log destination.
azure_monitor = "azureMonitor" #: Azure Monitor


class ConnectivityStatusType(str, Enum):
Expand Down
Loading

0 comments on commit c07a9f3

Please sign in to comment.