You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue was re-opened here, original discussion can be found in ansible/ansible#66849.
SUMMARY
I'm attempting to create a static IPv6 address with the azure_rm_publicipaddress module. Static IPv6 addresses are only supported with the 'Standard' SKU (see Limitations). Setting this SKU however results in a StandardSkuPublicIPAddressesMustBeStatic Azure Error, even though I set allocation_method to Static.
A static IPv6 address should be created with 'Standard' SKU.
ACTUAL RESULTS
Error creating or updating testimre-ipv6 - Azure Error: StandardSkuPublicIPAddressesMustBeStatic
Message: Standard sku publicIp /subscriptions/CENSORED/resourceGroups/ansible/providers/Microsoft.Network/publicIPAddresses/testimre-ipv6 must have AllocationMethod set to Static.
The text was updated successfully, but these errors were encountered:
This issue was re-opened here, original discussion can be found in ansible/ansible#66849.
SUMMARY
I'm attempting to create a static IPv6 address with the azure_rm_publicipaddress module. Static IPv6 addresses are only supported with the 'Standard' SKU (see Limitations). Setting this SKU however results in a StandardSkuPublicIPAddressesMustBeStatic Azure Error, even though I set
allocation_method
toStatic
.ISSUE TYPE
COMPONENT NAME
azure_rm_publicipaddress
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
I'm running Ansible 2.9.4 inside a virtual environment with Python 3.7.3 on Debian 10.2. These are the Azure client libraries in use:
STEPS TO REPRODUCE
EXPECTED RESULTS
A static IPv6 address should be created with 'Standard' SKU.
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: