azure-mgmt-sqlvirtualmachine


Nameazure-mgmt-sqlvirtualmachine JSON
Version 0.5.0 PyPI version JSON
download
home_pagehttps://github.com/Azure/azure-sdk-for-python
SummaryMicrosoft Azure SQL Virtual Machine Management Client Library for Python
upload_time2019-11-27 03:38:07
maintainer
docs_urlNone
authorMicrosoft Corporation
requires_python
licenseMIT License
keywords
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 SQL Virtual Machine Management Client Library.

Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).

This package has been tested with Python 2.7, 3.5, 3.6 and 3.7.

For the older Azure Service Management (ASM) libraries, see
`azure-servicemanagement-legacy <https://pypi.python.org/pypi/azure-servicemanagement-legacy>`__ library.

For a more complete set of Azure libraries, see the `azure <https://pypi.python.org/pypi/azure>`__ bundle package.


Usage
=====

For code examples, see `SQL Virtual Machine Management
<https://docs.microsoft.com/python/api/overview/azure/>`__
on docs.microsoft.com.


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.


.. image::  https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-sqlvirtualmachine%2FREADME.png


.. :changelog:

Release History
===============

0.5.0 (2019-11-27)
++++++++++++++++++

**Features**

- Model SqlVirtualMachine has a new parameter storage_configuration_settings
- Added operation SqlVirtualMachinesOperations.list_by_sql_vm_group

0.4.0 (2019-07-04)
++++++++++++++++++

**Features**

- Model SqlVirtualMachine has a new parameter sql_management

**General Breaking changes**

This version uses a next-generation code generator that *might* introduce breaking changes if from some import.
In summary, some modules were incorrectly visible/importable and have been renamed. This fixed several issues caused by usage of classes that were not supposed to be used in the first place.

- SqlVirtualMachineManagementClient cannot be imported from `azure.mgmt.sqlvirtualmachine.sql_virtual_machine_management_client` anymore (import from `azure.mgmt.sqlvirtualmachine` works like before)
- SqlVirtualMachineManagementClientConfiguration import has been moved from `azure.mgmt.sqlvirtualmachine.sql_virtual_machine_management_client` to `azure.mgmt.sqlvirtualmachine`
- A model `MyClass` from a "models" sub-module cannot be imported anymore using `azure.mgmt.sqlvirtualmachine.models.my_class` (import from `azure.mgmt.sqlvirtualmachine.models` works like before)
- An operation class `MyClassOperations` from an `operations` sub-module cannot be imported anymore using `azure.mgmt.sqlvirtualmachine.operations.my_class_operations` (import from `azure.mgmt.sqlvirtualmachine.operations` works like before)

Last but not least, HTTP connection pooling is now enabled by default. You should always use a client as a context manager, or call close(), or use no more than one client per process.

0.3.0 (2019-06-03)
++++++++++++++++++

**Features**

- sql_image_sku is now writable

0.2.0 (2018-12-07)
++++++++++++++++++

**Features**

- Model SqlStorageUpdateSettings has a new parameter starting_device_id

**Breaking changes**

- Model AdditionalFeaturesServerConfigurations no longer has parameter backup_permissions_for_azure_backup_svc

0.1.0 (2018-11-27)
++++++++++++++++++

* Initial Release



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Azure/azure-sdk-for-python",
    "name": "azure-mgmt-sqlvirtualmachine",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Microsoft Corporation",
    "author_email": "azpysdkhelp@microsoft.com",
    "download_url": "https://files.pythonhosted.org/packages/f6/03/efe8f2ea66d51a23d908ab08c6a7b5f55b43c16bafb8d703f69594c635cf/azure-mgmt-sqlvirtualmachine-0.5.0.zip",
    "platform": "",
    "description": "Microsoft Azure SDK for Python\n==============================\n\nThis is the Microsoft Azure SQL Virtual Machine Management Client Library.\n\nAzure Resource Manager (ARM) is the next generation of management APIs that\nreplace the old Azure Service Management (ASM).\n\nThis package has been tested with Python 2.7, 3.5, 3.6 and 3.7.\n\nFor the older Azure Service Management (ASM) libraries, see\n`azure-servicemanagement-legacy <https://pypi.python.org/pypi/azure-servicemanagement-legacy>`__ library.\n\nFor a more complete set of Azure libraries, see the `azure <https://pypi.python.org/pypi/azure>`__ bundle package.\n\n\nUsage\n=====\n\nFor code examples, see `SQL Virtual Machine Management\n<https://docs.microsoft.com/python/api/overview/azure/>`__\non docs.microsoft.com.\n\n\nProvide Feedback\n================\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.. image::  https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-sqlvirtualmachine%2FREADME.png\n\n\n.. :changelog:\n\nRelease History\n===============\n\n0.5.0 (2019-11-27)\n++++++++++++++++++\n\n**Features**\n\n- Model SqlVirtualMachine has a new parameter storage_configuration_settings\n- Added operation SqlVirtualMachinesOperations.list_by_sql_vm_group\n\n0.4.0 (2019-07-04)\n++++++++++++++++++\n\n**Features**\n\n- Model SqlVirtualMachine has a new parameter sql_management\n\n**General Breaking changes**\n\nThis version uses a next-generation code generator that *might* introduce breaking changes if from some import.\nIn summary, some modules were incorrectly visible/importable and have been renamed. This fixed several issues caused by usage of classes that were not supposed to be used in the first place.\n\n- SqlVirtualMachineManagementClient cannot be imported from `azure.mgmt.sqlvirtualmachine.sql_virtual_machine_management_client` anymore (import from `azure.mgmt.sqlvirtualmachine` works like before)\n- SqlVirtualMachineManagementClientConfiguration import has been moved from `azure.mgmt.sqlvirtualmachine.sql_virtual_machine_management_client` to `azure.mgmt.sqlvirtualmachine`\n- A model `MyClass` from a \"models\" sub-module cannot be imported anymore using `azure.mgmt.sqlvirtualmachine.models.my_class` (import from `azure.mgmt.sqlvirtualmachine.models` works like before)\n- An operation class `MyClassOperations` from an `operations` sub-module cannot be imported anymore using `azure.mgmt.sqlvirtualmachine.operations.my_class_operations` (import from `azure.mgmt.sqlvirtualmachine.operations` works like before)\n\nLast but not least, HTTP connection pooling is now enabled by default. You should always use a client as a context manager, or call close(), or use no more than one client per process.\n\n0.3.0 (2019-06-03)\n++++++++++++++++++\n\n**Features**\n\n- sql_image_sku is now writable\n\n0.2.0 (2018-12-07)\n++++++++++++++++++\n\n**Features**\n\n- Model SqlStorageUpdateSettings has a new parameter starting_device_id\n\n**Breaking changes**\n\n- Model AdditionalFeaturesServerConfigurations no longer has parameter backup_permissions_for_azure_backup_svc\n\n0.1.0 (2018-11-27)\n++++++++++++++++++\n\n* Initial Release\n\n\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Microsoft Azure SQL Virtual Machine Management Client Library for Python",
    "version": "0.5.0",
    "project_urls": {
        "Homepage": "https://github.com/Azure/azure-sdk-for-python"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "30c7eb497b7d67cf04d817c0ebae8e84e5a6bd455338f21618551666dc5d0403",
                "md5": "1bb9392d6b38bbc0bb0271ac0ed76ee0",
                "sha256": "27b2ba9e1d1bde478b714e7809914baad4499d5e87062d7b5bfbc28765238d08"
            },
            "downloads": -1,
            "filename": "azure_mgmt_sqlvirtualmachine-0.5.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1bb9392d6b38bbc0bb0271ac0ed76ee0",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 34484,
            "upload_time": "2019-11-27T03:38:04",
            "upload_time_iso_8601": "2019-11-27T03:38:04.778693Z",
            "url": "https://files.pythonhosted.org/packages/30/c7/eb497b7d67cf04d817c0ebae8e84e5a6bd455338f21618551666dc5d0403/azure_mgmt_sqlvirtualmachine-0.5.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f603efe8f2ea66d51a23d908ab08c6a7b5f55b43c16bafb8d703f69594c635cf",
                "md5": "d27f52e4b6ea15f65418140a48ef7088",
                "sha256": "b5a9423512a7b12844ac014366a1d53c81017a14f39676beedf004a532aa2aad"
            },
            "downloads": -1,
            "filename": "azure-mgmt-sqlvirtualmachine-0.5.0.zip",
            "has_sig": false,
            "md5_digest": "d27f52e4b6ea15f65418140a48ef7088",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 42585,
            "upload_time": "2019-11-27T03:38:07",
            "upload_time_iso_8601": "2019-11-27T03:38:07.178781Z",
            "url": "https://files.pythonhosted.org/packages/f6/03/efe8f2ea66d51a23d908ab08c6a7b5f55b43c16bafb8d703f69594c635cf/azure-mgmt-sqlvirtualmachine-0.5.0.zip",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2019-11-27 03:38:07",
    "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-sqlvirtualmachine"
}
        
Elapsed time: 0.08267s