azure-mgmt-elasticsan


Nameazure-mgmt-elasticsan JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/Azure/azure-sdk-for-python
SummaryMicrosoft Azure Elasticsan Management Client Library for Python
upload_time2024-01-25 03:22:23
maintainerNone
docs_urlNone
authorMicrosoft Corporation
requires_python>=3.8
licenseMIT License
keywords azure azure sdk
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # Microsoft Azure SDK for Python

This is the Microsoft Azure Elasticsan 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](https://aka.ms/azsdk/python/all).

## _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](https://azure.microsoft.com/free/)

### Install the package

```bash
pip install azure-mgmt-elasticsan
pip install azure-identity
```

### Authentication

By default, [Azure Active Directory](https://aka.ms/awps/aad) 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:

```python
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](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com
- [Azure Python Mgmt SDK Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)


## Troubleshooting

## Next steps

## Provide Feedback

If you encounter any bugs or have suggestions, please file an issue in the
[Issues](https://github.com/Azure/azure-sdk-for-python/issues)
section of the project. 


# Release History

## 1.0.0 (2024-01-25)

### Features Added

  - Model ElasticSanUpdate has a new parameter properties
  - Model PrivateLinkResource has a new parameter properties
  - Model VolumeGroup has a new parameter properties
  - Model VolumeGroupUpdate has a new parameter properties
  - Model VolumeUpdate has a new parameter properties

### Breaking Changes

  - Model ElasticSan has a new required parameter properties
  - Model ElasticSan no longer has parameter availability_zones
  - Model ElasticSan no longer has parameter base_size_ti_b
  - Model ElasticSan no longer has parameter extended_capacity_size_ti_b
  - Model ElasticSan no longer has parameter private_endpoint_connections
  - Model ElasticSan no longer has parameter provisioning_state
  - Model ElasticSan no longer has parameter public_network_access
  - Model ElasticSan no longer has parameter sku
  - Model ElasticSan no longer has parameter total_iops
  - Model ElasticSan no longer has parameter total_m_bps
  - Model ElasticSan no longer has parameter total_size_ti_b
  - Model ElasticSan no longer has parameter total_volume_size_gi_b
  - Model ElasticSan no longer has parameter volume_group_count
  - Model ElasticSanUpdate no longer has parameter base_size_ti_b
  - Model ElasticSanUpdate no longer has parameter extended_capacity_size_ti_b
  - Model ElasticSanUpdate no longer has parameter public_network_access
  - Model PrivateEndpointConnection has a new required parameter properties
  - Model PrivateEndpointConnection no longer has parameter group_ids
  - Model PrivateEndpointConnection no longer has parameter private_endpoint
  - Model PrivateEndpointConnection no longer has parameter private_link_service_connection_state
  - Model PrivateEndpointConnection no longer has parameter provisioning_state
  - Model PrivateLinkResource no longer has parameter group_id
  - Model PrivateLinkResource no longer has parameter required_members
  - Model PrivateLinkResource no longer has parameter required_zone_names
  - Model Snapshot has a new required parameter properties
  - Model Snapshot no longer has parameter creation_data
  - Model Snapshot no longer has parameter provisioning_state
  - Model Snapshot no longer has parameter source_volume_size_gi_b
  - Model Snapshot no longer has parameter volume_name
  - Model Volume has a new required parameter properties
  - Model Volume no longer has parameter creation_data
  - Model Volume no longer has parameter managed_by
  - Model Volume no longer has parameter provisioning_state
  - Model Volume no longer has parameter size_gi_b
  - Model Volume no longer has parameter storage_target
  - Model Volume no longer has parameter volume_id
  - Model VolumeGroup no longer has parameter encryption
  - Model VolumeGroup no longer has parameter encryption_properties
  - Model VolumeGroup no longer has parameter network_acls
  - Model VolumeGroup no longer has parameter private_endpoint_connections
  - Model VolumeGroup no longer has parameter protocol_type
  - Model VolumeGroup no longer has parameter provisioning_state
  - Model VolumeGroupUpdate no longer has parameter encryption
  - Model VolumeGroupUpdate no longer has parameter encryption_properties
  - Model VolumeGroupUpdate no longer has parameter network_acls
  - Model VolumeGroupUpdate no longer has parameter protocol_type
  - Model VolumeUpdate no longer has parameter managed_by
  - Model VolumeUpdate no longer has parameter size_gi_b

## 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` to `ElasticSanMgmtClient`
  - 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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Azure/azure-sdk-for-python",
    "name": "azure-mgmt-elasticsan",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "azure,azure sdk",
    "author": "Microsoft Corporation",
    "author_email": "azpysdkhelp@microsoft.com",
    "download_url": "https://files.pythonhosted.org/packages/af/0b/b532737629d3b400ba6f197059c0a91497d7d039bb44693f9b5bcdd19e8d/azure-mgmt-elasticsan-1.0.0.tar.gz",
    "platform": null,
    "description": "# Microsoft Azure SDK for Python\n\nThis is the Microsoft Azure Elasticsan Management Client Library.\nThis package has been tested with Python 3.8+.\nFor a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).\n\n## _Disclaimer_\n\n_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_\n\n## Getting started\n\n### Prerequisites\n\n- Python 3.8+ is required to use this package.\n- [Azure subscription](https://azure.microsoft.com/free/)\n\n### Install the package\n\n```bash\npip install azure-mgmt-elasticsan\npip install azure-identity\n```\n\n### Authentication\n\nBy default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables.\n\n- `AZURE_CLIENT_ID` for Azure client ID.\n- `AZURE_TENANT_ID` for Azure tenant ID.\n- `AZURE_CLIENT_SECRET` for Azure client secret.\n\nIn addition, Azure subscription ID can be configured via environment variable `AZURE_SUBSCRIPTION_ID`.\n\nWith above configuration, client can be authenticated by following code:\n\n```python\nfrom azure.identity import DefaultAzureCredential\nfrom azure.mgmt.elasticsan import ElasticSanMgmtClient\nimport os\n\nsub_id = os.getenv(\"AZURE_SUBSCRIPTION_ID\")\nclient = ElasticSanMgmtClient(credential=DefaultAzureCredential(), subscription_id=sub_id)\n```\n\n## Examples\n\nCode samples for this package can be found at:\n- [Search Elasticsan Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com\n- [Azure Python Mgmt SDK Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)\n\n\n## Troubleshooting\n\n## Next steps\n\n## Provide Feedback\n\nIf you encounter any bugs or have suggestions, please file an issue in the\n[Issues](https://github.com/Azure/azure-sdk-for-python/issues)\nsection of the project. \n\n\n# Release History\n\n## 1.0.0 (2024-01-25)\n\n### Features Added\n\n  - Model ElasticSanUpdate has a new parameter properties\n  - Model PrivateLinkResource has a new parameter properties\n  - Model VolumeGroup has a new parameter properties\n  - Model VolumeGroupUpdate has a new parameter properties\n  - Model VolumeUpdate has a new parameter properties\n\n### Breaking Changes\n\n  - Model ElasticSan has a new required parameter properties\n  - Model ElasticSan no longer has parameter availability_zones\n  - Model ElasticSan no longer has parameter base_size_ti_b\n  - Model ElasticSan no longer has parameter extended_capacity_size_ti_b\n  - Model ElasticSan no longer has parameter private_endpoint_connections\n  - Model ElasticSan no longer has parameter provisioning_state\n  - Model ElasticSan no longer has parameter public_network_access\n  - Model ElasticSan no longer has parameter sku\n  - Model ElasticSan no longer has parameter total_iops\n  - Model ElasticSan no longer has parameter total_m_bps\n  - Model ElasticSan no longer has parameter total_size_ti_b\n  - Model ElasticSan no longer has parameter total_volume_size_gi_b\n  - Model ElasticSan no longer has parameter volume_group_count\n  - Model ElasticSanUpdate no longer has parameter base_size_ti_b\n  - Model ElasticSanUpdate no longer has parameter extended_capacity_size_ti_b\n  - Model ElasticSanUpdate no longer has parameter public_network_access\n  - Model PrivateEndpointConnection has a new required parameter properties\n  - Model PrivateEndpointConnection no longer has parameter group_ids\n  - Model PrivateEndpointConnection no longer has parameter private_endpoint\n  - Model PrivateEndpointConnection no longer has parameter private_link_service_connection_state\n  - Model PrivateEndpointConnection no longer has parameter provisioning_state\n  - Model PrivateLinkResource no longer has parameter group_id\n  - Model PrivateLinkResource no longer has parameter required_members\n  - Model PrivateLinkResource no longer has parameter required_zone_names\n  - Model Snapshot has a new required parameter properties\n  - Model Snapshot no longer has parameter creation_data\n  - Model Snapshot no longer has parameter provisioning_state\n  - Model Snapshot no longer has parameter source_volume_size_gi_b\n  - Model Snapshot no longer has parameter volume_name\n  - Model Volume has a new required parameter properties\n  - Model Volume no longer has parameter creation_data\n  - Model Volume no longer has parameter managed_by\n  - Model Volume no longer has parameter provisioning_state\n  - Model Volume no longer has parameter size_gi_b\n  - Model Volume no longer has parameter storage_target\n  - Model Volume no longer has parameter volume_id\n  - Model VolumeGroup no longer has parameter encryption\n  - Model VolumeGroup no longer has parameter encryption_properties\n  - Model VolumeGroup no longer has parameter network_acls\n  - Model VolumeGroup no longer has parameter private_endpoint_connections\n  - Model VolumeGroup no longer has parameter protocol_type\n  - Model VolumeGroup no longer has parameter provisioning_state\n  - Model VolumeGroupUpdate no longer has parameter encryption\n  - Model VolumeGroupUpdate no longer has parameter encryption_properties\n  - Model VolumeGroupUpdate no longer has parameter network_acls\n  - Model VolumeGroupUpdate no longer has parameter protocol_type\n  - Model VolumeUpdate no longer has parameter managed_by\n  - Model VolumeUpdate no longer has parameter size_gi_b\n\n## 1.0.0b3 (2023-10-23)\n\n### Features Added\n\n  - Added operation group VolumeSnapshotsOperations\n  - Model ElasticSan has a new parameter public_network_access\n  - Model ElasticSanUpdate has a new parameter public_network_access\n  - Model SourceCreationData has a new parameter source_id\n  - Model Volume has a new parameter managed_by\n  - Model Volume has a new parameter provisioning_state\n  - Model VolumeGroup has a new parameter encryption_properties\n  - Model VolumeGroup has a new parameter identity\n  - Model VolumeGroupUpdate has a new parameter encryption_properties\n  - Model VolumeGroupUpdate has a new parameter identity\n  - Model VolumeUpdate has a new parameter managed_by\n  - Operation VolumesOperations.begin_delete has a new optional parameter x_ms_delete_snapshots\n  - Operation VolumesOperations.begin_delete has a new optional parameter x_ms_force_delete\n\n### Breaking Changes\n\n  - Model SourceCreationData no longer has parameter source_uri\n  - Model VirtualNetworkRule no longer has parameter state\n\n## 1.0.0b2 (2023-07-21)\n\n### Features Added\n\n  - Added operation group PrivateEndpointConnectionsOperations\n  - Added operation group PrivateLinkResourcesOperations\n  - Model ElasticSan has a new parameter private_endpoint_connections\n  - Model ErrorResponse has a new parameter error\n  - Model Resource has a new parameter system_data\n  - Model SkuInformationList has a new parameter next_link\n  - Model TrackedResource has a new parameter system_data\n  - Model VolumeGroup has a new parameter private_endpoint_connections\n\n### Breaking Changes\n\n  - Client name is changed from `ElasticSanManagement` to `ElasticSanMgmtClient`\n  - Model ErrorResponse no longer has parameter additional_info\n  - Model ErrorResponse no longer has parameter code\n  - Model ErrorResponse no longer has parameter details\n  - Model ErrorResponse no longer has parameter message\n  - Model ErrorResponse no longer has parameter target\n  - Model Resource no longer has parameter tags\n  - Model Volume no longer has parameter tags\n  - Model VolumeGroup no longer has parameter tags\n  - Model VolumeGroupUpdate no longer has parameter tags\n  - Model VolumeUpdate no longer has parameter tags\n  - Parameter location of model ElasticSan is now required\n  - Parameter location of model TrackedResource is now required\n  - Parameter size_gi_b of model Volume is now required\n\n## 1.0.0b1 (2022-10-21)\n\n* Initial Release\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Microsoft Azure Elasticsan Management Client Library for Python",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/Azure/azure-sdk-for-python"
    },
    "split_keywords": [
        "azure",
        "azure sdk"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7b7e4c8f72ddf4688b7ea0349d7fedbfcbb7d4a0ebacbca53baf0a13c0746d3d",
                "md5": "e6ff0ba850c902ee8f72bb71e9f4b118",
                "sha256": "d1b96c58f8bb53bd8906988b2fa144d16d3453364bb0bf447aa5625ee69aaba0"
            },
            "downloads": -1,
            "filename": "azure_mgmt_elasticsan-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e6ff0ba850c902ee8f72bb71e9f4b118",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 105708,
            "upload_time": "2024-01-25T03:22:25",
            "upload_time_iso_8601": "2024-01-25T03:22:25.844034Z",
            "url": "https://files.pythonhosted.org/packages/7b/7e/4c8f72ddf4688b7ea0349d7fedbfcbb7d4a0ebacbca53baf0a13c0746d3d/azure_mgmt_elasticsan-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "af0bb532737629d3b400ba6f197059c0a91497d7d039bb44693f9b5bcdd19e8d",
                "md5": "c3379906b500182c1e7846db70d8090c",
                "sha256": "834cfa2fa41a89a4661ef24fd7b340a8ce0374a3467c5d8b8bb406b6cb7829ef"
            },
            "downloads": -1,
            "filename": "azure-mgmt-elasticsan-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c3379906b500182c1e7846db70d8090c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 73207,
            "upload_time": "2024-01-25T03:22:23",
            "upload_time_iso_8601": "2024-01-25T03:22:23.881130Z",
            "url": "https://files.pythonhosted.org/packages/af/0b/b532737629d3b400ba6f197059c0a91497d7d039bb44693f9b5bcdd19e8d/azure-mgmt-elasticsan-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-25 03:22:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Azure",
    "github_project": "azure-sdk-for-python",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "azure-mgmt-elasticsan"
}
        
Elapsed time: 0.18032s