Skip to content

Commit

Permalink
T1 apimanagement 2021 03 25 (Azure#17564)
Browse files Browse the repository at this point in the history
* CodeGen from PR 13629 in Azure/azure-rest-api-specs
Merge 976ef7e1f80f46f7e900bb043d60214e3a811fc9 into f354c9a

* apimanagement

Co-authored-by: SDKAuto <[email protected]>
Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <[email protected]>
  • Loading branch information
3 people authored Mar 30, 2021
1 parent 7273df1 commit 110ca79
Show file tree
Hide file tree
Showing 81 changed files with 6,505 additions and 987 deletions.
77 changes: 77 additions & 0 deletions sdk/apimanagement/azure-mgmt-apimanagement/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,82 @@
# Release History

## 0.3.0 (2021-03-25)

**Features**

- Model PolicyCollection has a new parameter count
- Model AdditionalLocation has a new parameter zones
- Model NamedValueContract has a new parameter key_vault
- Model GatewayHostnameConfigurationContract has a new parameter http2_enabled
- Model GatewayHostnameConfigurationContract has a new parameter tls10_enabled
- Model GatewayHostnameConfigurationContract has a new parameter tls11_enabled
- Model ApiManagementServiceBaseProperties has a new parameter restore
- Model BackendServiceFabricClusterProperties has a new parameter client_certificate_id
- Model DiagnosticContract has a new parameter operation_name_format
- Model ApiManagementServiceUpdateParameters has a new parameter restore
- Model RecipientUserCollection has a new parameter count
- Model NamedValueUpdateParameters has a new parameter key_vault
- Model NamedValueCreateContract has a new parameter key_vault
- Model HostnameConfiguration has a new parameter identity_client_id
- Model HttpMessageDiagnostic has a new parameter data_masking
- Model BackendCredentialsContract has a new parameter certificate_ids
- Model ApiManagementServiceResource has a new parameter zones
- Model ApiManagementServiceResource has a new parameter restore
- Model CacheUpdateParameters has a new parameter use_from_location
- Model CertificateContract has a new parameter key_vault
- Model RecipientEmailCollection has a new parameter count
- Added operation CertificateOperations.refresh_secret
- Added operation ApiManagementServiceOperations.get_domain_ownership_identifier
- Added operation TenantAccessOperations.create
- Added operation TenantAccessOperations.list_by_service
- Added operation UserSubscriptionOperations.get
- Added operation NamedValueOperations.refresh_secret
- Added operation group ContentTypeOperations
- Added operation group GatewayCertificateAuthorityOperations
- Added operation group ContentItemOperations
- Added operation group PortalRevisionOperations
- Added operation group PortalSettingsOperations
- Added operation group TenantSettingsOperations
- Added operation group DeletedServicesOperations
- Added operation group ApiManagementSkusOperations

**Breaking changes**

- Operation CertificateOperations.create_or_update has a new signature
- Operation CertificateOperations.list_by_service has a new signature
- Operation EmailTemplateOperations.update has a new signature
- Operation GatewayHostnameConfigurationOperations.create_or_update has a new signature
- Operation GatewayHostnameConfigurationOperations.delete has a new signature
- Operation NamedValueOperations.list_by_service has a new signature
- Operation SubscriptionOperations.create_or_update has a new signature
- Operation SubscriptionOperations.update has a new signature
- Operation TenantAccessGitOperations.regenerate_primary_key has a new signature
- Operation TenantAccessGitOperations.regenerate_secondary_key has a new signature
- Operation TenantAccessOperations.get has a new signature
- Operation TenantAccessOperations.get_entity_tag has a new signature
- Operation TenantAccessOperations.list_secrets has a new signature
- Operation TenantAccessOperations.regenerate_primary_key has a new signature
- Operation TenantAccessOperations.regenerate_secondary_key has a new signature
- Operation UserConfirmationPasswordOperations.send has a new signature
- Operation UserOperations.delete has a new signature
- Operation LoggerOperations.delete has a new signature
- Operation EmailTemplateOperations.update has a new signature
- Operation CertificateOperations.create_or_update has a new signature
- Operation GatewayApiOperations.list_by_service has a new signature
- Operation GatewayHostnameConfigurationOperations.list_by_service has a new signature
- Operation GatewayOperations.list_by_service has a new signature
- Operation TenantAccessOperations.update has a new signature
- Operation UserOperations.create_or_update has a new signature
- Model ConnectivityStatusContract has a new required parameter is_optional
- Model ConnectivityStatusContract has a new required parameter resource_type
- Model CacheContract has a new required parameter use_from_location
- Model AccessInformationContract has a new signature
- Model CertificateCreateOrUpdateParameters has a new signature
- Removed operation TenantAccessGitOperations.list_secrets
- Removed operation TenantAccessGitOperations.get



## 0.2.0 (2020-03-25)

**Features**
Expand Down
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 All @@ -41,6 +44,7 @@
from .operations import GatewayOperations
from .operations import GatewayHostnameConfigurationOperations
from .operations import GatewayApiOperations
from .operations import GatewayCertificateAuthorityOperations
from .operations import GroupOperations
from .operations import GroupUserOperations
from .operations import IdentityProviderOperations
Expand All @@ -54,6 +58,8 @@
from .operations import OpenIdConnectProviderOperations
from .operations import PolicyOperations
from .operations import PolicyDescriptionOperations
from .operations import PortalRevisionOperations
from .operations import PortalSettingsOperations
from .operations import SignInSettingsOperations
from .operations import SignUpSettingsOperations
from .operations import DelegationSettingsOperations
Expand All @@ -66,6 +72,8 @@
from .operations import QuotaByPeriodKeysOperations
from .operations import RegionOperations
from .operations import ReportsOperations
from .operations import TenantSettingsOperations
from .operations import ApiManagementSkusOperations
from .operations import SubscriptionOperations
from .operations import TagResourceOperations
from .operations import TenantAccessOperations
Expand Down Expand Up @@ -126,6 +134,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 All @@ -142,6 +156,8 @@ class ApiManagementClient(SDKClient):
:vartype gateway_hostname_configuration: azure.mgmt.apimanagement.operations.GatewayHostnameConfigurationOperations
:ivar gateway_api: GatewayApi operations
:vartype gateway_api: azure.mgmt.apimanagement.operations.GatewayApiOperations
:ivar gateway_certificate_authority: GatewayCertificateAuthority operations
:vartype gateway_certificate_authority: azure.mgmt.apimanagement.operations.GatewayCertificateAuthorityOperations
:ivar group: Group operations
:vartype group: azure.mgmt.apimanagement.operations.GroupOperations
:ivar group_user: GroupUser operations
Expand All @@ -168,6 +184,10 @@ class ApiManagementClient(SDKClient):
:vartype policy: azure.mgmt.apimanagement.operations.PolicyOperations
:ivar policy_description: PolicyDescription operations
:vartype policy_description: azure.mgmt.apimanagement.operations.PolicyDescriptionOperations
:ivar portal_revision: PortalRevision operations
:vartype portal_revision: azure.mgmt.apimanagement.operations.PortalRevisionOperations
:ivar portal_settings: PortalSettings operations
:vartype portal_settings: azure.mgmt.apimanagement.operations.PortalSettingsOperations
:ivar sign_in_settings: SignInSettings operations
:vartype sign_in_settings: azure.mgmt.apimanagement.operations.SignInSettingsOperations
:ivar sign_up_settings: SignUpSettings operations
Expand All @@ -192,6 +212,10 @@ class ApiManagementClient(SDKClient):
:vartype region: azure.mgmt.apimanagement.operations.RegionOperations
:ivar reports: Reports operations
:vartype reports: azure.mgmt.apimanagement.operations.ReportsOperations
:ivar tenant_settings: TenantSettings operations
:vartype tenant_settings: azure.mgmt.apimanagement.operations.TenantSettingsOperations
:ivar api_management_skus: ApiManagementSkus operations
:vartype api_management_skus: azure.mgmt.apimanagement.operations.ApiManagementSkusOperations
:ivar subscription: Subscription operations
:vartype subscription: azure.mgmt.apimanagement.operations.SubscriptionOperations
:ivar tag_resource: TagResource operations
Expand Down Expand Up @@ -232,7 +256,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-12-01'
self._serialize = Serializer(client_models)
self._deserialize = Deserializer(client_models)

Expand Down Expand Up @@ -276,6 +300,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 All @@ -292,6 +322,8 @@ def __init__(
self._client, self.config, self._serialize, self._deserialize)
self.gateway_api = GatewayApiOperations(
self._client, self.config, self._serialize, self._deserialize)
self.gateway_certificate_authority = GatewayCertificateAuthorityOperations(
self._client, self.config, self._serialize, self._deserialize)
self.group = GroupOperations(
self._client, self.config, self._serialize, self._deserialize)
self.group_user = GroupUserOperations(
Expand All @@ -318,6 +350,10 @@ def __init__(
self._client, self.config, self._serialize, self._deserialize)
self.policy_description = PolicyDescriptionOperations(
self._client, self.config, self._serialize, self._deserialize)
self.portal_revision = PortalRevisionOperations(
self._client, self.config, self._serialize, self._deserialize)
self.portal_settings = PortalSettingsOperations(
self._client, self.config, self._serialize, self._deserialize)
self.sign_in_settings = SignInSettingsOperations(
self._client, self.config, self._serialize, self._deserialize)
self.sign_up_settings = SignUpSettingsOperations(
Expand All @@ -342,6 +378,10 @@ def __init__(
self._client, self.config, self._serialize, self._deserialize)
self.reports = ReportsOperations(
self._client, self.config, self._serialize, self._deserialize)
self.tenant_settings = TenantSettingsOperations(
self._client, self.config, self._serialize, self._deserialize)
self.api_management_skus = ApiManagementSkusOperations(
self._client, self.config, self._serialize, self._deserialize)
self.subscription = SubscriptionOperations(
self._client, self.config, self._serialize, self._deserialize)
self.tag_resource = TagResourceOperations(
Expand Down
Loading

0 comments on commit 110ca79

Please sign in to comment.