# Microsoft Azure SDK for Python
This is the Microsoft Azure Iotfirmwaredefense 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-iotfirmwaredefense
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.iotfirmwaredefense import IoTFirmwareDefenseMgmtClient
import os
sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = IoTFirmwareDefenseMgmtClient(credential=DefaultAzureCredential(), subscription_id=sub_id)
```
## Examples
Code samples for this package can be found at:
- [Search Iotfirmwaredefense 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-03-27)
### Features Added
- Added operation group BinaryHardeningOperations
- Added operation group CryptoCertificatesOperations
- Added operation group CryptoKeysOperations
- Added operation group CvesOperations
- Added operation group FirmwaresOperations
- Added operation group PasswordHashesOperations
- Added operation group SbomComponentsOperations
- Added operation group SummariesOperations
- Model Firmware has a new parameter properties
- Model FirmwareUpdateDefinition has a new parameter properties
- Model Workspace has a new parameter properties
- Model WorkspaceUpdateDefinition has a new parameter properties
### Breaking Changes
- Model CveSummary has a new required parameter summary_type
- Model CveSummary no longer has parameter undefined
- Model Firmware no longer has parameter description
- Model Firmware no longer has parameter file_name
- Model Firmware no longer has parameter file_size
- Model Firmware no longer has parameter model
- Model Firmware no longer has parameter provisioning_state
- Model Firmware no longer has parameter status
- Model Firmware no longer has parameter status_messages
- Model Firmware no longer has parameter vendor
- Model Firmware no longer has parameter version
- Model FirmwareSummary has a new required parameter summary_type
- Model FirmwareUpdateDefinition no longer has parameter description
- Model FirmwareUpdateDefinition no longer has parameter file_name
- Model FirmwareUpdateDefinition no longer has parameter file_size
- Model FirmwareUpdateDefinition no longer has parameter model
- Model FirmwareUpdateDefinition no longer has parameter provisioning_state
- Model FirmwareUpdateDefinition no longer has parameter status
- Model FirmwareUpdateDefinition no longer has parameter status_messages
- Model FirmwareUpdateDefinition no longer has parameter vendor
- Model FirmwareUpdateDefinition no longer has parameter version
- Model PairedKey no longer has parameter additional_properties
- Model UrlToken no longer has parameter upload_url
- Model Workspace no longer has parameter provisioning_state
- Model WorkspaceUpdateDefinition no longer has parameter provisioning_state
- Removed operation group FirmwareOperations
## 1.0.0b1 (2023-07-24)
* Initial Release
Raw data
{
"_id": null,
"home_page": "https://github.com/Azure/azure-sdk-for-python",
"name": "azure-mgmt-iotfirmwaredefense",
"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/f5/1a/359d8f391f901d90326dd7bc3d375e9df384e920a7c0acd9c0cffa2a9b8b/azure-mgmt-iotfirmwaredefense-1.0.0.tar.gz",
"platform": null,
"description": "# Microsoft Azure SDK for Python\n\nThis is the Microsoft Azure Iotfirmwaredefense 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-iotfirmwaredefense\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.iotfirmwaredefense import IoTFirmwareDefenseMgmtClient\nimport os\n\nsub_id = os.getenv(\"AZURE_SUBSCRIPTION_ID\")\nclient = IoTFirmwareDefenseMgmtClient(credential=DefaultAzureCredential(), subscription_id=sub_id)\n```\n\n## Examples\n\nCode samples for this package can be found at:\n- [Search Iotfirmwaredefense 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-03-27)\n\n### Features Added\n\n - Added operation group BinaryHardeningOperations\n - Added operation group CryptoCertificatesOperations\n - Added operation group CryptoKeysOperations\n - Added operation group CvesOperations\n - Added operation group FirmwaresOperations\n - Added operation group PasswordHashesOperations\n - Added operation group SbomComponentsOperations\n - Added operation group SummariesOperations\n - Model Firmware has a new parameter properties\n - Model FirmwareUpdateDefinition has a new parameter properties\n - Model Workspace has a new parameter properties\n - Model WorkspaceUpdateDefinition has a new parameter properties\n\n### Breaking Changes\n\n - Model CveSummary has a new required parameter summary_type\n - Model CveSummary no longer has parameter undefined\n - Model Firmware no longer has parameter description\n - Model Firmware no longer has parameter file_name\n - Model Firmware no longer has parameter file_size\n - Model Firmware no longer has parameter model\n - Model Firmware no longer has parameter provisioning_state\n - Model Firmware no longer has parameter status\n - Model Firmware no longer has parameter status_messages\n - Model Firmware no longer has parameter vendor\n - Model Firmware no longer has parameter version\n - Model FirmwareSummary has a new required parameter summary_type\n - Model FirmwareUpdateDefinition no longer has parameter description\n - Model FirmwareUpdateDefinition no longer has parameter file_name\n - Model FirmwareUpdateDefinition no longer has parameter file_size\n - Model FirmwareUpdateDefinition no longer has parameter model\n - Model FirmwareUpdateDefinition no longer has parameter provisioning_state\n - Model FirmwareUpdateDefinition no longer has parameter status\n - Model FirmwareUpdateDefinition no longer has parameter status_messages\n - Model FirmwareUpdateDefinition no longer has parameter vendor\n - Model FirmwareUpdateDefinition no longer has parameter version\n - Model PairedKey no longer has parameter additional_properties\n - Model UrlToken no longer has parameter upload_url\n - Model Workspace no longer has parameter provisioning_state\n - Model WorkspaceUpdateDefinition no longer has parameter provisioning_state\n - Removed operation group FirmwareOperations\n\n## 1.0.0b1 (2023-07-24)\n\n* Initial Release\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Microsoft Azure Iotfirmwaredefense 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": "509bb95c9d6c4722f8a54c566b4d698aac0409e2f94a8c50449cc599e6ca9851",
"md5": "d1a2c77c9a9dcdf0befdffd930db4b73",
"sha256": "86a4f518a812d90090794e8a8bf4bee68e8c1367bb3018f51280bbc31b56f921"
},
"downloads": -1,
"filename": "azure_mgmt_iotfirmwaredefense-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d1a2c77c9a9dcdf0befdffd930db4b73",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 104055,
"upload_time": "2024-03-27T03:14:10",
"upload_time_iso_8601": "2024-03-27T03:14:10.268739Z",
"url": "https://files.pythonhosted.org/packages/50/9b/b95c9d6c4722f8a54c566b4d698aac0409e2f94a8c50449cc599e6ca9851/azure_mgmt_iotfirmwaredefense-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f51a359d8f391f901d90326dd7bc3d375e9df384e920a7c0acd9c0cffa2a9b8b",
"md5": "7a1f884b6dcf64ad6d8cf709a2bf43e2",
"sha256": "06a35ff6fd3f4dbf6505a2cd55bb757c27bd54e90d4c2a30f697472a64ce0577"
},
"downloads": -1,
"filename": "azure-mgmt-iotfirmwaredefense-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "7a1f884b6dcf64ad6d8cf709a2bf43e2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 58988,
"upload_time": "2024-03-27T03:14:08",
"upload_time_iso_8601": "2024-03-27T03:14:08.406263Z",
"url": "https://files.pythonhosted.org/packages/f5/1a/359d8f391f901d90326dd7bc3d375e9df384e920a7c0acd9c0cffa2a9b8b/azure-mgmt-iotfirmwaredefense-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-27 03:14: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-iotfirmwaredefense"
}