azure-mgmt-core


Nameazure-mgmt-core JSON
Version 1.4.0 PyPI version JSON
download
home_pagehttps://github.com/Azure/azure-sdk-for-python/tree/main/sdk/core/azure-mgmt-core
SummaryMicrosoft Azure Management Core Library for Python
upload_time2023-04-06 22:19:26
maintainerNone
docs_urlNone
authorMicrosoft Corporation
requires_python>=3.7
licenseMIT License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Azure Management Core Library

Azure management core library defines extensions to Azure Core that are specific to ARM (Azure Resource Management) needed when you use client libraries.

As an end user, you don't need to manually install azure-mgmt-core because it will be installed automatically when you install other SDKs.

[Source code](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-mgmt-core/) | [Package (Pypi)][package] | [API reference documentation](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-mgmt-core/)


## Contributing
This project welcomes contributions and suggestions. Most contributions require
you to agree to a Contributor License Agreement (CLA) declaring that you have
the right to, and actually do, grant us the rights to use your contribution.
For details, visit [https://cla.microsoft.com](https://cla.microsoft.com).

When you submit a pull request, a CLA-bot will automatically determine whether
you need to provide a CLA and decorate the PR appropriately (e.g., label,
comment). Simply follow the instructions provided by the bot. You will only
need to do this once across all repos using our CLA.

This project has adopted the
[Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information, see the
[Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any
additional questions or comments.

<!-- LINKS -->
[package]: https://pypi.org/project/azure-mgmt-core/

# Release History

## 1.4.0 (2023-04-06)

### Features

- Added AuxiliaryAuthenticationPolicy

### Other Changes

- Rename "DEFAULT_HEADERS_WHITELIST" to "DEFAULT_HEADERS_ALLOWLIST". Added a backward compatible alias.

## 1.3.2 (2022-08-11)

### Other Changes

- Updated mindep about `azure-core` from `1.23.0` to `1.24.0`

## 1.3.1 (2022-06-14)

### Other Changes

- Updated mindep about `azure-core` from `1.15.0` to `1.23.0`

## 1.3.0 (2021-07-01)

### Features

- Support CAE

## 1.3.0b3 (2021-06-07)

### Changed

- Updated required `azure-core` version

## 1.3.0b2 (2021-05-13)

### Changed

- Updated required `azure-core` version

## 1.3.0b1 (2021-03-10)

### Features

- ARMChallengeAuthenticationPolicy supports bearer token authorization and CAE challenges

## 1.2.2 (2020-11-09)

### Bug Fixes

- Fixed bug to allow polling for PATCH long-running-operation.

## 1.2.1 (2020-10-05)

### Bug Fixes

- Fixed bug to allow polling in the case of parameterized endpoints with relative polling urls  #14097

## 1.2.0 (2020-07-06)

### Bug Fixes

- The `allowed_header_names` property of ARMHttpLoggingPolicy now includes the management plane specific
allowed headers  #12218

### Features

- Added `http_logging_policy` property on the `Configuration` object, allowing users to individually
set the http logging policy of the config  #12218

## 1.1.0 (2020-05-04)

### Features

- Info logger now logs ARM throttling information  #10940


## 1.0.0 (2020-04-09)

### Features

- Internal refactoring of polling on top of azure-core 1.4.0

## 1.0.0b1 (2020-03-10)

- Preview 1 release

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/core/azure-mgmt-core",
    "name": "azure-mgmt-core",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Microsoft Corporation",
    "author_email": "azpysdkhelp@microsoft.com",
    "download_url": "https://files.pythonhosted.org/packages/14/95/2b2085e40f4b9de88ad256428a669583066d8ab348fc19110c7d04c3189b/azure-mgmt-core-1.4.0.zip",
    "platform": null,
    "description": "\n# Azure Management Core Library\n\nAzure management core library defines extensions to Azure Core that are specific to ARM (Azure Resource Management) needed when you use client libraries.\n\nAs an end user, you don't need to manually install azure-mgmt-core because it will be installed automatically when you install other SDKs.\n\n[Source code](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-mgmt-core/) | [Package (Pypi)][package] | [API reference documentation](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-mgmt-core/)\n\n\n## Contributing\nThis project welcomes contributions and suggestions. Most contributions require\nyou to agree to a Contributor License Agreement (CLA) declaring that you have\nthe right to, and actually do, grant us the rights to use your contribution.\nFor details, visit [https://cla.microsoft.com](https://cla.microsoft.com).\n\nWhen you submit a pull request, a CLA-bot will automatically determine whether\nyou need to provide a CLA and decorate the PR appropriately (e.g., label,\ncomment). Simply follow the instructions provided by the bot. You will only\nneed to do this once across all repos using our CLA.\n\nThis project has adopted the\n[Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\nFor more information, see the\n[Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)\nor contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any\nadditional questions or comments.\n\n<!-- LINKS -->\n[package]: https://pypi.org/project/azure-mgmt-core/\n\n# Release History\n\n## 1.4.0 (2023-04-06)\n\n### Features\n\n- Added AuxiliaryAuthenticationPolicy\n\n### Other Changes\n\n- Rename \"DEFAULT_HEADERS_WHITELIST\" to \"DEFAULT_HEADERS_ALLOWLIST\". Added a backward compatible alias.\n\n## 1.3.2 (2022-08-11)\n\n### Other Changes\n\n- Updated mindep about `azure-core` from `1.23.0` to `1.24.0`\n\n## 1.3.1 (2022-06-14)\n\n### Other Changes\n\n- Updated mindep about `azure-core` from `1.15.0` to `1.23.0`\n\n## 1.3.0 (2021-07-01)\n\n### Features\n\n- Support CAE\n\n## 1.3.0b3 (2021-06-07)\n\n### Changed\n\n- Updated required `azure-core` version\n\n## 1.3.0b2 (2021-05-13)\n\n### Changed\n\n- Updated required `azure-core` version\n\n## 1.3.0b1 (2021-03-10)\n\n### Features\n\n- ARMChallengeAuthenticationPolicy supports bearer token authorization and CAE challenges\n\n## 1.2.2 (2020-11-09)\n\n### Bug Fixes\n\n- Fixed bug to allow polling for PATCH long-running-operation.\n\n## 1.2.1 (2020-10-05)\n\n### Bug Fixes\n\n- Fixed bug to allow polling in the case of parameterized endpoints with relative polling urls  #14097\n\n## 1.2.0 (2020-07-06)\n\n### Bug Fixes\n\n- The `allowed_header_names` property of ARMHttpLoggingPolicy now includes the management plane specific\nallowed headers  #12218\n\n### Features\n\n- Added `http_logging_policy` property on the `Configuration` object, allowing users to individually\nset the http logging policy of the config  #12218\n\n## 1.1.0 (2020-05-04)\n\n### Features\n\n- Info logger now logs ARM throttling information  #10940\n\n\n## 1.0.0 (2020-04-09)\n\n### Features\n\n- Internal refactoring of polling on top of azure-core 1.4.0\n\n## 1.0.0b1 (2020-03-10)\n\n- Preview 1 release\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Microsoft Azure Management Core Library for Python",
    "version": "1.4.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b15a3a31578b840600dffb75f3ffb383cc4c5e8ea0d06a1085f86b17e18c3193",
                "md5": "d19292e534bffaa8e387e597365cf435",
                "sha256": "81071675f186a585555ef01816f2774d49c1c9024cb76e5720c3c0f6b337bb7d"
            },
            "downloads": -1,
            "filename": "azure_mgmt_core-1.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d19292e534bffaa8e387e597365cf435",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 27837,
            "upload_time": "2023-04-06T22:19:28",
            "upload_time_iso_8601": "2023-04-06T22:19:28.088617Z",
            "url": "https://files.pythonhosted.org/packages/b1/5a/3a31578b840600dffb75f3ffb383cc4c5e8ea0d06a1085f86b17e18c3193/azure_mgmt_core-1.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "14952b2085e40f4b9de88ad256428a669583066d8ab348fc19110c7d04c3189b",
                "md5": "019ea4cda3537576b7c580302dce6422",
                "sha256": "d195208340094f98e5a6661b781cde6f6a051e79ce317caabd8ff97030a9b3ae"
            },
            "downloads": -1,
            "filename": "azure-mgmt-core-1.4.0.zip",
            "has_sig": false,
            "md5_digest": "019ea4cda3537576b7c580302dce6422",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 58042,
            "upload_time": "2023-04-06T22:19:26",
            "upload_time_iso_8601": "2023-04-06T22:19:26.669886Z",
            "url": "https://files.pythonhosted.org/packages/14/95/2b2085e40f4b9de88ad256428a669583066d8ab348fc19110c7d04c3189b/azure-mgmt-core-1.4.0.zip",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-06 22:19:26",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "azure-mgmt-core"
}
        
Elapsed time: 0.05812s