Skip to content
Draft
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
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -1,5 +1,86 @@
# Release History

## 1.1.0b1 (2026-06-04)

### Features Added

- Client `ManagedNetworkFabricMgmtClient` added method `send_request`
- Model `L3IsolationDomainPatchProperties` added property `static_route_route_policy`
- Model `L3IsolationDomainProperties` added property `static_route_route_policy`
- Enum `PollingIntervalInSeconds` added member `bit_count`
- Enum `PollingIntervalInSeconds` added member `bit_length`
- Enum `PollingIntervalInSeconds` added member `denominator`
- Enum `PollingIntervalInSeconds` added member `from_bytes`
- Enum `PollingIntervalInSeconds` added member `numerator`
- Enum `PollingIntervalInSeconds` added member `to_bytes`
- Added model `AnnotationResource`
- Added model `CommonErrorResponse`
- Added model `CommonMatchConditions`
- Added model `CommonMatchConditionsPatch`
- Added model `EnableDisableOnResources`
- Added model `Layer3IpPrefixPatchProperties`
- Added model `Layer3IpPrefixProperties`
- Added model `ProxyResourceBase`
- Added model `TagsUpdate`

### 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 `L3IsolationDomainPatchProperties` deleted or renamed its instance variable `static_route_policy`
- Model `L3IsolationDomainProperties` deleted or renamed its instance variable `static_route_policy`
- Deleted or renamed enum value `PollingIntervalInSeconds.from_number`
- Deleted or renamed enum value `PollingIntervalInSeconds.fromhex`
- Deleted or renamed enum value `PollingIntervalInSeconds.hex`
- Renamed model `ManagementNetworkPatchConfiguration` to `ManagementNetworkConfigurationPatchableProperties`
- Renamed model `StaticRoutePolicy` to `StaticRouteRoutePolicy`
- Renamed model `StaticRoutePolicyPatch` to `StaticRouteRoutePolicyPatch`
- Renamed model `TerminalServerPatchConfiguration` to `NetworkFabricPatchablePropertiesTerminalServerConfiguration`
- Renamed model `VpnOptionBProperties` to `OptionBProperties`
- Method `AccessControlListsOperations.begin_create` renamed its parameter `resource` to `body`
- Method `AccessControlListsOperations.begin_update` renamed its parameter `properties` to `body`
- Method `ExternalNetworksOperations.begin_create` renamed its parameter `resource` to `body`
- Method `ExternalNetworksOperations.begin_update` renamed its parameter `properties` to `body`
- Method `InternalNetworksOperations.begin_create` renamed its parameter `resource` to `body`
- Method `InternalNetworksOperations.begin_update` renamed its parameter `properties` to `body`
- Method `InternetGatewayRulesOperations.begin_create` renamed its parameter `resource` to `body`
- Method `InternetGatewayRulesOperations.begin_update` renamed its parameter `properties` to `body`
- Method `InternetGatewaysOperations.begin_create` renamed its parameter `resource` to `body`
- Method `InternetGatewaysOperations.begin_update` renamed its parameter `properties` to `body`
- Method `IpCommunitiesOperations.begin_create` renamed its parameter `resource` to `body`
- Method `IpCommunitiesOperations.begin_update` renamed its parameter `properties` to `body`
- Method `IpExtendedCommunitiesOperations.begin_create` renamed its parameter `resource` to `body`
- Method `IpExtendedCommunitiesOperations.begin_update` renamed its parameter `properties` to `body`
- Method `IpPrefixesOperations.begin_create` renamed its parameter `resource` to `body`
- Method `IpPrefixesOperations.begin_update` renamed its parameter `properties` to `body`
- Method `L2IsolationDomainsOperations.begin_create` renamed its parameter `resource` to `body`
- Method `L2IsolationDomainsOperations.begin_update` renamed its parameter `properties` to `body`
- Method `L3IsolationDomainsOperations.begin_create` renamed its parameter `resource` to `body`
- Method `L3IsolationDomainsOperations.begin_update` renamed its parameter `properties` to `body`
- Method `NeighborGroupsOperations.begin_create` renamed its parameter `resource` to `body`
- Method `NeighborGroupsOperations.begin_update` renamed its parameter `properties` to `body`
- Method `NetworkDevicesOperations.begin_create` renamed its parameter `resource` to `body`
- Method `NetworkDevicesOperations.begin_update` renamed its parameter `properties` to `body`
- Method `NetworkFabricControllersOperations.begin_create` renamed its parameter `resource` to `body`
- Method `NetworkFabricControllersOperations.begin_update` renamed its parameter `properties` to `body`
- Method `NetworkFabricsOperations.begin_create` renamed its parameter `resource` to `body`
- Method `NetworkFabricsOperations.begin_update` renamed its parameter `properties` to `body`
- Method `NetworkInterfacesOperations.begin_create` renamed its parameter `resource` to `body`
- Method `NetworkInterfacesOperations.begin_update` renamed its parameter `properties` to `body`
- Method `NetworkMonitorsOperations.begin_create` renamed its parameter `resource` to `body`
- Method `NetworkMonitorsOperations.begin_update` renamed its parameter `properties` to `body`
- Method `NetworkPacketBrokersOperations.begin_create` renamed its parameter `resource` to `body`
- Method `NetworkPacketBrokersOperations.begin_update` renamed its parameter `properties` to `body`
- Method `NetworkRacksOperations.begin_create` renamed its parameter `resource` to `body`
- Method `NetworkRacksOperations.begin_update` renamed its parameter `properties` to `body`
- Method `NetworkTapRulesOperations.begin_create` renamed its parameter `resource` to `body`
- Method `NetworkTapRulesOperations.begin_update` renamed its parameter `properties` to `body`
- Method `NetworkTapsOperations.begin_create` renamed its parameter `resource` to `body`
- Method `NetworkTapsOperations.begin_update` renamed its parameter `properties` to `body`
- Method `NetworkToNetworkInterconnectsOperations.begin_create` renamed its parameter `resource` to `body`
- Method `NetworkToNetworkInterconnectsOperations.begin_update` renamed its parameter `properties` to `body`
- Method `RoutePoliciesOperations.begin_create` renamed its parameter `resource` to `body`
- Method `RoutePoliciesOperations.begin_update` renamed its parameter `properties` to `body`

## 1.0.0 (2023-07-19)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
include _meta.json
recursive-include tests *.py *.json
recursive-include samples *.py *.md
include *.md
include azure/__init__.py
include azure/mgmt/__init__.py
include LICENSE
include azure/mgmt/managednetworkfabric/py.typed
recursive-include tests *.py
recursive-include samples *.py *.md
include azure/__init__.py
include azure/mgmt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Microsoft Azure SDK for Python

This is the Microsoft Azure Managednetworkfabric Management Client Library.
This package has been tested with Python 3.7+.
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.7+ 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 configure of 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 Expand Up @@ -59,6 +59,3 @@ Code samples for this package can be found at:
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.



This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"apiVersion": "2024-06-15-preview",
"apiVersions": {
"Microsoft.ManagedNetworkFabric": "2024-06-15-preview"
},
"commit": "f2b3df51e564c690ebcd33735fc9e819b3b617f8",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/managednetworkfabric/ManagedNetworkFabric.ResourceManager.Management",
"emitterVersion": "0.63.0"
}
Loading
Loading