Skip to content

Commit 544eb9b

Browse files
author
SDKAuto
committed
CodeGen from PR 33889 in Azure/azure-rest-api-specs
Merge 5dceef030933eacf978899bca6d89d3ba374fcaa into bff999c399c77aa08004c5887ba1472af520c499
1 parent 0b2d8a5 commit 544eb9b

File tree

358 files changed

+8733
-2662
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

358 files changed

+8733
-2662
lines changed

sdk/eventgrid/azure-mgmt-eventgrid/CHANGELOG.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,80 @@
11
# Release History
22

3+
## 10.5.0b1 (2025-05-01)
4+
5+
### Features Added
6+
7+
- Client `EventGridManagementClient` added operation group `partner_destinations`
8+
- Client `EventGridManagementClient` added operation group `network_security_perimeter_configurations`
9+
- Model `Channel` added property `partner_destination_info`
10+
- Enum `ChannelProvisioningState` added member `IDLE_DUE_TO_MIRRORED_PARTNER_DESTINATION_DELETION`
11+
- Enum `ChannelType` added member `PARTNER_DESTINATION`
12+
- Model `ChannelUpdateParameters` added property `partner_destination_info`
13+
- Model `Domain` added property `sku`
14+
- Model `DomainUpdateParameters` added property `sku`
15+
- Enum `EndpointType` added member `PARTNER_DESTINATION`
16+
- Model `EventSubscriptionIdentity` added property `federated_identity_credential_info`
17+
- Enum `PublicNetworkAccess` added member `SECURED_BY_PERIMETER`
18+
- Model `Subscription` added property `tags`
19+
- Model `SubscriptionUpdateParameters` added property `tags`
20+
- Model `Topic` added property `sku`
21+
- Model `Topic` added property `kind`
22+
- Model `Topic` added property `extended_location`
23+
- Model `TopicSpacesConfiguration` added property `client_authentication`
24+
- Model `TopicUpdateParameters` added property `sku`
25+
- Model `UpdateTopicSpacesConfigurationInfo` added property `client_authentication`
26+
- Model `VerifiedPartner` added property `partner_destination_details`
27+
- Added enum `AlternativeAuthenticationNameSource`
28+
- Added model `AzureADPartnerClientAuthentication`
29+
- Added model `ClientAuthenticationSettings`
30+
- Added model `CustomJwtAuthenticationManagedIdentity`
31+
- Added enum `CustomJwtAuthenticationManagedIdentityType`
32+
- Added model `CustomJwtAuthenticationSettings`
33+
- Added model `CustomWebhookAuthenticationManagedIdentity`
34+
- Added enum `CustomWebhookAuthenticationManagedIdentityType`
35+
- Added model `EncodedIssuerCertificateInfo`
36+
- Added model `ExtendedLocation`
37+
- Added model `FederatedIdentityCredentialInfo`
38+
- Added model `IssuerCertificateInfo`
39+
- Added enum `NetworkSecurityPerimeterAssociationAccessMode`
40+
- Added enum `NetworkSecurityPerimeterConfigProvisioningState`
41+
- Added model `NetworkSecurityPerimeterConfiguration`
42+
- Added enum `NetworkSecurityPerimeterConfigurationIssueSeverity`
43+
- Added enum `NetworkSecurityPerimeterConfigurationIssueType`
44+
- Added model `NetworkSecurityPerimeterConfigurationIssues`
45+
- Added model `NetworkSecurityPerimeterConfigurationList`
46+
- Added model `NetworkSecurityPerimeterConfigurationProfile`
47+
- Added model `NetworkSecurityPerimeterInfo`
48+
- Added model `NetworkSecurityPerimeterProfileAccessRule`
49+
- Added enum `NetworkSecurityPerimeterProfileAccessRuleDirection`
50+
- Added enum `NetworkSecurityPerimeterResourceType`
51+
- Added model `NetworkSecurityPerimeterSubscription`
52+
- Added model `PartnerClientAuthentication`
53+
- Added enum `PartnerClientAuthenticationType`
54+
- Added model `PartnerDestination`
55+
- Added enum `PartnerDestinationActivationState`
56+
- Added model `PartnerDestinationInfo`
57+
- Added enum `PartnerDestinationProvisioningState`
58+
- Added model `PartnerDestinationUpdateParameters`
59+
- Added model `PartnerDestinationsListResult`
60+
- Added enum `PartnerEndpointType`
61+
- Added model `PartnerEventSubscriptionDestination`
62+
- Added model `PartnerUpdateDestinationInfo`
63+
- Added model `ResourceAssociation`
64+
- Added enum `ResourceKind`
65+
- Added model `ResourceMoveChangeHistory`
66+
- Added model `ResourceSku`
67+
- Added enum `Sku`
68+
- Added model `WebhookAuthenticationSettings`
69+
- Added model `WebhookPartnerDestinationInfo`
70+
- Added model `WebhookUpdatePartnerDestinationInfo`
71+
- Added model `NetworkSecurityPerimeterConfigurationsOperations`
72+
- Added model `PartnerDestinationsOperations`
73+
- 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)`
74+
- 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)`
75+
- 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)`
76+
- 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)`
77+
378
## 10.4.0 (2025-03-24)
479

580
### Features Added

sdk/eventgrid/azure-mgmt-eventgrid/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Microsoft Azure SDK for Python
22

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

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

1313
### Prerequisites
1414

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

1818
### Install the package
@@ -24,7 +24,7 @@ pip install azure-identity
2424

2525
### Authentication
2626

27-
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables.
27+
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the following environment variables.
2828

2929
- `AZURE_CLIENT_ID` for Azure client ID.
3030
- `AZURE_TENANT_ID` for Azure tenant ID.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"commit": "77c6bdce6b76fabe323269a69bdb4a7824f7b44b",
2+
"commit": "ee2d21c716063f46a7d283aecd2a17510f648039",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
44
"autorest": "3.10.2",
55
"use": [
6-
"@autorest/python@6.27.4",
6+
"@autorest/python@6.34.1",
77
"@autorest/[email protected]"
88
],
9-
"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",
9+
"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",
1010
"readme": "specification/eventgrid/resource-manager/readme.md"
1111
}

sdk/eventgrid/azure-mgmt-eventgrid/azure/mgmt/eventgrid/_configuration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ class EventGridManagementClientConfiguration: # pylint: disable=too-many-instan
2828
:param subscription_id: Subscription credentials that uniquely identify a Microsoft Azure
2929
subscription. The subscription ID forms part of the URI for every service call. Required.
3030
:type subscription_id: str
31-
:keyword api_version: Api Version. Default value is "2025-02-15". Note that overriding this
32-
default value may result in unsupported behavior.
31+
:keyword api_version: Api Version. Default value is "2025-04-01-preview". Note that overriding
32+
this default value may result in unsupported behavior.
3333
:paramtype api_version: str
3434
"""
3535

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

3939
if credential is None:
4040
raise ValueError("Parameter 'credential' must not be None.")

0 commit comments

Comments
 (0)