Metadata-Version: 2.4
Name: azure-mgmt-managednetworkfabric
Version: 2.0.0
Summary: Microsoft Azure Managednetworkfabric Management Client Library for Python
Author-email: Microsoft Corporation <azpysdkhelp@microsoft.com>
License-Expression: MIT
Project-URL: repository, https://github.com/Azure/azure-sdk-for-python
Keywords: azure,azure sdk
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: isodate>=0.6.1
Requires-Dist: azure-mgmt-core>=1.6.0
Requires-Dist: typing-extensions>=4.6.0
Dynamic: license-file

# Microsoft Azure SDK for Python

This is the Microsoft Azure Managednetworkfabric Management Client Library.
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_

_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.10+ is required to use this package.
- [Azure subscription](https://azure.microsoft.com/free/)

### Install the package

```bash
pip install azure-mgmt-managednetworkfabric
pip install azure-identity
```

### Authentication

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.
- `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.managednetworkfabric import ManagedNetworkFabricMgmtClient
import os

sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = ManagedNetworkFabricMgmtClient(credential=DefaultAzureCredential(), subscription_id=sub_id)
```

## Examples

Code samples for this package can be found at:
- [Search Managednetworkfabric 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

## 2.0.0 (2026-06-08)

### Features Added

  - Client `ManagedNetworkFabricMgmtClient` added parameter `cloud_setting` in method `__init__`
  - Client `ManagedNetworkFabricMgmtClient` added method `send_request`
  - Client `ManagedNetworkFabricMgmtClient` added operation group `network_monitors`
  - Client `ManagedNetworkFabricMgmtClient` added operation group `network_bootstrap_devices`
  - Client `ManagedNetworkFabricMgmtClient` added operation group `network_bootstrap_interfaces`
  - Model `AccessControlListAction` added property `remark_comment`
  - Model `AccessControlListAction` added property `police_rate_configuration`
  - Model `AccessControlListMatchCondition` added property `protocol_neighbors`
  - Model `AccessControlListMatchCondition` added property `icmp_configuration`
  - Model `AccessControlListPatchProperties` added property `default_action`
  - Model `AccessControlListPatchProperties` added property `control_plane_acl_configuration`
  - Model `AccessControlListPatchProperties` added property `acl_type`
  - Model `AccessControlListPatchProperties` added property `device_role`
  - Model `AccessControlListPatchProperties` added property `global_access_control_list_actions`
  - Model `AccessControlListProperties` added property `default_action`
  - Model `AccessControlListProperties` added property `acl_type`
  - Model `AccessControlListProperties` added property `device_role`
  - Model `AccessControlListProperties` added property `global_access_control_list_actions`
  - Model `AccessControlListProperties` added property `last_operation`
  - Model `AccessControlListProperties` added property `network_fabric_ids`
  - Model `AccessControlListProperties` added property `control_plane_acl_configuration`
  - Enum `AclActionType` added member `POLICE_RATE`
  - Enum `AclActionType` added member `REMARK`
  - Enum `AdministrativeState` added member `ENABLED_DEGRADED`
  - Enum `AdministrativeState` added member `UNDER_MAINTENANCE`
  - Model `BgpConfiguration` added property `bmp_configuration`
  - Model `BgpConfiguration` added property `v4_over_v6_bgp_session`
  - Model `BgpConfiguration` added property `v6_over_v4_bgp_session`
  - Enum `ConfigurationState` added member `PENDING_ADMINISTRATIVE_UPDATE`
  - Enum `ConfigurationState` added member `PENDING_COMMIT`
  - Enum `ConfigurationState` added member `PROVISIONING`
  - Enum `DeviceAdministrativeState` added member `DISABLE`
  - Enum `DeviceAdministrativeState` added member `ENABLE`
  - Enum `DeviceAdministrativeState` added member `UNDER_MAINTENANCE`
  - Enum `DeviceAdministrativeState` added member `UNGRACEFUL_QUARANTINE`
  - Enum `DeviceAdministrativeState` added member `UNGRACEFUL_RMA`
  - Enum `EnableDisableState` added member `UNDER_MAINTENANCE`
  - Model `ExternalNetworkPatchProperties` added property `network_to_network_interconnect_id`
  - Model `ExternalNetworkPatchProperties` added property `static_route_configuration`
  - Model `ExternalNetworkPatchPropertiesOptionAProperties` added property `bmp_configuration`
  - Model `ExternalNetworkPatchPropertiesOptionAProperties` added property `v4_over_v6_bgp_session`
  - Model `ExternalNetworkPatchPropertiesOptionAProperties` added property `v6_over_v4_bgp_session`
  - Model `ExternalNetworkPatchPropertiesOptionAProperties` added property `native_ipv4_prefix_limit`
  - Model `ExternalNetworkPatchPropertiesOptionAProperties` added property `native_ipv6_prefix_limit`
  - Model `ExternalNetworkProperties` added property `static_route_configuration`
  - Model `ExternalNetworkProperties` added property `last_operation`
  - Model `ExternalNetworkProperties` added property `network_fabric_id`
  - Model `ExternalNetworkPropertiesOptionAProperties` added property `bmp_configuration`
  - Model `ExternalNetworkPropertiesOptionAProperties` added property `v4_over_v6_bgp_session`
  - Model `ExternalNetworkPropertiesOptionAProperties` added property `v6_over_v4_bgp_session`
  - Model `ExternalNetworkPropertiesOptionAProperties` added property `native_ipv4_prefix_limit`
  - Model `ExternalNetworkPropertiesOptionAProperties` added property `native_ipv6_prefix_limit`
  - Model `InternalNetworkPatchProperties` added property `native_ipv4_prefix_limit`
  - Model `InternalNetworkPatchProperties` added property `native_ipv6_prefix_limit`
  - Model `InternalNetworkProperties` added property `native_ipv4_prefix_limit`
  - Model `InternalNetworkProperties` added property `native_ipv6_prefix_limit`
  - Model `InternalNetworkProperties` added property `last_operation`
  - Model `InternalNetworkProperties` added property `network_fabric_id`
  - Model `InternetGatewayProperties` added property `internet_gateway_type`
  - Model `InternetGatewayProperties` added property `last_operation`
  - Model `InternetGatewayRuleProperties` added property `last_operation`
  - Model `IpCommunityProperties` added property `network_fabric_id`
  - Model `IpCommunityProperties` added property `last_operation`
  - Model `IpExtendedCommunityProperties` added property `network_fabric_id`
  - Model `IpExtendedCommunityProperties` added property `last_operation`
  - Model `IpPrefixProperties` added property `network_fabric_id`
  - Model `IpPrefixProperties` added property `last_operation`
  - Model `L2IsolationDomain` added property `identity`
  - Model `L2IsolationDomainPatch` added property `identity`
  - Model `L2IsolationDomainPatchProperties` added property `extended_vlan`
  - Model `L2IsolationDomainPatchProperties` added property `network_to_network_interconnect_id`
  - Model `L2IsolationDomainProperties` added property `extended_vlan`
  - Model `L2IsolationDomainProperties` added property `network_to_network_interconnect_id`
  - Model `L2IsolationDomainProperties` added property `last_operation`
  - Model `L3IsolationDomain` added property `identity`
  - Model `L3IsolationDomainPatch` added property `identity`
  - Model `L3IsolationDomainPatchProperties` added property `static_route_policy`
  - Model `L3IsolationDomainPatchProperties` added property `v4_route_prefix_limit`
  - Model `L3IsolationDomainPatchProperties` added property `v6_route_prefix_limit`
  - Model `L3IsolationDomainPatchProperties` added property `export_policy_configuration`
  - Model `L3IsolationDomainProperties` added property `static_route_policy`
  - Model `L3IsolationDomainProperties` added property `unique_rd_configuration`
  - Model `L3IsolationDomainProperties` added property `v4_route_prefix_limit`
  - Model `L3IsolationDomainProperties` added property `v6_route_prefix_limit`
  - Model `L3IsolationDomainProperties` added property `last_operation`
  - Model `L3IsolationDomainProperties` added property `export_policy_configuration`
  - Enum `Layer4Protocol` added member `SCTP`
  - Model `NeighborAddress` added property `bfd_administrative_state`
  - Model `NeighborAddress` added property `bgp_administrative_state`
  - Model `NeighborGroup` added property `identity`
  - Model `NeighborGroupPatch` added property `identity`
  - Model `NeighborGroupProperties` added property `network_fabric_ids`
  - Model `NeighborGroupProperties` added property `last_operation`
  - Model `NeighborGroupProperties` added property `configuration_state`
  - Model `NetworkDevice` added property `identity`
  - Model `NetworkDevicePatchParameters` added property `identity`
  - Model `NetworkDevicePatchParametersProperties` added property `identity_selector`
  - Model `NetworkDeviceProperties` added property `identity_selector`
  - Model `NetworkDeviceProperties` added property `rw_device_config`
  - Model `NetworkDeviceProperties` added property `last_operation`
  - Model `NetworkDeviceProperties` added property `secret_rotation_status`
  - Model `NetworkDeviceProperties` added property `certificate_rotation_status`
  - Model `NetworkDeviceProperties` added property `network_fabric_id`
  - Model `NetworkFabric` added property `identity`
  - Model `NetworkFabricController` added property `identity`
  - Model `NetworkFabricControllerPatch` added property `identity`
  - Model `NetworkFabricControllerProperties` added property `last_operation`
  - Model `NetworkFabricPatch` added property `identity`
  - Model `NetworkFabricPatchProperties` added property `storage_account_configuration`
  - Model `NetworkFabricPatchProperties` added property `hardware_alert_threshold`
  - Model `NetworkFabricPatchProperties` added property `control_plane_acls`
  - Model `NetworkFabricPatchProperties` added property `trusted_ip_prefixes`
  - Model `NetworkFabricPatchProperties` added property `unique_rd_configuration`
  - Model `NetworkFabricPatchProperties` added property `qos_configuration`
  - Model `NetworkFabricPatchProperties` added property `feature_flags`
  - Model `NetworkFabricPatchProperties` added property `authorized_transceiver`
  - Model `NetworkFabricProperties` added property `storage_account_configuration`
  - Model `NetworkFabricProperties` added property `fabric_locks`
  - Model `NetworkFabricProperties` added property `hardware_alert_threshold`
  - Model `NetworkFabricProperties` added property `control_plane_acls`
  - Model `NetworkFabricProperties` added property `feature_flags`
  - Model `NetworkFabricProperties` added property `trusted_ip_prefixes`
  - Model `NetworkFabricProperties` added property `unique_rd_configuration`
  - Model `NetworkFabricProperties` added property `storage_array_count`
  - Model `NetworkFabricProperties` added property `active_commit_batches`
  - Model `NetworkFabricProperties` added property `secret_rotation_summary`
  - Model `NetworkFabricProperties` added property `last_operation`
  - Model `NetworkFabricProperties` added property `authorized_transceiver`
  - Model `NetworkFabricProperties` added property `qos_configuration`
  - Model `NetworkInterface` added property `identity`
  - Model `NetworkInterfacePatchProperties` added property `additional_description`
  - Model `NetworkInterfaceProperties` added property `description`
  - Model `NetworkInterfaceProperties` added property `additional_description`
  - Model `NetworkInterfaceProperties` added property `last_operation`
  - Model `NetworkInterfaceProperties` added property `network_fabric_id`
  - Model `NetworkInterfaceProperties` added property `configuration_state`
  - Model `NetworkPacketBroker` added property `identity`
  - Model `NetworkPacketBrokerPatch` added property `identity`
  - Model `NetworkRackProperties` added property `last_operation`
  - Model `NetworkRackProperties` added property `configuration_state`
  - Model `NetworkTap` added property `identity`
  - Model `NetworkTapPatch` added property `identity`
  - Model `NetworkTapProperties` added property `network_fabric_ids`
  - Model `NetworkTapProperties` added property `last_operation`
  - Model `NetworkTapRule` added property `identity`
  - Model `NetworkTapRulePatch` added property `identity`
  - Model `NetworkTapRulePatchProperties` added property `identity_selector`
  - Model `NetworkTapRulePatchProperties` added property `global_network_tap_rule_actions`
  - Model `NetworkTapRuleProperties` added property `identity_selector`
  - Model `NetworkTapRuleProperties` added property `network_tap_ids`
  - Model `NetworkTapRuleProperties` added property `global_network_tap_rule_actions`
  - Model `NetworkTapRuleProperties` added property `last_operation`
  - Model `NetworkTapRuleProperties` added property `network_fabric_ids`
  - Model `OptionBLayer3Configuration` added property `pe_loopback_ip_address`
  - Model `OptionBLayer3Configuration` added property `bmp_configuration`
  - Model `OptionBLayer3Configuration` added property `prefix_limits`
  - Enum `PortType` added member `BIDIRECTIONAL`
  - Model `RoutePolicyPatchableProperties` added property `default_action`
  - Model `RoutePolicyProperties` added property `default_action`
  - Model `RoutePolicyProperties` added property `last_operation`
  - Model `RuleProperties` added property `condition`
  - Model `RuleProperties` added property `destination_address_list`
  - Model `RuleProperties` added property `source_address_list`
  - Model `RuleProperties` added property `header_address_list`
  - Enum `SourceDestinationType` added member `BIDIRECTIONAL`
  - Model `StaticRouteConfiguration` added property `extension`
  - Model `TerminalServerConfiguration` added property `secret_rotation_status`
  - Added model `AccessControlListActionPatch`
  - Added model `AccessControlListMatchConditionPatch`
  - Added model `AccessControlListMatchConfigurationPatch`
  - Added model `AccessControlListPortConditionPatch`
  - Added enum `AclType`
  - Added model `ActionIpCommunityPatchProperties`
  - Added model `ActionIpExtendedCommunityPatchProperties`
  - Added model `AggregateRoutePatchConfiguration`
  - Added model `ArmConfigurationDiffOperationResponse`
  - Added model `ArmConfigurationDiffResponseProperties`
  - Added model `AuthorizedTransceiverPatchProperties`
  - Added model `AuthorizedTransceiverProperties`
  - Added model `BfdPatchConfiguration`
  - Added enum `BgpAdministrativeState`
  - Added model `BgpPatchConfiguration`
  - Added model `BitRate`
  - Added enum `BitRateUnit`
  - Added model `BmpConfigurationPatchProperties`
  - Added model `BmpConfigurationProperties`
  - Added enum `BmpConfigurationState`
  - Added enum `BmpExportPolicy`
  - Added model `BmpExportPolicyPatchProperties`
  - Added model `BmpExportPolicyProperties`
  - Added enum `BmpMonitoredAddressFamily`
  - Added model `BurstSize`
  - Added enum `BurstSizeUnit`
  - Added model `CertificateArchiveReference`
  - Added model `CertificateRotationStatus`
  - Added model `CommitBatchDetails`
  - Added enum `CommitBatchState`
  - Added model `CommitBatchStatusOperationResponse`
  - Added model `CommitBatchStatusRequest`
  - Added model `CommitBatchStatusResponseProperties`
  - Added enum `CommitConfigurationPolicy`
  - Added model `CommitConfigurationRequest`
  - Added model `CommitConfigurationResponse`
  - Added enum `CommitStage`
  - Added model `CommonDynamicMatchConfigurationPatch`
  - Added model `CommonErrorResponse`
  - Added model `CommonMatchConditionsPatch`
  - Added model `CommonPostActionResponseForDeviceROCommands`
  - Added model `CommonPostActionResponseForDeviceROCommandsOperationStatusResult`
  - Added model `ConditionalDefaultRouteProperties`
  - Added model `ConnectedSubnetPatch`
  - Added model `ConnectedSubnetRoutePolicyPatch`
  - Added model `ControlPlanAclIpMatchCondition`
  - Added model `ControlPlaneAclAction`
  - Added model `ControlPlaneAclActionPatch`
  - Added enum `ControlPlaneAclActionType`
  - Added model `ControlPlaneAclIpMatchConditionPatch`
  - Added model `ControlPlaneAclMatchCondition`
  - Added model `ControlPlaneAclMatchConditionPatch`
  - Added model `ControlPlaneAclMatchConfigurationPatchProperties`
  - Added model `ControlPlaneAclMatchConfigurationProperties`
  - Added model `ControlPlaneAclPatchProperties`
  - Added model `ControlPlaneAclPortCondition`
  - Added model `ControlPlaneAclPortMatchCondition`
  - Added model `ControlPlaneAclPortMatchConditionPatch`
  - Added enum `ControlPlaneAclPortMatchType`
  - Added model `ControlPlaneAclProperties`
  - Added model `ControlPlaneAclTtlMatchCondition`
  - Added model `ControlPlaneAclTtlMatchConditionPatch`
  - Added enum `ControlPlaneAclTtlMatchType`
  - Added model `DestinationPatchProperties`
  - Added model `DeviceRoCommand`
  - Added enum `DeviceRole`
  - Added model `DeviceRwCommand`
  - Added model `DiscardCommitBatchOperationResponse`
  - Added model `DiscardCommitBatchRequest`
  - Added model `DiscardCommitBatchResponseProperties`
  - Added model `ExportRoutePolicyInformationPatch`
  - Added model `ExportRoutePolicyPatch`
  - Added enum `ExtendedVlan`
  - Added model `ExternalNetworkBmpPatchProperties`
  - Added model `ExternalNetworkBmpProperties`
  - Added enum `ExternalNetworkRouteType`
  - Added model `ExternalNetworkStaticRouteConfiguration`
  - Added model `ExternalNetworkStaticRoutePatchConfiguration`
  - Added model `ExternalNetworkUpdateBfdAdministrativeStateRequest`
  - Added model `ExternalNetworkUpdateBfdAdministrativeStateResponse`
  - Added model `ExternalNetworkUpdateBfdAdministrativeStateResponseProperties`
  - Added model `FabricLockProperties`
  - Added model `FeatureFlagProperties`
  - Added model `GetTopologyResponse`
  - Added model `GetTopologyResponseProperties`
  - Added model `GlobalAccessControlListActionPatchProperties`
  - Added model `GlobalAccessControlListActionProperties`
  - Added model `GlobalNetworkTapRuleActionPatchProperties`
  - Added model `GlobalNetworkTapRuleActionProperties`
  - Added model `HeaderAddressProperties`
  - Added model `IcmpConfigurationPatchProperties`
  - Added model `IcmpConfigurationProperties`
  - Added model `IdentitySelector`
  - Added model `IdentitySelectorPatch`
  - Added model `ImportRoutePolicyInformationPatch`
  - Added model `ImportRoutePolicyPatch`
  - Added model `InternalNetworkBmpPatchProperties`
  - Added model `InternalNetworkBmpProperties`
  - Added enum `InternalNetworkRouteType`
  - Added model `InternalNetworkUpdateBfdAdministrativeStateRequest`
  - Added model `InternalNetworkUpdateBfdAdministrativeStateResponse`
  - Added model `InternalNetworkUpdateBfdAdministrativeStateResponseProperties`
  - Added model `InternalNetworkUpdateBgpAdministrativeStateRequest`
  - Added model `InternalNetworkUpdateBgpAdministrativeStateResponse`
  - Added model `InternalNetworkUpdateBgpAdministrativeStateResponseProperties`
  - Added model `IpGroupPatchProperties`
  - Added model `IpMatchConditionPatch`
  - Added model `IsolationDomainPatchProperties`
  - Added model `L3ExportRoutePolicyPatch`
  - Added model `L3OptionBPatchProperties`
  - Added model `L3UniqueRouteDistinguisherProperties`
  - Added model `LastOperationProperties`
  - Added model `Layer2ConfigurationPatch`
  - Added model `Layer3IpPrefixPatchProperties`
  - Added enum `LockConfigurationState`
  - Added model `ManagedServiceIdentity`
  - Added model `ManagedServiceIdentityPatch`
  - Added enum `ManagedServiceIdentitySelectorType`
  - Added enum `ManagedServiceIdentityType`
  - Added enum `MicroBfdState`
  - Added enum `NNIDerivedUniqueRouteDistinguisherConfigurationState`
  - Added model `NativeIpv4PrefixLimitPatchProperties`
  - Added model `NativeIpv4PrefixLimitProperties`
  - Added model `NativeIpv6PrefixLimitPatchProperties`
  - Added model `NativeIpv6PrefixLimitProperties`
  - Added model `NeighborAddressBfdAdministrativeStatus`
  - Added model `NeighborAddressBgpAdministrativeStatus`
  - Added model `NeighborAddressPatch`
  - Added model `NeighborGroupDestinationPatch`
  - Added model `NeighborGroupResyncResponse`
  - Added model `NetworkBootstrapDevice`
  - Added model `NetworkBootstrapDevicePatch`
  - Added model `NetworkBootstrapDevicePatchProperties`
  - Added model `NetworkBootstrapDeviceProperties`
  - Added model `NetworkBootstrapDeviceRebootResponse`
  - Added model `NetworkBootstrapDeviceRefreshConfigurationResponse`
  - Added model `NetworkBootstrapDeviceResyncPasswordsResponse`
  - Added model `NetworkBootstrapDeviceUpdateAdministrativeStateResponse`
  - Added model `NetworkBootstrapDeviceUpgradeResponse`
  - Added model `NetworkBootstrapInterface`
  - Added model `NetworkBootstrapInterfacePatch`
  - Added model `NetworkBootstrapInterfacePatchProperties`
  - Added model `NetworkBootstrapInterfaceProperties`
  - Added model `NetworkDeviceRefreshConfigurationResponse`
  - Added model `NetworkDeviceResyncPasswordsResponse`
  - Added model `NetworkDeviceRunRwCommandResponse`
  - Added model `NetworkDeviceRwCommandResponseProperties`
  - Added model `NetworkDeviceUpdateAdministrativeStateResponse`
  - Added model `NetworkDeviceUpgradeRequest`
  - Added model `NetworkDeviceUpgradeResponse`
  - Added enum `NetworkFabricLockAction`
  - Added model `NetworkFabricLockRequest`
  - Added enum `NetworkFabricLockType`
  - Added model `NetworkFabricResyncCertificatesResponse`
  - Added model `NetworkFabricResyncPasswordsResponse`
  - Added model `NetworkFabricRotateCertificatesResponse`
  - Added model `NetworkFabricRotatePasswordsResponse`
  - Added enum `NetworkFabricUpgradeAction`
  - Added model `NetworkMonitor`
  - Added model `NetworkMonitorPatch`
  - Added model `NetworkMonitorPatchProperties`
  - Added model `NetworkMonitorProperties`
  - Added model `NetworkRackPatch`
  - Added model `NetworkTapResyncResponse`
  - Added model `NetworkTapRuleActionPatch`
  - Added model `NetworkTapRuleMatchConditionPatch`
  - Added model `NetworkTapRuleMatchConfigurationPatch`
  - Added model `NetworkTapRuleResyncResponse`
  - Added model `NniBmpPatchProperties`
  - Added model `NniBmpProperties`
  - Added model `NniStaticRouteConfiguration`
  - Added model `NniStaticRoutePatchConfiguration`
  - Added model `NniUpdateBfdAdministrativeStateRequest`
  - Added model `NniUpdateBfdAdministrativeStateResponse`
  - Added model `NniUpdateBfdAdministrativeStateResponseProperties`
  - Added model `NpbStaticRouteConfigurationPatch`
  - Added model `OperationStatusResult`
  - Added model `OptionBLayer3ConfigurationPatchProperties`
  - Added model `OptionBLayer3PrefixLimitPatchProperties`
  - Added model `OptionBLayer3PrefixLimitProperties`
  - Added model `PoliceRateConfigurationProperties`
  - Added model `PortConditionPatch`
  - Added model `PortGroupPatchProperties`
  - Added model `PrefixLimitPatchProperties`
  - Added model `PrefixLimitProperties`
  - Added model `ProxyResourceBase`
  - Added enum `QosConfigurationState`
  - Added model `QosPatchProperties`
  - Added model `QosProperties`
  - Added model `RoutePolicyStatementPatchProperties`
  - Added model `RoutePrefixLimitPatchProperties`
  - Added model `RoutePrefixLimitProperties`
  - Added model `RouteTargetPatchInformation`
  - Added enum `RouteType`
  - Added enum `RuleCondition`
  - Added model `SecretArchiveReference`
  - Added model `SecretRotationStatus`
  - Added model `SecretRotationSummary`
  - Added model `StatementActionPatchProperties`
  - Added model `StatementConditionPatchProperties`
  - Added model `StaticRoutePatchConfiguration`
  - Added model `StaticRoutePatchProperties`
  - Added model `StaticRoutePolicy`
  - Added model `StaticRoutePolicyPatch`
  - Added enum `StationConfigurationState`
  - Added enum `StationConnectionMode`
  - Added model `StationConnectionPatchProperties`
  - Added model `StationConnectionProperties`
  - Added model `StorageAccountConfiguration`
  - Added model `StorageAccountPatchConfiguration`
  - Added enum `SynchronizationStatus`
  - Added enum `UniqueRouteDistinguisherConfigurationState`
  - Added model `UniqueRouteDistinguisherPatchProperties`
  - Added model `UniqueRouteDistinguisherProperties`
  - Added model `UpdateAdministrativeStateResponse`
  - Added model `UpdateAdministrativeStateResponseProperties`
  - Added model `UpgradeNetworkFabricProperties`
  - Added model `UserAssignedIdentity`
  - Added enum `V4OverV6BgpSessionState`
  - Added enum `V6OverV4BgpSessionState`
  - Added model `ViewDeviceConfigurationOperationResponse`
  - Added model `ViewDeviceConfigurationResponseProperties`
  - Added model `VlanGroupPatchProperties`
  - Added model `VlanMatchConditionPatch`
  - Added model `VpnOptionAPatchProperties`
  - Added model `VpnOptionBPatchProperties`
  - Operation group `ExternalNetworksOperations` added method `begin_update_bfd_administrative_state`
  - Operation group `InternalNetworksOperations` added method `begin_update_bfd_administrative_state`
  - Operation group `NeighborGroupsOperations` added method `begin_resync`
  - Operation group `NetworkDevicesOperations` added method `begin_resync_certificates`
  - Operation group `NetworkDevicesOperations` added method `begin_resync_passwords`
  - Operation group `NetworkDevicesOperations` added method `begin_run_ro_command`
  - Operation group `NetworkDevicesOperations` added method `begin_run_rw_command`
  - Operation group `NetworkFabricsOperations` added method `begin_arm_configuration_diff`
  - Operation group `NetworkFabricsOperations` added method `begin_commit_batch_status`
  - Operation group `NetworkFabricsOperations` added method `begin_discard_commit_batch`
  - Operation group `NetworkFabricsOperations` added method `begin_lock_fabric`
  - Operation group `NetworkFabricsOperations` added method `begin_resync_certificates`
  - Operation group `NetworkFabricsOperations` added method `begin_resync_passwords`
  - Operation group `NetworkFabricsOperations` added method `begin_rotate_certificates`
  - Operation group `NetworkFabricsOperations` added method `begin_rotate_passwords`
  - Operation group `NetworkFabricsOperations` added method `begin_view_device_configuration`
  - Operation group `NetworkToNetworkInterconnectsOperations` added method `begin_update_bfd_administrative_state`
  - Added operation group `NetworkBootstrapDevicesOperations`
  - Added operation group `NetworkBootstrapInterfacesOperations`
  - Added operation group `NetworkMonitorsOperations`

### 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.
  - Model `AccessControlList` moved instance variable `annotation`, `configuration_type`, `acls_url`, `match_configurations`, `dynamic_match_configurations`, `last_synced_time`, `configuration_state`, `provisioning_state` and `administrative_state` under property `properties` whose type is `AccessControlListProperties`
  - Model `AccessControlListPatch` moved instance variable `configuration_type`, `acls_url`, `match_configurations`, `dynamic_match_configurations` and `annotation` under property `properties` whose type is `AccessControlListPatchProperties`
  - Model `ConnectedSubnetRoutePolicy` deleted or renamed its instance variable `export_route_policy_id`
  - Model `ExternalNetwork` moved instance variable `annotation`, `import_route_policy`, `export_route_policy`, `network_to_network_interconnect_id`, `peering_option`, `option_b_properties`, `option_a_properties`, `configuration_state`, `provisioning_state` and `administrative_state` under property `properties` whose type is `ExternalNetworkProperties`
  - Model `ExternalNetwork` deleted or renamed its instance variable `import_route_policy_id`
  - Model `ExternalNetwork` deleted or renamed its instance variable `export_route_policy_id`
  - Model `ExternalNetworkPatch` moved instance variable `annotation`, `import_route_policy`, `export_route_policy`, `peering_option`, `option_b_properties` and `option_a_properties` under property `properties` whose type is `ExternalNetworkPatchProperties`
  - Model `ExternalNetworkPatch` deleted or renamed its instance variable `import_route_policy_id`
  - Model `ExternalNetworkPatch` deleted or renamed its instance variable `export_route_policy_id`
  - Model `ExternalNetworkPatchProperties` deleted or renamed its instance variable `import_route_policy_id`
  - Model `ExternalNetworkPatchProperties` deleted or renamed its instance variable `export_route_policy_id`
  - Model `ExternalNetworkProperties` deleted or renamed its instance variable `import_route_policy_id`
  - Model `ExternalNetworkProperties` deleted or renamed its instance variable `export_route_policy_id`
  - Model `InternalNetwork` moved instance variable `annotation`, `mtu`, `connected_i_pv4_subnets`, `connected_i_pv6_subnets`, `import_route_policy`, `export_route_policy`, `ingress_acl_id`, `egress_acl_id`, `is_monitoring_enabled`, `extension`, `vlan_id`, `bgp_configuration`, `static_route_configuration`, `configuration_state`, `provisioning_state` and `administrative_state` under property `properties` whose type is `InternalNetworkProperties`
  - Model `InternalNetwork` deleted or renamed its instance variable `import_route_policy_id`
  - Model `InternalNetwork` deleted or renamed its instance variable `export_route_policy_id`
  - Model `InternalNetworkPatch` moved instance variable `annotation`, `mtu`, `connected_i_pv4_subnets`, `connected_i_pv6_subnets`, `import_route_policy`, `export_route_policy`, `ingress_acl_id`, `egress_acl_id`, `is_monitoring_enabled`, `bgp_configuration` and `static_route_configuration` under property `properties` whose type is `InternalNetworkPatchProperties`
  - Model `InternalNetworkPatch` deleted or renamed its instance variable `import_route_policy_id`
  - Model `InternalNetworkPatch` deleted or renamed its instance variable `export_route_policy_id`
  - Model `InternalNetworkPatchProperties` deleted or renamed its instance variable `import_route_policy_id`
  - Model `InternalNetworkPatchProperties` deleted or renamed its instance variable `export_route_policy_id`
  - Model `InternalNetworkProperties` deleted or renamed its instance variable `import_route_policy_id`
  - Model `InternalNetworkProperties` deleted or renamed its instance variable `export_route_policy_id`
  - Model `InternetGateway` moved instance variable `annotation`, `internet_gateway_rule_id`, `ipv4_address`, `port`, `network_fabric_controller_id` and `provisioning_state` under property `properties` whose type is `InternetGatewayProperties`
  - Model `InternetGateway` deleted or renamed its instance variable `type_properties_type`
  - Model `InternetGatewayRule` moved instance variable `annotation`, `rule_properties`, `provisioning_state` and `internet_gateway_ids` under property `properties` whose type is `InternetGatewayRuleProperties`
  - Model `IpCommunity` moved instance variable `annotation`, `ip_community_rules`, `configuration_state`, `provisioning_state` and `administrative_state` under property `properties` whose type is `IpCommunityProperties`
  - Model `IpCommunityPatch` moved instance variable `ip_community_rules` under property `properties` whose type is `IpCommunityPatchableProperties`
  - Model `IpExtendedCommunity` moved instance variable `annotation`, `ip_extended_community_rules`, `configuration_state`, `provisioning_state` and `administrative_state` under property `properties` whose type is `IpExtendedCommunityProperties`
  - Model `IpExtendedCommunityPatch` moved instance variable `ip_extended_community_rules` and `annotation` under property `properties` whose type is `IpExtendedCommunityPatchProperties`
  - Model `IpPrefix` moved instance variable `annotation`, `ip_prefix_rules`, `configuration_state`, `provisioning_state` and `administrative_state` under property `properties` whose type is `IpPrefixProperties`
  - Model `IpPrefixPatch` moved instance variable `annotation` and `ip_prefix_rules` under property `properties` whose type is `IpPrefixPatchProperties`
  - Model `L2IsolationDomain` moved instance variable `annotation`, `network_fabric_id`, `vlan_id`, `mtu`, `configuration_state`, `provisioning_state` and `administrative_state` under property `properties` whose type is `L2IsolationDomainProperties`
  - Model `L2IsolationDomainPatch` moved instance variable `annotation` and `mtu` under property `properties` whose type is `L2IsolationDomainPatchProperties`
  - Model `L3IsolationDomain` moved instance variable `annotation`, `redistribute_connected_subnets`, `redistribute_static_routes`, `aggregate_route_configuration`, `connected_subnet_route_policy`, `network_fabric_id`, `configuration_state`, `provisioning_state` and `administrative_state` under property `properties` whose type is `L3IsolationDomainProperties`
  - Model `L3IsolationDomainPatch` moved instance variable `annotation`, `redistribute_connected_subnets`, `redistribute_static_routes`, `aggregate_route_configuration` and `connected_subnet_route_policy` under property `properties` whose type is `L3IsolationDomainPatchProperties`
  - Model `NeighborGroup` moved instance variable `annotation`, `destination`, `network_tap_ids`, `network_tap_rule_ids` and `provisioning_state` under property `properties` whose type is `NeighborGroupProperties`
  - Model `NeighborGroupPatch` moved instance variable `annotation` and `destination` under property `properties` whose type is `NeighborGroupPatchProperties`
  - Model `NetworkDevice` moved instance variable `annotation`, `host_name`, `serial_number`, `version`, `network_device_sku`, `network_device_role`, `network_rack_id`, `management_ipv4_address`, `management_ipv6_address`, `configuration_state`, `provisioning_state` and `administrative_state` under property `properties` whose type is `NetworkDeviceProperties`
  - Model `NetworkDevicePatchParameters` moved instance variable `annotation`, `host_name` and `serial_number` under property `properties` whose type is `NetworkDevicePatchParametersProperties`
  - Model `NetworkFabric` moved instance variable `annotation`, `network_fabric_sku`, `fabric_version`, `router_ids`, `network_fabric_controller_id`, `rack_count`, `server_count_per_rack`, `ipv4_prefix`, `ipv6_prefix`, `fabric_asn`, `terminal_server_configuration`, `management_network_configuration`, `racks`, `l2_isolation_domains`, `l3_isolation_domains`, `configuration_state`, `provisioning_state` and `administrative_state` under property `properties` whose type is `NetworkFabricProperties`
  - Model `NetworkFabricController` moved instance variable `annotation`, `infrastructure_express_route_connections`, `workload_express_route_connections`, `infrastructure_services`, `workload_services`, `managed_resource_group_configuration`, `network_fabric_ids`, `is_workload_management_network_enabled`, `tenant_internet_gateway_ids`, `ipv4_address_space`, `ipv6_address_space`, `nfc_sku` and `provisioning_state` under property `properties` whose type is `NetworkFabricControllerProperties`
  - Model `NetworkFabricController` deleted or renamed its instance variable `workload_management_network`
  - Model `NetworkFabricControllerProperties` deleted or renamed its instance variable `workload_management_network`
  - Model `NetworkFabricPatch` moved instance variable `annotation`, `rack_count`, `server_count_per_rack`, `ipv4_prefix`, `ipv6_prefix`, `fabric_asn`, `terminal_server_configuration` and `management_network_configuration` under property `properties` whose type is `NetworkFabricPatchProperties`
  - Model `NetworkInterface` moved instance variable `annotation`, `physical_identifier`, `connected_to`, `interface_type`, `ipv4_address`, `ipv6_address`, `provisioning_state` and `administrative_state` under property `properties` whose type is `NetworkInterfaceProperties`
  - Model `NetworkInterfacePatch` moved instance variable `annotation` under property `properties` whose type is `NetworkInterfacePatchProperties`
  - Model `NetworkRack` moved instance variable `annotation`, `network_rack_type`, `network_fabric_id`, `network_devices` and `provisioning_state` under property `properties` whose type is `NetworkRackProperties`
  - Model `NetworkTap` moved instance variable `annotation`, `network_packet_broker_id`, `source_tap_rule_id`, `destinations`, `polling_type`, `configuration_state`, `provisioning_state` and `administrative_state` under property `properties` whose type is `NetworkTapProperties`
  - Model `NetworkTapRule` moved instance variable `annotation`, `configuration_type`, `tap_rules_url`, `match_configurations`, `dynamic_match_configurations`, `network_tap_id`, `polling_interval_in_seconds`, `last_synced_time`, `configuration_state`, `provisioning_state` and `administrative_state` under property `properties` whose type is `NetworkTapRuleProperties`
  - Model `NetworkTapRulePatch` moved instance variable `annotation`, `configuration_type`, `tap_rules_url`, `match_configurations` and `dynamic_match_configurations` under property `properties` whose type is `NetworkTapRulePatchProperties`
  - Model `RoutePolicy` moved instance variable `annotation`, `statements`, `network_fabric_id`, `address_family_type`, `configuration_state`, `provisioning_state` and `administrative_state` under property `properties` whose type is `RoutePolicyProperties`
  - Model `RoutePolicyPatch` moved instance variable `statements` under property `properties` whose type is `RoutePolicyPatchableProperties`
  - Renamed model `ManagementNetworkConfigurationPatchableProperties` to `ManagementNetworkPatchConfiguration`
  - Renamed model `NetworkFabricPatchablePropertiesTerminalServerConfiguration` to `TerminalServerPatchConfiguration`
  - Renamed model `OptionBProperties` to `VpnOptionBProperties`
  - Renamed model `VpnConfigurationPropertiesOptionAProperties` to `VpnOptionAProperties`
  - Method `AccessControlListsOperations.begin_update_administrative_state` changed return type from `LROPoller[CommonPostActionResponseForStateUpdate]` to `LROPoller[UpdateAdministrativeStateResponse]`
  - Method `ExternalNetworksOperations.begin_update_administrative_state` changed return type from `LROPoller[CommonPostActionResponseForStateUpdate]` to `LROPoller[UpdateAdministrativeStateResponse]`
  - Method `ExternalNetworksOperations.begin_update_static_route_bfd_administrative_state` changed return type from `LROPoller[CommonPostActionResponseForStateUpdate]` to `LROPoller[UpdateAdministrativeStateResponse]`
  - Method `InternalNetworksOperations.begin_update_administrative_state` changed return type from `LROPoller[CommonPostActionResponseForStateUpdate]` to `LROPoller[UpdateAdministrativeStateResponse]`
  - Method `InternalNetworksOperations.begin_update_bgp_administrative_state` changed return type from `LROPoller[CommonPostActionResponseForStateUpdate]` to `LROPoller[InternalNetworkUpdateBgpAdministrativeStateResponse]`
  - Method `InternalNetworksOperations.begin_update_static_route_bfd_administrative_state` changed return type from `LROPoller[CommonPostActionResponseForStateUpdate]` to `LROPoller[UpdateAdministrativeStateResponse]`
  - Method `L2IsolationDomainsOperations.begin_update_administrative_state` changed return type from `LROPoller[CommonPostActionResponseForDeviceUpdate]` to `LROPoller[UpdateAdministrativeStateResponse]`
  - Method `L3IsolationDomainsOperations.begin_update_administrative_state` changed return type from `LROPoller[CommonPostActionResponseForDeviceUpdate]` to `LROPoller[UpdateAdministrativeStateResponse]`
  - Method `NetworkDevicesOperations.begin_reboot` changed return type from `LROPoller[CommonPostActionResponseForStateUpdate]` to `LROPoller[OperationStatusResult]`
  - Method `NetworkDevicesOperations.begin_refresh_configuration` changed return type from `LROPoller[CommonPostActionResponseForStateUpdate]` to `LROPoller[NetworkDeviceRefreshConfigurationResponse]`
  - Method `NetworkDevicesOperations.begin_update_administrative_state` changed return type from `LROPoller[CommonPostActionResponseForStateUpdate]` to `LROPoller[NetworkDeviceUpdateAdministrativeStateResponse]`
  - Method `NetworkDevicesOperations.begin_upgrade` changed return type from `LROPoller[CommonPostActionResponseForStateUpdate]` to `LROPoller[NetworkDeviceUpgradeResponse]`
  - Method `NetworkFabricsOperations.begin_commit_configuration` changed return type from `LROPoller[CommonPostActionResponseForStateUpdate]` to `LROPoller[CommitConfigurationResponse]`
  - Method `NetworkFabricsOperations.begin_deprovision` changed return type from `LROPoller[CommonPostActionResponseForDeviceUpdate]` to `LROPoller[OperationStatusResult]`
  - Method `NetworkFabricsOperations.begin_get_topology` changed return type from `LROPoller[ValidateConfigurationResponse]` to `LROPoller[GetTopologyResponse]`
  - Method `NetworkFabricsOperations.begin_provision` changed return type from `LROPoller[CommonPostActionResponseForDeviceUpdate]` to `LROPoller[OperationStatusResult]`
  - Method `NetworkFabricsOperations.begin_refresh_configuration` changed return type from `LROPoller[CommonPostActionResponseForStateUpdate]` to `LROPoller[OperationStatusResult]`
  - Method `NetworkFabricsOperations.begin_update_infra_management_bfd_configuration` changed return type from `LROPoller[CommonPostActionResponseForStateUpdate]` to `LROPoller[UpdateAdministrativeStateResponse]`
  - Method `NetworkFabricsOperations.begin_update_workload_management_bfd_configuration` changed return type from `LROPoller[CommonPostActionResponseForStateUpdate]` to `LROPoller[UpdateAdministrativeStateResponse]`
  - Method `NetworkFabricsOperations.begin_upgrade` changed return type from `LROPoller[CommonPostActionResponseForStateUpdate]` to `LROPoller[OperationStatusResult]`
  - Method `NetworkInterfacesOperations.begin_update_administrative_state` changed return type from `LROPoller[CommonPostActionResponseForStateUpdate]` to `LROPoller[UpdateAdministrativeStateResponse]`
  - Method `NetworkTapRulesOperations.begin_resync` changed return type from `LROPoller[CommonPostActionResponseForStateUpdate]` to `LROPoller[NetworkTapRuleResyncResponse]`
  - Method `NetworkTapsOperations.begin_resync` changed return type from `LROPoller[CommonPostActionResponseForStateUpdate]` to `LROPoller[NetworkTapResyncResponse]`
  - Method `NetworkTapsOperations.begin_update_administrative_state` changed return type from `LROPoller[CommonPostActionResponseForDeviceUpdate]` to `LROPoller[UpdateAdministrativeStateResponse]`
  - Method `NetworkToNetworkInterconnectsOperations.begin_update_administrative_state` changed return type from `LROPoller[CommonPostActionResponseForStateUpdate]` to `LROPoller[UpdateAdministrativeStateResponse]`
  - Method `NetworkToNetworkInterconnectsOperations.begin_update_npb_static_route_bfd_administrative_state` changed return type from `LROPoller[CommonPostActionResponseForStateUpdate]` to `LROPoller[UpdateAdministrativeStateResponse]`
  - Method `RoutePoliciesOperations.begin_update_administrative_state` changed return type from `LROPoller[CommonPostActionResponseForDeviceUpdate]` to `LROPoller[UpdateAdministrativeStateResponse]`

### Other Changes

  - Deleted model `ExternalNetworksList`/`InternalNetworksList`/`NetworkInterfacesList`/`NetworkToNetworkInterconnectsList` which actually were not used by SDK users
  - Deleted model `AccessControlListPatchableProperties`/`ExtendedLocation`/`ExtensionEnumProperty`/`ExternalNetworkPatchableProperties`/`InternalNetworkPatchableProperties`/`InternalNetworkPropertiesBgpConfiguration`/`InternalNetworkPropertiesStaticRouteConfiguration`/`InternetGatewayPatchableProperties`/`IpCommunityAddOperationProperties`/`IpCommunityDeleteOperationProperties`/`IpCommunitySetOperationProperties`/`IpExtendedCommunityAddOperationProperties`/`IpExtendedCommunityDeleteOperationProperties`/`IpExtendedCommunityPatchableProperties`/`IpExtendedCommunitySetOperationProperties`/`IpPrefixPatchableProperties`/`L3IsolationDomainPatchableProperties`/`L3OptionAProperties`/`NeighborGroupPatchableProperties`/`NetworkDevicePatchableProperties`/`NetworkFabricControllerPatchableProperties`/`NetworkFabricPatchableProperties`/`NetworkTapPatchableParameters`/`NetworkTapPatchableParametersDestinationsItem`/`NetworkTapPropertiesDestinationsItem`/`NetworkTapRulePatchableProperties`/`NetworkToNetworkInterconnectPropertiesOptionBLayer3Configuration`/`OptionAProperties`/`TerminalServerPatchableProperties`/`VpnConfigurationPatchablePropertiesOptionAProperties` which actually were not used by SDK users
  - Deleted enum `PollingIntervalInSeconds` which actually were not used by SDK users

## 1.0.0 (2023-07-19)

### Features Added

  - Added operation AccessControlListsOperations.begin_resync
  - Added operation AccessControlListsOperations.begin_update_administrative_state
  - Added operation AccessControlListsOperations.begin_validate_configuration
  - Added operation ExternalNetworksOperations.begin_update_static_route_bfd_administrative_state
  - Added operation ExternalNetworksOperations.list_by_l3_isolation_domain
  - Added operation InternalNetworksOperations.begin_update_static_route_bfd_administrative_state
  - Added operation InternalNetworksOperations.list_by_l3_isolation_domain
  - Added operation L2IsolationDomainsOperations.begin_commit_configuration
  - Added operation L2IsolationDomainsOperations.begin_validate_configuration
  - Added operation L3IsolationDomainsOperations.begin_commit_configuration
  - Added operation L3IsolationDomainsOperations.begin_validate_configuration
  - Added operation NetworkDevicesOperations.begin_refresh_configuration
  - Added operation NetworkDevicesOperations.begin_update_administrative_state
  - Added operation NetworkDevicesOperations.begin_upgrade
  - Added operation NetworkFabricsOperations.begin_commit_configuration
  - Added operation NetworkFabricsOperations.begin_get_topology
  - Added operation NetworkFabricsOperations.begin_refresh_configuration
  - Added operation NetworkFabricsOperations.begin_update_infra_management_bfd_configuration
  - Added operation NetworkFabricsOperations.begin_update_workload_management_bfd_configuration
  - Added operation NetworkFabricsOperations.begin_upgrade
  - Added operation NetworkFabricsOperations.begin_validate_configuration
  - Added operation NetworkInterfacesOperations.list_by_network_device
  - Added operation NetworkToNetworkInterconnectsOperations.begin_update
  - Added operation NetworkToNetworkInterconnectsOperations.begin_update_administrative_state
  - Added operation NetworkToNetworkInterconnectsOperations.begin_update_npb_static_route_bfd_administrative_state
  - Added operation NetworkToNetworkInterconnectsOperations.list_by_network_fabric
  - Added operation RoutePoliciesOperations.begin_commit_configuration
  - Added operation RoutePoliciesOperations.begin_update_administrative_state
  - Added operation RoutePoliciesOperations.begin_validate_configuration
  - Added operation group InternetGatewayRulesOperations
  - Added operation group InternetGatewaysOperations
  - Added operation group NeighborGroupsOperations
  - Added operation group NetworkPacketBrokersOperations
  - Added operation group NetworkTapRulesOperations
  - Added operation group NetworkTapsOperations
  - Model AccessControlList has a new parameter acls_url
  - Model AccessControlList has a new parameter administrative_state
  - Model AccessControlList has a new parameter configuration_state
  - Model AccessControlList has a new parameter configuration_type
  - Model AccessControlList has a new parameter dynamic_match_configurations
  - Model AccessControlList has a new parameter last_synced_time
  - Model AccessControlList has a new parameter match_configurations
  - Model AccessControlListPatch has a new parameter acls_url
  - Model AccessControlListPatch has a new parameter configuration_type
  - Model AccessControlListPatch has a new parameter dynamic_match_configurations
  - Model AccessControlListPatch has a new parameter match_configurations
  - Model AccessControlListPatchProperties has a new parameter acls_url
  - Model AccessControlListPatchProperties has a new parameter configuration_type
  - Model AccessControlListPatchProperties has a new parameter dynamic_match_configurations
  - Model AccessControlListPatchProperties has a new parameter match_configurations
  - Model AccessControlListProperties has a new parameter acls_url
  - Model AccessControlListProperties has a new parameter administrative_state
  - Model AccessControlListProperties has a new parameter configuration_state
  - Model AccessControlListProperties has a new parameter configuration_type
  - Model AccessControlListProperties has a new parameter dynamic_match_configurations
  - Model AccessControlListProperties has a new parameter last_synced_time
  - Model AccessControlListProperties has a new parameter match_configurations
  - Model BfdConfiguration has a new parameter interval_in_milli_seconds
  - Model ExternalNetwork has a new parameter configuration_state
  - Model ExternalNetwork has a new parameter export_route_policy
  - Model ExternalNetwork has a new parameter import_route_policy
  - Model ExternalNetworkPatch has a new parameter export_route_policy
  - Model ExternalNetworkPatch has a new parameter import_route_policy
  - Model ExternalNetworkPatchProperties has a new parameter export_route_policy
  - Model ExternalNetworkPatchProperties has a new parameter import_route_policy
  - Model ExternalNetworkPatchableProperties has a new parameter export_route_policy
  - Model ExternalNetworkPatchableProperties has a new parameter import_route_policy
  - Model ExternalNetworkProperties has a new parameter configuration_state
  - Model ExternalNetworkProperties has a new parameter export_route_policy
  - Model ExternalNetworkProperties has a new parameter import_route_policy
  - Model ExternalNetworkPropertiesOptionAProperties has a new parameter egress_acl_id
  - Model ExternalNetworkPropertiesOptionAProperties has a new parameter ingress_acl_id
  - Model InternalNetwork has a new parameter configuration_state
  - Model InternalNetwork has a new parameter egress_acl_id
  - Model InternalNetwork has a new parameter export_route_policy
  - Model InternalNetwork has a new parameter extension
  - Model InternalNetwork has a new parameter import_route_policy
  - Model InternalNetwork has a new parameter ingress_acl_id
  - Model InternalNetwork has a new parameter is_monitoring_enabled
  - Model InternalNetworkPatch has a new parameter egress_acl_id
  - Model InternalNetworkPatch has a new parameter export_route_policy
  - Model InternalNetworkPatch has a new parameter import_route_policy
  - Model InternalNetworkPatch has a new parameter ingress_acl_id
  - Model InternalNetworkPatch has a new parameter is_monitoring_enabled
  - Model InternalNetworkPatchProperties has a new parameter egress_acl_id
  - Model InternalNetworkPatchProperties has a new parameter export_route_policy
  - Model InternalNetworkPatchProperties has a new parameter import_route_policy
  - Model InternalNetworkPatchProperties has a new parameter ingress_acl_id
  - Model InternalNetworkPatchProperties has a new parameter is_monitoring_enabled
  - Model InternalNetworkPatchableProperties has a new parameter egress_acl_id
  - Model InternalNetworkPatchableProperties has a new parameter export_route_policy
  - Model InternalNetworkPatchableProperties has a new parameter import_route_policy
  - Model InternalNetworkPatchableProperties has a new parameter ingress_acl_id
  - Model InternalNetworkPatchableProperties has a new parameter is_monitoring_enabled
  - Model InternalNetworkProperties has a new parameter configuration_state
  - Model InternalNetworkProperties has a new parameter egress_acl_id
  - Model InternalNetworkProperties has a new parameter export_route_policy
  - Model InternalNetworkProperties has a new parameter extension
  - Model InternalNetworkProperties has a new parameter import_route_policy
  - Model InternalNetworkProperties has a new parameter ingress_acl_id
  - Model InternalNetworkProperties has a new parameter is_monitoring_enabled
  - Model IpCommunity has a new parameter administrative_state
  - Model IpCommunity has a new parameter configuration_state
  - Model IpCommunity has a new parameter ip_community_rules
  - Model IpCommunityPatch has a new parameter ip_community_rules
  - Model IpCommunityProperties has a new parameter administrative_state
  - Model IpCommunityProperties has a new parameter configuration_state
  - Model IpCommunityProperties has a new parameter ip_community_rules
  - Model IpExtendedCommunity has a new parameter administrative_state
  - Model IpExtendedCommunity has a new parameter configuration_state
  - Model IpExtendedCommunityPatch has a new parameter annotation
  - Model IpExtendedCommunityPatch has a new parameter ip_extended_community_rules
  - Model IpExtendedCommunityProperties has a new parameter administrative_state
  - Model IpExtendedCommunityProperties has a new parameter configuration_state
  - Model IpPrefix has a new parameter administrative_state
  - Model IpPrefix has a new parameter configuration_state
  - Model IpPrefixPatch has a new parameter annotation
  - Model IpPrefixPatch has a new parameter ip_prefix_rules
  - Model IpPrefixProperties has a new parameter administrative_state
  - Model IpPrefixProperties has a new parameter configuration_state
  - Model L2IsolationDomain has a new parameter configuration_state
  - Model L2IsolationDomainProperties has a new parameter configuration_state
  - Model L3IsolationDomain has a new parameter configuration_state
  - Model L3IsolationDomainPatch has a new parameter annotation
  - Model L3IsolationDomainPatchProperties has a new parameter annotation
  - Model L3IsolationDomainProperties has a new parameter configuration_state
  - Model NeighborAddress has a new parameter configuration_state
  - Model NetworkDevice has a new parameter administrative_state
  - Model NetworkDevice has a new parameter configuration_state
  - Model NetworkDevice has a new parameter management_ipv4_address
  - Model NetworkDevice has a new parameter management_ipv6_address
  - Model NetworkDeviceProperties has a new parameter administrative_state
  - Model NetworkDeviceProperties has a new parameter configuration_state
  - Model NetworkDeviceProperties has a new parameter management_ipv4_address
  - Model NetworkDeviceProperties has a new parameter management_ipv6_address
  - Model NetworkFabric has a new parameter administrative_state
  - Model NetworkFabric has a new parameter configuration_state
  - Model NetworkFabric has a new parameter fabric_version
  - Model NetworkFabric has a new parameter router_ids
  - Model NetworkFabricController has a new parameter is_workload_management_network_enabled
  - Model NetworkFabricController has a new parameter nfc_sku
  - Model NetworkFabricController has a new parameter tenant_internet_gateway_ids
  - Model NetworkFabricControllerProperties has a new parameter is_workload_management_network_enabled
  - Model NetworkFabricControllerProperties has a new parameter nfc_sku
  - Model NetworkFabricControllerProperties has a new parameter tenant_internet_gateway_ids
  - Model NetworkFabricPatchableProperties has a new parameter fabric_asn
  - Model NetworkFabricPatchableProperties has a new parameter ipv4_prefix
  - Model NetworkFabricPatchableProperties has a new parameter ipv6_prefix
  - Model NetworkFabricPatchableProperties has a new parameter management_network_configuration
  - Model NetworkFabricPatchableProperties has a new parameter rack_count
  - Model NetworkFabricPatchableProperties has a new parameter server_count_per_rack
  - Model NetworkFabricPatchableProperties has a new parameter terminal_server_configuration
  - Model NetworkFabricProperties has a new parameter administrative_state
  - Model NetworkFabricProperties has a new parameter configuration_state
  - Model NetworkFabricProperties has a new parameter fabric_version
  - Model NetworkFabricProperties has a new parameter router_ids
  - Model NetworkFabricSku has a new parameter details
  - Model NetworkFabricSku has a new parameter maximum_server_count
  - Model NetworkFabricSku has a new parameter supported_versions
  - Model NetworkRack has a new parameter network_rack_type
  - Model NetworkRackProperties has a new parameter network_rack_type
  - Model NetworkToNetworkInterconnect has a new parameter configuration_state
  - Model NetworkToNetworkInterconnect has a new parameter egress_acl_id
  - Model NetworkToNetworkInterconnect has a new parameter export_route_policy
  - Model NetworkToNetworkInterconnect has a new parameter import_route_policy
  - Model NetworkToNetworkInterconnect has a new parameter ingress_acl_id
  - Model NetworkToNetworkInterconnect has a new parameter npb_static_route_configuration
  - Model NetworkToNetworkInterconnect has a new parameter option_b_layer3_configuration
  - Model OptionBProperties has a new parameter route_targets
  - Model RoutePolicy has a new parameter address_family_type
  - Model RoutePolicy has a new parameter administrative_state
  - Model RoutePolicy has a new parameter configuration_state
  - Model RoutePolicyPatch has a new parameter statements
  - Model RoutePolicyProperties has a new parameter address_family_type
  - Model RoutePolicyProperties has a new parameter administrative_state
  - Model RoutePolicyProperties has a new parameter configuration_state
  - Model StatementConditionProperties has a new parameter type
  - Model SupportedVersionProperties has a new parameter is_default

### Breaking Changes

  - Model AccessControlList no longer has parameter address_family
  - Model AccessControlList no longer has parameter conditions
  - Model AccessControlListPatch no longer has parameter address_family
  - Model AccessControlListPatch no longer has parameter conditions
  - Model AccessControlListPatchProperties no longer has parameter address_family
  - Model AccessControlListPatchProperties no longer has parameter conditions
  - Model AccessControlListProperties no longer has parameter address_family
  - Model AccessControlListProperties no longer has parameter conditions
  - Model BfdConfiguration no longer has parameter interval
  - Model ExternalNetwork no longer has parameter disabled_on_resources
  - Model ExternalNetworkPatchableProperties no longer has parameter option_a_properties
  - Model ExternalNetworkPatchableProperties no longer has parameter option_b_properties
  - Model ExternalNetworkPatchableProperties no longer has parameter peering_option
  - Model ExternalNetworkProperties no longer has parameter disabled_on_resources
  - Model InternalNetwork no longer has parameter bfd_disabled_on_resources
  - Model InternalNetwork no longer has parameter bfd_for_static_routes_disabled_on_resources
  - Model InternalNetwork no longer has parameter bgp_disabled_on_resources
  - Model InternalNetwork no longer has parameter disabled_on_resources
  - Model InternalNetworkPatchableProperties no longer has parameter bgp_configuration
  - Model InternalNetworkPatchableProperties no longer has parameter static_route_configuration
  - Model InternalNetworkProperties no longer has parameter bfd_disabled_on_resources
  - Model InternalNetworkProperties no longer has parameter bfd_for_static_routes_disabled_on_resources
  - Model InternalNetworkProperties no longer has parameter bgp_disabled_on_resources
  - Model InternalNetworkProperties no longer has parameter disabled_on_resources
  - Model IpCommunity no longer has parameter action
  - Model IpCommunity no longer has parameter community_members
  - Model IpCommunity no longer has parameter well_known_communities
  - Model IpCommunityProperties no longer has parameter action
  - Model IpCommunityProperties no longer has parameter community_members
  - Model IpCommunityProperties no longer has parameter well_known_communities
  - Model IpExtendedCommunity has a new required parameter ip_extended_community_rules
  - Model IpExtendedCommunity no longer has parameter action
  - Model IpExtendedCommunity no longer has parameter route_targets
  - Model IpExtendedCommunityProperties has a new required parameter ip_extended_community_rules
  - Model IpExtendedCommunityProperties no longer has parameter action
  - Model IpExtendedCommunityProperties no longer has parameter route_targets
  - Model L2IsolationDomain no longer has parameter disabled_on_resources
  - Model L2IsolationDomainProperties no longer has parameter disabled_on_resources
  - Model L3IsolationDomain no longer has parameter description
  - Model L3IsolationDomain no longer has parameter disabled_on_resources
  - Model L3IsolationDomain no longer has parameter option_b_disabled_on_resources
  - Model L3IsolationDomainPatch no longer has parameter description
  - Model L3IsolationDomainPatchProperties no longer has parameter description
  - Model L3IsolationDomainProperties no longer has parameter description
  - Model L3IsolationDomainProperties no longer has parameter disabled_on_resources
  - Model L3IsolationDomainProperties no longer has parameter option_b_disabled_on_resources
  - Model Layer2Configuration no longer has parameter port_count
  - Model NeighborAddress no longer has parameter operational_state
  - Model NetworkDeviceSku no longer has parameter limits
  - Model NetworkFabric no longer has parameter operational_state
  - Model NetworkFabric no longer has parameter router_id
  - Model NetworkFabricController no longer has parameter operational_state
  - Model NetworkFabricControllerProperties no longer has parameter operational_state
  - Model NetworkFabricPatchableProperties no longer has parameter l2_isolation_domains
  - Model NetworkFabricPatchableProperties no longer has parameter l3_isolation_domains
  - Model NetworkFabricPatchableProperties no longer has parameter racks
  - Model NetworkFabricProperties no longer has parameter operational_state
  - Model NetworkFabricProperties no longer has parameter router_id
  - Model NetworkFabricSku no longer has parameter details_uri
  - Model NetworkFabricSku no longer has parameter max_supported_ver
  - Model NetworkFabricSku no longer has parameter min_supported_ver
  - Model NetworkRack no longer has parameter network_rack_sku
  - Model NetworkRackProperties no longer has parameter network_rack_sku
  - Model NetworkToNetworkInterconnect no longer has parameter layer3_configuration
  - Model OptionAProperties no longer has parameter primary_ipv4_prefix
  - Model OptionAProperties no longer has parameter primary_ipv6_prefix
  - Model OptionAProperties no longer has parameter secondary_ipv4_prefix
  - Model OptionAProperties no longer has parameter secondary_ipv6_prefix
  - Model RoutePolicy has a new required parameter network_fabric_id
  - Model RoutePolicyProperties has a new required parameter network_fabric_id
  - Model SupportedVersionProperties no longer has parameter is_current
  - Model SupportedVersionProperties no longer has parameter is_test
  - Operation NetworkDevicesOperations.begin_reboot has a new required parameter body
  - Parameter fabric_asn of model NetworkFabric is now required
  - Parameter ipv4_prefix of model NetworkFabric is now required
  - Parameter ipv4_prefix of model NetworkFabricProperties is now required
  - Parameter management_network_configuration of model NetworkFabric is now required
  - Parameter network_fabric_controller_id of model NetworkFabric is now required
  - Parameter network_fabric_id of model L2IsolationDomain is now required
  - Parameter network_fabric_id of model L3IsolationDomain is now required
  - Parameter network_fabric_sku of model NetworkFabric is now required
  - Parameter prefix of model AggregateRoute is now required
  - Parameter prefix of model ConnectedSubnet is now required
  - Parameter server_count_per_rack of model NetworkFabric is now required
  - Parameter terminal_server_configuration of model NetworkFabric is now required
  - Parameter use_option_b of model NetworkToNetworkInterconnect is now required
  - Parameter vlan_id of model L2IsolationDomain is now required
  - Removed operation ExternalNetworksOperations.begin_clear_arp_entries
  - Removed operation ExternalNetworksOperations.begin_clear_ipv6_neighbors
  - Removed operation ExternalNetworksOperations.begin_update_bfd_for_bgp_administrative_state
  - Removed operation ExternalNetworksOperations.begin_update_bgp_administrative_state
  - Removed operation ExternalNetworksOperations.list
  - Removed operation InternalNetworksOperations.begin_clear_arp_entries
  - Removed operation InternalNetworksOperations.begin_clear_ipv6_neighbors
  - Removed operation InternalNetworksOperations.begin_update_bfd_for_bgp_administrative_state
  - Removed operation InternalNetworksOperations.begin_update_bfd_for_static_route_administrative_state
  - Removed operation InternalNetworksOperations.list
  - Removed operation L2IsolationDomainsOperations.begin_clear_arp_table
  - Removed operation L2IsolationDomainsOperations.begin_clear_neighbor_table
  - Removed operation L2IsolationDomainsOperations.begin_get_arp_entries
  - Removed operation L3IsolationDomainsOperations.begin_clear_arp_table
  - Removed operation L3IsolationDomainsOperations.begin_clear_neighbor_table
  - Removed operation L3IsolationDomainsOperations.begin_update_option_b_administrative_state
  - Removed operation NetworkDevicesOperations.begin_generate_support_package
  - Removed operation NetworkDevicesOperations.begin_get_dynamic_interface_maps
  - Removed operation NetworkDevicesOperations.begin_get_static_interface_maps
  - Removed operation NetworkDevicesOperations.begin_get_status
  - Removed operation NetworkDevicesOperations.begin_restore_config
  - Removed operation NetworkDevicesOperations.begin_update_power_cycle
  - Removed operation NetworkDevicesOperations.begin_update_version
  - Removed operation NetworkFabricControllersOperations.begin_disable_workload_management_network
  - Removed operation NetworkFabricControllersOperations.begin_enable_workload_management_network
  - Removed operation NetworkInterfacesOperations.begin_get_status
  - Removed operation NetworkInterfacesOperations.list
  - Removed operation NetworkToNetworkInterconnectsOperations.list
  - Removed operation group NetworkRackSkusOperations
  - Renamed operation AccessControlListsOperations.create to AccessControlListsOperations.begin_create
  - Renamed operation AccessControlListsOperations.delete to AccessControlListsOperations.begin_delete
  - Renamed operation AccessControlListsOperations.update to AccessControlListsOperations.begin_update

## 1.0.0b1 (2023-06-29)

* Initial Release
