Kent McDonough
Kent McDonough
SUMMARY Fixes https://github.com/ansible-collections/azure/issues/1475 ISSUE TYPE Bugfix Pull Request COMPONENT NAME azure_rm_adapplication ADDITIONAL INFORMATION I copied the format already present for manipulating other complex fields. Conceivably this could be divided into...
##### SUMMARY Fixes https://github.com/ansible-collections/azure/issues/1481 ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME azure_rm_adserviceprincipal_info ##### ADDITIONAL INFORMATION I added reply pagination and also corrected the documentation to specify the...
##### 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 Fixes https://github.com/ansible-collections/azure/issues/1506 ##### ISSUE TYPE - Feature Pull Request ##### COMPONENT NAME azure_rm_adgroup azure_rm_adgroup_info ##### ADDITIONAL INFORMATION I also fixed a few typos in docs and function names....
##### SUMMARY Currently, the modules for AD group manipulation only return membership using the `transitive_members` property, which collapses nested groups. Additionally, due to a known issue in the graph API,...