A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://learn.microsoft.com/en-us/python/api/overview/azure/mgmt-costmanagement-readme below:

Microsoft Azure SDK for Python

Microsoft Azure SDK for Python

In this article

This is the Microsoft Azure Cost Management Client Library. This package has been tested with Python 3.7+. 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-costmanagement
pip install azure-identity
Authentication

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

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

from azure.identity import DefaultAzureCredential
from azure.mgmt.costmanagement import CostManagementClient

client = CostManagementClient(credential=DefaultAzureCredential())
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.

Collaborate with us on GitHub

The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.

Additional resources

In this article

Was this page helpful?


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4