nergalex
nergalex
##### SUMMARY In azure_rm_appgateway.py, add a parameter to configure a Web Application Firewall. ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME Python SDK reference: [web_application_firewall_configuration](https://docs.microsoft.com/en-us/python/api/azure-mgmt-network/azure.mgmt.network.v2020_06_01.models.applicationgateway?view=azure-python)
#### SUMMARY Thank you for the module "azure_rm_virtualnetworkgateway". In order to complete the setup of a VPN GW connection, have you already developed modules associated to the Python classes below...
##### SUMMARY Error encounter when using openshift 0.12 package and community.kubernetes.k8s. See attached file: error_with_openshift_0.12.json.txt community.kubernetes.k8s works well with openshift 0.11.2 pakage. See attached file: ok_with_openshift_0.11.2.json.txt [error_with_openshift_0.12.json.txt](https://github.com/ansible-collections/community.kubernetes/files/6200968/error_with_openshift_0.12.json.txt) [ok_with_openshift_0.11.2.json.txt](https://github.com/ansible-collections/community.kubernetes/files/6200969/ok_with_openshift_0.11.2.json.txt) ##### ISSUE...
### Environment * Application Services Version: "version":"3.33.0","release":"4", same on BIG-IP and BIG-IQ * BIG-IQ Version: 8.1.0.2.0.0.36 ### Summary Declaration OK to a BIG-IP but get an error via BIG-IQ for...
Hello, To support Azure AD as an IdP, it's necessary to set header `Origin`. If not, this issue [here ](https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/2482) is encountered. Error looks like: `[error] 10#10: *1 js: OIDC...
Hi, Is it possible to support a multi-nic configuration in the module azure_rm_virtualmachine_scaleset ? [Currently](https://github.com/Azure/azure_preview_modules/blob/master/library/azure_rm_virtualmachine_scaleset.py#L741), only one subnet can be set. Regards
Hi, In azure_rm_virtualnetworkgateway module, `subnet` parameter is not used. Could you use `subnet` parameter during the [subnet reference call](https://github.com/Azure/azure_preview_modules/blob/master/library/azure_rm_virtualnetworkgateway.py#L314) ?
##### ISSUE TYPE - Feature Idea ##### SUMMARY Thank you for the module "azure_rm_virtualnetworkgateway". In order to complete the setup of a VPN GW connection, have you already developed modules...
Hi, Could you please add a module to get info on a network interface for a VM Scale Set? As `azure_rm_networkinterface_info `does for VM. Use Case: retrieve Private address IPs...