Skip to content
Open
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions sdk/network/azure-mgmt-frontdoor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,52 @@
# Release History

## 2.0.0 (2026-06-24)

### Features Added

- Client `FrontDoorManagementClient` added parameter `cloud_setting` in method `__init__`
- Client `FrontDoorManagementClient` added method `send_request`
- Enum `ActionType` added member `CAPTCHA`
- Model `ManagedRuleDefinition` added property `default_sensitivity`
- Model `ManagedRuleOverride` added property `sensitivity`
- Enum `Operator` added member `SERVICE_TAG_MATCH`
- Model `PolicySettings` added property `captcha_expiration_in_minutes`
- Added model `BasicResource`
- Added model `BasicResourceWithSettableIDName`
- Added model `ResourcewithSettableName`
- Added enum `SensitivityType`

### Breaking Changes

- This version introduces new hybrid models which have dual dictionary and model nature. Please follow https://aka.ms/azsdk/python/migrate/hybrid-models for migration.
- For the method breakings, please refer to https://aka.ms/azsdk/python/migrate/operations for migration.
- Model `BackendPool` moved instance variable `backends`, `load_balancing_settings`, `health_probe_settings` and `resource_state` under property `properties` whose type is `BackendPoolProperties`
- Model `CustomHttpsConfiguration` moved instance variable `certificate_type` under property `front_door_certificate_source_parameters` whose type is `FrontDoorCertificateSourceParameters`
- Model `CustomHttpsConfiguration` moved instance variable `vault`, `secret_name` and `secret_version` under property `key_vault_certificate_source_parameters` whose type is `KeyVaultCertificateSourceParameters`
- Model `Experiment` moved instance variable `description`, `endpoint_a`, `endpoint_b`, `enabled_state`, `resource_state`, `status` and `script_file_uri` under property `properties` whose type is `ExperimentProperties`
- Model `ExperimentUpdateModel` moved instance variable `description` and `enabled_state` under property `properties` whose type is `ExperimentUpdateProperties`
- Model `FrontDoor` moved instance variable `friendly_name`, `routing_rules`, `load_balancing_settings`, `health_probe_settings`, `backend_pools`, `frontend_endpoints`, `backend_pools_settings`, `enabled_state`, `resource_state`, `provisioning_state`, `cname`, `frontdoor_id`, `rules_engines` and `extended_properties` under property `properties` whose type is `FrontDoorProperties`
- Model `FrontendEndpoint` moved instance variable `host_name`, `session_affinity_enabled_state`, `session_affinity_ttl_seconds`, `web_application_firewall_policy_link`, `resource_state`, `custom_https_provisioning_state`, `custom_https_provisioning_substate` and `custom_https_configuration` under property `properties` whose type is `FrontendEndpointProperties`
- Model `HealthProbeSettingsModel` moved instance variable `path`, `protocol`, `interval_in_seconds`, `health_probe_method`, `enabled_state` and `resource_state` under property `properties` whose type is `HealthProbeSettingsProperties`
- Model `LatencyScorecard` moved instance variable `id_properties_id`, `name_properties_name`, `description`, `endpoint_a`, `endpoint_b`, `start_date_time_utc`, `end_date_time_utc`, `country` and `latency_metrics` under property `properties` whose type is `LatencyScorecardProperties`
- Model `LoadBalancingSettingsModel` moved instance variable `sample_size`, `successful_samples_required`, `additional_latency_milliseconds` and `resource_state` under property `properties` whose type is `LoadBalancingSettingsProperties`
- Model `ManagedRuleSetDefinition` moved instance variable `provisioning_state`, `rule_set_id`, `rule_set_type`, `rule_set_version` and `rule_groups` under property `properties` whose type is `ManagedRuleSetDefinitionProperties`
- Model `PolicySettings` moved instance variable `state` and `scrubbing_rules` under property `log_scrubbing` whose type is `PolicySettingsLogScrubbing`
- Model `PreconfiguredEndpoint` moved instance variable `description`, `endpoint`, `endpoint_type` and `backend` under property `properties` whose type is `PreconfiguredEndpointProperties`
- Model `Profile` moved instance variable `resource_state` and `enabled_state` under property `properties` whose type is `ProfileProperties`
- Model `ProfileUpdateModel` moved instance variable `enabled_state` under property `properties` whose type is `ProfileUpdateProperties`
- Model `RoutingRule` moved instance variable `frontend_endpoints`, `accepted_protocols`, `patterns_to_match`, `enabled_state`, `route_configuration`, `rules_engine`, `web_application_firewall_policy_link` and `resource_state` under property `properties` whose type is `RoutingRuleProperties`
- Model `RulesEngine` moved instance variable `rules` and `resource_state` under property `properties` whose type is `RulesEngineProperties`
- Model `Timeseries` moved instance variable `endpoint`, `start_date_time_utc`, `end_date_time_utc`, `aggregation_interval`, `timeseries_type`, `country` and `timeseries_data` under property `properties` whose type is `TimeseriesProperties`
- Model `WebApplicationFirewallPolicy` moved instance variable `policy_settings`, `custom_rules`, `managed_rules`, `frontend_endpoint_links`, `routing_rule_links`, `security_policy_links`, `provisioning_state` and `resource_state` under property `properties` whose type is `WebApplicationFirewallPolicyProperties`
- Method `ReportsOperations.get_latency_scorecards` changed its parameter `aggregation_interval`/`end_date_time_utc`/`country` from `positional_or_keyword` to `keyword_only`
- Method `ReportsOperations.get_timeseries` changed its parameter `start_date_time_utc`/`end_date_time_utc`/`aggregation_interval`/`timeseries_type`/`endpoint`/`country` from `positional_or_keyword` to `keyword_only`

### Other Changes

- Deleted model `AzureAsyncOperationResult`/`BackendPoolListResult`/`Error`/`ErrorDetails`/`ExperimentList`/`FrontDoorListResult`/`FrontendEndpointsListResult`/`HealthProbeSettingsListResult`/`LoadBalancingSettingsListResult`/`ManagedRuleSetDefinitionList`/`PreconfiguredEndpointList`/`ProfileList`/`RoutingRuleListResult`/`RulesEngineListResult`/`WebApplicationFirewallPolicyList` which actually were not used by SDK users
- Deleted enum `NetworkOperationStatus` which actually were not used by SDK users

## 2.0.0b1 (2026-03-24)

### Features Added
Expand Down
6 changes: 3 additions & 3 deletions sdk/network/azure-mgmt-frontdoor/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 Front Door Service Client Library.
This package has been tested with Python 3.9+.
This package has been tested with Python 3.10+.
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.9+ is required to use this package.
- Python 3.10+ 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 configuration of the following environment variables.
By default, [Microsoft Entra](https://learn.microsoft.com/entra/fundamentals/what-is-entra) 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
5 changes: 3 additions & 2 deletions sdk/network/azure-mgmt-frontdoor/_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"apiVersions": {
"Microsoft.Network": "2025-10-01"
},
"commit": "5809ccc0da6207fc5544876346664e5e4b8035b4",
"commit": "12be16fab6dbfd11c55daefb35c28548f34c3f5c",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/frontdoor/resource-manager/Microsoft.Network/FrontDoor",
"emitterVersion": "0.61.0"
"emitterVersion": "0.63.2",
"httpClientPythonVersion": "^0.33.0"
}
Loading
Loading