Microsoft Azure Extended Location Management Client Library for Python
Project description
Microsoft Azure SDK for Python
This is the Microsoft Azure Extended Location 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
- Python 3.8+ is required to use this package.
- Azure subscription
Install the package
pip install azure-mgmt-extendedlocation
pip install azure-identity
Authentication
By default, Azure Active Directory token authentication depends on correct configure of following environment variables.
AZURE_CLIENT_ID
for Azure client ID.AZURE_TENANT_ID
for Azure tenant ID.AZURE_CLIENT_SECRET
for Azure client secret.
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.extendedlocation import CustomLocations
import os
sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = CustomLocations(credential=DefaultAzureCredential(), subscription_id=sub_id)
Examples
Code samples for this package can be found at:
- Search Extended Location Management on docs.microsoft.com
- Azure Python Mgmt SDK Samples Repo
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
2.0.0 (2024-10-30)
Breaking Changes
- This package now only targets the latest Api-Version available on Azure and removes APIs of other Api-Version. After this change, the package can have much smaller size. If your application requires a specific and non-latest Api-Version, it's recommended to pin this package to the previous released version; If your application always only use latest Api-Version, please ingore this change.
1.2.0b1 (2023-02-14)
Other Changes
- Added generated samples in github repo
- Drop support for python<3.7.0
1.1.0 (2022-07-12)
Features
- Added operation CustomLocationsOperations.find_target_resource_group
- Added operation group ResourceSyncRulesOperations
1.0.0 (2021-09-22)
Features
- Adding a new API Version 2021-08-15
- Adding support for Managed Identity [SystemAssigned]
- Model PatchableCustomLocations has a new parameter identity
- Model CustomLocation has a new parameter identity
Breaking changes
- Operation CustomLocationsOperations.update has a new signature
1.0.0b2 (2021-05-06)
- Remove v2020_07_15_privatepreview
1.0.0b1 (2021-03-25)
- Initial Release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for azure_mgmt_extendedlocation-2.0.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b5c1d2f0a21f15e9b176f440206c702a1f77fa4b97df1ca4001f991abcf7cd1 |
|
MD5 | 965c621757ff6100ed74b0169f850b37 |
|
BLAKE2b-256 | b0c6282ba215281d8669c13fcbdb90cba55220c4bf2f0b2d87ecf6a898fe08d3 |
Hashes for azure_mgmt_extendedlocation-2.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d9e717dc26cd00dfdf07fdc607aaed9c5d4a53f0d70e03c01d90c611df6710e |
|
MD5 | 5e356d06143d1d20923331dd298eed80 |
|
BLAKE2b-256 | 94f5c40bb479dfdcb78390770cfb9748151a5f54bff023f495521308109c18f0 |