ppc64le/linux/: azure-mgmt-web-8.0.0 metadata and description

Homepage Simple index

Microsoft Azure Web Apps 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.8
  • 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.3.2
requires_python >=3.8
File Tox results History
azure_mgmt_web-8.0.0-py3-none-any.whl
Size
2 MB
Type
Python Wheel
Python
3

Microsoft Azure SDK for Python

This is the Microsoft Azure Web Apps Management Client Library. This package has been tested with Python 3.8+. 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-web
pip install azure-identity

Authentication

By default, Azure Active Directory token authentication depends on correct configure of 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.web import WebSiteManagementClient
import os

sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = WebSiteManagementClient(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

8.0.0 (2025-01-23)

Breaking Changes

7.3.1 (2024-08-19)

Bugs Fixed

7.3.0 (2024-06-17)

Features Added

7.2.0 (2023-11-20)

Features Added

7.1.0 (2023-04-20)

Features Added

7.0.0 (2022-07-04)

Features

Breaking changes

6.1.0 (2022-01-24)

Features

6.0.0 (2022-01-10)

Features

Breaking changes

5.0.0 (2021-09-08)

Features

Breaking changes

4.0.0 (2021-08-03)

Features

Breaking changes

3.0.0 (2021-05-25)

Features

Breaking changes

2.0.0 (2021-02-25)

Features

Breaking changes

1.0.0 (2020-11-23)

1.0.0b1 (2020-10-13)

This is beta preview version.

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

0.48.0 (2020-09-22)

Features

0.47.0 (2020-06-03)

Features

0.46.0 (2020-04-10)

Features

0.45.0 (2020-03-20)

Features

0.44.0 (2019-11-08)

Features

Breaking changes

0.43.1 (2019-10-17)

General

0.43.0 (2019-10-01)

Features

General

0.42.0 (2019-05-24)

Features

Breaking changes

0.41.0 (2019-02-13)

Features

Breaking changes

0.40.0 (2018-08-28)

General Breaking changes

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

General Features

Features

Breaking changes

0.35.0 (2018-02-20)

Breaking changes

Features

0.34.1 (2017-10-24)

0.34.0 (2017-10-16)

0.33.0 (2017-10-04)

Features

Breaking changes

0.32.0 (2017-04-26)

0.31.1 (2017-04-20)

This wheel package is now built with the azure wheel extension

0.31.0 (2017-02-13)

0.30.0 (2016-10-17)