azure
azure copied to clipboard
Development area for Azure Collections
##### SUMMARY Add more parameters to azure_rm_aksagentpool.py, try to fixes #1445 ##### ISSUE TYPE - Feature Pull Request ##### COMPONENT NAME azure_rm_aksagentpool.py azure_rm_aksagentpool_info.py ##### ADDITIONAL INFORMATION ```paste below ```
##### SUMMARY azure_rm_adapplication does not properly ingest arguments for the [optional_claims section](https://github.com/microsoftgraph/msgraph-sdk-python/blob/2fd4d2a188a4405c1f6b30f2cf891b08134aa963/msgraph/generated/models/application.py#L91) of an application. There are [three different types of tokens](https://learn.microsoft.com/en-us/graph/api/resources/optionalclaims?view=graph-rest-1.0) that may have optional claims set. The module...
##### SUMMARY ad_serviceprincipal_info does not properly list all service principals when neither object_id nor app_id are specified. This is due to the filter incorrectly including the app_id for every invocation....
##### SUMMARY Azure documentation describes how to add a node pool with custom configuration files: https://learn.microsoft.com/en-us/azure/aks/custom-node-configuration?tabs=linux-node-pools#add-a-node-pool-using-custom-configuration-files I do not see how to do this in either the documentation or source...
* Normalize 'password' vs 'password_profile' variable and option names * Add options for 'force password change on next logon' ##### SUMMARY This adds two additional ansible options mapping to existing...
##### SUMMARY Added possibility to assign RG name via env var **ANSIBLE_AZURE_VMSS_RESOURCE_GROUPS** for VMSS closes https://github.com/ansible-collections/azure/issues/1432 ##### ISSUE TYPE - Feature Pull Request ##### COMPONENT NAME azure_rm
##### SUMMARY It's possible to upload a VHD into a container in a storage account and then use that to import an image version. This adds a third way to...
##### SUMMARY We have created a Service Principal in Azure, and validated those credentials with AzureCLI `az login --service-principal --username='12345678-abcd-1234-efgh-567890abcdef' --password='SuperSecretValue1234!' --tenant='98765432-abcd-1234-cdef-1234567890ab'` -- This works as expected, and we see...
##### SUMMARY Let users set/update/delete a lifecycle management policy on storage accounts: * docs: https://learn.microsoft.com/en-us/azure/storage/blobs/lifecycle-management-policy-configure?tabs=azure-portal * API: https://learn.microsoft.com/en-us/rest/api/storagerp/management-policies/create-or-update?view=rest-storagerp-2023-01-01&tabs=Python ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME Maybe something like...
##### SUMMARY Maybe I'm doing it wrong, but it seems that it is not allowed to specify an OS disk blob URI as source in storage_profile in azure_rm_galleryimageversion. Should work...