Skip to content

[AutoPR azure-mgmt-eventgrid] [Event Grid] Add Control Plane API Version 2025-04-01-preview #11160

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
75 changes: 75 additions & 0 deletions sdk/eventgrid/azure-mgmt-eventgrid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,80 @@
# Release History

## 10.5.0b1 (2025-05-01)

### Features Added

- Client `EventGridManagementClient` added operation group `partner_destinations`
- Client `EventGridManagementClient` added operation group `network_security_perimeter_configurations`
- Model `Channel` added property `partner_destination_info`
- Enum `ChannelProvisioningState` added member `IDLE_DUE_TO_MIRRORED_PARTNER_DESTINATION_DELETION`
- Enum `ChannelType` added member `PARTNER_DESTINATION`
- Model `ChannelUpdateParameters` added property `partner_destination_info`
- Model `Domain` added property `sku`
- Model `DomainUpdateParameters` added property `sku`
- Enum `EndpointType` added member `PARTNER_DESTINATION`
- Model `EventSubscriptionIdentity` added property `federated_identity_credential_info`
- Enum `PublicNetworkAccess` added member `SECURED_BY_PERIMETER`
- Model `Subscription` added property `tags`
- Model `SubscriptionUpdateParameters` added property `tags`
- Model `Topic` added property `sku`
- Model `Topic` added property `kind`
- Model `Topic` added property `extended_location`
- Model `TopicSpacesConfiguration` added property `client_authentication`
- Model `TopicUpdateParameters` added property `sku`
- Model `UpdateTopicSpacesConfigurationInfo` added property `client_authentication`
- Model `VerifiedPartner` added property `partner_destination_details`
- Added enum `AlternativeAuthenticationNameSource`
- Added model `AzureADPartnerClientAuthentication`
- Added model `ClientAuthenticationSettings`
- Added model `CustomJwtAuthenticationManagedIdentity`
- Added enum `CustomJwtAuthenticationManagedIdentityType`
- Added model `CustomJwtAuthenticationSettings`
- Added model `CustomWebhookAuthenticationManagedIdentity`
- Added enum `CustomWebhookAuthenticationManagedIdentityType`
- Added model `EncodedIssuerCertificateInfo`
- Added model `ExtendedLocation`
- Added model `FederatedIdentityCredentialInfo`
- Added model `IssuerCertificateInfo`
- Added enum `NetworkSecurityPerimeterAssociationAccessMode`
- Added enum `NetworkSecurityPerimeterConfigProvisioningState`
- Added model `NetworkSecurityPerimeterConfiguration`
- Added enum `NetworkSecurityPerimeterConfigurationIssueSeverity`
- Added enum `NetworkSecurityPerimeterConfigurationIssueType`
- Added model `NetworkSecurityPerimeterConfigurationIssues`
- Added model `NetworkSecurityPerimeterConfigurationList`
- Added model `NetworkSecurityPerimeterConfigurationProfile`
- Added model `NetworkSecurityPerimeterInfo`
- Added model `NetworkSecurityPerimeterProfileAccessRule`
- Added enum `NetworkSecurityPerimeterProfileAccessRuleDirection`
- Added enum `NetworkSecurityPerimeterResourceType`
- Added model `NetworkSecurityPerimeterSubscription`
- Added model `PartnerClientAuthentication`
- Added enum `PartnerClientAuthenticationType`
- Added model `PartnerDestination`
- Added enum `PartnerDestinationActivationState`
- Added model `PartnerDestinationInfo`
- Added enum `PartnerDestinationProvisioningState`
- Added model `PartnerDestinationUpdateParameters`
- Added model `PartnerDestinationsListResult`
- Added enum `PartnerEndpointType`
- Added model `PartnerEventSubscriptionDestination`
- Added model `PartnerUpdateDestinationInfo`
- Added model `ResourceAssociation`
- Added enum `ResourceKind`
- Added model `ResourceMoveChangeHistory`
- Added model `ResourceSku`
- Added enum `Sku`
- Added model `WebhookAuthenticationSettings`
- Added model `WebhookPartnerDestinationInfo`
- Added model `WebhookUpdatePartnerDestinationInfo`
- Added model `NetworkSecurityPerimeterConfigurationsOperations`
- Added model `PartnerDestinationsOperations`
- Method `PartnerDestinationsOperations.begin_create_or_update` has a new overload `def begin_create_or_update(self: None, resource_group_name: str, partner_destination_name: str, partner_destination: PartnerDestination, content_type: str)`
- Method `PartnerDestinationsOperations.begin_create_or_update` has a new overload `def begin_create_or_update(self: None, resource_group_name: str, partner_destination_name: str, partner_destination: IO[bytes], content_type: str)`
- Method `PartnerDestinationsOperations.begin_update` has a new overload `def begin_update(self: None, resource_group_name: str, partner_destination_name: str, partner_destination_update_parameters: PartnerDestinationUpdateParameters, content_type: str)`
- Method `PartnerDestinationsOperations.begin_update` has a new overload `def begin_update(self: None, resource_group_name: str, partner_destination_name: str, partner_destination_update_parameters: IO[bytes], content_type: str)`

## 10.4.0 (2025-03-24)

### Features Added
Expand Down
6 changes: 3 additions & 3 deletions sdk/eventgrid/azure-mgmt-eventgrid/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Microsoft Azure SDK for Python

This is the Microsoft Azure Event Grid Management Client Library.
This package has been tested with Python 3.8+.
This package has been tested with Python 3.9+.
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).

## _Disclaimer_
Expand All @@ -12,7 +12,7 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For

### Prerequisites

- Python 3.8+ is required to use this package.
- Python 3.9+ is required to use this package.
- [Azure subscription](https://azure.microsoft.com/free/)

### Install the package
Expand All @@ -24,7 +24,7 @@ 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.
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the following environment variables.

- `AZURE_CLIENT_ID` for Azure client ID.
- `AZURE_TENANT_ID` for Azure tenant ID.
Expand Down
6 changes: 3 additions & 3 deletions sdk/eventgrid/azure-mgmt-eventgrid/_meta.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"commit": "77c6bdce6b76fabe323269a69bdb4a7824f7b44b",
"commit": "ee2d21c716063f46a7d283aecd2a17510f648039",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest": "3.10.2",
"use": [
"@autorest/python@6.27.4",
"@autorest/python@6.34.1",
"@autorest/[email protected]"
],
"autorest_command": "autorest specification/eventgrid/resource-manager/readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/mnt/vss/_work/1/azure-sdk-for-python/sdk --use=@autorest/python@6.27.4 --use=@autorest/[email protected] --version=3.10.2 --version-tolerant=False",
"autorest_command": "autorest specification/eventgrid/resource-manager/readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-python/sdk --use=@autorest/python@6.34.1 --use=@autorest/[email protected] --version=3.10.2 --version-tolerant=False",
"readme": "specification/eventgrid/resource-manager/readme.md"
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ class EventGridManagementClientConfiguration: # pylint: disable=too-many-instan
:param subscription_id: Subscription credentials that uniquely identify a Microsoft Azure
subscription. The subscription ID forms part of the URI for every service call. Required.
:type subscription_id: str
:keyword api_version: Api Version. Default value is "2025-02-15". Note that overriding this
default value may result in unsupported behavior.
:keyword api_version: Api Version. Default value is "2025-04-01-preview". Note that overriding
this default value may result in unsupported behavior.
:paramtype api_version: str
"""

def __init__(self, credential: "TokenCredential", subscription_id: str, **kwargs: Any) -> None:
api_version: str = kwargs.pop("api_version", "2025-02-15")
api_version: str = kwargs.pop("api_version", "2025-04-01-preview")

if credential is None:
raise ValueError("Parameter 'credential' must not be None.")
Expand Down
Loading