# Microsoft Azure SDK for Python
This is the Microsoft Azure Containerservicefleet 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-containerservicefleet
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.containerservicefleet import ContainerServiceFleetMgmtClient
import os
sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = ContainerServiceFleetMgmtClient(credential=DefaultAzureCredential(), subscription_id=sub_id)
```
## Examples
Code samples for this package can be found at:
- [Search Containerservicefleet 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
## 3.0.0 (2024-10-31)
### Breaking Changes
- This package now only targets the latest Api-Version available on Azure and removes APIs of other Api-Version. After this change, the package can have much smaller size. If your application requires a specific and non-latest Api-Version, it's recommended to pin this package to the previous released version; If your application always only use latest Api-Version, please ingore this change.
## 2.1.0 (2024-10-21)
### Features Added
- Added operation group AutoUpgradeProfilesOperations
- Model NodeImageSelection has a new parameter custom_node_image_versions
## 2.0.0 (2024-05-20)
### Breaking Changes
- Model APIServerAccessProfile no longer has parameter enable_vnet_integration
- Model APIServerAccessProfile no longer has parameter subnet_id
## 1.1.0 (2024-04-03)
### Features Added
- Added operation UpdateRunsOperations.begin_skip
- Model Fleet has a new parameter hub_profile
## 1.0.0 (2023-10-27)
### Breaking Changes
- Model Fleet no longer has parameter hub_profile
## 1.0.0b3 (2023-10-23)
### Features Added
- Added operation group FleetUpdateStrategiesOperations
- Model AgentProfile has a new parameter vm_size
- Model FleetHubProfile has a new parameter portal_fqdn
- Model UpdateRun has a new parameter update_strategy_id
## 1.0.0b2 (2023-09-12)
### Features Added
- Model Fleet has a new parameter identity
- Model FleetHubProfile has a new parameter agent_profile
- Model FleetHubProfile has a new parameter api_server_access_profile
- Model FleetPatch has a new parameter identity
- Model ManagedClusterUpdate has a new parameter node_image_selection
- Model MemberUpdateStatus has a new parameter message
- Model UpdateRunStatus has a new parameter node_image_selection
### Breaking Changes
- Renamed operation FleetMembersOperations.update to FleetMembersOperations.begin_update
- Renamed operation FleetsOperations.update to FleetsOperations.begin_update
## 1.0.0b1 (2023-06-16)
* Initial Release
Raw data
{
"_id": null,
"home_page": "https://github.com/Azure/azure-sdk-for-python",
"name": "azure-mgmt-containerservicefleet",
"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/99/ac/0ed59771f7d11e0554e8e909c0128527996f63f5b40e7b8b71657f752a0b/azure_mgmt_containerservicefleet-3.0.0.tar.gz",
"platform": null,
"description": "# Microsoft Azure SDK for Python\n\nThis is the Microsoft Azure Containerservicefleet 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-containerservicefleet\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.containerservicefleet import ContainerServiceFleetMgmtClient\nimport os\n\nsub_id = os.getenv(\"AZURE_SUBSCRIPTION_ID\")\nclient = ContainerServiceFleetMgmtClient(credential=DefaultAzureCredential(), subscription_id=sub_id)\n```\n\n## Examples\n\nCode samples for this package can be found at:\n- [Search Containerservicefleet 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## 3.0.0 (2024-10-31)\n\n### Breaking Changes\n\n- This package now only targets the latest Api-Version available on Azure and removes APIs of other Api-Version. After this change, the package can have much smaller size. If your application requires a specific and non-latest Api-Version, it's recommended to pin this package to the previous released version; If your application always only use latest Api-Version, please ingore this change.\n\n## 2.1.0 (2024-10-21)\n\n### Features Added\n\n - Added operation group AutoUpgradeProfilesOperations\n - Model NodeImageSelection has a new parameter custom_node_image_versions\n\n## 2.0.0 (2024-05-20)\n\n### Breaking Changes\n\n - Model APIServerAccessProfile no longer has parameter enable_vnet_integration\n - Model APIServerAccessProfile no longer has parameter subnet_id\n\n## 1.1.0 (2024-04-03)\n\n### Features Added\n\n - Added operation UpdateRunsOperations.begin_skip\n - Model Fleet has a new parameter hub_profile\n\n## 1.0.0 (2023-10-27)\n\n### Breaking Changes\n\n - Model Fleet no longer has parameter hub_profile\n\n## 1.0.0b3 (2023-10-23)\n\n### Features Added\n\n - Added operation group FleetUpdateStrategiesOperations\n - Model AgentProfile has a new parameter vm_size\n - Model FleetHubProfile has a new parameter portal_fqdn\n - Model UpdateRun has a new parameter update_strategy_id\n\n## 1.0.0b2 (2023-09-12)\n\n### Features Added\n\n - Model Fleet has a new parameter identity\n - Model FleetHubProfile has a new parameter agent_profile\n - Model FleetHubProfile has a new parameter api_server_access_profile\n - Model FleetPatch has a new parameter identity\n - Model ManagedClusterUpdate has a new parameter node_image_selection\n - Model MemberUpdateStatus has a new parameter message\n - Model UpdateRunStatus has a new parameter node_image_selection\n\n### Breaking Changes\n\n - Renamed operation FleetMembersOperations.update to FleetMembersOperations.begin_update\n - Renamed operation FleetsOperations.update to FleetsOperations.begin_update\n\n## 1.0.0b1 (2023-06-16)\n\n* Initial Release\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Microsoft Azure Containerservicefleet Management Client Library for Python",
"version": "3.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": "8802861ec3f0b9483bdac3e66f17598dfb1ae2a36b0562b1be9336e304ce26f0",
"md5": "30393ec1650ce3cf3a7c692ac8275771",
"sha256": "97b4662eef150d280766f7d83bc3beb2a2fc7d3910c8f8ec99364fb80cc9b6bd"
},
"downloads": -1,
"filename": "azure_mgmt_containerservicefleet-3.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "30393ec1650ce3cf3a7c692ac8275771",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 87816,
"upload_time": "2024-10-31T10:06:42",
"upload_time_iso_8601": "2024-10-31T10:06:42.028332Z",
"url": "https://files.pythonhosted.org/packages/88/02/861ec3f0b9483bdac3e66f17598dfb1ae2a36b0562b1be9336e304ce26f0/azure_mgmt_containerservicefleet-3.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "99ac0ed59771f7d11e0554e8e909c0128527996f63f5b40e7b8b71657f752a0b",
"md5": "88d61311dcd89c8395c6a44d2685ffeb",
"sha256": "e57f0d0bc322510bdac6015d4c080535b0d25572e3f4f28e7f1c73bd861972d5"
},
"downloads": -1,
"filename": "azure_mgmt_containerservicefleet-3.0.0.tar.gz",
"has_sig": false,
"md5_digest": "88d61311dcd89c8395c6a44d2685ffeb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 68470,
"upload_time": "2024-10-31T10:06:40",
"upload_time_iso_8601": "2024-10-31T10:06:40.155146Z",
"url": "https://files.pythonhosted.org/packages/99/ac/0ed59771f7d11e0554e8e909c0128527996f63f5b40e7b8b71657f752a0b/azure_mgmt_containerservicefleet-3.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-31 10:06:40",
"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-containerservicefleet"
}