# Microsoft Azure SDK for Python
This is the Microsoft Azure Event Grid 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-eventgrid
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.eventgrid import EventGridManagementClient
import os
sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = EventGridManagementClient(credential=DefaultAzureCredential(), subscription_id=sub_id)
```
## Examples
Code samples for this package can be found at:
- [Search Event Grid 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
## 10.4.0 (2025-03-24)
### Features Added
- Client `EventGridManagementClient` added operation group `ca_certificates`
- Client `EventGridManagementClient` added operation group `client_groups`
- Client `EventGridManagementClient` added operation group `clients`
- Client `EventGridManagementClient` added operation group `namespace_topic_event_subscriptions`
- Client `EventGridManagementClient` added operation group `namespaces`
- Client `EventGridManagementClient` added operation group `namespace_topics`
- Client `EventGridManagementClient` added operation group `permission_bindings`
- Client `EventGridManagementClient` added operation group `topic_spaces`
- Model `Domain` added property `minimum_tls_version_allowed`
- Model `Domain` added property `event_type_info`
- Model `DomainUpdateParameters` added property `minimum_tls_version_allowed`
- Model `DomainUpdateParameters` added property `event_type_info`
- Enum `EndpointType` added member `MONITOR_ALERT`
- Enum `EndpointType` added member `NAMESPACE_TOPIC`
- Model `PartnerNamespace` added property `minimum_tls_version_allowed`
- Model `PartnerNamespaceUpdateParameters` added property `minimum_tls_version_allowed`
- Enum `PrivateEndpointConnectionsParentType` added member `NAMESPACES`
- Model `Topic` added property `event_type_info`
- Model `Topic` added property `minimum_tls_version_allowed`
- Model `TopicTypeInfo` added property `are_regional_and_global_sources_supported`
- Model `TopicTypeInfo` added property `additional_enforced_permissions`
- Model `TopicUpdateParameters` added property `minimum_tls_version_allowed`
- Model `TopicUpdateParameters` added property `event_type_info`
- Model `WebHookEventSubscriptionDestination` added property `minimum_tls_version_allowed`
- Added model `BoolEqualsFilter`
- Added model `CaCertificate`
- Added enum `CaCertificateProvisioningState`
- Added model `CaCertificatesListResult`
- Added client `Client`
- Added model `ClientCertificateAuthentication`
- Added enum `ClientCertificateValidationScheme`
- Added model `ClientGroup`
- Added enum `ClientGroupProvisioningState`
- Added model `ClientGroupsListResult`
- Added enum `ClientProvisioningState`
- Added enum `ClientState`
- Added model `ClientsListResult`
- Added model `CustomDomainConfiguration`
- Added model `CustomDomainIdentity`
- Added enum `CustomDomainIdentityType`
- Added model `CustomDomainOwnershipValidationResult`
- Added enum `CustomDomainValidationState`
- Added model `DeliveryConfiguration`
- Added enum `DeliveryMode`
- Added enum `DeliverySchema`
- Added model `DynamicRoutingEnrichment`
- Added model `ErrorAdditionalInfo`
- Added model `ErrorDetail`
- Added model `ErrorResponse`
- Added enum `EventInputSchema`
- Added model `Filter`
- Added enum `FilterOperatorType`
- Added model `FiltersConfiguration`
- Added model `IsNotNullFilter`
- Added model `IsNullOrUndefinedFilter`
- Added model `MonitorAlertEventSubscriptionDestination`
- Added enum `MonitorAlertSeverity`
- Added model `Namespace`
- Added enum `NamespaceProvisioningState`
- Added model `NamespaceRegenerateKeyRequest`
- Added model `NamespaceSharedAccessKeys`
- Added model `NamespaceSku`
- Added model `NamespaceTopic`
- Added model `NamespaceTopicEventSubscriptionDestination`
- Added enum `NamespaceTopicProvisioningState`
- Added model `NamespaceTopicUpdateParameters`
- Added model `NamespaceTopicsListResult`
- Added model `NamespaceUpdateParameters`
- Added model `NamespacesListResult`
- Added model `NumberGreaterThanFilter`
- Added model `NumberGreaterThanOrEqualsFilter`
- Added model `NumberInFilter`
- Added model `NumberInRangeFilter`
- Added model `NumberLessThanFilter`
- Added model `NumberLessThanOrEqualsFilter`
- Added model `NumberNotInFilter`
- Added model `NumberNotInRangeFilter`
- Added model `PermissionBinding`
- Added enum `PermissionBindingProvisioningState`
- Added model `PermissionBindingsListResult`
- Added enum `PermissionType`
- Added enum `PublisherType`
- Added model `PushInfo`
- Added model `QueueInfo`
- Added model `RoutingEnrichments`
- Added model `RoutingIdentityInfo`
- Added enum `RoutingIdentityType`
- Added enum `SkuName`
- Added model `StaticRoutingEnrichment`
- Added enum `StaticRoutingEnrichmentType`
- Added model `StaticStringRoutingEnrichment`
- Added model `StringBeginsWithFilter`
- Added model `StringContainsFilter`
- Added model `StringEndsWithFilter`
- Added model `StringInFilter`
- Added model `StringNotBeginsWithFilter`
- Added model `StringNotContainsFilter`
- Added model `StringNotEndsWithFilter`
- Added model `StringNotInFilter`
- Added model `Subscription`
- Added model `SubscriptionFullUrl`
- Added enum `SubscriptionProvisioningState`
- Added model `SubscriptionUpdateParameters`
- Added model `SubscriptionsListResult`
- Added enum `TlsVersion`
- Added model `TopicSpace`
- Added enum `TopicSpaceProvisioningState`
- Added model `TopicSpacesConfiguration`
- Added enum `TopicSpacesConfigurationState`
- Added model `TopicSpacesListResult`
- Added model `TopicTypeAdditionalEnforcedPermission`
- Added model `TopicsConfiguration`
- Added model `UpdateTopicSpacesConfigurationInfo`
- Added model `UpdateTopicsConfigurationInfo`
- Added operation group `CaCertificatesOperations`
- Added operation group `ClientGroupsOperations`
- Added operation group `ClientsOperations`
- Added operation group `NamespaceTopicEventSubscriptionsOperations`
- Added operation group `NamespaceTopicsOperations`
- Added operation group `NamespacesOperations`
- Added operation group `PermissionBindingsOperations`
- Added operation group `TopicSpacesOperations`
## 10.3.0b4 (2024-04-29)
### Features Added
- Added operation NamespaceTopicEventSubscriptionsOperations.get_full_url
- Added operation NamespacesOperations.begin_validate_custom_domain_ownership
- Model ClientAuthenticationSettings has a new parameter custom_jwt_authentication
- Model NamespaceUpdateParameters has a new parameter topics_configuration
- Model PushInfo has a new parameter destination
- Model Subscription has a new parameter expiration_time_utc
- Model SubscriptionUpdateParameters has a new parameter expiration_time_utc
- Model TopicSpacesConfiguration has a new parameter custom_domains
- Model TopicsConfiguration has a new parameter custom_domains
- Model UpdateTopicSpacesConfigurationInfo has a new parameter custom_domains
## 10.3.0b3 (2023-12-04)
### Features Added
- Added operation NamespaceTopicEventSubscriptionsOperations.get_delivery_attributes
- Added operation group NetworkSecurityPerimeterConfigurationsOperations
- Model DeliveryConfiguration has a new parameter push
- Model TopicTypeInfo has a new parameter additional_enforced_permissions
### Breaking Changes
- Model Client no longer has parameter authentication
- Parameter value_type of model StaticRoutingEnrichment is now required
## 10.3.0b2 (2023-05-19)
### Features Added
- Added operation group CaCertificatesOperations
- Added operation group ClientGroupsOperations
- Added operation group ClientsOperations
- Added operation group NamespaceTopicEventSubscriptionsOperations
- Added operation group NamespaceTopicsOperations
- Added operation group NamespacesOperations
- Added operation group PartnerDestinationsOperations
- Added operation group PermissionBindingsOperations
- Added operation group TopicSpacesOperations
- Model Channel has a new parameter partner_destination_info
- Model ChannelUpdateParameters has a new parameter partner_destination_info
- Model Domain has a new parameter event_type_info
- Model Domain has a new parameter minimum_tls_version_allowed
- Model Domain has a new parameter sku
- Model DomainUpdateParameters has a new parameter event_type_info
- Model DomainUpdateParameters has a new parameter minimum_tls_version_allowed
- Model DomainUpdateParameters has a new parameter sku
- Model PartnerNamespace has a new parameter minimum_tls_version_allowed
- Model PartnerNamespaceUpdateParameters has a new parameter minimum_tls_version_allowed
- Model Topic has a new parameter event_type_info
- Model Topic has a new parameter extended_location
- Model Topic has a new parameter kind
- Model Topic has a new parameter minimum_tls_version_allowed
- Model Topic has a new parameter sku
- Model TopicTypeInfo has a new parameter are_regional_and_global_sources_supported
- Model TopicUpdateParameters has a new parameter event_type_info
- Model TopicUpdateParameters has a new parameter minimum_tls_version_allowed
- Model TopicUpdateParameters has a new parameter sku
- Model VerifiedPartner has a new parameter partner_destination_details
- Model WebHookEventSubscriptionDestination has a new parameter minimum_tls_version_allowed
## 10.3.0b1 (2022-11-30)
### Other Changes
- Added generated samples in github repo
- Drop support for python<3.7.0
## 10.2.0 (2022-06-20)
**Features**
- Added operation group ChannelsOperations
- Added operation group DomainEventSubscriptionsOperations
- Added operation group DomainTopicEventSubscriptionsOperations
- Added operation group PartnerConfigurationsOperations
- Added operation group PartnerNamespacesOperations
- Added operation group PartnerRegistrationsOperations
- Added operation group PartnerTopicEventSubscriptionsOperations
- Added operation group PartnerTopicsOperations
- Added operation group TopicEventSubscriptionsOperations
- Added operation group VerifiedPartnersOperations
- Model Domain has a new parameter data_residency_boundary
- Model DomainUpdateParameters has a new parameter data_residency_boundary
- Model Operation has a new parameter is_data_action
- Model Topic has a new parameter data_residency_boundary
- Model TopicUpdateParameters has a new parameter data_residency_boundary
## 10.2.0b2 (2022-05-30)
**Breaking changes**
- Operation DomainEventSubscriptionsOperations.list has a new parameter filter
- Operation DomainEventSubscriptionsOperations.list has a new parameter top
- Operation DomainTopicEventSubscriptionsOperations.list has a new parameter filter
- Operation DomainTopicEventSubscriptionsOperations.list has a new parameter top
- Operation TopicEventSubscriptionsOperations.list has a new parameter filter
- Operation TopicEventSubscriptionsOperations.list has a new parameter top
## 10.2.0b1 (2022-04-07)
**Features**
- Added operation group ChannelsOperations
- Added operation group DomainEventSubscriptionsOperations
- Added operation group DomainTopicEventSubscriptionsOperations
- Added operation group EventChannelsOperations
- Added operation group PartnerConfigurationsOperations
- Added operation group PartnerDestinationsOperations
- Added operation group PartnerNamespacesOperations
- Added operation group PartnerRegistrationsOperations
- Added operation group PartnerTopicEventSubscriptionsOperations
- Added operation group PartnerTopicsOperations
- Added operation group TopicEventSubscriptionsOperations
- Added operation group VerifiedPartnersOperations
- Model Domain has a new parameter data_residency_boundary
- Model Domain has a new parameter sku
- Model DomainUpdateParameters has a new parameter data_residency_boundary
- Model DomainUpdateParameters has a new parameter sku
- Model Operation has a new parameter is_data_action
- Model Topic has a new parameter data_residency_boundary
- Model Topic has a new parameter extended_location
- Model Topic has a new parameter kind
- Model Topic has a new parameter sku
- Model TopicUpdateParameters has a new parameter data_residency_boundary
- Model TopicUpdateParameters has a new parameter sku
## 10.1.0 (2021-12-13)
**Features**
- Added model NumberInRangeAdvancedFilter
- Added model StringNotContainsAdvancedFilter
- Added model NumberNotInRangeAdvancedFilter
- Added model IsNullOrUndefinedAdvancedFilter
- Added model IsNotNullAdvancedFilter
- Added model StringNotBeginsWithAdvancedFilter
- Added model StringNotEndsWithAdvancedFilter
## 10.0.0 (2021-10-21)
**Features**
- Model Domain has a new parameter disable_local_auth
- Model Domain has a new parameter auto_delete_topic_with_last_subscription
- Model Domain has a new parameter auto_create_topic_with_first_subscription
- Model Topic has a new parameter disable_local_auth
- Model DomainUpdateParameters has a new parameter disable_local_auth
- Model DomainUpdateParameters has a new parameter auto_delete_topic_with_last_subscription
- Model DomainUpdateParameters has a new parameter auto_create_topic_with_first_subscription
- Model ExtensionTopic has a new parameter system_data
- Model TopicUpdateParameters has a new parameter disable_local_auth
**Breaking changes**
- Model Domain no longer has parameter sku
- Model Topic no longer has parameter sku
- Model Topic no longer has parameter extended_location
- Model Topic no longer has parameter kind
- Model DomainUpdateParameters no longer has parameter sku
- Model TopicUpdateParameters no longer has parameter sku
- Removed operation group EventChannelsOperations
- Removed operation group PartnerRegistrationsOperations
- Removed operation group PartnerTopicEventSubscriptionsOperations
- Removed operation group PartnerNamespacesOperations
- Removed operation group PartnerTopicsOperations
## 9.0.0 (2021-05-24)
**Features**
- Model EventHubEventSubscriptionDestination has a new parameter delivery_attribute_mappings
- Model StorageQueueEventSubscriptionDestination has a new parameter queue_message_time_to_live_in_seconds
- Model TopicTypeInfo has a new parameter supported_scopes_for_source
- Model Topic has a new parameter extended_location
- Model Topic has a new parameter kind
- Model Topic has a new parameter system_data
- Model Topic has a new parameter identity
- Model Topic has a new parameter sku
- Model EventSubscriptionFilter has a new parameter enable_advanced_filtering_on_arrays
- Model AzureFunctionEventSubscriptionDestination has a new parameter delivery_attribute_mappings
- Model EventSubscriptionUpdateParameters has a new parameter dead_letter_with_resource_identity
- Model EventSubscriptionUpdateParameters has a new parameter delivery_with_resource_identity
- Model ServiceBusQueueEventSubscriptionDestination has a new parameter delivery_attribute_mappings
- Model DomainTopic has a new parameter system_data
- Model DomainUpdateParameters has a new parameter sku
- Model DomainUpdateParameters has a new parameter identity
- Model HybridConnectionEventSubscriptionDestination has a new parameter delivery_attribute_mappings
- Model TopicUpdateParameters has a new parameter sku
- Model TopicUpdateParameters has a new parameter identity
- Model ServiceBusTopicEventSubscriptionDestination has a new parameter delivery_attribute_mappings
- Model Domain has a new parameter sku
- Model Domain has a new parameter system_data
- Model Domain has a new parameter identity
- Model EventSubscription has a new parameter dead_letter_with_resource_identity
- Model EventSubscription has a new parameter system_data
- Model EventSubscription has a new parameter delivery_with_resource_identity
- Model WebHookEventSubscriptionDestination has a new parameter delivery_attribute_mappings
- Added operation TopicsOperations.begin_regenerate_key
- Added operation EventSubscriptionsOperations.get_delivery_attributes
- Added operation group PartnerRegistrationsOperations
- Added operation group SystemTopicsOperations
- Added operation group EventChannelsOperations
- Added operation group PartnerNamespacesOperations
- Added operation group ExtensionTopicsOperations
- Added operation group PartnerTopicsOperations
- Added operation group PartnerTopicEventSubscriptionsOperations
- Added operation group SystemTopicEventSubscriptionsOperations
**Breaking changes**
- Removed operation TopicsOperations.regenerate_key
## 8.0.0 (2020-12-21)
**Breaking changes**
- Operation TopicsOperations.regenerate_key has a new signature
- Operation DomainsOperations.regenerate_key has a new signature
## 8.0.0b1 (2020-10-31)
This is beta preview version.
For detailed changelog please refer to equivalent stable version 3.0.0rc8(https://pypi.org/project/azure-mgmt-eventgrid/3.0.0rc8/)
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.
## 3.0.0rc8 (2020-06-05)
**Breaking changes**
- Model EventSubscriptionUpdateParameters no longer has parameter dead_letter_with_resource_identity
- Model EventSubscriptionUpdateParameters no longer has parameter delivery_with_resource_identity
- Model DomainUpdateParameters no longer has parameter sku
- Model DomainUpdateParameters no longer has parameter identity
- Model Domain no longer has parameter sku
- Model Domain no longer has parameter identity
- Model EventSubscription no longer has parameter dead_letter_with_resource_identity
- Model EventSubscription no longer has parameter delivery_with_resource_identity
- Model TopicUpdateParameters no longer has parameter sku
- Model TopicUpdateParameters no longer has parameter identity
- Model Topic no longer has parameter sku
- Model Topic no longer has parameter identity
- Removed operation group ExtensionTopicsOperations
- Removed operation group PartnerNamespacesOperations
- Removed operation group PartnerRegistrationsOperations
- Removed operation group PartnerTopicsOperations
- Removed operation group SystemTopicEventSubscriptionsOperations
- Removed operation group SystemTopicsOperations
- Removed operation group PartnerTopicEventSubscriptionsOperations
- Removed operation group EventChannelsOperations
## 3.0.0rc7 (2020-05-14)
**Features**
- Model PartnerTopic has a new parameter expiration_time_if_not_activated_utc
- Model PartnerTopic has a new parameter partner_topic_friendly_description
- Model EventChannel has a new parameter partner_topic_readiness_state
- Model EventChannel has a new parameter expiration_time_if_not_activated_utc
- Model EventChannel has a new parameter partner_topic_friendly_description
- Model PartnerRegistration has a new parameter partner_customer_service_number
- Model PartnerRegistration has a new parameter partner_customer_service_extension
- Model PartnerRegistration has a new parameter long_description
- Model PartnerRegistration has a new parameter customer_service_uri
**Breaking changes**
- Model EventChannelFilter has a new signature
## 3.0.0rc6 (2020-04-03)
**Features**
- Model PartnerRegistrationUpdateParameters has a new parameter tags
- Model EventChannel has a new parameter filter
**Breaking changes**
- Operation PrivateEndpointConnectionsOperations.update has a new signature
- Operation SystemTopicEventSubscriptionsOperations.list_by_system_topic has a new signature
- Operation PartnerTopicEventSubscriptionsOperations.list_by_partner_topic has a new signature
## 3.0.0rc5 (2020-03-19)
**Features**
- Model Domain has a new parameter public_network_access
- Model Domain has a new parameter identity
- Model Domain has a new parameter private_endpoint_connections
- Model Domain has a new parameter sku
- Model DomainUpdateParameters has a new parameter public_network_access
- Model DomainUpdateParameters has a new parameter identity
- Model DomainUpdateParameters has a new parameter sku
- Model TopicUpdateParameters has a new parameter public_network_access
- Model TopicUpdateParameters has a new parameter identity
- Model TopicUpdateParameters has a new parameter sku
- Model EventSubscriptionUpdateParameters has a new parameter dead_letter_with_resource_identity
- Model EventSubscriptionUpdateParameters has a new parameter delivery_with_resource_identity
- Model Topic has a new parameter public_network_access
- Model Topic has a new parameter identity
- Model Topic has a new parameter private_endpoint_connections
- Model Topic has a new parameter sku
- Model EventSubscription has a new parameter dead_letter_with_resource_identity
- Model EventSubscription has a new parameter delivery_with_resource_identity
- Added operation group PrivateLinkResourcesOperations
- Added operation group SystemTopicsOperations
- Added operation group PrivateEndpointConnectionsOperations
- Added operation group PartnerTopicsOperations
- Added operation group PartnerNamespacesOperations
- Added operation group PartnerTopicEventSubscriptionsOperations
- Added operation group PartnerRegistrationsOperations
- Added operation group ExtensionTopicsOperations
- Added operation group SystemTopicEventSubscriptionsOperations
- Added operation group EventChannelsOperations
**Breaking changes**
- Model Domain no longer has parameter allow_traffic_from_all_ips
- Model DomainUpdateParameters no longer has parameter allow_traffic_from_all_ips
- Model TopicUpdateParameters no longer has parameter allow_traffic_from_all_ips
- Model Topic no longer has parameter allow_traffic_from_all_ips
## 3.0.0rc4 (2020-01-17)
**Features**
- Model DomainUpdateParameters has a new parameter
allow_traffic_from_all_ips
- Model DomainUpdateParameters has a new parameter inbound_ip_rules
- Model TopicUpdateParameters has a new parameter
allow_traffic_from_all_ips
- Model TopicUpdateParameters has a new parameter inbound_ip_rules
**Breaking changes**
- Operation DomainsOperations.update has a new signature
- Operation TopicsOperations.update has a new signature
## 3.0.0rc3 (2020-01-12)
**Features**
- Model Domain has a new parameter allow_traffic_from_all_ips
- Model Domain has a new parameter inbound_ip_rules
- Model Topic has a new parameter allow_traffic_from_all_ips
- Model Topic has a new parameter inbound_ip_rules
- Model TopicTypeInfo has a new parameter source_resource_format
## 3.0.0rc2 (2019-11-11)
**Features**
- Model WebHookEventSubscriptionDestination has a new parameter
azure_active_directory_tenant_id
## 3.0.0rc1 (2019-10-24)
**Features**
- Model Domain has a new parameter input_schema
- Model Domain has a new parameter input_schema_mapping
- Model Domain has a new parameter metric_resource_id
- Model EventSubscription has a new parameter event_delivery_schema
- Model Topic has a new parameter input_schema
- Model Topic has a new parameter input_schema_mapping
- Model Topic has a new parameter metric_resource_id
- Model WebHookEventSubscriptionDestination has a new parameter
preferred_batch_size_in_kilobytes
- Model WebHookEventSubscriptionDestination has a new parameter
azure_active_directory_application_id_or_uri
- Model WebHookEventSubscriptionDestination has a new parameter
max_events_per_batch
- Model EventSubscriptionUpdateParameters has a new parameter
event_delivery_schema
**General Breaking Changes**
This version uses a next-generation code generator that *might*
introduce breaking changes. 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.
- EventGridManagementClient cannot be imported from
`azure.mgmt.eventgrid.event_grid_management_client` anymore
(import from `azure.mgmt.eventgrid` works like before)
- EventGridManagementClientConfiguration import has been moved from
`azure.mgmt.eventgrid.event_grid_management_client` to
`azure.mgmt.eventgrid`
- A model `MyClass` from a "models" sub-module cannot be imported
anymore using `azure.mgmt.eventgrid.models.my_class` (import from
`azure.mgmt.eventgrid.models` works like before)
- An operation class `MyClassOperations` from an `operations`
sub-module cannot be imported anymore using
`azure.mgmt.eventgrid.operations.my_class_operations` (import
from `azure.mgmt.eventgrid.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.
## 2.1.0 (2019-05-22)
Not all preview features of the 2.1.0rc1 were confirmed in this 2.1.0
stable version. In particular, the following features will still be
available only in the 2.1.0rc1 for now:
- Input mapping/Delivery Schema.
- "label" filtering parameter in all operations
All other features are now considerd stable to use in production. This
includes:
- Domains, which include all domain related operation including
adding/deleting domain topics manually.
- Pagination/filtering
- Servicebus queue as destination
- Advanced filtering, which was introduced in previous preview
version.
- Showing and selecting default event types instead of ‘all’
## 2.1.0rc1 (2019-03-11)
**Disclaimer**
Preview features that were on 2.0.0rc2 only and not on 2.0.0 has been
ported in this version.
This version also adds the following preview features: - Manual
Add/delete of domain topics. - Pagination/search filtering for list
operations. - Adding service bus queue as destination
## 2.0.0 (2019-02-01)
**Disclaimer**
Not all preview features of the 2.0.0rc2 were confirmed in this 2.0.0
stable version. In particular, the following features will still be
available only in the 2.0.0rc2 for now:
- Domains.
- Advanced filters support.
- Event subscription expiration date
- Input mapping and event delivery schema.
All other features are now considerd stable to use in production. This
includes:
- Deadletter destination.
- Storage queue as destination.
- Hybrid connection as destination.
- Retry policy.
- Manual handshake.
## 2.0.0rc2 (2018-10-24)
**Features**
- Model EventSubscriptionFilter has a new parameter advanced_filters
- Model EventSubscriptionUpdateParameters has a new parameter
expiration_time_utc
- Model EventSubscription has a new parameter expiration_time_utc
- Added operation EventSubscriptionsOperations.list_by_domain_topic
- Added operation group DomainTopicsOperations
- Added operation group DomainsOperations
Internal API version is 2018-09-15-preview
## 2.0.0rc1 (2018-05-04)
**Features**
- input mappings for topics
- CloudEvents support for topics
- customizable delivery schemas
- delivering events to Azure Storage queue and Azure hybrid
connections
- deadlettering
- retry policies
- manual subscription validation handshake validation.
Internal API version is 2018-05-01-preview
## 1.0.0 (2018-04-26)
**General Breaking changes**
This version uses a next-generation code generator that *might*
introduce breaking changes.
- Model signatures now use only keyword-argument syntax. All
positional arguments must be re-written as keyword-arguments. To
keep auto-completion in most cases, models are now generated for
Python 2 and Python 3. Python 3 uses the "*" syntax for
keyword-only arguments.
- Enum types now use the "str" mixin (class AzureEnum(str, Enum)) to
improve the behavior when unrecognized enum values are encountered.
While this is not a breaking change, the distinctions are important,
and are documented here:
<https://docs.python.org/3/library/enum.html#others> At a glance:
- "is" should not be used at all.
- "format" will return the string value, where "%s" string
formatting will return `NameOfEnum.stringvalue`. Format syntax
should be prefered.
- New Long Running Operation:
- Return type changes from
`msrestazure.azure_operation.AzureOperationPoller` to
`msrest.polling.LROPoller`. External API is the same.
- Return type is now **always** a `msrest.polling.LROPoller`,
regardless of the optional parameters used.
- The behavior has changed when using `raw=True`. Instead of
returning the initial call result as `ClientRawResponse`,
without polling, now this returns an LROPoller. After polling,
the final resource will be returned as a `ClientRawResponse`.
- New `polling` parameter. The default behavior is
`Polling=True` which will poll using ARM algorithm. When
`Polling=False`, the response of the initial call will be
returned without polling.
- `polling` parameter accepts instances of subclasses of
`msrest.polling.PollingMethod`.
- `add_done_callback` will no longer raise if called after
polling is finished, but will instead execute the callback right
away.
**Features**
- Client class can be used as a context manager to keep the underlying
HTTP session open for performance
## 0.4.0 (2018-01-16)
**Breaking changes**
- EventSubscription create is renamed to create_or_update.
- Regenerated SDK based on 2018-01-01 API version.
- OperationOrigin enum is removed. Origin of the operation is now a
string.
## 0.3.0 (2017-11-02)
**Features**
- Support for updating Topic properties
## 0.2.0 (2017-09-13)
**Breaking changes**
- Use WebHookEventSubscriptionDestination for webhook endpoint URLs.
- Regenerated based on 2017-09-15-preview version
## 0.1.1 (2017-08-17)
**Bugfixes**
- Fix unexpected exception in some delete call
## 0.1.0 (2017-08-17)
- Initial Release
Raw data
{
"_id": null,
"home_page": "https://github.com/Azure/azure-sdk-for-python",
"name": "azure-mgmt-eventgrid",
"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/68/24a2921b66827a571a3da75cc12289b7029a7c436087c0c5b2b4ca387aa3/azure_mgmt_eventgrid-10.4.0.tar.gz",
"platform": null,
"description": "# Microsoft Azure SDK for Python\n\nThis is the Microsoft Azure Event Grid 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-eventgrid\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.eventgrid import EventGridManagementClient\nimport os\n\nsub_id = os.getenv(\"AZURE_SUBSCRIPTION_ID\")\nclient = EventGridManagementClient(credential=DefaultAzureCredential(), subscription_id=sub_id)\n```\n\n## Examples\n\nCode samples for this package can be found at:\n- [Search Event Grid 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## 10.4.0 (2025-03-24)\n\n### Features Added\n\n - Client `EventGridManagementClient` added operation group `ca_certificates`\n - Client `EventGridManagementClient` added operation group `client_groups`\n - Client `EventGridManagementClient` added operation group `clients`\n - Client `EventGridManagementClient` added operation group `namespace_topic_event_subscriptions`\n - Client `EventGridManagementClient` added operation group `namespaces`\n - Client `EventGridManagementClient` added operation group `namespace_topics`\n - Client `EventGridManagementClient` added operation group `permission_bindings`\n - Client `EventGridManagementClient` added operation group `topic_spaces`\n - Model `Domain` added property `minimum_tls_version_allowed`\n - Model `Domain` added property `event_type_info`\n - Model `DomainUpdateParameters` added property `minimum_tls_version_allowed`\n - Model `DomainUpdateParameters` added property `event_type_info`\n - Enum `EndpointType` added member `MONITOR_ALERT`\n - Enum `EndpointType` added member `NAMESPACE_TOPIC`\n - Model `PartnerNamespace` added property `minimum_tls_version_allowed`\n - Model `PartnerNamespaceUpdateParameters` added property `minimum_tls_version_allowed`\n - Enum `PrivateEndpointConnectionsParentType` added member `NAMESPACES`\n - Model `Topic` added property `event_type_info`\n - Model `Topic` added property `minimum_tls_version_allowed`\n - Model `TopicTypeInfo` added property `are_regional_and_global_sources_supported`\n - Model `TopicTypeInfo` added property `additional_enforced_permissions`\n - Model `TopicUpdateParameters` added property `minimum_tls_version_allowed`\n - Model `TopicUpdateParameters` added property `event_type_info`\n - Model `WebHookEventSubscriptionDestination` added property `minimum_tls_version_allowed`\n - Added model `BoolEqualsFilter`\n - Added model `CaCertificate`\n - Added enum `CaCertificateProvisioningState`\n - Added model `CaCertificatesListResult`\n - Added client `Client`\n - Added model `ClientCertificateAuthentication`\n - Added enum `ClientCertificateValidationScheme`\n - Added model `ClientGroup`\n - Added enum `ClientGroupProvisioningState`\n - Added model `ClientGroupsListResult`\n - Added enum `ClientProvisioningState`\n - Added enum `ClientState`\n - Added model `ClientsListResult`\n - Added model `CustomDomainConfiguration`\n - Added model `CustomDomainIdentity`\n - Added enum `CustomDomainIdentityType`\n - Added model `CustomDomainOwnershipValidationResult`\n - Added enum `CustomDomainValidationState`\n - Added model `DeliveryConfiguration`\n - Added enum `DeliveryMode`\n - Added enum `DeliverySchema`\n - Added model `DynamicRoutingEnrichment`\n - Added model `ErrorAdditionalInfo`\n - Added model `ErrorDetail`\n - Added model `ErrorResponse`\n - Added enum `EventInputSchema`\n - Added model `Filter`\n - Added enum `FilterOperatorType`\n - Added model `FiltersConfiguration`\n - Added model `IsNotNullFilter`\n - Added model `IsNullOrUndefinedFilter`\n - Added model `MonitorAlertEventSubscriptionDestination`\n - Added enum `MonitorAlertSeverity`\n - Added model `Namespace`\n - Added enum `NamespaceProvisioningState`\n - Added model `NamespaceRegenerateKeyRequest`\n - Added model `NamespaceSharedAccessKeys`\n - Added model `NamespaceSku`\n - Added model `NamespaceTopic`\n - Added model `NamespaceTopicEventSubscriptionDestination`\n - Added enum `NamespaceTopicProvisioningState`\n - Added model `NamespaceTopicUpdateParameters`\n - Added model `NamespaceTopicsListResult`\n - Added model `NamespaceUpdateParameters`\n - Added model `NamespacesListResult`\n - Added model `NumberGreaterThanFilter`\n - Added model `NumberGreaterThanOrEqualsFilter`\n - Added model `NumberInFilter`\n - Added model `NumberInRangeFilter`\n - Added model `NumberLessThanFilter`\n - Added model `NumberLessThanOrEqualsFilter`\n - Added model `NumberNotInFilter`\n - Added model `NumberNotInRangeFilter`\n - Added model `PermissionBinding`\n - Added enum `PermissionBindingProvisioningState`\n - Added model `PermissionBindingsListResult`\n - Added enum `PermissionType`\n - Added enum `PublisherType`\n - Added model `PushInfo`\n - Added model `QueueInfo`\n - Added model `RoutingEnrichments`\n - Added model `RoutingIdentityInfo`\n - Added enum `RoutingIdentityType`\n - Added enum `SkuName`\n - Added model `StaticRoutingEnrichment`\n - Added enum `StaticRoutingEnrichmentType`\n - Added model `StaticStringRoutingEnrichment`\n - Added model `StringBeginsWithFilter`\n - Added model `StringContainsFilter`\n - Added model `StringEndsWithFilter`\n - Added model `StringInFilter`\n - Added model `StringNotBeginsWithFilter`\n - Added model `StringNotContainsFilter`\n - Added model `StringNotEndsWithFilter`\n - Added model `StringNotInFilter`\n - Added model `Subscription`\n - Added model `SubscriptionFullUrl`\n - Added enum `SubscriptionProvisioningState`\n - Added model `SubscriptionUpdateParameters`\n - Added model `SubscriptionsListResult`\n - Added enum `TlsVersion`\n - Added model `TopicSpace`\n - Added enum `TopicSpaceProvisioningState`\n - Added model `TopicSpacesConfiguration`\n - Added enum `TopicSpacesConfigurationState`\n - Added model `TopicSpacesListResult`\n - Added model `TopicTypeAdditionalEnforcedPermission`\n - Added model `TopicsConfiguration`\n - Added model `UpdateTopicSpacesConfigurationInfo`\n - Added model `UpdateTopicsConfigurationInfo`\n - Added operation group `CaCertificatesOperations`\n - Added operation group `ClientGroupsOperations`\n - Added operation group `ClientsOperations`\n - Added operation group `NamespaceTopicEventSubscriptionsOperations`\n - Added operation group `NamespaceTopicsOperations`\n - Added operation group `NamespacesOperations`\n - Added operation group `PermissionBindingsOperations`\n - Added operation group `TopicSpacesOperations`\n\n## 10.3.0b4 (2024-04-29)\n\n### Features Added\n\n - Added operation NamespaceTopicEventSubscriptionsOperations.get_full_url\n - Added operation NamespacesOperations.begin_validate_custom_domain_ownership\n - Model ClientAuthenticationSettings has a new parameter custom_jwt_authentication\n - Model NamespaceUpdateParameters has a new parameter topics_configuration\n - Model PushInfo has a new parameter destination\n - Model Subscription has a new parameter expiration_time_utc\n - Model SubscriptionUpdateParameters has a new parameter expiration_time_utc\n - Model TopicSpacesConfiguration has a new parameter custom_domains\n - Model TopicsConfiguration has a new parameter custom_domains\n - Model UpdateTopicSpacesConfigurationInfo has a new parameter custom_domains\n\n## 10.3.0b3 (2023-12-04)\n\n### Features Added\n\n - Added operation NamespaceTopicEventSubscriptionsOperations.get_delivery_attributes\n - Added operation group NetworkSecurityPerimeterConfigurationsOperations\n - Model DeliveryConfiguration has a new parameter push\n - Model TopicTypeInfo has a new parameter additional_enforced_permissions\n\n### Breaking Changes\n\n - Model Client no longer has parameter authentication\n - Parameter value_type of model StaticRoutingEnrichment is now required\n\n## 10.3.0b2 (2023-05-19)\n\n### Features Added\n\n - Added operation group CaCertificatesOperations\n - Added operation group ClientGroupsOperations\n - Added operation group ClientsOperations\n - Added operation group NamespaceTopicEventSubscriptionsOperations\n - Added operation group NamespaceTopicsOperations\n - Added operation group NamespacesOperations\n - Added operation group PartnerDestinationsOperations\n - Added operation group PermissionBindingsOperations\n - Added operation group TopicSpacesOperations\n - Model Channel has a new parameter partner_destination_info\n - Model ChannelUpdateParameters has a new parameter partner_destination_info\n - Model Domain has a new parameter event_type_info\n - Model Domain has a new parameter minimum_tls_version_allowed\n - Model Domain has a new parameter sku\n - Model DomainUpdateParameters has a new parameter event_type_info\n - Model DomainUpdateParameters has a new parameter minimum_tls_version_allowed\n - Model DomainUpdateParameters has a new parameter sku\n - Model PartnerNamespace has a new parameter minimum_tls_version_allowed\n - Model PartnerNamespaceUpdateParameters has a new parameter minimum_tls_version_allowed\n - Model Topic has a new parameter event_type_info\n - Model Topic has a new parameter extended_location\n - Model Topic has a new parameter kind\n - Model Topic has a new parameter minimum_tls_version_allowed\n - Model Topic has a new parameter sku\n - Model TopicTypeInfo has a new parameter are_regional_and_global_sources_supported\n - Model TopicUpdateParameters has a new parameter event_type_info\n - Model TopicUpdateParameters has a new parameter minimum_tls_version_allowed\n - Model TopicUpdateParameters has a new parameter sku\n - Model VerifiedPartner has a new parameter partner_destination_details\n - Model WebHookEventSubscriptionDestination has a new parameter minimum_tls_version_allowed\n\n## 10.3.0b1 (2022-11-30)\n\n### Other Changes\n\n - Added generated samples in github repo\n - Drop support for python<3.7.0\n\n## 10.2.0 (2022-06-20)\n\n**Features**\n\n - Added operation group ChannelsOperations\n - Added operation group DomainEventSubscriptionsOperations\n - Added operation group DomainTopicEventSubscriptionsOperations\n - Added operation group PartnerConfigurationsOperations\n - Added operation group PartnerNamespacesOperations\n - Added operation group PartnerRegistrationsOperations\n - Added operation group PartnerTopicEventSubscriptionsOperations\n - Added operation group PartnerTopicsOperations\n - Added operation group TopicEventSubscriptionsOperations\n - Added operation group VerifiedPartnersOperations\n - Model Domain has a new parameter data_residency_boundary\n - Model DomainUpdateParameters has a new parameter data_residency_boundary\n - Model Operation has a new parameter is_data_action\n - Model Topic has a new parameter data_residency_boundary\n - Model TopicUpdateParameters has a new parameter data_residency_boundary\n\n## 10.2.0b2 (2022-05-30)\n\n**Breaking changes**\n\n - Operation DomainEventSubscriptionsOperations.list has a new parameter filter\n - Operation DomainEventSubscriptionsOperations.list has a new parameter top\n - Operation DomainTopicEventSubscriptionsOperations.list has a new parameter filter\n - Operation DomainTopicEventSubscriptionsOperations.list has a new parameter top\n - Operation TopicEventSubscriptionsOperations.list has a new parameter filter\n - Operation TopicEventSubscriptionsOperations.list has a new parameter top\n\n## 10.2.0b1 (2022-04-07)\n\n**Features**\n\n - Added operation group ChannelsOperations\n - Added operation group DomainEventSubscriptionsOperations\n - Added operation group DomainTopicEventSubscriptionsOperations\n - Added operation group EventChannelsOperations\n - Added operation group PartnerConfigurationsOperations\n - Added operation group PartnerDestinationsOperations\n - Added operation group PartnerNamespacesOperations\n - Added operation group PartnerRegistrationsOperations\n - Added operation group PartnerTopicEventSubscriptionsOperations\n - Added operation group PartnerTopicsOperations\n - Added operation group TopicEventSubscriptionsOperations\n - Added operation group VerifiedPartnersOperations\n - Model Domain has a new parameter data_residency_boundary\n - Model Domain has a new parameter sku\n - Model DomainUpdateParameters has a new parameter data_residency_boundary\n - Model DomainUpdateParameters has a new parameter sku\n - Model Operation has a new parameter is_data_action\n - Model Topic has a new parameter data_residency_boundary\n - Model Topic has a new parameter extended_location\n - Model Topic has a new parameter kind\n - Model Topic has a new parameter sku\n - Model TopicUpdateParameters has a new parameter data_residency_boundary\n - Model TopicUpdateParameters has a new parameter sku\n\n## 10.1.0 (2021-12-13)\n\n**Features**\n\n - Added model NumberInRangeAdvancedFilter\n - Added model StringNotContainsAdvancedFilter\n - Added model NumberNotInRangeAdvancedFilter\n - Added model IsNullOrUndefinedAdvancedFilter\n - Added model IsNotNullAdvancedFilter\n - Added model StringNotBeginsWithAdvancedFilter\n - Added model StringNotEndsWithAdvancedFilter\n\n## 10.0.0 (2021-10-21)\n\n**Features**\n\n - Model Domain has a new parameter disable_local_auth\n - Model Domain has a new parameter auto_delete_topic_with_last_subscription\n - Model Domain has a new parameter auto_create_topic_with_first_subscription\n - Model Topic has a new parameter disable_local_auth\n - Model DomainUpdateParameters has a new parameter disable_local_auth\n - Model DomainUpdateParameters has a new parameter auto_delete_topic_with_last_subscription\n - Model DomainUpdateParameters has a new parameter auto_create_topic_with_first_subscription\n - Model ExtensionTopic has a new parameter system_data\n - Model TopicUpdateParameters has a new parameter disable_local_auth\n\n**Breaking changes**\n\n - Model Domain no longer has parameter sku\n - Model Topic no longer has parameter sku\n - Model Topic no longer has parameter extended_location\n - Model Topic no longer has parameter kind\n - Model DomainUpdateParameters no longer has parameter sku\n - Model TopicUpdateParameters no longer has parameter sku\n - Removed operation group EventChannelsOperations\n - Removed operation group PartnerRegistrationsOperations\n - Removed operation group PartnerTopicEventSubscriptionsOperations\n - Removed operation group PartnerNamespacesOperations\n - Removed operation group PartnerTopicsOperations\n\n## 9.0.0 (2021-05-24)\n\n**Features**\n\n - Model EventHubEventSubscriptionDestination has a new parameter delivery_attribute_mappings\n - Model StorageQueueEventSubscriptionDestination has a new parameter queue_message_time_to_live_in_seconds\n - Model TopicTypeInfo has a new parameter supported_scopes_for_source\n - Model Topic has a new parameter extended_location\n - Model Topic has a new parameter kind\n - Model Topic has a new parameter system_data\n - Model Topic has a new parameter identity\n - Model Topic has a new parameter sku\n - Model EventSubscriptionFilter has a new parameter enable_advanced_filtering_on_arrays\n - Model AzureFunctionEventSubscriptionDestination has a new parameter delivery_attribute_mappings\n - Model EventSubscriptionUpdateParameters has a new parameter dead_letter_with_resource_identity\n - Model EventSubscriptionUpdateParameters has a new parameter delivery_with_resource_identity\n - Model ServiceBusQueueEventSubscriptionDestination has a new parameter delivery_attribute_mappings\n - Model DomainTopic has a new parameter system_data\n - Model DomainUpdateParameters has a new parameter sku\n - Model DomainUpdateParameters has a new parameter identity\n - Model HybridConnectionEventSubscriptionDestination has a new parameter delivery_attribute_mappings\n - Model TopicUpdateParameters has a new parameter sku\n - Model TopicUpdateParameters has a new parameter identity\n - Model ServiceBusTopicEventSubscriptionDestination has a new parameter delivery_attribute_mappings\n - Model Domain has a new parameter sku\n - Model Domain has a new parameter system_data\n - Model Domain has a new parameter identity\n - Model EventSubscription has a new parameter dead_letter_with_resource_identity\n - Model EventSubscription has a new parameter system_data\n - Model EventSubscription has a new parameter delivery_with_resource_identity\n - Model WebHookEventSubscriptionDestination has a new parameter delivery_attribute_mappings\n - Added operation TopicsOperations.begin_regenerate_key\n - Added operation EventSubscriptionsOperations.get_delivery_attributes\n - Added operation group PartnerRegistrationsOperations\n - Added operation group SystemTopicsOperations\n - Added operation group EventChannelsOperations\n - Added operation group PartnerNamespacesOperations\n - Added operation group ExtensionTopicsOperations\n - Added operation group PartnerTopicsOperations\n - Added operation group PartnerTopicEventSubscriptionsOperations\n - Added operation group SystemTopicEventSubscriptionsOperations\n\n**Breaking changes**\n\n - Removed operation TopicsOperations.regenerate_key\n\n## 8.0.0 (2020-12-21)\n\n**Breaking changes**\n\n - Operation TopicsOperations.regenerate_key has a new signature\n - Operation DomainsOperations.regenerate_key has a new signature\n\n## 8.0.0b1 (2020-10-31)\n\nThis is beta preview version.\nFor detailed changelog please refer to equivalent stable version 3.0.0rc8(https://pypi.org/project/azure-mgmt-eventgrid/3.0.0rc8/)\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## 3.0.0rc8 (2020-06-05)\n\n**Breaking changes**\n\n - Model EventSubscriptionUpdateParameters no longer has parameter dead_letter_with_resource_identity\n - Model EventSubscriptionUpdateParameters no longer has parameter delivery_with_resource_identity\n - Model DomainUpdateParameters no longer has parameter sku\n - Model DomainUpdateParameters no longer has parameter identity\n - Model Domain no longer has parameter sku\n - Model Domain no longer has parameter identity\n - Model EventSubscription no longer has parameter dead_letter_with_resource_identity\n - Model EventSubscription no longer has parameter delivery_with_resource_identity\n - Model TopicUpdateParameters no longer has parameter sku\n - Model TopicUpdateParameters no longer has parameter identity\n - Model Topic no longer has parameter sku\n - Model Topic no longer has parameter identity\n - Removed operation group ExtensionTopicsOperations\n - Removed operation group PartnerNamespacesOperations\n - Removed operation group PartnerRegistrationsOperations\n - Removed operation group PartnerTopicsOperations\n - Removed operation group SystemTopicEventSubscriptionsOperations\n - Removed operation group SystemTopicsOperations\n - Removed operation group PartnerTopicEventSubscriptionsOperations\n - Removed operation group EventChannelsOperations\n\n## 3.0.0rc7 (2020-05-14)\n\n**Features**\n\n - Model PartnerTopic has a new parameter expiration_time_if_not_activated_utc\n - Model PartnerTopic has a new parameter partner_topic_friendly_description\n - Model EventChannel has a new parameter partner_topic_readiness_state\n - Model EventChannel has a new parameter expiration_time_if_not_activated_utc\n - Model EventChannel has a new parameter partner_topic_friendly_description\n - Model PartnerRegistration has a new parameter partner_customer_service_number\n - Model PartnerRegistration has a new parameter partner_customer_service_extension\n - Model PartnerRegistration has a new parameter long_description\n - Model PartnerRegistration has a new parameter customer_service_uri\n\n**Breaking changes**\n\n - Model EventChannelFilter has a new signature\n\n## 3.0.0rc6 (2020-04-03)\n\n**Features**\n\n - Model PartnerRegistrationUpdateParameters has a new parameter tags\n - Model EventChannel has a new parameter filter\n\n**Breaking changes**\n\n - Operation PrivateEndpointConnectionsOperations.update has a new signature\n - Operation SystemTopicEventSubscriptionsOperations.list_by_system_topic has a new signature\n - Operation PartnerTopicEventSubscriptionsOperations.list_by_partner_topic has a new signature\n\n## 3.0.0rc5 (2020-03-19)\n\n**Features**\n\n- Model Domain has a new parameter public_network_access\n- Model Domain has a new parameter identity\n- Model Domain has a new parameter private_endpoint_connections\n- Model Domain has a new parameter sku\n- Model DomainUpdateParameters has a new parameter public_network_access\n- Model DomainUpdateParameters has a new parameter identity\n- Model DomainUpdateParameters has a new parameter sku\n- Model TopicUpdateParameters has a new parameter public_network_access\n- Model TopicUpdateParameters has a new parameter identity\n- Model TopicUpdateParameters has a new parameter sku\n- Model EventSubscriptionUpdateParameters has a new parameter dead_letter_with_resource_identity\n- Model EventSubscriptionUpdateParameters has a new parameter delivery_with_resource_identity\n- Model Topic has a new parameter public_network_access\n- Model Topic has a new parameter identity\n- Model Topic has a new parameter private_endpoint_connections\n- Model Topic has a new parameter sku\n- Model EventSubscription has a new parameter dead_letter_with_resource_identity\n- Model EventSubscription has a new parameter delivery_with_resource_identity\n- Added operation group PrivateLinkResourcesOperations\n- Added operation group SystemTopicsOperations\n- Added operation group PrivateEndpointConnectionsOperations\n- Added operation group PartnerTopicsOperations\n- Added operation group PartnerNamespacesOperations\n- Added operation group PartnerTopicEventSubscriptionsOperations\n- Added operation group PartnerRegistrationsOperations\n- Added operation group ExtensionTopicsOperations\n- Added operation group SystemTopicEventSubscriptionsOperations\n- Added operation group EventChannelsOperations\n\n**Breaking changes**\n\n- Model Domain no longer has parameter allow_traffic_from_all_ips\n- Model DomainUpdateParameters no longer has parameter allow_traffic_from_all_ips\n- Model TopicUpdateParameters no longer has parameter allow_traffic_from_all_ips\n- Model Topic no longer has parameter allow_traffic_from_all_ips\n\n## 3.0.0rc4 (2020-01-17)\n\n**Features**\n\n - Model DomainUpdateParameters has a new parameter\n allow_traffic_from_all_ips\n - Model DomainUpdateParameters has a new parameter inbound_ip_rules\n - Model TopicUpdateParameters has a new parameter\n allow_traffic_from_all_ips\n - Model TopicUpdateParameters has a new parameter inbound_ip_rules\n\n**Breaking changes**\n\n - Operation DomainsOperations.update has a new signature\n - Operation TopicsOperations.update has a new signature\n\n## 3.0.0rc3 (2020-01-12)\n\n**Features**\n\n - Model Domain has a new parameter allow_traffic_from_all_ips\n - Model Domain has a new parameter inbound_ip_rules\n - Model Topic has a new parameter allow_traffic_from_all_ips\n - Model Topic has a new parameter inbound_ip_rules\n - Model TopicTypeInfo has a new parameter source_resource_format\n\n## 3.0.0rc2 (2019-11-11)\n\n**Features**\n\n - Model WebHookEventSubscriptionDestination has a new parameter\n azure_active_directory_tenant_id\n\n## 3.0.0rc1 (2019-10-24)\n\n**Features**\n\n - Model Domain has a new parameter input_schema\n - Model Domain has a new parameter input_schema_mapping\n - Model Domain has a new parameter metric_resource_id\n - Model EventSubscription has a new parameter event_delivery_schema\n - Model Topic has a new parameter input_schema\n - Model Topic has a new parameter input_schema_mapping\n - Model Topic has a new parameter metric_resource_id\n - Model WebHookEventSubscriptionDestination has a new parameter\n preferred_batch_size_in_kilobytes\n - Model WebHookEventSubscriptionDestination has a new parameter\n azure_active_directory_application_id_or_uri\n - Model WebHookEventSubscriptionDestination has a new parameter\n max_events_per_batch\n - Model EventSubscriptionUpdateParameters has a new parameter\n event_delivery_schema\n\n**General Breaking Changes**\n\nThis version uses a next-generation code generator that *might*\nintroduce breaking changes. In summary, some modules were incorrectly\nvisible/importable and have been renamed. This fixed several issues\ncaused by usage of classes that were not supposed to be used in the\nfirst place.\n\n - EventGridManagementClient cannot be imported from\n `azure.mgmt.eventgrid.event_grid_management_client` anymore\n (import from `azure.mgmt.eventgrid` works like before)\n - EventGridManagementClientConfiguration import has been moved from\n `azure.mgmt.eventgrid.event_grid_management_client` to\n `azure.mgmt.eventgrid`\n - A model `MyClass` from a \"models\" sub-module cannot be imported\n anymore using `azure.mgmt.eventgrid.models.my_class` (import from\n `azure.mgmt.eventgrid.models` works like before)\n - An operation class `MyClassOperations` from an `operations`\n sub-module cannot be imported anymore using\n `azure.mgmt.eventgrid.operations.my_class_operations` (import\n from `azure.mgmt.eventgrid.operations` works like before)\n\nLast but not least, HTTP connection pooling is now enabled by default.\nYou should always use a client as a context manager, or call close(), or\nuse no more than one client per process.\n\n## 2.1.0 (2019-05-22)\n\nNot all preview features of the 2.1.0rc1 were confirmed in this 2.1.0\nstable version. In particular, the following features will still be\navailable only in the 2.1.0rc1 for now:\n\n - Input mapping/Delivery Schema.\n - \"label\" filtering parameter in all operations\n\nAll other features are now considerd stable to use in production. This\nincludes:\n\n - Domains, which include all domain related operation including\n adding/deleting domain topics manually.\n - Pagination/filtering\n - Servicebus queue as destination\n - Advanced filtering, which was introduced in previous preview\n version.\n - Showing and selecting default event types instead of \u2018all\u2019\n\n## 2.1.0rc1 (2019-03-11)\n\n**Disclaimer**\n\nPreview features that were on 2.0.0rc2 only and not on 2.0.0 has been\nported in this version.\n\nThis version also adds the following preview features: - Manual\nAdd/delete of domain topics. - Pagination/search filtering for list\noperations. - Adding service bus queue as destination\n\n## 2.0.0 (2019-02-01)\n\n**Disclaimer**\n\nNot all preview features of the 2.0.0rc2 were confirmed in this 2.0.0\nstable version. In particular, the following features will still be\navailable only in the 2.0.0rc2 for now:\n\n - Domains.\n - Advanced filters support.\n - Event subscription expiration date\n - Input mapping and event delivery schema.\n\nAll other features are now considerd stable to use in production. This\nincludes:\n\n - Deadletter destination.\n - Storage queue as destination.\n - Hybrid connection as destination.\n - Retry policy.\n - Manual handshake.\n\n## 2.0.0rc2 (2018-10-24)\n\n**Features**\n\n - Model EventSubscriptionFilter has a new parameter advanced_filters\n - Model EventSubscriptionUpdateParameters has a new parameter\n expiration_time_utc\n - Model EventSubscription has a new parameter expiration_time_utc\n - Added operation EventSubscriptionsOperations.list_by_domain_topic\n - Added operation group DomainTopicsOperations\n - Added operation group DomainsOperations\n\nInternal API version is 2018-09-15-preview\n\n## 2.0.0rc1 (2018-05-04)\n\n**Features**\n\n - input mappings for topics\n - CloudEvents support for topics\n - customizable delivery schemas\n - delivering events to Azure Storage queue and Azure hybrid\n connections\n - deadlettering\n - retry policies\n - manual subscription validation handshake validation.\n\nInternal API version is 2018-05-01-preview\n\n## 1.0.0 (2018-04-26)\n\n**General Breaking changes**\n\nThis version uses a next-generation code generator that *might*\nintroduce breaking changes.\n\n - Model signatures now use only keyword-argument syntax. All\n positional arguments must be re-written as keyword-arguments. To\n keep auto-completion in most cases, models are now generated for\n Python 2 and Python 3. Python 3 uses the \"*\" syntax for\n keyword-only arguments.\n - Enum types now use the \"str\" mixin (class AzureEnum(str, Enum)) to\n improve the behavior when unrecognized enum values are encountered.\n While this is not a breaking change, the distinctions are important,\n and are documented here:\n <https://docs.python.org/3/library/enum.html#others> At a glance:\n - \"is\" should not be used at all.\n - \"format\" will return the string value, where \"%s\" string\n formatting will return `NameOfEnum.stringvalue`. Format syntax\n should be prefered.\n - New Long Running Operation:\n - Return type changes from\n `msrestazure.azure_operation.AzureOperationPoller` to\n `msrest.polling.LROPoller`. External API is the same.\n - Return type is now **always** a `msrest.polling.LROPoller`,\n regardless of the optional parameters used.\n - The behavior has changed when using `raw=True`. Instead of\n returning the initial call result as `ClientRawResponse`,\n without polling, now this returns an LROPoller. After polling,\n the final resource will be returned as a `ClientRawResponse`.\n - New `polling` parameter. The default behavior is\n `Polling=True` which will poll using ARM algorithm. When\n `Polling=False`, the response of the initial call will be\n returned without polling.\n - `polling` parameter accepts instances of subclasses of\n `msrest.polling.PollingMethod`.\n - `add_done_callback` will no longer raise if called after\n polling is finished, but will instead execute the callback right\n away.\n\n**Features**\n\n - Client class can be used as a context manager to keep the underlying\n HTTP session open for performance\n\n## 0.4.0 (2018-01-16)\n\n**Breaking changes**\n\n - EventSubscription create is renamed to create_or_update.\n - Regenerated SDK based on 2018-01-01 API version.\n - OperationOrigin enum is removed. Origin of the operation is now a\n string.\n\n## 0.3.0 (2017-11-02)\n\n**Features**\n\n - Support for updating Topic properties\n\n## 0.2.0 (2017-09-13)\n\n**Breaking changes**\n\n - Use WebHookEventSubscriptionDestination for webhook endpoint URLs.\n - Regenerated based on 2017-09-15-preview version\n\n## 0.1.1 (2017-08-17)\n\n**Bugfixes**\n\n - Fix unexpected exception in some delete call\n\n## 0.1.0 (2017-08-17)\n\n - Initial Release\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Microsoft Azure Event Grid Management Client Library for Python",
"version": "10.4.0",
"project_urls": {
"Homepage": "https://github.com/Azure/azure-sdk-for-python"
},
"split_keywords": [
"azure",
" azure sdk"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "8dc76dfac325b4b081038aa3495e048740b44d0a68b7da97d922e0aa47a67351",
"md5": "103d003ae7f9276c16e0a816f8407449",
"sha256": "5e4637245bbff33298d5f427971b870dbb03d873a3ef68f328190a7b7a38c56f"
},
"downloads": -1,
"filename": "azure_mgmt_eventgrid-10.4.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "103d003ae7f9276c16e0a816f8407449",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 353207,
"upload_time": "2025-03-24T03:32:22",
"upload_time_iso_8601": "2025-03-24T03:32:22.847979Z",
"url": "https://files.pythonhosted.org/packages/8d/c7/6dfac325b4b081038aa3495e048740b44d0a68b7da97d922e0aa47a67351/azure_mgmt_eventgrid-10.4.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bb6824a2921b66827a571a3da75cc12289b7029a7c436087c0c5b2b4ca387aa3",
"md5": "c815894ab7bd2473f8414bba12d234d1",
"sha256": "303e5e27cf4bb5ec833ba4e5a9ef70b5bc410e190412ec47cde59d82e413fb7e"
},
"downloads": -1,
"filename": "azure_mgmt_eventgrid-10.4.0.tar.gz",
"has_sig": false,
"md5_digest": "c815894ab7bd2473f8414bba12d234d1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 258796,
"upload_time": "2025-03-24T03:32:20",
"upload_time_iso_8601": "2025-03-24T03:32:20.390511Z",
"url": "https://files.pythonhosted.org/packages/bb/68/24a2921b66827a571a3da75cc12289b7029a7c436087c0c5b2b4ca387aa3/azure_mgmt_eventgrid-10.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-03-24 03:32:20",
"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-eventgrid"
}