# Microsoft Azure SDK for Python
This is the Microsoft Azure Scvmm 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-scvmm
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.scvmm import SCVMM
import os
sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = SCVMM(credential=DefaultAzureCredential(), subscription_id=sub_id)
```
## Examples
Code samples for this package can be found at:
- [Search Scvmm 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-06-20)
### Features Added
- Added operation group GuestAgentsOperations
- Added operation group VirtualMachineInstancesOperations
- Added operation group VmInstanceHybridIdentityMetadatasOperations
- Model AvailabilitySet has a new parameter properties
- Model Cloud has a new parameter properties
- Model InventoryItem has a new parameter properties
- Model ProxyResource has a new parameter system_data
- Model Resource has a new parameter system_data
- Model VirtualDisk has a new parameter storage_qos_policy
- Model VirtualDiskUpdate has a new parameter storage_qos_policy
- Model VirtualMachineInventoryItem has a new parameter bios_guid
- Model VirtualMachineInventoryItem has a new parameter managed_machine_resource_id
- Model VirtualMachineInventoryItem has a new parameter os_version
- Model VirtualMachineTemplate has a new parameter properties
- Model VirtualNetwork has a new parameter properties
### Breaking Changes
- Client name is changed from `SCVMM` to `ScVmmMgmtClient`
- Model AvailabilitySet no longer has parameter availability_set_name
- Model AvailabilitySet no longer has parameter provisioning_state
- Model AvailabilitySet no longer has parameter vmm_server_id
- Model Cloud no longer has parameter cloud_capacity
- Model Cloud no longer has parameter cloud_name
- Model Cloud no longer has parameter inventory_item_id
- Model Cloud no longer has parameter provisioning_state
- Model Cloud no longer has parameter storage_qo_s_policies
- Model Cloud no longer has parameter uuid
- Model Cloud no longer has parameter vmm_server_id
- Model InventoryItem no longer has parameter inventory_item_name
- Model InventoryItem no longer has parameter inventory_type
- Model InventoryItem no longer has parameter managed_resource_id
- Model InventoryItem no longer has parameter provisioning_state
- Model InventoryItem no longer has parameter uuid
- Model VirtualDisk no longer has parameter storage_qo_s_policy
- Model VirtualDiskUpdate no longer has parameter storage_qo_s_policy
- Model VirtualMachineTemplate no longer has parameter computer_name
- Model VirtualMachineTemplate no longer has parameter cpu_count
- Model VirtualMachineTemplate no longer has parameter disks
- Model VirtualMachineTemplate no longer has parameter dynamic_memory_enabled
- Model VirtualMachineTemplate no longer has parameter dynamic_memory_max_mb
- Model VirtualMachineTemplate no longer has parameter dynamic_memory_min_mb
- Model VirtualMachineTemplate no longer has parameter generation
- Model VirtualMachineTemplate no longer has parameter inventory_item_id
- Model VirtualMachineTemplate no longer has parameter is_customizable
- Model VirtualMachineTemplate no longer has parameter is_highly_available
- Model VirtualMachineTemplate no longer has parameter limit_cpu_for_migration
- Model VirtualMachineTemplate no longer has parameter memory_mb
- Model VirtualMachineTemplate no longer has parameter network_interfaces
- Model VirtualMachineTemplate no longer has parameter os_name
- Model VirtualMachineTemplate no longer has parameter os_type
- Model VirtualMachineTemplate no longer has parameter provisioning_state
- Model VirtualMachineTemplate no longer has parameter uuid
- Model VirtualMachineTemplate no longer has parameter vmm_server_id
- Model VirtualNetwork no longer has parameter inventory_item_id
- Model VirtualNetwork no longer has parameter network_name
- Model VirtualNetwork no longer has parameter provisioning_state
- Model VirtualNetwork no longer has parameter uuid
- Model VirtualNetwork no longer has parameter vmm_server_id
- Operation AvailabilitySetsOperations.begin_create_or_update has a new required parameter availability_set_resource_name
- Operation AvailabilitySetsOperations.begin_create_or_update has a new required parameter resource
- Operation AvailabilitySetsOperations.begin_create_or_update no longer has parameter availability_set_name
- Operation AvailabilitySetsOperations.begin_create_or_update no longer has parameter body
- Operation AvailabilitySetsOperations.begin_delete has a new required parameter availability_set_resource_name
- Operation AvailabilitySetsOperations.begin_delete no longer has parameter availability_set_name
- Operation AvailabilitySetsOperations.begin_update has a new required parameter availability_set_resource_name
- Operation AvailabilitySetsOperations.begin_update has a new required parameter properties
- Operation AvailabilitySetsOperations.begin_update no longer has parameter availability_set_name
- Operation AvailabilitySetsOperations.begin_update no longer has parameter body
- Operation AvailabilitySetsOperations.get has a new required parameter availability_set_resource_name
- Operation AvailabilitySetsOperations.get no longer has parameter availability_set_name
- Operation CloudsOperations.begin_create_or_update has a new required parameter cloud_resource_name
- Operation CloudsOperations.begin_create_or_update has a new required parameter resource
- Operation CloudsOperations.begin_create_or_update no longer has parameter body
- Operation CloudsOperations.begin_create_or_update no longer has parameter cloud_name
- Operation CloudsOperations.begin_delete has a new required parameter cloud_resource_name
- Operation CloudsOperations.begin_delete no longer has parameter cloud_name
- Operation CloudsOperations.begin_update has a new required parameter cloud_resource_name
- Operation CloudsOperations.begin_update has a new required parameter properties
- Operation CloudsOperations.begin_update no longer has parameter body
- Operation CloudsOperations.begin_update no longer has parameter cloud_name
- Operation CloudsOperations.get has a new required parameter cloud_resource_name
- Operation CloudsOperations.get no longer has parameter cloud_name
- Operation InventoryItemsOperations.create has a new required parameter inventory_item_resource_name
- Operation InventoryItemsOperations.create has a new required parameter resource
- Operation InventoryItemsOperations.create no longer has parameter body
- Operation InventoryItemsOperations.create no longer has parameter inventory_item_name
- Operation InventoryItemsOperations.delete has a new required parameter inventory_item_resource_name
- Operation InventoryItemsOperations.delete no longer has parameter inventory_item_name
- Operation InventoryItemsOperations.get has a new required parameter inventory_item_resource_name
- Operation InventoryItemsOperations.get no longer has parameter inventory_item_name
- Operation VirtualMachineTemplatesOperations.begin_create_or_update has a new required parameter resource
- Operation VirtualMachineTemplatesOperations.begin_create_or_update no longer has parameter body
- Operation VirtualMachineTemplatesOperations.begin_update has a new required parameter properties
- Operation VirtualMachineTemplatesOperations.begin_update no longer has parameter body
- Operation VirtualNetworksOperations.begin_create_or_update has a new required parameter resource
- Operation VirtualNetworksOperations.begin_create_or_update no longer has parameter body
- Operation VirtualNetworksOperations.begin_update has a new required parameter properties
- Operation VirtualNetworksOperations.begin_update no longer has parameter body
- Operation VmmServersOperations.begin_create_or_update has a new required parameter resource
- Operation VmmServersOperations.begin_create_or_update no longer has parameter body
- Operation VmmServersOperations.begin_update has a new required parameter properties
- Operation VmmServersOperations.begin_update no longer has parameter body
- Parameter extended_location of model AvailabilitySet is now required
- Parameter location of model AvailabilitySet is now required
- Parameter value of model AvailabilitySetListResult is now required
- Parameter value of model CloudListResult is now required
- Parameter value of model VirtualMachineTemplateListResult is now required
- Parameter value of model VirtualNetworkListResult is now required
- Removed operation group VirtualMachinesOperations
## 1.0.0b2 (2022-11-23)
### Other Changes
- Added generated samples in github repo
- Drop support for python<3.7.0
## 1.0.0b1 (2022-04-20)
* Initial Release
Raw data
{
"_id": null,
"home_page": "https://github.com/Azure/azure-sdk-for-python",
"name": "azure-mgmt-scvmm",
"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/f1/5f/d4b0c331b84a3a6cba823397fa43855689736f6849c35fcdee15203ba2b7/azure-mgmt-scvmm-1.0.0.tar.gz",
"platform": null,
"description": "# Microsoft Azure SDK for Python\n\nThis is the Microsoft Azure Scvmm 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-scvmm\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.scvmm import SCVMM\nimport os\n\nsub_id = os.getenv(\"AZURE_SUBSCRIPTION_ID\")\nclient = SCVMM(credential=DefaultAzureCredential(), subscription_id=sub_id)\n```\n\n## Examples\n\nCode samples for this package can be found at:\n- [Search Scvmm 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-06-20)\n\n### Features Added\n\n - Added operation group GuestAgentsOperations\n - Added operation group VirtualMachineInstancesOperations\n - Added operation group VmInstanceHybridIdentityMetadatasOperations\n - Model AvailabilitySet has a new parameter properties\n - Model Cloud has a new parameter properties\n - Model InventoryItem has a new parameter properties\n - Model ProxyResource has a new parameter system_data\n - Model Resource has a new parameter system_data\n - Model VirtualDisk has a new parameter storage_qos_policy\n - Model VirtualDiskUpdate has a new parameter storage_qos_policy\n - Model VirtualMachineInventoryItem has a new parameter bios_guid\n - Model VirtualMachineInventoryItem has a new parameter managed_machine_resource_id\n - Model VirtualMachineInventoryItem has a new parameter os_version\n - Model VirtualMachineTemplate has a new parameter properties\n - Model VirtualNetwork has a new parameter properties\n\n### Breaking Changes\n\n - Client name is changed from `SCVMM` to `ScVmmMgmtClient`\n - Model AvailabilitySet no longer has parameter availability_set_name\n - Model AvailabilitySet no longer has parameter provisioning_state\n - Model AvailabilitySet no longer has parameter vmm_server_id\n - Model Cloud no longer has parameter cloud_capacity\n - Model Cloud no longer has parameter cloud_name\n - Model Cloud no longer has parameter inventory_item_id\n - Model Cloud no longer has parameter provisioning_state\n - Model Cloud no longer has parameter storage_qo_s_policies\n - Model Cloud no longer has parameter uuid\n - Model Cloud no longer has parameter vmm_server_id\n - Model InventoryItem no longer has parameter inventory_item_name\n - Model InventoryItem no longer has parameter inventory_type\n - Model InventoryItem no longer has parameter managed_resource_id\n - Model InventoryItem no longer has parameter provisioning_state\n - Model InventoryItem no longer has parameter uuid\n - Model VirtualDisk no longer has parameter storage_qo_s_policy\n - Model VirtualDiskUpdate no longer has parameter storage_qo_s_policy\n - Model VirtualMachineTemplate no longer has parameter computer_name\n - Model VirtualMachineTemplate no longer has parameter cpu_count\n - Model VirtualMachineTemplate no longer has parameter disks\n - Model VirtualMachineTemplate no longer has parameter dynamic_memory_enabled\n - Model VirtualMachineTemplate no longer has parameter dynamic_memory_max_mb\n - Model VirtualMachineTemplate no longer has parameter dynamic_memory_min_mb\n - Model VirtualMachineTemplate no longer has parameter generation\n - Model VirtualMachineTemplate no longer has parameter inventory_item_id\n - Model VirtualMachineTemplate no longer has parameter is_customizable\n - Model VirtualMachineTemplate no longer has parameter is_highly_available\n - Model VirtualMachineTemplate no longer has parameter limit_cpu_for_migration\n - Model VirtualMachineTemplate no longer has parameter memory_mb\n - Model VirtualMachineTemplate no longer has parameter network_interfaces\n - Model VirtualMachineTemplate no longer has parameter os_name\n - Model VirtualMachineTemplate no longer has parameter os_type\n - Model VirtualMachineTemplate no longer has parameter provisioning_state\n - Model VirtualMachineTemplate no longer has parameter uuid\n - Model VirtualMachineTemplate no longer has parameter vmm_server_id\n - Model VirtualNetwork no longer has parameter inventory_item_id\n - Model VirtualNetwork no longer has parameter network_name\n - Model VirtualNetwork no longer has parameter provisioning_state\n - Model VirtualNetwork no longer has parameter uuid\n - Model VirtualNetwork no longer has parameter vmm_server_id\n - Operation AvailabilitySetsOperations.begin_create_or_update has a new required parameter availability_set_resource_name\n - Operation AvailabilitySetsOperations.begin_create_or_update has a new required parameter resource\n - Operation AvailabilitySetsOperations.begin_create_or_update no longer has parameter availability_set_name\n - Operation AvailabilitySetsOperations.begin_create_or_update no longer has parameter body\n - Operation AvailabilitySetsOperations.begin_delete has a new required parameter availability_set_resource_name\n - Operation AvailabilitySetsOperations.begin_delete no longer has parameter availability_set_name\n - Operation AvailabilitySetsOperations.begin_update has a new required parameter availability_set_resource_name\n - Operation AvailabilitySetsOperations.begin_update has a new required parameter properties\n - Operation AvailabilitySetsOperations.begin_update no longer has parameter availability_set_name\n - Operation AvailabilitySetsOperations.begin_update no longer has parameter body\n - Operation AvailabilitySetsOperations.get has a new required parameter availability_set_resource_name\n - Operation AvailabilitySetsOperations.get no longer has parameter availability_set_name\n - Operation CloudsOperations.begin_create_or_update has a new required parameter cloud_resource_name\n - Operation CloudsOperations.begin_create_or_update has a new required parameter resource\n - Operation CloudsOperations.begin_create_or_update no longer has parameter body\n - Operation CloudsOperations.begin_create_or_update no longer has parameter cloud_name\n - Operation CloudsOperations.begin_delete has a new required parameter cloud_resource_name\n - Operation CloudsOperations.begin_delete no longer has parameter cloud_name\n - Operation CloudsOperations.begin_update has a new required parameter cloud_resource_name\n - Operation CloudsOperations.begin_update has a new required parameter properties\n - Operation CloudsOperations.begin_update no longer has parameter body\n - Operation CloudsOperations.begin_update no longer has parameter cloud_name\n - Operation CloudsOperations.get has a new required parameter cloud_resource_name\n - Operation CloudsOperations.get no longer has parameter cloud_name\n - Operation InventoryItemsOperations.create has a new required parameter inventory_item_resource_name\n - Operation InventoryItemsOperations.create has a new required parameter resource\n - Operation InventoryItemsOperations.create no longer has parameter body\n - Operation InventoryItemsOperations.create no longer has parameter inventory_item_name\n - Operation InventoryItemsOperations.delete has a new required parameter inventory_item_resource_name\n - Operation InventoryItemsOperations.delete no longer has parameter inventory_item_name\n - Operation InventoryItemsOperations.get has a new required parameter inventory_item_resource_name\n - Operation InventoryItemsOperations.get no longer has parameter inventory_item_name\n - Operation VirtualMachineTemplatesOperations.begin_create_or_update has a new required parameter resource\n - Operation VirtualMachineTemplatesOperations.begin_create_or_update no longer has parameter body\n - Operation VirtualMachineTemplatesOperations.begin_update has a new required parameter properties\n - Operation VirtualMachineTemplatesOperations.begin_update no longer has parameter body\n - Operation VirtualNetworksOperations.begin_create_or_update has a new required parameter resource\n - Operation VirtualNetworksOperations.begin_create_or_update no longer has parameter body\n - Operation VirtualNetworksOperations.begin_update has a new required parameter properties\n - Operation VirtualNetworksOperations.begin_update no longer has parameter body\n - Operation VmmServersOperations.begin_create_or_update has a new required parameter resource\n - Operation VmmServersOperations.begin_create_or_update no longer has parameter body\n - Operation VmmServersOperations.begin_update has a new required parameter properties\n - Operation VmmServersOperations.begin_update no longer has parameter body\n - Parameter extended_location of model AvailabilitySet is now required\n - Parameter location of model AvailabilitySet is now required\n - Parameter value of model AvailabilitySetListResult is now required\n - Parameter value of model CloudListResult is now required\n - Parameter value of model VirtualMachineTemplateListResult is now required\n - Parameter value of model VirtualNetworkListResult is now required\n - Removed operation group VirtualMachinesOperations\n\n## 1.0.0b2 (2022-11-23)\n\n### Other Changes\n\n - Added generated samples in github repo\n - Drop support for python<3.7.0\n\n## 1.0.0b1 (2022-04-20)\n\n* Initial Release\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Microsoft Azure Scvmm 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": "19c2ecf8e87b780d3feb1b6e7ae1c58562303594443d526418736db6f087f9df",
"md5": "064b9c1ee5347df6aaf672834b48a230",
"sha256": "e400da38eb2d852d4211a0669d9011bd7748c1e1724ff41ee671e04111dc8565"
},
"downloads": -1,
"filename": "azure_mgmt_scvmm-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "064b9c1ee5347df6aaf672834b48a230",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 132568,
"upload_time": "2024-06-26T07:21:53",
"upload_time_iso_8601": "2024-06-26T07:21:53.970733Z",
"url": "https://files.pythonhosted.org/packages/19/c2/ecf8e87b780d3feb1b6e7ae1c58562303594443d526418736db6f087f9df/azure_mgmt_scvmm-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f15fd4b0c331b84a3a6cba823397fa43855689736f6849c35fcdee15203ba2b7",
"md5": "3fed3a71ce6d5850e105f96dbce35abf",
"sha256": "04d020670f1e82768aafa07771a5e377904a416dc75e10ac158af62ef131e0f3"
},
"downloads": -1,
"filename": "azure-mgmt-scvmm-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "3fed3a71ce6d5850e105f96dbce35abf",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 96774,
"upload_time": "2024-06-26T07:21:52",
"upload_time_iso_8601": "2024-06-26T07:21:52.042930Z",
"url": "https://files.pythonhosted.org/packages/f1/5f/d4b0c331b84a3a6cba823397fa43855689736f6849c35fcdee15203ba2b7/azure-mgmt-scvmm-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-26 07:21:52",
"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-scvmm"
}