Microsoft Azure Elasticsan Management Client Library for Python
Project description
Microsoft Azure SDK for Python
This is the Microsoft Azure Elasticsan 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
- Python 3.7+ is required to use this package.
- Azure subscription
Install the package
pip install azure-mgmt-elasticsan
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.elasticsan import ElasticSanMgmtClient
import os
sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = ElasticSanMgmtClient(credential=DefaultAzureCredential(), subscription_id=sub_id)
Examples
Code samples for this package can be found at:
- Search Elasticsan 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
1.0.0b3 (2023-10-23)
Features Added
- Added operation group VolumeSnapshotsOperations
- Model ElasticSan has a new parameter public_network_access
- Model ElasticSanUpdate has a new parameter public_network_access
- Model SourceCreationData has a new parameter source_id
- Model Volume has a new parameter managed_by
- Model Volume has a new parameter provisioning_state
- Model VolumeGroup has a new parameter encryption_properties
- Model VolumeGroup has a new parameter identity
- Model VolumeGroupUpdate has a new parameter encryption_properties
- Model VolumeGroupUpdate has a new parameter identity
- Model VolumeUpdate has a new parameter managed_by
- Operation VolumesOperations.begin_delete has a new optional parameter x_ms_delete_snapshots
- Operation VolumesOperations.begin_delete has a new optional parameter x_ms_force_delete
Breaking Changes
- Model SourceCreationData no longer has parameter source_uri
- Model VirtualNetworkRule no longer has parameter state
1.0.0b2 (2023-07-21)
Features Added
- Added operation group PrivateEndpointConnectionsOperations
- Added operation group PrivateLinkResourcesOperations
- Model ElasticSan has a new parameter private_endpoint_connections
- Model ErrorResponse has a new parameter error
- Model Resource has a new parameter system_data
- Model SkuInformationList has a new parameter next_link
- Model TrackedResource has a new parameter system_data
- Model VolumeGroup has a new parameter private_endpoint_connections
Breaking Changes
- Client name is changed from
ElasticSanManagement
toElasticSanMgmtClient
- Model ErrorResponse no longer has parameter additional_info
- Model ErrorResponse no longer has parameter code
- Model ErrorResponse no longer has parameter details
- Model ErrorResponse no longer has parameter message
- Model ErrorResponse no longer has parameter target
- Model Resource no longer has parameter tags
- Model Volume no longer has parameter tags
- Model VolumeGroup no longer has parameter tags
- Model VolumeGroupUpdate no longer has parameter tags
- Model VolumeUpdate no longer has parameter tags
- Parameter location of model ElasticSan is now required
- Parameter location of model TrackedResource is now required
- Parameter size_gi_b of model Volume is now required
1.0.0b1 (2022-10-21)
- 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
File details
Details for the file azure-mgmt-elasticsan-1.0.0b3.tar.gz
.
File metadata
- Download URL: azure-mgmt-elasticsan-1.0.0b3.tar.gz
- Upload date:
- Size: 72.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: RestSharp/106.13.0.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 389747023f27a18a880ba5cd45acd929ed64ddd7c8d7a751ce87296527e24976 |
|
MD5 | f94ae9f09058232205a6bddce95c881f |
|
BLAKE2b-256 | 260a836a0f9ea60bb04d7130017650ad93da8c77ad453b6df6e0e50333cde08d |
File details
Details for the file azure_mgmt_elasticsan-1.0.0b3-py3-none-any.whl
.
File metadata
- Download URL: azure_mgmt_elasticsan-1.0.0b3-py3-none-any.whl
- Upload date:
- Size: 104.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: RestSharp/106.13.0.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3bd1136ff4699d675c33ced572c29f4d4054a5eaf8c558d439de6146780e3a16 |
|
MD5 | d2327817a6dacc210a18146af0264437 |
|
BLAKE2b-256 | ae45feb496bd03ef17619413c110f6e173b98c7dda9a886b3dabc145fbffd37a |