azure-mgmt-devopsinfrastructure


Nameazure-mgmt-devopsinfrastructure JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/Azure/azure-sdk-for-python
SummaryMicrosoft Azure Devopsinfrastructure Management Client Library for Python
upload_time2024-11-21 07:04:08
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 Devopsinfrastructure 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-devopsinfrastructure
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.devopsinfrastructure import DevOpsInfrastructureMgmtClient
import os

sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = DevOpsInfrastructureMgmtClient(credential=DefaultAzureCredential(), subscription_id=sub_id)
```

## Examples

Code samples for this package can be found at:
- [Search Devopsinfrastructure 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-11-21)

### Features Added

  - Model `Quota` added property `unit`
  - Model `Quota` added property `current_value`
  - Model `Quota` added property `limit`
  - Operation group `SubscriptionUsagesOperations` added method `usages`

### Breaking Changes

  - Enum `ManagedServiceIdentityType` renamed its value `SYSTEM_AND_USER_ASSIGNED` to `SYSTEM_ASSIGNED_USER_ASSIGNED`
  - Enum `OsDiskStorageAccountType` renamed its value `STANDARD_S_S_D` to `STANDARD_SSD`
  - Model `Quota` deleted or renamed its instance variable `properties`
  - Model `Quota` deleted or renamed its instance variable `type`
  - Model `Quota` deleted or renamed its instance variable `system_data`
  - Deleted or renamed enum value `StorageAccountType.PREMIUM_L_R_S`
  - Deleted or renamed enum value `StorageAccountType.PREMIUM_Z_R_S`
  - Deleted or renamed enum value `StorageAccountType.STANDARD_L_R_S`
  - Deleted or renamed enum value `StorageAccountType.STANDARD_S_S_D_L_R_S`
  - Deleted or renamed enum value `StorageAccountType.STANDARD_S_S_D_Z_R_S`
  - Deleted or renamed model `ActionType`
  - Deleted or renamed model `Operation`
  - Deleted or renamed model `OperationDisplay`
  - Deleted or renamed model `Origin`
  - Deleted or renamed model `QuotaProperties`
  - Deleted or renamed method `SubscriptionUsagesOperations.list_by_location`

## 1.0.0b1 (2024-05-29)

- Initial version

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Azure/azure-sdk-for-python",
    "name": "azure-mgmt-devopsinfrastructure",
    "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/6b/01/d838524a68eecc2503cc22d16029da3492debca48b019d079a27c0f73a35/azure_mgmt_devopsinfrastructure-1.0.0.tar.gz",
    "platform": null,
    "description": "# Microsoft Azure SDK for Python\n\nThis is the Microsoft Azure Devopsinfrastructure 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-devopsinfrastructure\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.devopsinfrastructure import DevOpsInfrastructureMgmtClient\nimport os\n\nsub_id = os.getenv(\"AZURE_SUBSCRIPTION_ID\")\nclient = DevOpsInfrastructureMgmtClient(credential=DefaultAzureCredential(), subscription_id=sub_id)\n```\n\n## Examples\n\nCode samples for this package can be found at:\n- [Search Devopsinfrastructure 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-11-21)\n\n### Features Added\n\n  - Model `Quota` added property `unit`\n  - Model `Quota` added property `current_value`\n  - Model `Quota` added property `limit`\n  - Operation group `SubscriptionUsagesOperations` added method `usages`\n\n### Breaking Changes\n\n  - Enum `ManagedServiceIdentityType` renamed its value `SYSTEM_AND_USER_ASSIGNED` to `SYSTEM_ASSIGNED_USER_ASSIGNED`\n  - Enum `OsDiskStorageAccountType` renamed its value `STANDARD_S_S_D` to `STANDARD_SSD`\n  - Model `Quota` deleted or renamed its instance variable `properties`\n  - Model `Quota` deleted or renamed its instance variable `type`\n  - Model `Quota` deleted or renamed its instance variable `system_data`\n  - Deleted or renamed enum value `StorageAccountType.PREMIUM_L_R_S`\n  - Deleted or renamed enum value `StorageAccountType.PREMIUM_Z_R_S`\n  - Deleted or renamed enum value `StorageAccountType.STANDARD_L_R_S`\n  - Deleted or renamed enum value `StorageAccountType.STANDARD_S_S_D_L_R_S`\n  - Deleted or renamed enum value `StorageAccountType.STANDARD_S_S_D_Z_R_S`\n  - Deleted or renamed model `ActionType`\n  - Deleted or renamed model `Operation`\n  - Deleted or renamed model `OperationDisplay`\n  - Deleted or renamed model `Origin`\n  - Deleted or renamed model `QuotaProperties`\n  - Deleted or renamed method `SubscriptionUsagesOperations.list_by_location`\n\n## 1.0.0b1 (2024-05-29)\n\n- Initial version\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Microsoft Azure Devopsinfrastructure 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": "035febcf4be90e58affc692c34cb833b8b83dd914d0abfcbb763f5f8f4eefd3d",
                "md5": "86b060f028bc0ab0e0681f3ab6ecd9eb",
                "sha256": "504854444329527ae4afd5d6dce03b726f1a392578e21ca5f0d8c6d7dc1911ec"
            },
            "downloads": -1,
            "filename": "azure_mgmt_devopsinfrastructure-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "86b060f028bc0ab0e0681f3ab6ecd9eb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 69447,
            "upload_time": "2024-11-21T07:04:10",
            "upload_time_iso_8601": "2024-11-21T07:04:10.320286Z",
            "url": "https://files.pythonhosted.org/packages/03/5f/ebcf4be90e58affc692c34cb833b8b83dd914d0abfcbb763f5f8f4eefd3d/azure_mgmt_devopsinfrastructure-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6b01d838524a68eecc2503cc22d16029da3492debca48b019d079a27c0f73a35",
                "md5": "0627137d90a6ff4f6983c277c76a79cc",
                "sha256": "05d351ee6e60125f3c4155368ad1e8640db532f4c263091de5cf01f0d36c1127"
            },
            "downloads": -1,
            "filename": "azure_mgmt_devopsinfrastructure-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0627137d90a6ff4f6983c277c76a79cc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 63742,
            "upload_time": "2024-11-21T07:04:08",
            "upload_time_iso_8601": "2024-11-21T07:04:08.780025Z",
            "url": "https://files.pythonhosted.org/packages/6b/01/d838524a68eecc2503cc22d16029da3492debca48b019d079a27c0f73a35/azure_mgmt_devopsinfrastructure-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-21 07:04:08",
    "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-devopsinfrastructure"
}
        
Elapsed time: 0.53843s