azure-mgmt-servermanager


Nameazure-mgmt-servermanager JSON
Version 2.0.1 PyPI version JSON
download
home_pagehttps://github.com/Azure/azure-sdk-for-python
SummaryMicrosoft Azure Server Manager Management Client Library for Python
upload_time2024-10-31 16:35:01
maintainerNone
docs_urlNone
authorMicrosoft Corporation
requires_python>=3.7
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 package has been deprecated and will no longer be maintained after 08-31-2024.


# Release History

## 2.0.1 (2024-10-31)

### Other Changes

- This package has been deprecated and will no longer be maintained after 08-31-2024.

## 2.0.0 (2018-05-25)

**Features**

  - Client class can be used as a context manager to keep the underlying
    HTTP session open for performance

**General Breaking changes**

This version uses a next-generation code generator that *might*
introduce breaking changes.

  - Model signatures now use only keyword-argument syntax. All
    positional arguments must be re-written as keyword-arguments. To
    keep auto-completion in most cases, models are now generated for
    Python 2 and Python 3. Python 3 uses the "*" syntax for
    keyword-only arguments.
  - Enum types now use the "str" mixin (class AzureEnum(str, Enum)) to
    improve the behavior when unrecognized enum values are encountered.
    While this is not a breaking change, the distinctions are important,
    and are documented here:
    <https://docs.python.org/3/library/enum.html#others> At a glance:
      - "is" should not be used at all.
      - "format" will return the string value, where "%s" string
        formatting will return `NameOfEnum.stringvalue`. Format syntax
        should be prefered.
  - New Long Running Operation:
      - Return type changes from
        `msrestazure.azure_operation.AzureOperationPoller` to
        `msrest.polling.LROPoller`. External API is the same.
      - Return type is now **always** a `msrest.polling.LROPoller`,
        regardless of the optional parameters used.
      - The behavior has changed when using `raw=True`. Instead of
        returning the initial call result as `ClientRawResponse`,
        without polling, now this returns an LROPoller. After polling,
        the final resource will be returned as a `ClientRawResponse`.
      - New `polling` parameter. The default behavior is
        `Polling=True` which will poll using ARM algorithm. When
        `Polling=False`, the response of the initial call will be
        returned without polling.
      - `polling` parameter accepts instances of subclasses of
        `msrest.polling.PollingMethod`.
      - `add_done_callback` will no longer raise if called after
        polling is finished, but will instead execute the callback right
        away.

**Bugfixes**

  - Compatibility of the sdist with wheel 0.31.0

## 1.2.0 (2017-06-23)

  - Fix typo in enumeration classes

This wheel package is now built with the azure wheel extension

## 1.1.0 (2016-11-14)

  - New APIVersion 2016-07-01-preview

## 1.0.0 (2016-09-13)

  - Initial Release (APIVersion 2015-07-01-preview)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Azure/azure-sdk-for-python",
    "name": "azure-mgmt-servermanager",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "azure, azure sdk",
    "author": "Microsoft Corporation",
    "author_email": "azpysdkhelp@microsoft.com",
    "download_url": "https://files.pythonhosted.org/packages/08/2b/8fe369f0f8ba6ff5c1dadc3c9d4e3393a95d1f48ad75d2208046073bcdf5/azure_mgmt_servermanager-2.0.1.tar.gz",
    "platform": null,
    "description": "# Microsoft Azure SDK for Python\n\nThis package has been deprecated and will no longer be maintained after 08-31-2024.\n\n\n# Release History\n\n## 2.0.1 (2024-10-31)\n\n### Other Changes\n\n- This package has been deprecated and will no longer be maintained after 08-31-2024.\n\n## 2.0.0 (2018-05-25)\n\n**Features**\n\n  - Client class can be used as a context manager to keep the underlying\n    HTTP session open for performance\n\n**General Breaking changes**\n\nThis version uses a next-generation code generator that *might*\nintroduce breaking changes.\n\n  - Model signatures now use only keyword-argument syntax. All\n    positional arguments must be re-written as keyword-arguments. To\n    keep auto-completion in most cases, models are now generated for\n    Python 2 and Python 3. Python 3 uses the \"*\" syntax for\n    keyword-only arguments.\n  - Enum types now use the \"str\" mixin (class AzureEnum(str, Enum)) to\n    improve the behavior when unrecognized enum values are encountered.\n    While this is not a breaking change, the distinctions are important,\n    and are documented here:\n    <https://docs.python.org/3/library/enum.html#others> At a glance:\n      - \"is\" should not be used at all.\n      - \"format\" will return the string value, where \"%s\" string\n        formatting will return `NameOfEnum.stringvalue`. Format syntax\n        should be prefered.\n  - New Long Running Operation:\n      - Return type changes from\n        `msrestazure.azure_operation.AzureOperationPoller` to\n        `msrest.polling.LROPoller`. External API is the same.\n      - Return type is now **always** a `msrest.polling.LROPoller`,\n        regardless of the optional parameters used.\n      - The behavior has changed when using `raw=True`. Instead of\n        returning the initial call result as `ClientRawResponse`,\n        without polling, now this returns an LROPoller. After polling,\n        the final resource will be returned as a `ClientRawResponse`.\n      - New `polling` parameter. The default behavior is\n        `Polling=True` which will poll using ARM algorithm. When\n        `Polling=False`, the response of the initial call will be\n        returned without polling.\n      - `polling` parameter accepts instances of subclasses of\n        `msrest.polling.PollingMethod`.\n      - `add_done_callback` will no longer raise if called after\n        polling is finished, but will instead execute the callback right\n        away.\n\n**Bugfixes**\n\n  - Compatibility of the sdist with wheel 0.31.0\n\n## 1.2.0 (2017-06-23)\n\n  - Fix typo in enumeration classes\n\nThis wheel package is now built with the azure wheel extension\n\n## 1.1.0 (2016-11-14)\n\n  - New APIVersion 2016-07-01-preview\n\n## 1.0.0 (2016-09-13)\n\n  - Initial Release (APIVersion 2015-07-01-preview)\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Microsoft Azure Server Manager Management Client Library for Python",
    "version": "2.0.1",
    "project_urls": {
        "Homepage": "https://github.com/Azure/azure-sdk-for-python"
    },
    "split_keywords": [
        "azure",
        " azure sdk"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2f2c844a6cd624141835df17f255d1bc97a67cb2fbc571ea0a34d5df92f90dbf",
                "md5": "a0dbfe70fe75323117122cc20d33710f",
                "sha256": "d697867d242f15716fab7b310ec6c779deadc5917568ef30d43110222e66e6da"
            },
            "downloads": -1,
            "filename": "azure_mgmt_servermanager-2.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a0dbfe70fe75323117122cc20d33710f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 64318,
            "upload_time": "2024-10-31T16:35:02",
            "upload_time_iso_8601": "2024-10-31T16:35:02.408170Z",
            "url": "https://files.pythonhosted.org/packages/2f/2c/844a6cd624141835df17f255d1bc97a67cb2fbc571ea0a34d5df92f90dbf/azure_mgmt_servermanager-2.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "082b8fe369f0f8ba6ff5c1dadc3c9d4e3393a95d1f48ad75d2208046073bcdf5",
                "md5": "c1c84bd650da76a723bb1797e76725de",
                "sha256": "950284bda356caf4bb5bef80f65c2f3a42405cee4b21ebc1daaa5754860c78e2"
            },
            "downloads": -1,
            "filename": "azure_mgmt_servermanager-2.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c1c84bd650da76a723bb1797e76725de",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 26880,
            "upload_time": "2024-10-31T16:35:01",
            "upload_time_iso_8601": "2024-10-31T16:35:01.365707Z",
            "url": "https://files.pythonhosted.org/packages/08/2b/8fe369f0f8ba6ff5c1dadc3c9d4e3393a95d1f48ad75d2208046073bcdf5/azure_mgmt_servermanager-2.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-31 16:35:01",
    "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-servermanager"
}
        
Elapsed time: 0.37897s