# Microsoft Azure SDK for Python
This is the Microsoft Azure API Management Client Library.
This package has been tested with Python 3.8+.
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
## _Disclaimer_
_Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_
## Getting started
### Prerequisites
- Python 3.8+ is required to use this package.
- [Azure subscription](https://azure.microsoft.com/free/)
### Install the package
```bash
pip install azure-mgmt-apimanagement
pip install azure-identity
```
### Authentication
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables.
- `AZURE_CLIENT_ID` for Azure client ID.
- `AZURE_TENANT_ID` for Azure tenant ID.
- `AZURE_CLIENT_SECRET` for Azure client secret.
In addition, Azure subscription ID can be configured via environment variable `AZURE_SUBSCRIPTION_ID`.
With above configuration, client can be authenticated by following code:
```python
from azure.identity import DefaultAzureCredential
from azure.mgmt.apimanagement import ApiManagementClient
import os
sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = ApiManagementClient(credential=DefaultAzureCredential(), subscription_id=sub_id)
```
## Examples
Code samples for this package can be found at:
- [Search API Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com
- [Azure Python Mgmt SDK Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)
## Troubleshooting
## Next steps
## Provide Feedback
If you encounter any bugs or have suggestions, please file an issue in the
[Issues](https://github.com/Azure/azure-sdk-for-python/issues)
section of the project.
# Release History
## 4.0.1 (2024-03-19)
### Other Changes
- Regenerate samples
## 4.0.0 (2023-04-20)
### Features Added
- Added operation ApiManagementServiceOperations.begin_migrate_to_stv2
- Added operation group ApiWikiOperations
- Added operation group ApiWikisOperations
- Added operation group AuthorizationAccessPolicyOperations
- Added operation group AuthorizationLoginLinksOperations
- Added operation group AuthorizationOperations
- Added operation group AuthorizationProviderOperations
- Added operation group DocumentationOperations
- Added operation group GraphQLApiResolverOperations
- Added operation group GraphQLApiResolverPolicyOperations
- Added operation group PolicyFragmentOperations
- Added operation group PortalConfigOperations
- Added operation group ProductWikiOperations
- Added operation group ProductWikisOperations
- Model AdditionalLocation has a new parameter nat_gateway_state
- Model AdditionalLocation has a new parameter outbound_public_ip_addresses
- Model ApiCreateOrUpdateParameter has a new parameter translate_required_query_parameters_conduct
- Model ApiCreateOrUpdateProperties has a new parameter translate_required_query_parameters_conduct
- Model ApiManagementServiceBaseProperties has a new parameter nat_gateway_state
- Model ApiManagementServiceBaseProperties has a new parameter outbound_public_ip_addresses
- Model ApiManagementServiceProperties has a new parameter nat_gateway_state
- Model ApiManagementServiceProperties has a new parameter outbound_public_ip_addresses
- Model ApiManagementServiceResource has a new parameter nat_gateway_state
- Model ApiManagementServiceResource has a new parameter outbound_public_ip_addresses
- Model ApiManagementServiceUpdateParameters has a new parameter nat_gateway_state
- Model ApiManagementServiceUpdateParameters has a new parameter outbound_public_ip_addresses
- Model ApiManagementServiceUpdateProperties has a new parameter nat_gateway_state
- Model ApiManagementServiceUpdateProperties has a new parameter outbound_public_ip_addresses
- Model AuthenticationSettingsContract has a new parameter o_auth2_authentication_settings
- Model AuthenticationSettingsContract has a new parameter openid_authentication_settings
- Model AuthorizationServerContract has a new parameter use_in_api_documentation
- Model AuthorizationServerContract has a new parameter use_in_test_console
- Model AuthorizationServerContractProperties has a new parameter use_in_api_documentation
- Model AuthorizationServerContractProperties has a new parameter use_in_test_console
- Model AuthorizationServerUpdateContract has a new parameter use_in_api_documentation
- Model AuthorizationServerUpdateContract has a new parameter use_in_test_console
- Model AuthorizationServerUpdateContractProperties has a new parameter use_in_api_documentation
- Model AuthorizationServerUpdateContractProperties has a new parameter use_in_test_console
- Model DiagnosticContract has a new parameter metrics
- Model IdentityProviderBaseParameters has a new parameter client_library
- Model IdentityProviderContract has a new parameter client_library
- Model IdentityProviderContractProperties has a new parameter client_library
- Model IdentityProviderCreateContract has a new parameter client_library
- Model IdentityProviderCreateContractProperties has a new parameter client_library
- Model IdentityProviderUpdateParameters has a new parameter client_library
- Model IdentityProviderUpdateProperties has a new parameter client_library
- Model OpenidConnectProviderContract has a new parameter use_in_api_documentation
- Model OpenidConnectProviderContract has a new parameter use_in_test_console
- Model OpenidConnectProviderUpdateContract has a new parameter use_in_api_documentation
- Model OpenidConnectProviderUpdateContract has a new parameter use_in_test_console
### Breaking Changes
- Operation ContentItemOperations.create_or_update has a new required parameter parameters
- Operation ContentTypeOperations.create_or_update has a new required parameter parameters
## 3.1.0b1 (2022-11-11)
### Features Added
- Model DiagnosticContract has a new parameter metrics
## 3.0.0 (2022-01-13)
**Features**
- Added operation group ApiManagementClientOperationsMixin
- Added operation group GlobalSchemaOperations
- Added operation group OutboundNetworkDependenciesEndpointsOperations
- Added operation group PrivateEndpointConnectionOperations
- Model AdditionalLocation has a new parameter platform_version
- Model AdditionalLocation has a new parameter public_ip_address_id
- Model ApiContract has a new parameter contact
- Model ApiContract has a new parameter license
- Model ApiContract has a new parameter terms_of_service_url
- Model ApiContractProperties has a new parameter contact
- Model ApiContractProperties has a new parameter license
- Model ApiContractProperties has a new parameter terms_of_service_url
- Model ApiContractUpdateProperties has a new parameter contact
- Model ApiContractUpdateProperties has a new parameter license
- Model ApiContractUpdateProperties has a new parameter terms_of_service_url
- Model ApiCreateOrUpdateParameter has a new parameter contact
- Model ApiCreateOrUpdateParameter has a new parameter license
- Model ApiCreateOrUpdateParameter has a new parameter terms_of_service_url
- Model ApiCreateOrUpdateProperties has a new parameter contact
- Model ApiCreateOrUpdateProperties has a new parameter license
- Model ApiCreateOrUpdateProperties has a new parameter terms_of_service_url
- Model ApiEntityBaseContract has a new parameter contact
- Model ApiEntityBaseContract has a new parameter license
- Model ApiEntityBaseContract has a new parameter terms_of_service_url
- Model ApiManagementServiceBackupRestoreParameters has a new parameter access_type
- Model ApiManagementServiceBackupRestoreParameters has a new parameter client_id
- Model ApiManagementServiceBaseProperties has a new parameter platform_version
- Model ApiManagementServiceBaseProperties has a new parameter private_endpoint_connections
- Model ApiManagementServiceBaseProperties has a new parameter public_ip_address_id
- Model ApiManagementServiceBaseProperties has a new parameter public_network_access
- Model ApiManagementServiceProperties has a new parameter platform_version
- Model ApiManagementServiceProperties has a new parameter private_endpoint_connections
- Model ApiManagementServiceProperties has a new parameter public_ip_address_id
- Model ApiManagementServiceProperties has a new parameter public_network_access
- Model ApiManagementServiceResource has a new parameter platform_version
- Model ApiManagementServiceResource has a new parameter private_endpoint_connections
- Model ApiManagementServiceResource has a new parameter public_ip_address_id
- Model ApiManagementServiceResource has a new parameter public_network_access
- Model ApiManagementServiceResource has a new parameter system_data
- Model ApiManagementServiceUpdateParameters has a new parameter platform_version
- Model ApiManagementServiceUpdateParameters has a new parameter private_endpoint_connections
- Model ApiManagementServiceUpdateParameters has a new parameter public_ip_address_id
- Model ApiManagementServiceUpdateParameters has a new parameter public_network_access
- Model ApiManagementServiceUpdateParameters has a new parameter zones
- Model ApiManagementServiceUpdateProperties has a new parameter platform_version
- Model ApiManagementServiceUpdateProperties has a new parameter private_endpoint_connections
- Model ApiManagementServiceUpdateProperties has a new parameter public_ip_address_id
- Model ApiManagementServiceUpdateProperties has a new parameter public_network_access
- Model ApiTagResourceContractProperties has a new parameter contact
- Model ApiTagResourceContractProperties has a new parameter license
- Model ApiTagResourceContractProperties has a new parameter terms_of_service_url
- Model ApiUpdateContract has a new parameter contact
- Model ApiUpdateContract has a new parameter license
- Model ApiUpdateContract has a new parameter terms_of_service_url
- Model HostnameConfiguration has a new parameter certificate_source
- Model HostnameConfiguration has a new parameter certificate_status
- Model ParameterContract has a new parameter examples
- Model ParameterContract has a new parameter schema_id
- Model ParameterContract has a new parameter type_name
- Model RepresentationContract has a new parameter examples
- Model SchemaContract has a new parameter components
- Model TenantConfigurationSyncStateContract has a new parameter id
- Model TenantConfigurationSyncStateContract has a new parameter name
- Model TenantConfigurationSyncStateContract has a new parameter type
**Breaking changes**
- Model RepresentationContract no longer has parameter sample
## 2.1.0 (2021-08-03)
**Features**
- Model OperationResultContract has a new parameter id_properties_id
- Model OperationResultContract has a new parameter name
- Model OperationResultContract has a new parameter type
- Model TenantConfigurationSyncStateContract has a new parameter last_operation_id
## 2.0.0 (2021-03-25)
**Features**
- Model TagCollection has a new parameter count
- Model OpenIdConnectProviderCollection has a new parameter count
- Model TagResourceCollection has a new parameter count
- Model CertificateCollection has a new parameter count
- Model PolicyCollection has a new parameter count
- Model IssueAttachmentCollection has a new parameter count
- Model BackendServiceFabricClusterProperties has a new parameter client_certificate_id
- Model BackendCollection has a new parameter count
- Model SubscriptionCollection has a new parameter count
- Model RecipientEmailCollection has a new parameter count
- Model GatewayCollection has a new parameter count
- Model IssueCommentCollection has a new parameter count
- Model OperationCollection has a new parameter count
- Model DiagnosticCollection has a new parameter count
- Model ApiVersionSetCollection has a new parameter count
- Model ProductCollection has a new parameter count
- Model IssueCollection has a new parameter count
- Model NotificationCollection has a new parameter count
- Model UserCollection has a new parameter count
- Model IdentityProviderList has a new parameter count
- Model ApiReleaseCollection has a new parameter count
- Model TagDescriptionCollection has a new parameter count
- Model ApiRevisionCollection has a new parameter count
- Model CacheCollection has a new parameter count
- Model RecipientUserCollection has a new parameter count
- Model NamedValueCollection has a new parameter count
- Model EmailTemplateCollection has a new parameter count
- Model BackendCredentialsContract has a new parameter certificate_ids
- Model ApiCollection has a new parameter count
- Model GroupCollection has a new parameter count
- Model SchemaCollection has a new parameter count
- Added operation TenantAccessOperations.list_by_service
- Added operation TenantAccessOperations.create
- Added operation ApiManagementServiceOperations.get_domain_ownership_identifier
- Added operation NamedValueOperations.begin_refresh_secret
- Added operation CertificateOperations.refresh_secret
- Added operation DeletedServicesOperations.begin_purge
- Added operation UserSubscriptionOperations.get
- Added operation group PortalSettingsOperations
- Added operation group TenantSettingsOperations
- Added operation group GatewayCertificateAuthorityOperations
- Added operation group ApiManagementSkusOperations
**Breaking changes**
- Operation CertificateOperations.list_by_service has a new signature
- Operation NamedValueOperations.list_by_service has a new signature
- Removed operation DeletedServicesOperations.purge
- Removed operation TenantAccessGitOperations.list_secrets
- Removed operation TenantAccessGitOperations.get
- Model AccessInformationContract has a new signature
## 1.0.0 (2020-12-21)
**Features**
- Added operation group ContentItemOperations
- Added operation group PortalRevisionOperations
**Breaking changes**
- Operation SignUpSettingsOperations.update has a new signature
- Operation TenantAccessOperations.update has a new signature
- Operation UserOperations.get_shared_access_token has a new signature
- Operation SignInSettingsOperations.update has a new signature
- Operation QuotaByPeriodKeysOperations.update has a new signature
- Operation TenantConfigurationOperations.begin_save has a new signature
- Operation TenantConfigurationOperations.begin_validate has a new signature
- Operation TenantConfigurationOperations.begin_deploy has a new signature
- Operation BackendOperations.reconnect has a new signature
- Operation QuotaByCounterKeysOperations.update has a new signature
- Operation ApiReleaseOperations.update has a new signature
- Operation TagOperations.update has a new signature
- Operation ApiManagementServiceOperations.check_name_availability has a new signature
- Operation ApiManagementServiceOperations.begin_apply_network_configuration_updates has a new signature
- Operation GatewayOperations.update has a new signature
- Operation GatewayOperations.generate_token has a new signature
- Operation GatewayOperations.regenerate_key has a new signature
- Operation UserOperations.get_shared_access_token has a new signature
- Operation TenantConfigurationOperations.begin_validate has a new signature
- Operation TenantConfigurationOperations.begin_save has a new signature
- Operation TenantConfigurationOperations.begin_deploy has a new signature
- Operation TagOperations.create_or_update has a new signature
- Operation SignUpSettingsOperations.update has a new signature
- Operation QuotaByPeriodKeysOperations.update has a new signature
- Operation QuotaByCounterKeysOperations.update has a new signature
- Operation GatewayOperations.update has a new signature
- Operation GatewayOperations.generate_token has a new signature
- Operation ApiReleaseOperations.update has a new signature
- Operation GatewayApiOperations.create_or_update has a new signature
- Operation TagOperations.create_or_update has a new signature
- Operation SignUpSettingsOperations.create_or_update has a new signature
- Operation SignInSettingsOperations.create_or_update has a new signature
- Operation ApiOperationPolicyOperations.create_or_update has a new signature
- Operation PolicyOperations.create_or_update has a new signature
- Operation ApiPolicyOperations.create_or_update has a new signature
- Operation ApiReleaseOperations.create_or_update has a new signature
- Operation GatewayOperations.create_or_update has a new signature
- Operation ProductPolicyOperations.create_or_update has a new signature
- Removed operation group ContentTypeContentItemOperations
## 1.0.0b1 (2020-10-31)
This is beta preview version.
For detailed changelog please refer to equivalent stable version 0.2.0(https://pypi.org/project/azure-mgmt-apimanagement/0.2.0/)
This version uses a next-generation code generator that introduces important breaking changes, but also important new features (like unified authentication and async programming).
**General breaking changes**
- Credential system has been completly revamped:
- `azure.common.credentials` or `msrestazure.azure_active_directory` instances are no longer supported, use the `azure-identity` classes instead: https://pypi.org/project/azure-identity/
- `credentials` parameter has been renamed `credential`
- The `config` attribute no longer exists on a client, configuration should be passed as kwarg. Example: `MyClient(credential, subscription_id, enable_logging=True)`. For a complete set of
supported options, see the [parameters accept in init documentation of azure-core](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/CLIENT_LIBRARY_DEVELOPER.md#available-policies)
- You can't import a `version` module anymore, use `__version__` instead
- Operations that used to return a `msrest.polling.LROPoller` now returns a `azure.core.polling.LROPoller` and are prefixed with `begin_`.
- Exceptions tree have been simplified and most exceptions are now `azure.core.exceptions.HttpResponseError` (`CloudError` has been removed).
- Most of the operation kwarg have changed. Some of the most noticeable:
- `raw` has been removed. Equivalent feature can be found using `cls`, a callback that will give access to internal HTTP response for advanced user
- For a complete set of supported options, see the [parameters accept in Request documentation of azure-core](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/CLIENT_LIBRARY_DEVELOPER.md#available-policies)
**General new features**
- Type annotations support using `typing`. SDKs are mypy ready.
- This client has now stable and official support for async. Check the `aio` namespace of your package to find the async client.
- This client now support natively tracing library like OpenCensus or OpenTelemetry. See this [tracing quickstart](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/core/azure-core-tracing-opentelemetry) for an overview.
## 0.2.0 (2020-03-25)
**Features**
- Model IdentityProviderUpdateParameters has a new parameter signin_tenant
- Model ApiManagementServiceIdentity has a new parameter user_assigned_identities
- Model AdditionalLocation has a new parameter disable_gateway
- Model UserCreateParameters has a new parameter app_type
- Model ApiManagementServiceResource has a new parameter disable_gateway
- Model ApiManagementServiceResource has a new parameter developer_portal_url
- Model ApiManagementServiceResource has a new parameter api_version_constraint
- Model DiagnosticContract has a new parameter log_client_ip
- Model DiagnosticContract has a new parameter verbosity
- Model DiagnosticContract has a new parameter http_correlation_protocol
- Model SchemaContract has a new parameter value
- Model SchemaContract has a new parameter definitions
- Model ApiManagementServiceUpdateParameters has a new parameter disable_gateway
- Model ApiManagementServiceUpdateParameters has a new parameter developer_portal_url
- Model ApiManagementServiceUpdateParameters has a new parameter api_version_constraint
- Model TagDescriptionContract has a new parameter tag_id
- Model ApiManagementServiceBaseProperties has a new parameter disable_gateway
- Model ApiManagementServiceBaseProperties has a new parameter developer_portal_url
- Model ApiManagementServiceBaseProperties has a new parameter api_version_constraint
- Model IdentityProviderBaseParameters has a new parameter signin_tenant
- Model IdentityProviderContract has a new parameter signin_tenant
- Added operation TenantAccessGitOperations.list_secrets
- Added operation DelegationSettingsOperations.list_secrets
- Added operation AuthorizationServerOperations.list_secrets
- Added operation TenantAccessOperations.list_secrets
- Added operation SubscriptionOperations.list_secrets
- Added operation IdentityProviderOperations.list_secrets
- Added operation OpenIdConnectProviderOperations.list_secrets
- Added operation group GatewayApiOperations
- Added operation group PolicyDescriptionOperations
- Added operation group GatewayHostnameConfigurationOperations
- Added operation group NamedValueOperations
- Added operation group GatewayOperations
**General breaking changes**
This version uses a next-generation code generator that *might* introduce breaking changes if from some import. In summary, some modules were incorrectly visible/importable and have been renamed. This fixed several issues caused by usage of classes that were not supposed to be used in the first place.
- ApiManagementClient cannot be imported from `azure.mgmt.apimanagement.api_management_client` anymore (import from `azure.mgmt.apimanagement` works like before)
- ApiManagementClientConfiguration import has been moved from `azure.mgmt.apimanagement.api_management_client` to `azure.mgmt.apimanagement`
- A model `MyClass` from a "models" sub-module cannot be imported anymore using `azure.mgmt.apimanagement.models.my_class` (import from `azure.mgmt.apimanagement.models` works like before)
- An operation class `MyClassOperations` from an `operations` sub-module cannot be imported anymore using `azure.mgmt.apimanagement.operations.my_class_operations` (import from `azure.mgmt.apimanagement.operations` works like before)
Last but not least, HTTP connection pooling is now enabled by default. You should always use a client as a context manager, or call close(), or use no more than one client per process.
## 0.1.0 (2019-05-01)
- Initial Release
Raw data
{
"_id": null,
"home_page": "https://github.com/Azure/azure-sdk-for-python",
"name": "azure-mgmt-apimanagement",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "azure,azure sdk",
"author": "Microsoft Corporation",
"author_email": "azpysdkhelp@microsoft.com",
"download_url": "https://files.pythonhosted.org/packages/bb/6b/3c765010c029f1a5314366c35bd227303ea554ebbec26c1667fceecd8c82/azure-mgmt-apimanagement-4.0.1.tar.gz",
"platform": null,
"description": "# Microsoft Azure SDK for Python\n\nThis is the Microsoft Azure API Management Client Library.\nThis package has been tested with Python 3.8+.\nFor a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).\n\n## _Disclaimer_\n\n_Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_\n\n## Getting started\n\n### Prerequisites\n\n- Python 3.8+ is required to use this package.\n- [Azure subscription](https://azure.microsoft.com/free/)\n\n### Install the package\n\n```bash\npip install azure-mgmt-apimanagement\npip install azure-identity\n```\n\n### Authentication\n\nBy default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables.\n\n- `AZURE_CLIENT_ID` for Azure client ID.\n- `AZURE_TENANT_ID` for Azure tenant ID.\n- `AZURE_CLIENT_SECRET` for Azure client secret.\n\nIn addition, Azure subscription ID can be configured via environment variable `AZURE_SUBSCRIPTION_ID`.\n\nWith above configuration, client can be authenticated by following code:\n\n```python\nfrom azure.identity import DefaultAzureCredential\nfrom azure.mgmt.apimanagement import ApiManagementClient\nimport os\n\nsub_id = os.getenv(\"AZURE_SUBSCRIPTION_ID\")\nclient = ApiManagementClient(credential=DefaultAzureCredential(), subscription_id=sub_id)\n```\n\n## Examples\n\nCode samples for this package can be found at:\n- [Search API Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com\n- [Azure Python Mgmt SDK Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)\n\n\n## Troubleshooting\n\n## Next steps\n\n## Provide Feedback\n\nIf you encounter any bugs or have suggestions, please file an issue in the\n[Issues](https://github.com/Azure/azure-sdk-for-python/issues)\nsection of the project. \n\n\n# Release History\n\n## 4.0.1 (2024-03-19)\n\n### Other Changes\n - Regenerate samples\n\n## 4.0.0 (2023-04-20)\n\n### Features Added\n\n - Added operation ApiManagementServiceOperations.begin_migrate_to_stv2\n - Added operation group ApiWikiOperations\n - Added operation group ApiWikisOperations\n - Added operation group AuthorizationAccessPolicyOperations\n - Added operation group AuthorizationLoginLinksOperations\n - Added operation group AuthorizationOperations\n - Added operation group AuthorizationProviderOperations\n - Added operation group DocumentationOperations\n - Added operation group GraphQLApiResolverOperations\n - Added operation group GraphQLApiResolverPolicyOperations\n - Added operation group PolicyFragmentOperations\n - Added operation group PortalConfigOperations\n - Added operation group ProductWikiOperations\n - Added operation group ProductWikisOperations\n - Model AdditionalLocation has a new parameter nat_gateway_state\n - Model AdditionalLocation has a new parameter outbound_public_ip_addresses\n - Model ApiCreateOrUpdateParameter has a new parameter translate_required_query_parameters_conduct\n - Model ApiCreateOrUpdateProperties has a new parameter translate_required_query_parameters_conduct\n - Model ApiManagementServiceBaseProperties has a new parameter nat_gateway_state\n - Model ApiManagementServiceBaseProperties has a new parameter outbound_public_ip_addresses\n - Model ApiManagementServiceProperties has a new parameter nat_gateway_state\n - Model ApiManagementServiceProperties has a new parameter outbound_public_ip_addresses\n - Model ApiManagementServiceResource has a new parameter nat_gateway_state\n - Model ApiManagementServiceResource has a new parameter outbound_public_ip_addresses\n - Model ApiManagementServiceUpdateParameters has a new parameter nat_gateway_state\n - Model ApiManagementServiceUpdateParameters has a new parameter outbound_public_ip_addresses\n - Model ApiManagementServiceUpdateProperties has a new parameter nat_gateway_state\n - Model ApiManagementServiceUpdateProperties has a new parameter outbound_public_ip_addresses\n - Model AuthenticationSettingsContract has a new parameter o_auth2_authentication_settings\n - Model AuthenticationSettingsContract has a new parameter openid_authentication_settings\n - Model AuthorizationServerContract has a new parameter use_in_api_documentation\n - Model AuthorizationServerContract has a new parameter use_in_test_console\n - Model AuthorizationServerContractProperties has a new parameter use_in_api_documentation\n - Model AuthorizationServerContractProperties has a new parameter use_in_test_console\n - Model AuthorizationServerUpdateContract has a new parameter use_in_api_documentation\n - Model AuthorizationServerUpdateContract has a new parameter use_in_test_console\n - Model AuthorizationServerUpdateContractProperties has a new parameter use_in_api_documentation\n - Model AuthorizationServerUpdateContractProperties has a new parameter use_in_test_console\n - Model DiagnosticContract has a new parameter metrics\n - Model IdentityProviderBaseParameters has a new parameter client_library\n - Model IdentityProviderContract has a new parameter client_library\n - Model IdentityProviderContractProperties has a new parameter client_library\n - Model IdentityProviderCreateContract has a new parameter client_library\n - Model IdentityProviderCreateContractProperties has a new parameter client_library\n - Model IdentityProviderUpdateParameters has a new parameter client_library\n - Model IdentityProviderUpdateProperties has a new parameter client_library\n - Model OpenidConnectProviderContract has a new parameter use_in_api_documentation\n - Model OpenidConnectProviderContract has a new parameter use_in_test_console\n - Model OpenidConnectProviderUpdateContract has a new parameter use_in_api_documentation\n - Model OpenidConnectProviderUpdateContract has a new parameter use_in_test_console\n\n### Breaking Changes\n\n - Operation ContentItemOperations.create_or_update has a new required parameter parameters\n - Operation ContentTypeOperations.create_or_update has a new required parameter parameters\n\n## 3.1.0b1 (2022-11-11)\n\n### Features Added\n\n - Model DiagnosticContract has a new parameter metrics\n\n## 3.0.0 (2022-01-13)\n\n**Features**\n\n - Added operation group ApiManagementClientOperationsMixin\n - Added operation group GlobalSchemaOperations\n - Added operation group OutboundNetworkDependenciesEndpointsOperations\n - Added operation group PrivateEndpointConnectionOperations\n - Model AdditionalLocation has a new parameter platform_version\n - Model AdditionalLocation has a new parameter public_ip_address_id\n - Model ApiContract has a new parameter contact\n - Model ApiContract has a new parameter license\n - Model ApiContract has a new parameter terms_of_service_url\n - Model ApiContractProperties has a new parameter contact\n - Model ApiContractProperties has a new parameter license\n - Model ApiContractProperties has a new parameter terms_of_service_url\n - Model ApiContractUpdateProperties has a new parameter contact\n - Model ApiContractUpdateProperties has a new parameter license\n - Model ApiContractUpdateProperties has a new parameter terms_of_service_url\n - Model ApiCreateOrUpdateParameter has a new parameter contact\n - Model ApiCreateOrUpdateParameter has a new parameter license\n - Model ApiCreateOrUpdateParameter has a new parameter terms_of_service_url\n - Model ApiCreateOrUpdateProperties has a new parameter contact\n - Model ApiCreateOrUpdateProperties has a new parameter license\n - Model ApiCreateOrUpdateProperties has a new parameter terms_of_service_url\n - Model ApiEntityBaseContract has a new parameter contact\n - Model ApiEntityBaseContract has a new parameter license\n - Model ApiEntityBaseContract has a new parameter terms_of_service_url\n - Model ApiManagementServiceBackupRestoreParameters has a new parameter access_type\n - Model ApiManagementServiceBackupRestoreParameters has a new parameter client_id\n - Model ApiManagementServiceBaseProperties has a new parameter platform_version\n - Model ApiManagementServiceBaseProperties has a new parameter private_endpoint_connections\n - Model ApiManagementServiceBaseProperties has a new parameter public_ip_address_id\n - Model ApiManagementServiceBaseProperties has a new parameter public_network_access\n - Model ApiManagementServiceProperties has a new parameter platform_version\n - Model ApiManagementServiceProperties has a new parameter private_endpoint_connections\n - Model ApiManagementServiceProperties has a new parameter public_ip_address_id\n - Model ApiManagementServiceProperties has a new parameter public_network_access\n - Model ApiManagementServiceResource has a new parameter platform_version\n - Model ApiManagementServiceResource has a new parameter private_endpoint_connections\n - Model ApiManagementServiceResource has a new parameter public_ip_address_id\n - Model ApiManagementServiceResource has a new parameter public_network_access\n - Model ApiManagementServiceResource has a new parameter system_data\n - Model ApiManagementServiceUpdateParameters has a new parameter platform_version\n - Model ApiManagementServiceUpdateParameters has a new parameter private_endpoint_connections\n - Model ApiManagementServiceUpdateParameters has a new parameter public_ip_address_id\n - Model ApiManagementServiceUpdateParameters has a new parameter public_network_access\n - Model ApiManagementServiceUpdateParameters has a new parameter zones\n - Model ApiManagementServiceUpdateProperties has a new parameter platform_version\n - Model ApiManagementServiceUpdateProperties has a new parameter private_endpoint_connections\n - Model ApiManagementServiceUpdateProperties has a new parameter public_ip_address_id\n - Model ApiManagementServiceUpdateProperties has a new parameter public_network_access\n - Model ApiTagResourceContractProperties has a new parameter contact\n - Model ApiTagResourceContractProperties has a new parameter license\n - Model ApiTagResourceContractProperties has a new parameter terms_of_service_url\n - Model ApiUpdateContract has a new parameter contact\n - Model ApiUpdateContract has a new parameter license\n - Model ApiUpdateContract has a new parameter terms_of_service_url\n - Model HostnameConfiguration has a new parameter certificate_source\n - Model HostnameConfiguration has a new parameter certificate_status\n - Model ParameterContract has a new parameter examples\n - Model ParameterContract has a new parameter schema_id\n - Model ParameterContract has a new parameter type_name\n - Model RepresentationContract has a new parameter examples\n - Model SchemaContract has a new parameter components\n - Model TenantConfigurationSyncStateContract has a new parameter id\n - Model TenantConfigurationSyncStateContract has a new parameter name\n - Model TenantConfigurationSyncStateContract has a new parameter type\n\n**Breaking changes**\n\n - Model RepresentationContract no longer has parameter sample\n\n## 2.1.0 (2021-08-03)\n\n**Features**\n\n - Model OperationResultContract has a new parameter id_properties_id\n - Model OperationResultContract has a new parameter name\n - Model OperationResultContract has a new parameter type\n - Model TenantConfigurationSyncStateContract has a new parameter last_operation_id\n\n## 2.0.0 (2021-03-25)\n\n**Features**\n\n - Model TagCollection has a new parameter count\n - Model OpenIdConnectProviderCollection has a new parameter count\n - Model TagResourceCollection has a new parameter count\n - Model CertificateCollection has a new parameter count\n - Model PolicyCollection has a new parameter count\n - Model IssueAttachmentCollection has a new parameter count\n - Model BackendServiceFabricClusterProperties has a new parameter client_certificate_id\n - Model BackendCollection has a new parameter count\n - Model SubscriptionCollection has a new parameter count\n - Model RecipientEmailCollection has a new parameter count\n - Model GatewayCollection has a new parameter count\n - Model IssueCommentCollection has a new parameter count\n - Model OperationCollection has a new parameter count\n - Model DiagnosticCollection has a new parameter count\n - Model ApiVersionSetCollection has a new parameter count\n - Model ProductCollection has a new parameter count\n - Model IssueCollection has a new parameter count\n - Model NotificationCollection has a new parameter count\n - Model UserCollection has a new parameter count\n - Model IdentityProviderList has a new parameter count\n - Model ApiReleaseCollection has a new parameter count\n - Model TagDescriptionCollection has a new parameter count\n - Model ApiRevisionCollection has a new parameter count\n - Model CacheCollection has a new parameter count\n - Model RecipientUserCollection has a new parameter count\n - Model NamedValueCollection has a new parameter count\n - Model EmailTemplateCollection has a new parameter count\n - Model BackendCredentialsContract has a new parameter certificate_ids\n - Model ApiCollection has a new parameter count\n - Model GroupCollection has a new parameter count\n - Model SchemaCollection has a new parameter count\n - Added operation TenantAccessOperations.list_by_service\n - Added operation TenantAccessOperations.create\n - Added operation ApiManagementServiceOperations.get_domain_ownership_identifier\n - Added operation NamedValueOperations.begin_refresh_secret\n - Added operation CertificateOperations.refresh_secret\n - Added operation DeletedServicesOperations.begin_purge\n - Added operation UserSubscriptionOperations.get\n - Added operation group PortalSettingsOperations\n - Added operation group TenantSettingsOperations\n - Added operation group GatewayCertificateAuthorityOperations\n - Added operation group ApiManagementSkusOperations\n\n**Breaking changes**\n\n - Operation CertificateOperations.list_by_service has a new signature\n - Operation NamedValueOperations.list_by_service has a new signature\n - Removed operation DeletedServicesOperations.purge\n - Removed operation TenantAccessGitOperations.list_secrets\n - Removed operation TenantAccessGitOperations.get\n - Model AccessInformationContract has a new signature\n\n## 1.0.0 (2020-12-21)\n\n**Features**\n\n - Added operation group ContentItemOperations\n - Added operation group PortalRevisionOperations\n\n**Breaking changes**\n\n - Operation SignUpSettingsOperations.update has a new signature\n - Operation TenantAccessOperations.update has a new signature\n - Operation UserOperations.get_shared_access_token has a new signature\n - Operation SignInSettingsOperations.update has a new signature\n - Operation QuotaByPeriodKeysOperations.update has a new signature\n - Operation TenantConfigurationOperations.begin_save has a new signature\n - Operation TenantConfigurationOperations.begin_validate has a new signature\n - Operation TenantConfigurationOperations.begin_deploy has a new signature\n - Operation BackendOperations.reconnect has a new signature\n - Operation QuotaByCounterKeysOperations.update has a new signature\n - Operation ApiReleaseOperations.update has a new signature\n - Operation TagOperations.update has a new signature\n - Operation ApiManagementServiceOperations.check_name_availability has a new signature\n - Operation ApiManagementServiceOperations.begin_apply_network_configuration_updates has a new signature\n - Operation GatewayOperations.update has a new signature\n - Operation GatewayOperations.generate_token has a new signature\n - Operation GatewayOperations.regenerate_key has a new signature\n - Operation UserOperations.get_shared_access_token has a new signature\n - Operation TenantConfigurationOperations.begin_validate has a new signature\n - Operation TenantConfigurationOperations.begin_save has a new signature\n - Operation TenantConfigurationOperations.begin_deploy has a new signature\n - Operation TagOperations.create_or_update has a new signature\n - Operation SignUpSettingsOperations.update has a new signature\n - Operation QuotaByPeriodKeysOperations.update has a new signature\n - Operation QuotaByCounterKeysOperations.update has a new signature\n - Operation GatewayOperations.update has a new signature\n - Operation GatewayOperations.generate_token has a new signature\n - Operation ApiReleaseOperations.update has a new signature\n - Operation GatewayApiOperations.create_or_update has a new signature\n - Operation TagOperations.create_or_update has a new signature\n - Operation SignUpSettingsOperations.create_or_update has a new signature\n - Operation SignInSettingsOperations.create_or_update has a new signature\n - Operation ApiOperationPolicyOperations.create_or_update has a new signature\n - Operation PolicyOperations.create_or_update has a new signature\n - Operation ApiPolicyOperations.create_or_update has a new signature\n - Operation ApiReleaseOperations.create_or_update has a new signature\n - Operation GatewayOperations.create_or_update has a new signature\n - Operation ProductPolicyOperations.create_or_update has a new signature\n - Removed operation group ContentTypeContentItemOperations\n\n## 1.0.0b1 (2020-10-31)\n\nThis is beta preview version.\nFor detailed changelog please refer to equivalent stable version 0.2.0(https://pypi.org/project/azure-mgmt-apimanagement/0.2.0/)\n\nThis version uses a next-generation code generator that introduces important breaking changes, but also important new features (like unified authentication and async programming).\n\n**General breaking changes**\n\n- Credential system has been completly revamped:\n\n - `azure.common.credentials` or `msrestazure.azure_active_directory` instances are no longer supported, use the `azure-identity` classes instead: https://pypi.org/project/azure-identity/\n - `credentials` parameter has been renamed `credential`\n\n- The `config` attribute no longer exists on a client, configuration should be passed as kwarg. Example: `MyClient(credential, subscription_id, enable_logging=True)`. For a complete set of\n supported options, see the [parameters accept in init documentation of azure-core](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/CLIENT_LIBRARY_DEVELOPER.md#available-policies)\n- You can't import a `version` module anymore, use `__version__` instead\n- Operations that used to return a `msrest.polling.LROPoller` now returns a `azure.core.polling.LROPoller` and are prefixed with `begin_`.\n- Exceptions tree have been simplified and most exceptions are now `azure.core.exceptions.HttpResponseError` (`CloudError` has been removed).\n- Most of the operation kwarg have changed. Some of the most noticeable:\n\n - `raw` has been removed. Equivalent feature can be found using `cls`, a callback that will give access to internal HTTP response for advanced user\n - For a complete set of supported options, see the [parameters accept in Request documentation of azure-core](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/CLIENT_LIBRARY_DEVELOPER.md#available-policies)\n\n**General new features**\n\n- Type annotations support using `typing`. SDKs are mypy ready.\n- This client has now stable and official support for async. Check the `aio` namespace of your package to find the async client.\n- This client now support natively tracing library like OpenCensus or OpenTelemetry. See this [tracing quickstart](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/core/azure-core-tracing-opentelemetry) for an overview.\n\n## 0.2.0 (2020-03-25)\n\n**Features**\n\n - Model IdentityProviderUpdateParameters has a new parameter signin_tenant\n - Model ApiManagementServiceIdentity has a new parameter user_assigned_identities\n - Model AdditionalLocation has a new parameter disable_gateway\n - Model UserCreateParameters has a new parameter app_type\n - Model ApiManagementServiceResource has a new parameter disable_gateway\n - Model ApiManagementServiceResource has a new parameter developer_portal_url\n - Model ApiManagementServiceResource has a new parameter api_version_constraint\n - Model DiagnosticContract has a new parameter log_client_ip\n - Model DiagnosticContract has a new parameter verbosity\n - Model DiagnosticContract has a new parameter http_correlation_protocol\n - Model SchemaContract has a new parameter value\n - Model SchemaContract has a new parameter definitions\n - Model ApiManagementServiceUpdateParameters has a new parameter disable_gateway\n - Model ApiManagementServiceUpdateParameters has a new parameter developer_portal_url\n - Model ApiManagementServiceUpdateParameters has a new parameter api_version_constraint\n - Model TagDescriptionContract has a new parameter tag_id\n - Model ApiManagementServiceBaseProperties has a new parameter disable_gateway\n - Model ApiManagementServiceBaseProperties has a new parameter developer_portal_url\n - Model ApiManagementServiceBaseProperties has a new parameter api_version_constraint\n - Model IdentityProviderBaseParameters has a new parameter signin_tenant\n - Model IdentityProviderContract has a new parameter signin_tenant\n - Added operation TenantAccessGitOperations.list_secrets\n - Added operation DelegationSettingsOperations.list_secrets\n - Added operation AuthorizationServerOperations.list_secrets\n - Added operation TenantAccessOperations.list_secrets\n - Added operation SubscriptionOperations.list_secrets\n - Added operation IdentityProviderOperations.list_secrets\n - Added operation OpenIdConnectProviderOperations.list_secrets\n - Added operation group GatewayApiOperations\n - Added operation group PolicyDescriptionOperations\n - Added operation group GatewayHostnameConfigurationOperations\n - Added operation group NamedValueOperations\n - Added operation group GatewayOperations\n\n**General breaking changes**\n\nThis version uses a next-generation code generator that *might* introduce breaking changes if from some import. In summary, some modules were incorrectly visible/importable and have been renamed. This fixed several issues caused by usage of classes that were not supposed to be used in the first place.\n\n - ApiManagementClient cannot be imported from `azure.mgmt.apimanagement.api_management_client` anymore (import from `azure.mgmt.apimanagement` works like before)\n - ApiManagementClientConfiguration import has been moved from `azure.mgmt.apimanagement.api_management_client` to `azure.mgmt.apimanagement`\n - A model `MyClass` from a \"models\" sub-module cannot be imported anymore using `azure.mgmt.apimanagement.models.my_class` (import from `azure.mgmt.apimanagement.models` works like before)\n - An operation class `MyClassOperations` from an `operations` sub-module cannot be imported anymore using `azure.mgmt.apimanagement.operations.my_class_operations` (import from `azure.mgmt.apimanagement.operations` works like before)\n\nLast but not least, HTTP connection pooling is now enabled by default. You should always use a client as a context manager, or call close(), or use no more than one client per process.\n\n## 0.1.0 (2019-05-01)\n\n - Initial Release\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Microsoft Azure API Management Client Library for Python",
"version": "4.0.1",
"project_urls": {
"Homepage": "https://github.com/Azure/azure-sdk-for-python"
},
"split_keywords": [
"azure",
"azure sdk"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "3a0b94e2feac7343867dabfa3128648ed16497525465281d72b4e9d30d4a8ba3",
"md5": "af6cd6048b4affdf7feb592c9ce1a2d5",
"sha256": "3ed71ab763dc34413f60bcd416871563127ca8fbf14738728719854f3194c1c2"
},
"downloads": -1,
"filename": "azure_mgmt_apimanagement-4.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "af6cd6048b4affdf7feb592c9ce1a2d5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 769894,
"upload_time": "2024-03-19T08:01:53",
"upload_time_iso_8601": "2024-03-19T08:01:53.083425Z",
"url": "https://files.pythonhosted.org/packages/3a/0b/94e2feac7343867dabfa3128648ed16497525465281d72b4e9d30d4a8ba3/azure_mgmt_apimanagement-4.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bb6b3c765010c029f1a5314366c35bd227303ea554ebbec26c1667fceecd8c82",
"md5": "15b9c7ab3814f43592679d7a2c90e64e",
"sha256": "5cf509cc02ed8bb4174e682dbb054384203696e5b3ef37f291612c266a47cc0e"
},
"downloads": -1,
"filename": "azure-mgmt-apimanagement-4.0.1.tar.gz",
"has_sig": false,
"md5_digest": "15b9c7ab3814f43592679d7a2c90e64e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 430648,
"upload_time": "2024-03-19T08:01:50",
"upload_time_iso_8601": "2024-03-19T08:01:50.645317Z",
"url": "https://files.pythonhosted.org/packages/bb/6b/3c765010c029f1a5314366c35bd227303ea554ebbec26c1667fceecd8c82/azure-mgmt-apimanagement-4.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-19 08:01:50",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Azure",
"github_project": "azure-sdk-for-python",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"lcname": "azure-mgmt-apimanagement"
}