ppc64le/linux/: azure-mgmt-marketplaceordering-1.2.0b2 metadata and description

Homepage Simple index

Microsoft Azure Market Place Ordering Client Library for Python

author Microsoft Corporation
author_email [email protected]
classifiers
  • Development Status :: 4 - Beta
  • 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_marketplaceordering-1.2.0b2-py3-none-any.whl
Size
53 KB
Type
Python Wheel
Python
3

Microsoft Azure SDK for Python

This is the Microsoft Azure Market Place Ordering 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-marketplaceordering
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.marketplaceordering import MarketplaceOrderingAgreements
import os

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

1.2.0b2 (2024-11-05)

Other Changes

1.2.0b1 (2022-10-28)

Features Added

1.1.0 (2021-03-17)

Features

1.0.0 (2020-12-22)

1.0.0b1 (2020-11-04)

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.2.1 (2019-03-22)

Bug Fixes

0.2.0 (2019-03-11)

Features

General Breaking changes

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

0.1.0 (2018-01-22)