ppc64le/linux/: azure-mgmt-network-29.0.0 metadata and description

Homepage Simple index

Microsoft Azure Network Management Client Library for Python

author Microsoft Corporation
author_email [email protected]
classifiers
  • Development Status :: 5 - Production/Stable
  • Programming Language :: Python
  • Programming Language :: Python :: 3 :: Only
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • License :: OSI Approved :: MIT License
  • Environment :: MetaData :: IBM Python Ecosystem
description_content_type text/markdown
dynamic summary
keywords azure,azure sdk
license MIT License
license_file LICENSE
requires_dist
  • isodate>=0.6.1
  • typing-extensions>=4.6.0
  • azure-common>=1.1
  • azure-mgmt-core>=1.5.0
requires_python >=3.9
File Tox results History
azure_mgmt_network-29.0.0-py3-none-any.whl
Size
597 KB
Type
Python Wheel
Python
3

Microsoft Azure SDK for Python

This is the Microsoft Azure Network Management Client Library. This package has been tested with Python 3.9+. For a more complete view of Azure libraries, see the azure sdk python release.

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

Install the package

pip install azure-mgmt-network
pip install azure-identity

Authentication

By default, Azure Active Directory token authentication depends on correct configuration of the following environment variables.

In addition, Azure subscription ID can be configured via environment variable AZURE_SUBSCRIPTION_ID.

With above configuration, client can be authenticated by following code:

from azure.identity import DefaultAzureCredential
from azure.mgmt.network import NetworkManagementClient
import os

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

Examples

Code samples for this package can be found at:

Troubleshooting

Next steps

Provide Feedback

If you encounter any bugs or have suggestions, please file an issue in the Issues section of the project.

Release History

29.0.0 (2025-05-22)

Features Added

Breaking Changes

28.1.0 (2024-12-20)

Features Added

28.0.0 (2024-11-01)

Breaking Changes

27.0.0 (2024-09-22)

Features Added

Breaking Changes

26.0.0 (2024-07-21)

Features Added

Breaking Changes

25.4.0 (2024-05-27)

Features Added

25.3.0 (2024-02-22)

Features Added

25.2.0 (2023-12-18)

Features Added

25.1.0 (2023-09-15)

Features Added

25.0.0 (2023-08-18)

Features Added

Breaking Changes

24.0.0 (2023-07-21)

Breaking Changes

Features Added

23.1.0 (2023-05-20)

Features Added

23.0.1 (2023-04-26)

Bugs Fixed

23.0.0 (2023-03-29)

Other Changes

Breaking Changes

22.3.0 (2023-03-20)

Features Added

23.0.0b2 (2023-02-20)

Other Changes

Breaking Changes

23.0.0b1 (2022-12-19)

Other Changes

Breaking Changes

22.2.0 (2022-12-15)

Features Added

22.1.0 (2022-10-24)

Features Added

22.0.0 (2022-10-12)

Features Added

Breaking Changes

21.0.1 (2022-08-17)

Bugs Fixed

21.0.0 (2022-08-05)

Features

Breaking changes

20.0.0 (2022-05-10)

Features

Breaking changes

19.3.0 (2021-11-05)

Features

19.2.0 (2021-10-21)

Features

19.1.0 (2021-10-09)

Features

19.0.0 (2021-05-14)

Features

Breaking changes

18.0.0 (2021-03-08)

Features

Breaking changes

17.1.0 (2021-01-26)

Features

17.0.0 (2020-11-25)

Features

Breaking changes

16.0.0 (2020-09-15)

Features

Breaking changes

16.0.0b1 (2020-06-17)

This is beta preview version. For detailed changelog please refer to equivalent stable version 10.2.0 (https://pypi.org/project/azure-mgmt-network/10.2.0/)

This version uses a next-generation code generator that introduces important breaking changes, but also important new features (like unified authentication and async programming).

General breaking changes

General new features

10.2.0 (2020-04-10)

Features

10.1.0 (2020-04-10)

Features

10.0.0 (2020-03-31)

Features

Breaking changes

9.0.0 (2020-01-17)

Features

Breaking changes

8.0.0 (2019-11-12)

Features

Breaking changes

7.0.0 (2019-10-22)

Features

Breaking changes

6.0.0 (2019-10-09)

Features

Breaking changes

5.1.0 (2019-10-03)

Features

5.0.0 (2019-08-27)

Features

Breaking changes

4.0.0 (2019-07-19)

Features

Breaking changes

3.0.0 (2019-05-24)

Features

Breaking changes

General Breaking changes

This version uses a next-generation code generator that might introduce breaking changes if you were importing from the v20xx_yy_zz API folders. In summary, some modules were incorrectly visible/importable and have been renamed. This fixed several issues caused by usage of classes that were not supposed to be used in the first place.

Last but not least, HTTP connection pooling is now enabled by default. You should always use a client as a context manager, or call close(), or use no more than one client per process.

2.7.0 (2019-04-25)

Features

Bug fixes and preview API updates

2.6.0 (2019-03-21)

Features

Bugfixes

2.6.0rc1 (2019-02-15)

Features

2.5.1 (2019-01-15)

Features

2.5.0 (2019-01-04)

Features

2.4.0 (2018-11-27)

Features

Breaking changes

2.3.0 (2018-11-07)

Features

Breaking changes

2.2.1 (2018-09-14)

Bugfixes

2.2.0 (2018-09-11)

Default API version is now 2018-08-01

Features

Breaking changes

2.1.0 (2018-08-28)

Default API version is now 2018-07-01

Features

Breaking changes

2.0.1 (2018-08-07)

Bugfixes

2.0.0 (2018-07-27)

Features

Features starting 2018-04-01

Breaking changes starting 2018-04-01

Breaking changes starting 2018-06-01

2.0.0rc3 (2018-06-14)

Bugfixes

2.0.0rc2 (2018-04-03)

Features

2.0.0rc1 (2018-03-07)

General Breaking changes

This version uses a next-generation code generator that might introduce breaking changes.

Network Breaking changes

Features

Bugfixes

1.7.1 (2017-12-20)

Bugfixes

Fix SecurityRule constructor parameters order to respect the one used until 1.5.0. This indeed introduces a breaking change for users of 1.6.0 and 1.7.0, but this constructor signature change was not expected, and following semantic versionning all 1.x versions should follow the same signature.

This fixes third party library, like Ansible, that expects (for excellent reasons) this SDK to follow strictly semantic versionning with regards to breaking changes and have their dependency system asking for >=1.0;<2.0

1.7.0 (2017-12-14)

Features

Bug fixes

1.6.0 (2017-11-28)

Bug fixes

Features

1.5.0 (2017-09-26)

Features

1.5.0rc1 (2017-09-18)

Features

Bug fix

1.4.0 (2017-08-23)

Features

Changes on preview

  • "available_private_access_services" is renamed "available_endpoint_services"
  • "radius_secret" parsing fix (was unable to work in 1.3.0)

1.3.0 (2017-07-10)

Preview features

Bug Fixes

1.2.0 (2017-07-03)

Features

Adding the following features to both 2017-03-01 and 2017-06-01:

1.1.0 (2017-06-27)

Features

This new ApiVersion is for new Application Gateway features:

  • ApplicationGateway Ssl Policy custom cipher suites support [new properties added to Sslpolicy Property of ApplciationGatewayPropertiesFormat]
  • Get AvailableSslOptions api [new resource ApplicationGatewayAvailableSslOptions and child resource ApplicationGatewayPredefinedPolicy]
  • Redirection support [new child resource ApplicationGatewayRedirectConfiguration for Application Gateway, new properties in UrlPathMap, PathRules and RequestRoutingRule]
  • Azure Websites feature support [new properties in ApplicationGatewayBackendHttpSettingsPropertiesFormat, ApplicationGatewayProbePropertiesFormat, schema for property ApplicationGatewayProbeHealthResponseMatch]

1.0.0 (2017-05-15)

1.0.0rc3 (2017-05-03)

Features

1.0.0rc2 (2017-04-18)

Features

Bugfixes

1.0.0rc1 (2017-04-11)

Features

To help customers with sovereign clouds (not general Azure), this version has official multi ApiVersion support for 2015-06-15 and 2016-09-01

0.30.1 (2017-03-27)

0.30.0 (2016-11-01)

0.20.0 (2015-08-31)